@charset "utf-8";
a:hover, a {
	color: #333333;
	text-decoration: none;
}
img {
	max-width: 100%;
}
body {
	margin: 0;
	padding: 0;
	min-width: 1320px;
	background-color: #ffffff;
	color: #333333;
}
body a {
	color: #333333;
}
ul, li, p {
	list-style: none;
	margin: 0;
	padding: 0;
}
i {
	font-style: normal;
}/* 头尾 */
.footer {
	position: relative;
	height: 351px;
	overflow: hidden;
	background: url(../images/footer.jpg) top center no-repeat;
}
.footer .foot-main {
	padding: 50px 0 35px 0;
}
.foot-end {
	float: right;
}
.foot-left {
	float: left;
	color: #999999;
	line-height: 2;
}
.foot-left a {
	color: #999999;
}
.foot-wx {
	float: right;
	margin-left: 60px;
	text-align: center;
	color: #fff;
}
.foot-wx li {
	float: left;
	margin-left: 30px;
}
.foot-wx li p {
	margin-bottom: 10px;
	font-size: 18px;
}
.foot-grid {
	float: left;
}
.foot-nav-cell {
	float: right;
}
.foot-nav-cell .foot-nav {
	float: left;
}
.foot-nav {
	margin-left: 55px;
	margin-bottom: 0;
}
.foot-nav dt {
	margin-bottom: 25px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}
.foot-nav dd {
	margin-bottom: 15px;
}
.foot-nav dd a {
	font-size: 14px;
	color: #999999;
}
.foot-nav dd a:hover {
	color: #ffa406;
}
.foot-logo {
	margin-bottom: 20px;
}
.foot-tel {
	margin-bottom: 30px;
}
.foot-tel .tel-val {
	color: #ffa406;
	font-size: 30px;
	font-family: arial;
	font-weight: bold;
	margin-top: 10px;
}
.footer .foot-btn {
	background-color: #FFFFFF;
	width: 166px;
	line-height: 42px;
	height: 42px;
	display: block;
	border-radius: 43px;
	text-align: center;
	color: #000000;
}
.footer .foot-btn:hover {
	background-color: #ffa406;
}
.foot-tel .t * {
	display: inline-block;
	vertical-align: middle;
}
.foot-tel .t {
	font-size: 18px;
	color: #9f9f9f;
}
.foot-tel .t .iconfont {
	color: #FFFFFF;
	font-size: 24px;
	margin-right: 10px;
}/* toar */
.topbar {
	background-color: #323232;
}
.topbar .main {
	height: 40px;
}
.topbar .wel {
	float: left;
	line-height: 40px;
	font-size: 13px;
	color: #bfbfbf;
}
.topbar .top-js {
	float: left;
	width: 106px;
	height: 32px;
	line-height: 32px;
	display: block;
	border-radius: 4px;
	background-color: #ffa406;
	margin-top: 4px;
	margin-left: 10px;
	text-align: center;
	font-size: 13px;
}
.top-right {
	float: right;
	height: 40px;
}
.top-right .top-menu {
	position: relative;
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 10px 0;
	box-sizing: content-box;
}
.top-menu .wx-popover {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -58px;
	width: 116px;
	display: none;
	z-index: 1000;
}
.wx-popover img {
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.top-menu:hover .wx-popover {
	display: block;
}
.navbar {
	height: 80px;
	margin: 0;
	border-radius: 0;
	border: 0;
}
.navbar.is-active .navbar-bar {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.navbar-bar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #FFFFFF;
}
.navbar-bar .main {
	position: relative;
	height: 80px;
}
.navbar-bar .logo {
	float: left;
	padding: 12px 0;
	font-size: 0;
}
.navbar-bar .bar-tel {
	float: right;
	font-size: 24px;
	font-family: arial;
	padding-left: 40px;
	line-height: 22px;
	margin-top: 25px;
	background: url(../images/tel.png) left center no-repeat;
}
.navbar-bar .navbar-nav {
	float: left;
	height: 40px;
	margin-left: 50px;
	padding: 20px 0;
}
.navbar-nav>li {
	position: relative;
	float: left;
	width: 92px;
	text-align: center;
}
.navbar-nav>li>a {
	color: #333333;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	padding: 0;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.navbar-nav>li.active>a {
	color: #e60012;
}
.navbar-nav>li>a::after {
	width: 30px;
	height: 2px;
	background-color: transparent;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
.navbar-nav>li.active>a::after {
	background-color: #e60012;
}
.navbar-nav>li:hover>a {
	color: #e60012;
}
.navbar-nav>li:hover>a::after {
	background-color: #e60012;
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.hot {
	position: absolute;
	top: -15px;
	right: -30px;
}
.heart {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.dropdown-menu {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #333333;
	padding: 0;
	border-radius: 0 0 6px 6px;
}
.dropdown-menu li {
	border-bottom: 1px solid #484848;
	padding: 5px;
}
.dropdown-menu li:last-child {
	border-bottom: 0;
}
.dropdown-menu li a {
	display: block;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	text-align: center;
	color: #FFFFFF;
	padding: 0;
}
.dropdown-menu li a:hover {
	background-color: #e60012;
	/*color: #e60012;*/
}
.navbar-nav>li:hover .dropdown-menu {
	display: block;
}
.breadcrumb {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	padding: 10px 0;
	background-color: transparent;
	margin: 0;
}
.breadcrumb a {
	color: #666666;
}

.banner {
	position: relative;
	height: 360px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.banner-title {
	font-size: 40px;
	margin-bottom: 25px;
}
.banner-content {
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.banner-subtext {
	font-size: 18px;
}
.warp-head {
	border-bottom: 1px solid #f5f5f5;
	background-color: #fff;
}
.warp-nav li {
	float: left;
	margin-right: 130px;
}
.warp-nav li:last-child {
	margin-right: 0;
}
.warp-nav li a {
	display: block;
	font-size: 15px;
	color: #323232;
	line-height: 56px;
	position: relative;
}
.warp-nav li.active a::after {
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 3px;
	width: 60px;
	background-color: #ffa406;
}
.warp-body {
	padding: 40px 0 80px;
}
.card {
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(45, 78, 84, 0.1);
	margin-bottom: 20px;
}
.card-head {
	padding: 30px;
	margin-bottom: 10px;
}
.card-title {
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.card-subtext {
	font-weight: 15px;
	color: #999999;
	text-align: center;
}
.card-body {
	padding: 30px;
}
.space80 {
	margin: 0 -40px;
}
.space80>div {
	padding: 0 40px;
}
.join-box {
	padding-right: 10px;
}
.join-box-head {
	margin-bottom: 25px;
}
.join-box-job {
	font-size: 24px;
	color: #333333;
	margin-bottom: 10px;
}
.join-box-job span {
	font-size: 16px;
	margin-left: 30px;
}
.join-box-en {
	font-size: 18px;
	color: #999999;
	text-transform: capitalize;
}
.join-box-persons {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.join-box-require {
	font-size: 0;
	margin-bottom: 15px;
}
.join-box-require .btn {
	background-color: #ffa406;
	font-size: 14px;
	min-width: 70px;
	text-align: center;
	color: #333333;
	margin-right: 10px;
}
.join-box-info {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 15px;
}
.join-box-duty {
	color: #333333;
	line-height: 26px;
}
.join-box-duty h3 {
	font-size: 16px;
	margin: 0;
	margin-bottom: 5px;
}
.join-box-duty p {
	font-size: 14px;
}/* 联系我们 */
.space {
	margin: 0;
}
.space>div {
	padding: 0;
}
.info-box {
	padding: 20px 0 15px;
}
.info-box-icon {
	float: left;
}
.info-box-content {
	position: relative;
	margin-left: 30px;
}
.info-box-icon .iconfont {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.info-box-tit {
	font-size: 16px;
	color: #333333;
	line-height: 1;
	margin-bottom: 12px;
}
.info-box-line {
	width: 30px;
	height: 1px;
	background-color: #000000;
}
.info-box-text {
	font-weight: 14px;
	color: #333333;
	line-height: 22px;
	margin-top: 12px;
}
.wx-lt {
	width: 443px;
	float: left;
}
.wx-cells {
	padding: 20px 40px 20px 30px;
}
.wx-cell {
	padding: 20px 0;
}
.wx-cell-title {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 10px;
}
.wx-cell-desc {
	font-size: 14px;
	line-height: 22px;
}
.wx-cell__hd {
	margin-right: 20px;
}
.wx-cell__hd img {
	width: 116px;
	height: 116px;
}
.wx-cell__bd {
	padding-top: 6px;
}
.map-rt {
	float: right;
	width: 750px;
}
.map-cells {
	padding: 8px;
	position: relative;
}
.map-cells img {
	height: 334px;
	width: 100%;
}
.map-address {
	position: absolute;
	right: 150px;
	bottom: 100px;
}
.map-address-icon {
	margin-right: 12px;
}
.map-address-icon .iconfont {
	font-size: 22px;
	color: #000000;
	line-height: 36px;
}
.map-address-content {
	padding: 12px 8px;
	width: 280px;
	background-color: #fff;
	border-radius: 8px;
	position: relative;
}
.map-address-title {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 6px;
}
.map-address-info {
	font-size: 14px;
	line-height: 22px;
}
.map-address-content::before {
	position: absolute;
	content: '';
	left: -10px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 8px solid transparent;
}/* 售后服务 */
.sh-cells {
	padding: 20px 20px 30px 30px;
	margin-bottom: 0;
}
.sh-cells .wx-cell {
	padding: 25px 0;
}
.form-card {
	margin-bottom: 0;
}
.form-card .card-head {
	padding: 15px;
	border-bottom: 1px solid #f2f2f2;
}
.form-card .card-title {
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	white-space: nowrap;
	margin-bottom: 0;
}
.form-card .card-body {
	padding: 15px 60px 20px;
}
.form-label {
	font-size: 14px;
	line-height: 34px;
	padding-right: 10px;
	text-align: right;
	float: left;
	min-width: 170px;
}
.form-label span {
	margin-right: 5px;
}
.form-inner {
	position: relative;
	margin-left: 170px;
}
.red {
	color: #fd0000 !important;
}
.form-card .form-group {
	margin-bottom: 12px;
}
.submit-feedback {
	padding: 12px 0 0 10px;
}
.submit-feedback .btn {
	width: 100%;
	background-color: #363636;
	font-size: 14px;
	color: #d4c09a;
}/* 新闻动态 */
.section-title {
	font-size: 24px;
	color: #323232;
	text-align: center;
}
.space22 {
	margin: 0 -11px;
}
.space22>div {
	padding: 20px 11px;
}
.news-box {
	display: block;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	transition: .3s all;
	box-shadow: 0 0 30px rgba(45, 78, 84, 0.1);
}
.news-box:hover {
	transform: scale(1.05);
	background-color: #FFFFFF;
	box-shadow: 0 0 20px rgb(0 0 0 / 16%);
}
.grey-warp {
	background-color: #f4f4f4;
}
.news-pic img {
	width: 100%;
	height: 225px;
}
.news-grid {
	padding: 15px 12px;
}
.news-desc {
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 15px;
	min-height: 48px;
}
.news-date {
	font-size: 14px;
	color: #888888;
	line-height: 22px;
}
.section-head {
	margin-bottom: 15px;
}
.section {
	margin-bottom: 35px;
}
.pagination-box {
	text-align: center;
	font-size: 0;
}
.pagination-box .pagination {
	margin: 0;
}
.pagination>li>a, .pagination>li>span {
	height: 36px;
	/*width: 36px;*/
	text-align: center;
	font-size: 14px;
	color: #333333;
	padding: 0 10px;
	line-height: 36px;
}
.pagination>li>a {
	margin: 0 5px;
	border-radius: 4px;
}
.pagination>li.home-page>a, .pagination>li.last-page>a {
	width: 60px;
	color: #747774;
}
.pagination>li>a:hover, .pagination>li>a:focus {
	background-color: #484848;
	color: #fff;
	border-color: #484848;
}
.pagination>li.active>a:hover, .pagination>li.active>a:focus {
	background-color: #484848;
	color: #fff;
	border-color: #484848;
}/* ----- 分页数字条效果 结束 ----- */
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 5px;
	border-radius: 3px;
}
.pagination span {
	color: #333;
	font-size: 14px;
	padding: 8px 2px;
	margin: 0 5px;
	border-radius: 3px;
}
.pagination a:hover {
	background-color: #484848;
	color: #fff;
	border-color: #484848;
}
.pagination a.page-num-current {
	background-color: #484848;
	color: #fff;
	border-color: #484848;
}/* ----- 分页数字条效果 结束 ----- */
.pagination>li.active>a {
	background-color: #484848;
	color: #fff;
	border-color: #484848;
}/* 业主评价 */
.business-box {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 30px rgba(45, 78, 84, 0.1);
	padding: 34px 20px;
	transition: .3s all;
}
.business-box__hd {
	margin-right: 15px;
}
.business-box-icon img {
	width: 52px;
	height: 52px;
}
.business-title {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #323232;
	line-height: 22px;
	margin-bottom: 12px;
}
.business-desc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 18px;
	color: #888888;
}
.owner-panel {
	margin-top: 20px;
	background-color: #fff;
	border-radius: 6px;
	padding: 20px;
	box-shadow: 0 0 30px rgb(45 78 84 / 10%);
}
.owner-panel .panel-title {
	font-size: 28px;
	color: #323232;
}
.owner-cell {
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
.owner-cell__hd {
	width: 90px;
	margin-right: 20px;
}
.owner-cell__avatar img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.owner-cell-up {
	padding: 4px 0;
	margin-bottom: 10px;
}
.owner-cell-user {
	font-size: 18px;
	line-height: 26px;
	color: #323232;
	margin-bottom: 9px;
}
.owner-cell-star .iconfont {
	font-size: 18px;
	color: #ffa406;
	vertical-align: text-bottom;
}
.score {
	font-size: 18px;
	color: #333333;
	margin-left: 5px;
}
.owner-cell-pic-small {
	font-size: 0;
}
.owner-cell-pic-small li {
	cursor: pointer;
	display: inline-block;
	margin-right: 16px;
}
.owner-cell-pic-small li.on {
	border: 1px solid #ffa406;
	border-radius: 4px;
	box-shadow: 0 0 7px rgba(10, 27, 78, 0.27);
}
.owner-cell-pic-small img {
	width: 95px;
	height: 95px;
	border-radius: 4px;
}
.owner-cell-pics {
	margin-bottom: 20px;
}
.owner-cell-pics img {
	border-radius: 4px;
}
.owner-cell-pic-large {
	max-width: 350px;
	margin-top: 16px;
}
.owner-cell-pic-large img {
	width: 350px;
	height: 425px;
}
.owner-cell-bottom {
	line-height: 1;
	font-size: 14px;
	color: #888888;
}
.owner-cell-tag {
	padding: 0 15px;
	display: inline-block;
	border-left: 1px solid #c2c2c2;
}
.owner-cell-tag:first-child {
	padding-left: 0;
	border-left: 0;
}
.owner-cell-desc {
	font-size: 14px;
	color: #323232;
	line-height: 26px;
	margin-top: -6px;
	margin-bottom: 12px;
}
.load-more {
	text-align: center;
	margin-top: 35px;
}
.load-more .btn {
	width: 170px;
	padding: 8px 12px;
	border-radius: 20px;
	border: 1px solid #323232;
}
.owner-cell:last-child {
	border-bottom: 0;
}/* 设计案例 */
.case-banner {
	height: 500px;
	margin: 0;
}
.screen-box {
	background-color: #fff;
}
.screen-cell-label {
	font-size: 15px;
	line-height: 28px;
	color: #333333;
	padding: 0 10px;
	min-width: 100px;
}
.screen-cell {
	padding-top: 12px;
	border-bottom: 1px solid #e5e5e5;
}
.screen-cell:last-child {
	border-bottom: 0;
}
.screen-cell-val {
	font-size: 0;
	margin: 0 -7px;
}
.screen-cell-key {
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	padding: 0 10px;
	color: #363636;
	cursor: pointer;
	margin: 0 7px 12px;
}
.screen-cell-val.flex_1.screen-cell-key a {
    color: #fff;
}
.screen-cell-key a.active {
	background-color: #484848;
	border-radius: 3px;
	color: #fff;
}
.screen-cell-key.active {
	background-color: #484848;
	border-radius: 3px;
	color: #fff;
}
.screen-cells {
	padding-top: 13px;
}
.screen-btn-group {
	font-size: 0;
}
.screen-btn-group .btn {
	min-width: 95px;
	border: 1px solid #333333;
	border-color: #333333;
	margin-right: 20px;
}
.screen-btn-group .btn:hover {
	background-color: #ffa406;
	border: 1px solid #ffa406;
}
.screen-btn-group .btn .iconfont {
	font-size: 14px;
	margin-left: 6px;
}
.serach-bar .input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 330px;
}
.serach-bar .input-group .form-control {
	border-right: 0;
}
.serach-bar .input-group-addon {
	min-width: 60px;
	color: #333333;
	background-color: #ffa406;
	border: 1px solid #ffa406;
	padding: 6px 15px;
}
.screen-serach {
	padding: 25px 0 30px;
}
.space15 {
	margin: 0 -7.5px;
}
.space15>div {
	padding: 0 7.5px;
}
.case-box {
	display: block;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
}
.case-box-pic img {
	width: 100%;
	height: 250px;
}
.case-box-content {
	padding: 15px 0 13px 15px;
}
.case-box-person {
	float: left;
}
.case-box-person img {
	width: 110px;
	height: 110px;
	border-radius: 10px;
}
.case-box-info {
	position: relative;
	/*margin-left: 135px;*/
}
.case-box-title {
	font-size: 16px;
	color: #323232;
	margin-bottom: 10px;
}
.case-box-top {
	border-bottom: 1px solid #ebebeb;
	line-height: 1;
	padding-bottom: 13px;
}
.case-box-top .owner-cell-tag {
	color: #999999;
	padding: 0 10px;
	border-color: #cccccc;
}
.case-box-top .owner-cell-tag:first-child {
	padding-left: 0;
}
.case-box-name {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 4px;
}
.case-box-post {
	font-size: 14px;
	color: #999999;
	line-height: 16px;
}
.case-box-bottom {
	padding-top: 10px;
	padding-right: 10px;
}
.case-box-rt .btn {
	border: 1px solid #333333;
	border-radius: 20px;
	padding: 6px 18px;
}
.case-box:hover {
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0.11);
}
.case-box-rt .btn:hover {
	background-color: #363636;
	color: #d4c09a;
}
.case-links {
	padding: 45px 0 10px;
}
.white-warp {
	background-color: #fff;
}
.adv img {
	width: 100%;
	height: 210px;
}/* 设计案例-详情 */
.aside {
	width: 300px;
}
.aside-panel {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 15px;
}
.aside-panel .panel-heading {
	padding: 15px 20px;
	border-bottom: 1px solid #eeeeee;
}
.aside-panel .panel-title {
	font-size: 20px;
	color: #323232;
	line-height: 25px;
}
.case-info-item {
	font-size: 14px;
	color: #484848;
	line-height: 30px;
	white-space: nowrap;
}
.case-info {
	padding: 12px 20px 0;
}
.case-info .row {
	margin: 0 -10px;
}
.case-info .row>div {
	padding: 0 10px;
}
.aside-panel .panel-body {
	padding: 0 20px;
}
.zx-links {
	padding: 20px 0;
}
.zx-links .btn {
	width: 100%;
}/* .zx-links .btn:hover {	background-color: #ffa406;	border-color: #ffa406;} */
.active-btn {
	background-color: #ffa406;
	border-color: #ffa406;
}
.space20 {
	margin: 0 -10px;
}
.space20>div {
	padding: 0 10px;
}
.designer-cell-avatar {
	width: 80px;
	position: relative;
	margin-right: 35px;
	margin-left: 15px;
}
.designer-cell-avatar img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.designer-cell-avatar--vip {
	position: absolute;
	right: 2px;
	bottom: 0;
}
.designer-cell-avatar--vip img {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	box-shadow: 0 4px 13px rgba(0, 0, 0, 0.08);
}
.designer-cell-name {
	font-size: 22px;
	color: #323232;
	line-height: 26px;
	margin-bottom: 10px;
}
.designer-cell-post {
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 24px;
	color: #333;
	border-radius: 12px;
	background-color: #fbefdb;
}
.designer-cell-post .iconfont {
	color: #ffcb00;
	font-size: 14px;
	margin-right: 5px;
}
.working-experience {
	font-size: 14px;
	color: #323232;
}
.designer-text {
	font-size: 14px;
	color: #323232;
	line-height: 32px;
}
.designer-text .owner-cell-star .iconfont {
	font-size: 12px;
	vertical-align: unset;
}
.designer-text .owner-cell-star .icon-shoucang1 {
	color: #ffa406;
}
.designer-text .owner-cell-star .icon-shoucang {
	color: #333;
}
.designer-text .score {
	font-size: 14px;
	color: #323232;
}
.designer {
	padding: 20px 0 12px;
	border-bottom: 1px solid #eeeeee;
}
.designer-cell {
	margin-bottom: 12px;
}
.panel-heading .more {
	font-size: 14px;
	color: #888888;
}
.question-list li a {
	font-size: 14px;
	line-height: 40px;
	color: #363636;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.question-list {
	padding: 7px 0;
}
.aside-form {
	padding: 20px;
}
.form-adv {
	width: 100%;
	height: 106px;
}
.form-title {
	font-size: 22px;
	color: #323232;
	text-align: center;
	line-height: 40px;
	padding: 10px 0;
}
.form-item {
	margin-bottom: 15px;
}
.form-item .form-control {
	height: 43px;
	line-height: 43px;
}
.free-apply {
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin-bottom: 20px;
}
.submit-get .btn {
	width: 100%;
	background-color: #484848;
	color: #fff;
}
.content {
	width: 880px;
}
.article {
	padding: 0 20px;
	border-radius: 6px;
	margin-bottom: 10px;
	background-color: #fff;
}
.article-head {
	text-align: center;
	padding: 30px 0;
}
.article-title {
	font-size: 24px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 20px;
}
.article-desc {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}
.article-info {
	font-size: 13px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 15px;
}
.article-info span {
	padding: 0 12px;
}
.article-box {
	border: 1px solid #f1f1f1;
	border-radius: 6px;
	box-shadow: 0 2px 8px #f8f8f8;
	padding: 27px 0;
}
.article-box-avatar img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.article-box-avatar {
	margin-bottom: 20px;
}
.article-box-name {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
.article-box__hd {
	text-align: center;
	width: 156px;
	border-right: 1px solid #f7f7f7;
}
.article-box-item {
	padding: 10px 30px;
	text-align: center;
}
.article-box-label {
	font-size: 14px;
	color: #888888;
	line-height: 26px;
	margin-bottom: 15px;
}
.article-box-val {
	font-size: 18px;
	color: #323232;
	line-height: 28px;
	margin-top: 10px;
}
.article-box-line {
	width: 15px;
	background-color: #EEEEEE;
	height: 1px;
	margin: 0 auto;
}
.article-text {
	font-size: 14px;
	line-height: 36px;
	color: #323232;
	padding: 20px 0;
}
iframe.CasesIframe {
    width: 100%;
    height: 600px;
    border: none;
}
.article-tags {
	margin-top: 8px;
	margin-bottom: 4px;
	height: 20px;
}

.parBd img {
    margin: 10px auto;
    max-width: 800px;
    display: block;
}
.article-tags .btn {
	color: #888888;
	padding: 4px 16px;
	border-radius: 20px;
	margin-right: 10px;
}
.article-tag {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	min-width: 50px;
	display: block;
	float: left;
}
.article-tags .btn:hover {
	color: #fff;
	background-color: #666;
}/* .article-tags .btn.btn-active {	color: #fff;	background-color: #666;} */
.article-links {
	padding: 20px 0;
}
a.article-link {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	border: 1px solid #e6e6e6;
	padding: 10px;
	border-radius: 12px;
	margin: 0 10px;
	text-align: center;
}
a.article-link:hover {
	color: #333;
	background-color: #ffa406;
	border-color: #ffa406;
}
.article-link .iconfont {
	font-size: 14px;
	margin-right: 6px;
}
.article-adv {
	margin-top: 40px;
}
.article-adv img {
	width: 100%;
	height: 150px;
}
.base-panel .panel-title {
	font-size: 16px;
	line-height: 26px;
}
.base-panel .panel-heading {
	border-bottom: 0;
}
.same-case .case-box-pic img {
	height: 155px;
}
.same-case .case-box-content {
	background-color: #f5f5f5;
	padding: 10px;
}
.same-case .case-box-person img {
	width: 80px;
	height: 80px;
}
.same-case .case-box-info {
	margin-left: 10px;
}
.same-case .case-box-title {
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.same-case .owner-cell-tags {
	line-height: 1;
	font-size: 0;
}
.same-case .owner-cell-tag {
	padding: 0 4px;
	font-size: 14px;
	color: #999999;
}
.same-case .owner-cell-tag:first-child {
	padding-left: 0;
}
.same-case .owner-cell-tag:last-child {
	padding-right: 0;
}
.same-case .case-box-rt .btn {
	padding: 3px 11px;
}
.same-case:hover .case-box-content {
	background-color: #fff !important;
}
.case-box-pic {
	position: relative;
}
.case-tj {
	background-color: #363636;
	border-radius: 0 12px 0 0;
	font-size: 14px;
	line-height: 26px;
	padding: 0 6px;
	position: absolute;
	left: 0;
	top: 7px;
	color: #d4c09a;
}
.case-tj .iconfont {
	font-size: 14px;
	margin-right: 3px;
}/* 设计团队 */
.team-box {
	box-shadow: unset;
}
.team-box .news-pic img {
	height: 387px;
}
.team-box .news-grid {
	padding: 12px;
	background-color: #f9f9f9;
}
.designer-name {
	font-size: 18px;
	color: #333333;
	line-height: 22px;
}
.designer-post {
	font-size: 14px;
	margin-left: 10px;
}
.designer-case .item {
	float: left;
	line-height: 24px;
	font-size: 14px;
	color: #888888;
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.designer-case .item-lg {
	width: 100%;
}
.designer-case .item span {
	color: #333333;
}
.news-pic {
	position: relative;
}
.team-links {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.team-links a {
	line-height: 38px;
	text-align: center;
}
.team-links a.team-link {
	background-color: #333333;
	color: #fff;
}
.team-links a.yy-link {
	background-color: #ffa406;
	color: #333;
}
.team-row>div:hover .team-links {
	z-index: 1;
}
.team-row>div {
	padding: 10px;
}
.team-row {
	margin: 0 -10px;
}
.team-case .case-box-content {
	padding: 12px 10px;
	background-color: #fff;
}
.team-case .case-box-person img {
	width: 90px;
	height: 90px;
}
.team-case .case-box-person {
	margin-right: 10px;
	float: unset;
	width: 90px;
}
.team-case .case-box-info {
	margin-left: 0;
}
.team-case .case-box-pic img {
	height: 190px;
}
.line-panel {
	background-color: transparent;
}
.line-panel .panel-heading {
	padding: 20px 0;
	border-bottom: 0;
}
.line-panel .panel-title {
	font-size: 20px;
	padding-left: 25px;
	position: relative;
	line-height: 36px;
}
.line-panel .panel-title::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 20px;
	background-color: #484848;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.block {
	padding-top: 10px;
}/* 在线活动预约 */
.active-banner {
	height: 400px;
	margin: 0;
}
.text-white {
	color: #fff;
}
.space26 {
	margin: 0 -13px;
}
.space26>div {
	padding: 15px 13px;
}
.online-active {
	display: block;
	background-color: #fff;
}
.active-pic {
	position: relative;
}
.active-pic img {
	width: 100%;
	height: 226px;
}
.active-content {
	padding: 20px 11px;
}
.active-title {
	text-align: center;
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 12px;
}
.active-desc {
	font-size: 14px;
	line-height: 24px;
	color: #66686b;
}
.active-info {
	font-size: 14px;
	line-height: 28px;
	color: #66686b;
}
.active-detail {
	text-align: center;
}
.active-detail {
	margin-top: 10px;
}
.active-detail .btn {
	border-color: #00463e;
	color: #66686b;
	border-radius: 20px;
	width: 198px;
}
.active-status {
	position: absolute;
	font-size: 14px;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #fff;
	border-radius: 15px;
	background-color: #ffa406;
	color: #333333;
	left: -10px;
	top: -10px;
}
.active-warp {
	padding: 45px 0;
}
.active-end {
	color: #fff;
	background-color: #bbbbbb;
}/* 在线预约设计师 */
.deas-warp {
	padding: 75px 0;
	background: url(../images/deas.png) no-repeat center top;
	background-size: cover;
	position: relative;
}
.bread-fixed {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.bread-fixed .breadcrumb {
	color: #fff;
}
.bread-fixed .breadcrumb a {
	color: #fff;
}
.yy-form-box {
	text-align: right;
}
.yy-form {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	display: inline-block;
	padding: 30px 60px 44px;
	text-align: left;
}
.yy-form-title {
	font-size: 22px;
	color: #f9f9f9;
	margin-bottom: 15px;
}
.yy-form-desc {
	font-size: 14px;
	color: #ffa406;
	margin-bottom: 20px;
}
.form-group-label {
	font-size: 14px;
	color: #fff;
	line-height: 34px;
}
.form-group-label .iconfont {
	font-size: 14px;
	margin-right: 10px;
}
.yy-form .form-group .form-control {
	height: 44px;
	line-height: 44px;
}
.yy-form .form-group {
	margin-bottom: 13px;
}
.sub-btn .form-control {
	height: 50px;
	font-size: 16px;
	background-color: #ffa406;
	border-color: #ffa406;
}
.sub-btn {
	padding-top: 15px;
}/* 装修百科列表 */
.side-nav {
	width: 300px;
}
.side-nav-title {
	font-size: 30px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 20px;
}
.side-nav-body {
	background-color: #f8f8f9;
	padding: 0 20px;
	border-radius: 6px;
}
.side-navbar li {
	float: left;
	padding: 0 15px;
}
.side-navbar {
	margin: 0 -15px;
}
.side-navbar li a {
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}
.side-nav-item__hd {
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 10px;
}
.side-nav-item {
	padding: 20px 0;
	border-bottom: 1px dashed #eee;
}
.side-nav-item:last-child {
	border-bottom: 0;
}
.side-navbar li:hover a {
	color: #dcbe06;
}
.list-content {
	width: 880px;
}
.list-panel .panel-title {
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 4px;
	padding-left: 20px;
}
.list-cell-pic img {
	width: 360px;
	height: 240px;
}
.list-cell__hd {
	width: 360px;
	margin-right: 20px;
}
.list-cell {
	padding: 20px;
	border-radius: 6px;
}
.list-cell:hover {
	box-shadow: 0 4px 13px rgba(0, 0, 0, 0.08);
}
.list-cell-tit {
	font-size: 20px;
	color: #333333;
	margin-bottom: 15px;
}
.list-cell-desc {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 10px;
	height: 72px;
	overflow: hidden;
}
.list-cell-info {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.list-cell-info span {
	margin-right: 30px;
}
.list-cell-bk .btn {
	color: #666666;
	font-size: 14px;
}
.list-cell-bk {
	margin-bottom: 15px;
}
.list-cell-more .btn {
	font-size: 16px;
	color: #333;
	border: 1px solid #cccccc;
	border-radius: 16px;
	background-color: transparent;
	width: 250px;
	padding: 13px;
}
.case-box-content-bg {
	background-color: #f5f5f5 !important;
}/* 着就是我们 */
.w-section {
	padding: 60px 0;
}
.w-section.bg {
	background-color: #eeeeee;
}
.w-heading {
	text-align: center;
	margin-bottom: 40px;
}
.w-heading .w-title {
	font-weight: bold;
	font-size: 40px;
}
.w-heading .w-desc {
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
	margin-top: 15px;
}
.deve-section {
	background: url(../images/licheng.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.dev-tabs {
	position: relative;
	padding-top: 10px;
}
.dev-tabs::after {
	height: 1px;
	width: 4000px;
	position: absolute;
	left: -1000px;
	top: 0px;
	content: '';
	background-color: #d5d3d3;
}
.dev-tabs .hd {
	position: relative;
	margin-bottom: 40px;
}
.dev-tabs .hd::before {	/* 	content: '';	background: url(../images/filte.png) no-repeat;	width: 18px;	height: 18px;	position: absolute;	left: 0;	top: 50%;	margin-top: -9px; */
}
.dev-tabs .hd ul li {
	text-align: center;
	position: relative;
	float: left;
	line-height: 1;
	padding: 25px 0;
	width: 80px;
	cursor: pointer;
}
.dev-tabs .hd ul li::after {
	content: '';
	width: 2px;
	height: 10px;
	position: absolute;
	top: -20px;
	background-color: #d5d3d3;
	left: 50%;
	margin-left: -1px;
}
.dev-tabs .hd ul li.on {
	color: #ffa406;
	text-shadow: 2px 2px 1px #000;
	background: url(../images/cur-dot.png) center no-repeat;
}
.dev-tabs .hd ul li span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.dev-cell .dev-pic {
	width: 560px;
	height: 380px;
	margin-right: 80px;
}
.dev-cell .dev-pic img {
	width: 560px;
	height: 380px;
}
.dev-cell .year-lg {
	font-weight: bold;
	line-height: 1;
	color: #999999;
	font-size: 140px;
	margin-bottom: 20px;
}
.dev-cell .cont {
	line-height: 2;
	font-size: 14px;
}
.w-about-logo {
	margin-bottom: 30px;
	text-align: center;
}
.w-about-content p {
	line-height: 2;
	font-size: 15px;
}
.str-box {
	text-align: center;
	width: 240px;
	font-size: 0;
}
.str-box .tt {
	padding: 15px 0;
	font-size: 22px;
	font-weight: bold;
}
.str-box .desc {
	color: #888888;
	line-height: 2;
	font-size: 16px;
}
.str-row {
	margin-bottom: 30px;
}
.str-row:last-child {
	margin-bottom: 0;
}
.env-list li {
	padding: 5px 0;
	text-align: center;
	float: left;
	width: 16.6666%;
}
.env-list li img {
	border-radius: 5px;
	border: 1px solid #ddd;
}
.cul-cells li {
	float: left;
	width: 25%;
}
.cul-panel {
	position: relative;
	width: 285px;
	height: 400px;
	overflow: hidden;
	border-radius: 10px;
}
.cul-panel * {
	transition: .3s all;
}
.cul-panel::after {
	background-color: #000;
	content: '';
	width: 285px;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	opacity: .6;
}
.cul-popover {
	position: absolute;
	color: #FFFFFF;
	z-index: 99;
	width: 100%;
	top: 50%;
	text-align: center;
	line-height: 1;
	transform: translateY(-56px);
}
.cul-popover .tt {
	font-size: 18px;
	margin-top: 20px;
}
.cul-popover .line {
	width: 14px;
	height: 2px;
	background-color: #ffffff;
	margin: 30px auto 20px auto;
}
.cul-popover .cul-desc {
	font-size: 14px;
	line-height: 2;
	padding: 0 30px;
	visibility: hidden;
	opacity: 0;
}
.cul-panel:hover .cul-popover {
	transform: translateY(-96px);
}
.cul-panel:hover .cul-popover .cul-desc {
	visibility: visible;
	opacity: 1;
}
.w-section.bg .w-about-content {
	margin-bottom: 30px;
}
.w-news li {
	float: left;
	width: 33.33%;
}
.w-news .w-news-box {
	display: block;
	width: 380px;
	height: 390px;
	overflow: hidden;
	border-radius: 8px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
	transition: .4s all;
}
.w-news .w-news-box:hover {
	transform: scale(1.05);
	background-color: #FFFFFF;
	box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}
.w-pic img {
	display: block;
	width: 380px;
	height: 230px;
}
.w-news-box .w-title {
	padding: 15px;
	line-height: 1.6;
	font-size: 18px;
}
.w-news-box .w-foot {
	padding: 15px;
	border-top: 1px solid #dcdccd;
	overflow: hidden;
}
.w-foot .w-icon {
	height: 37px;
	float: left;
}
.w-foot .w-time {
	float: right;
	font-size: 16px;
	color: #999999;
	background: url(../images/time.png) left center no-repeat;
	padding-left: 25px;
	margin-top: 10px;
	line-height: 1;
}
.honor-tabs {
	position: relative;
}
.honor-tabs .hd {
	margin-bottom: 70px;
}
.honor-tabs .hd ul {
	text-align: center;
}
.honor-tabs .hd ul li {
	display: inline-block;
	padding: 10px 8px;
}
.honor-tabs .hd ul li .item {
	width: 82px;
	cursor: pointer;
	text-align: center;
	display: block;
	background-color: #eeeeee;
	color: #999;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
}
.honor-tabs .hd ul li.on .item {
	background-color: #ffa406;
	color: #000;
}
.swiper-honor {
	text-align: center;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
}
.ho-pic {
	height: 180px;
}
.swiper-honor img {
	transition: .3s all;
}
.swiper-honor .ho-tit {
	font-size: 18px;
	margin-top: 55px;
	margin-bottom: 10px;
}
.swiper-honor .ho-desc {
	font-size: 14px;
}
.ho-bar {
	background: url(../images/bar.png) center no-repeat;
	width: 1110px;
	height: 38px;
	position: absolute;
	top: 392px;
	left: 45px;
}
.honor-tabs .sw-prev, .honor-tabs .sw-next {
	position: absolute;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #999999;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
	top: 100px;
	z-index: 8888;
}
.honor-tabs .sw-prev {
	left: 0px;
}
.honor-tabs .sw-next {
	right: 0px;
}
.honor-tabs .sw-prev:hover, .honor-tabs .sw-next:hover {
	background: #323232;
	color: #ffa406;
}
.ho-pic {
	text-align: center;
}
.ho-pic img {
	transition: .3s all;
	transform-origin: bottom;
}
.ho-pic:hover img {
	transform: scale(1.14);
}/* 首页 */
.index-section {
	padding: 66px 0;
}
.index-section.bg {
	background-color: #F5F5F5;
}
.serv-cell {
	position: relative;
}
.serv-cell::after {
	background-color: #dddddd;
	position: absolute;
	content: '';
	bottom: 15px;
	left: 60px;
	right: 40px;
	height: 1px;
}
.serv-box {
	position: relative;
	z-index: 9;
	text-align: center;
	line-height: 1;
}
.serv-box .tt {
	padding: 15px 0;
	font-weight: bold;
	font-size: 16px;
}
.serv-box .desc {
	color: #999999;
	font-size: 14px;
	margin-bottom: 30px;
}
.serv-box .nn {
	background-color: #eeeeee;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	border: 1px solid #dddddd;
	border-radius: 40px;
	text-align: center;
	line-height: 30px;
}
.serv-box-context:hover {
	top: -11px;
}
.serv-box-context {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	top: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}
.glv-cells {
	margin: 0 -15px;
	height: 520px;
}
.glv-cells .col {
	float: left;
	padding: 0 15px;
}
.glv-panel {
	overflow: hidden;
	border-radius: 15px;
	width: 380px;
	background-color: #f5f5f5;
	transition: .3s all;
}
.glv-panel * {
	transition: .3s all;
}
.glv-panel:hover {
	transform: scale(1.05);
	background-color: #FFFFFF;
	box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}
.glv-panel .glv-top {
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	padding: 30px 0;
}
.glv-panel .glv-top p {
	margin-top: 10px;
	font-size: 26px;
	line-height: 1;
}
.glv-body {
	padding: 10px 20px 0 20px;
}
.glv-list li {
	border-bottom: 1px dashed #dcdcdc;
	padding: 16px 0;
}
.glv-list li:last-child {
	border-bottom: 0;
}
.glv-list li a {
	display: block;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
}
.glv-list li .glv-desc {
	font-size: 14px;
	color: #999999;
	line-height: 1.6;
	height: 0;
	overflow: hidden;
}
.glv-list li a.more {
	color: #999999;
}
.glv-list li:hover a {
	color: #e60012;
}
.glv-list li:hover .glv-desc {
	margin-top: 5px;
	height: auto;
}
.glv-panel:hover .glv-list li {
	padding: 14px 0;
}
.bk-section {
	padding: 20px;
	background: #f5f5f5;
}
.bk-card {
	background-color: #FFFFFF;
	padding: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.bk-card .col {
	width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	max-width: 140px;
}
.bk-main>.col {
	padding: 10px;
}
.bk-main .bk-card {
	border-radius: 10px;
	width: 300px;
	padding: 0 20px;
	height: 126px;
	box-sizing: border-box;
	transition: .4s all;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.bk-main .bk-card:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .14);
}
.bk-card .tt {
	font-size: 22px;
	margin-bottom: 4px;
	color: #fff;
	line-height: 36px;
}
.bk-card .desc {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

@media (max-width:1680px) {
.bk-main .bk-card {
	width: 240px;
}
}
.case-comp {
	position: relative;
	float: left;
	width: 300px;
	height: 510px;
	overflow: hidden;
	border-radius: 10px;
}
.case-list {
	margin: 0 -13px;
}
.case-list li {
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.case-list li a {
	position: relative;
	display: block;
	padding: 0 13px;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.5s;
}
.case-list li a img {
	width: 100%;
	height: 100%;
}
.case-list .case-video {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	height: 230px;
}
.case-list .case-video::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.case-list li a:hover .case-video {
	box-shadow: 0 7px 18px rgba(21, 21, 21, 0.27);
}
.case-list .case-video .iconfont {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
	font-size: 50px;
	color: #fff;
	opacity: 0.9;
}
.case-list li a .c-pop {
	padding: 15px;
	transition: all 0.5s;
	position: relative;
	line-height: 30px;
	position: relative;
}
.case-list li a .c-pop .title {
	font-size: 20px;
	color: #333333;
}
.case-list li a .c-pop .desc {
	font-size: 16px;
	color: #999999;
}
.case-list-arrow {
	opacity: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}
.case-list li a:hover .case-list-arrow {
	opacity: 1;
}
.scale {
	display: block;
	overflow: hidden;
	font-size: 0;
}
.scale img {
	transition: .3s all;
}
.scale:hover img {
	transform: scale(1.05);
}
.case-lg {
	position: relative;
}
.case-lg img {
	width: 100%;
	height: 310px;
}
.case-sm {
	position: relative;
}
.case-sm img {
	width: 100%;
	height: 200px;
}
.case-comp .tag {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, .5);
	color: #FFFFFF;
	text-align: center;
	z-index: 99;
}
.case-comp>div::before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background-color: rgba(0, 0, 0, .5);
}
.case-comp .case-popover {
	position: absolute;
	top: 50%;
	left: 60px;
	right: 60px;
	text-align: center;
	color: #FFFFFF;
	z-index: 99;
	transform: translateY(-70%);
}
.case-comp .case-popover h4 {
	font-size: 30px;
	margin: 0;
	padding: 20px 0;
}
.case-comp .case-popover p {
	font-size: 18px;
	line-height: 1.8;
}
.case-comp::after {
	position: absolute;
	z-index: 88;
	border-radius: 10px;
	border: 3px solid #ffa406;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.sec-foot {
	text-align: center;
	margin-top: 30px;
}
.sec-foot .w-link-more {
	display: inline-block;
	width: 520px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #e5e5e5;
	border-radius: 40px;
	font-size: 16px;
}
.sec-foot .w-link-more:hover {
	border-color: #ffa406;
	background-color: #ffa406;
}
.case-tabs .hd {
	margin-bottom: 45px;
}
.case-tabs .hd ul li {
	padding: 0 19px;
	position: relative;
}
.case-tabs .hd ul li::after {
	content: '/';
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	color: #999999;
}
.case-tabs .hd ul li:last-child::after {
	display: none;
}
.case-tabs .hd ul li a {
	display: inline-block;
	color: #333333;
	line-height: 20px;
	font-size: 18px;
}
.case-tabs .hd ul li a:hover {
	color: #e60012;
}
.zhs-panel {
	overflow: hidden;
	border-radius: 16px;
	height: 310px;
}
.zhs-lg {
	position: relative;
	float: left;
	width: 520px;
	height: 310px;
	background-color: #373737;
	background-repeat: no-repeat;
	background-position: center;
}
.zhs-lg::after {
	width: 480px;
	height: 270px;
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 9;
	background: url(../images/index/fk-box.png) no-repeat;
}
.zhs-list {
	float: left;
	width: 680px;
	height: 310px;
}
.zhs-list li {
	float: left;
	width: 33.3333%;
}
.zhs-list .zhs-box {
	background-color: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 155px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #333;
	text-align: center;
}
.zhs-list li:nth-child(1) .zhs-box {
	color: #FFFFFF;
	background-image: url(../images/index/fk-bg.png);
}
.zhs-list li:nth-child(5) .zhs-box {
	color: #FFFFFF;
	background-image: url(../images/index/fk-bg.png);
}
.zhs-list .zhs-box .tt {
	margin-bottom: 10px;
	font-size: 16px;
}
.zhs-list .zhs-box .tt span {
	font-size: 22px;
}
.zhs-list .zhs-box .desc {
	font-size: 16px;
}
.zhs-list .zhs-box .desc .lg {
	font-size: 22px;
	color: #ffa406;
}
.zhs-popover {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #FFFFFF;
	text-align: center;
	width: 100%;
}
.zhs-popover .lg {
	font-size: 40px;
	margin-bottom: 20px;
}
.zhs-popover .en {
	font-size: 16px;
	text-transform: uppercase;
	opacity: .6;
}
.won-panel {
	height: 310px;
	margin-top: 30px;
	border-radius: 20px;
	overflow: hidden;
}
.won-panel .won-lg {
	position: relative;
	float: left;
	display: block;
	width: 973px;
	height: 310px;
	background-repeat: no-repeat;
	background-position: center;
}
.won-panel .won-lg::after {
	content: '';
	width: 973px;
	height: 310px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../images/index/pp.png) no-repeat;
}
.won-panel .won-bar {
	float: right;
}
.won-panel .won-grid {
	position: relative;
	padding-left: 80px;
	padding-top: 80px;
	z-index: 88;
	color: #FFFFFF;
	line-height: 1.2;
}
.won-panel .won-grid .en {
	font-size: 30px;
	font-family: arial;
}
.won-panel .won-grid .ch {
	margin-bottom: 10px;
	font-size: 24px;
}
.won-panel .won-grid .en-sm {
	font-size: 16px;
	font-family: arial;
	text-transform: uppercase;
}
.won-panel .won-grid .line {
	width: 162px;
	height: 2px;
	background-color: #ffffff;
	margin: 15px 0;
}
.end-section {
	padding: 40px 0;
	background-color: #ffa406;
}
.end-section .main {
	background: url(../images/index/xiexian.png) center no-repeat;
}
.end-cell {
	position: relative;
	width: 260px;
}
.end-cell .end-hd {
	line-height: 1;
	margin-bottom: 15px;
	font-size: 20px;
}
.end-cell .end-hd span {
	font-size: 45px;
	font-weight: bold;
	font-style: italic;
}
.end-cell .desc {
	line-height: 1.8;
}
.link-section {
	padding: 20px 0;
	background-color: #333333;
}
.link-tabs .hd {
	margin-bottom: 15px;
}
.link-tabs .hd ul {
	height: 25px;
}
.link-tabs .hd ul li {
	float: left;
	margin-right: 12px;
	cursor: pointer;
	background-color: #434343;
	width: 75px;
	height: 25px;
	line-height: 25px;
	border-radius: 4px;
	text-align: center;
	color: #FFFFFF;
}
.link-tabs .hd ul li.on {
	background-color: #ffa406;
	color: #000000;
}
.link-cells li {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.link-cells li a {
	color: #919191;
}
.link-cells li:hover a {
	color: #fff;
}
.index-banner {
	position: relative;
	height: 650px;
}
.swiper-banner {
	height: 650px;
	width: 100%;
}
.swiper-banner .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	height: 650px;
	background-size: cover;
}
.sw-index-prev, .sw-index-next {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	cursor: pointer;
	z-index: 99;
}
.sw-index-prev .iconfont, .sw-index-next .iconfont {
	font-size: 44px;
	font-weight: lighter;
}
.sw-index-prev {
	left: 0;
}
.sw-index-next {
	right: 0;
}
.sw-index-prev:hover, .sw-index-next:hover {
	background-color: #FFFFFF;
	color: #000;
}
.index-swiper-banner, .index-swiper-banner>* {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.index-swiper-banner div {
	width: 235px;
	height: 80px;
	float: left;
}
.index-swiper-banner div:first-child {
	width: 70px;
	background: #000 url(/static/bestarnew/images/shj-aliyun-nsy-icon.png) no-repeat;
	background-position: 15px -953px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.index-swiper-banner .btn-hover {
	background: #fff url(/static/bestarnew/images/shj-aliyun-nsy-icon.png) !important;
	background-position: 50px -953px !important;
}
.index-swiper-banner div:last-child {
	width: 235px;
	height: 80px;
	position: absolute;
	top: 0;
	left: -70px;
	opacity: 0;
	z-index: 1;
}
.index-swiper-banner div:last-child * {
	width: 100%;
	height: 80px;
	float: left;
}
.index-swiper-banner div:last-child span {
	background: #fff;
	text-align: center;
	line-height: 80px;
	font-size: 14px;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.index-banner .swiper-button-prev {
	left: 0;
}
.index-banner .swiper-button-next {
	right: 0;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.index-banner .swiper-button-next div:last-child {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.index-banner .swiper-button-next:after, .index-banner .swiper-button-prev:after {
	display: none;
}
.index-banner .swiper-button-prev img {
	border-radius: 0 6px 6px 0;
}
.index-banner .swiper-button-next img {
	border-radius: 6px 0 0 6px;
}
.dp-form {
	position: absolute;
	width: 800px;
	z-index: 888;
	bottom: 30px;
	left: 50%;
	margin-left: -400px;
	padding: 12px 20px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .8);
	color: #FFFFFF;
}
.dp-form_hd {
	margin-bottom: 10px;
}
.dp-form_hd .lg {
	font-size: 20px;
	margin-right: 12px;
	color: #ffa406;
}
.dp-form_hd .sm {
	font-size: 16px;
}
.dp-form_hd .sm .number {
	font-size: 20px;
	color: #ffa406;
}
.dp-link {
	margin-top: 15px;
}
.dp-link a {
	color: #FFFFFF;
}
.dp-form .dp-link .iconfont {
	color: #fff700;
	margin-right: 5px;
}
.dp-form .dp-link a, .dp-form .dp-link .line {
	opacity: .7;
}
.dp-form .dp-link .line {
	padding: 0 10px;
}
.dp-form-item {
	position: relative;
	float: left;
	margin-right: 20px;
}
.dp-form-item .form-control {
	width: 200px;
	height: 38px;
	border-radius: 4px;
	padding-left: 36px;
	border: 0;
	box-shadow: 0 0 0 transparent;
	outline: 0;
}
.dp-form-item .unit {
	font-size: 14px;
	color: #333333;
	position: absolute;
	right: 12px;
	top:0px;
	line-height: 38px;
}
.dp-form-item .info-protect {
	background-color: #71c9ad;
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
	line-height: 14px;
	width: 74px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 6px;
	white-space: normal;
}
.dp-lg-item .form-control {
	width: 340px;
}
.dp-form-item .iconfont {
	line-height: 1;
	position: absolute;
	left: 12px;
	top: 12px;
	color: #333333;
}
.btn {
	outline: none;
	border: 0;
	border-radius: 4px;
}
.btn-warning, .btn-warning:focus, .btn-warning:hover {
	background-color: #ffa406;
	border-color: #ffa406;
}
.dp-button .btn {
	width: 140px;
	height: 38px;
	cursor: pointer;
}
.bottom-popover {
	background-color: #1b1b1b;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 140px;
	z-index: 999;
	transition: .3s all;
	transform: translateY(140px);
}
.bottom-popover.show {
	transform: translateY(0);
}
.bottom-popover .btm-title {
	position: absolute;
	text-align: center;
	color: #ffa406;
	width: 380px;
	height: 100px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	transition: .3s all;
	background-color: #1b1b1b;
	top: -45px;
	left: 50%;
	margin-left: -190px;
	border-radius: 40px;
	cursor: pointer;
}
.bottom-popover.show .btm-title {
	top: -30px;
	height: 50px;
}
.btm-title * {
	display: inline-block;
	vertical-align: middle;
}
.bottom-popover .iconfont {
	transform: rotateZ(180deg);
}
.bottom-popover.show .iconfont {
	transform: rotateZ(0);
}
.btm-popover_main {
	position: relative;
	padding: 10px 0;
}
.btm-popover_main .btm-text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.btm-popover_main .btm-tel {
	position: absolute;
	right: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}
.btm-form {
	position: relative;
	width: 680px;
	margin-left: 320px;
}
.btm-tel .t-txt {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}
.btm-tel .t-val {
	background-color: #ffa406;
	display: inline-block;
	padding: 0 10px;
	border-radius: 4px;
	color: #000000;
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	line-height: 30px;
}
.btm-form .form-control {
	width: 250px;
	height: 42px;
	border-radius: 4px;
	text-indent: 12px;
	border: 0;
	outline: 0;
}
.btm-form .row {
	overflow: hidden;
	padding-right: 140px;
	padding-top: 10px;
}
.btm-form .col-xs-6 {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 6px 10px;
}
.btm-form .btn {
	cursor: pointer;
	position: absolute;
	top: 16px;
	right: 0;
	font-size: 22px;
	border-radius: 6px;
	width: 120px;
	height: 94px;
}
.bottom-popover .container {
	position: relative;
}
.bottom-popover .container .icon-close {
	cursor: pointer;
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: -40px;
}
.btm-arrow {
	height: 38px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}
.btm-arrow .iconfont {
	color: #ffffff;
	font-size: 20px;
}
.dk-section {
	background: url(../images/index/daka-bg.jpg) center no-repeat;
	background-size: cover;
}
.dk-section .w-heading * {
	color: #FFFFFF !important;
}
.swiper-daka .swiper-slide {
	width: 1200px;
}
.swiper-daka {
	position: relative;
	height: 554px;
}
.sm-dk-box {
	display: block;
	position: relative;
	border-radius: 10px;
	height: 514px;
	width: 354px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.sm-dk-box::after {
	background: rgba(0, 0, 0, .8);
	width: 110%;
	height: 110%;
	position: absolute;
	left: -5%;
	bottom: -5%;
	z-index: 1;
	content: '';
}
.dk-main {
	position: relative;
	width: 1200px;
	height: 554px;
}
.dk-main .dk-lg {
	position: relative;
	width: 976px;
	height: 514px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 16px;
	visibility: hidden;
	display: block;
	opacity: 0;
	transition: .7s all;
}
.dk-popover {
	visibility: hidden;
	opacity: 0;
	transition: .7s all;
}
.dk-lg .dk-text {
	position: absolute;
	padding: 20px;
	color: #FFFFFF;
	line-height: 2;
	bottom: 10px;
	right: 20px;
	left: 178px;
	box-sizing: border-box;
	z-index: 4;
}
.dk-lg::after {
	background: url(../images/index/pp-btm.png) bottom;
	width: 100%;
	height: 214px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	content: '';
}/* .dk-lg .dk-bar {	background: url(../images/index/dk-bar.png) no-repeat;	width: 158px;	height: 514px;	position: absolute;	top: 0;	left: 0;	z-index: 2;} */
.dk-popover {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 305px;
	z-index: 88;
}
.dk-popover .dk-box {
	position: relative;
	width: 305px;
	height: 494px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, .55);
}
.dk-more {
	text-align: right;
	padding: 20px 0;
	line-height: 1;
}
.dk-more span {
	display: inline-block;
	padding-right: 30px;
	line-height: 20px;
	color: #ffa406;
	background: url(../images/index/more.png) right center no-repeat;
}
.dk-popover .dk-button {
	height: 50px;
	line-height: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
	z-index: 8;
	width: 190px;
	box-sizing: border-box;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 37px;
}
.dk-popover .dk-button .iconfont {
	margin-left: 14px;
}
.dk-popover .dk-grid {
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 27px;
	width: 100%;
	height: 100%;
	padding-top: 200px;
	opacity: 0;
	transition: all 0.5s;
	overflow: hidden;
}
.dk-popover .dk-grid-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.36);
}
.dk-popover .dk-grid-content {
	position: relative;
}
.dk-popover .dk-box:hover .dk-grid {
	opacity: 1;
}
.dk-popover .dk-grid .tit {
	color: #ffa406;
	font-size: 30px;
	margin-bottom: 6px;
}
.dk-popover .dk-grid .tit .tag {
	font-size: 14px;
	color: #333333;
	background-color: #ffa406;
	line-height: 25px;
	padding: 0 6px;
	border-radius: 8px;
	margin-left: 14px;
}
.dk-popover .dk-grid .item {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
}
.dk-popover .dk-grid .desc {
	height: 53px;
	overflow: hidden;
}
.swiper-slide-active .dk-lg {
	visibility: visible;
	opacity: 1;
}
.swiper-slide-active .dk-popover {
	visibility: visible;
	opacity: 1;
}
.swiper-slide-active .sm-dk-box {
	display: none;
}
.swiper-slide-prev .sm-dk-box {
	float: left;
}
.swiper-slide-next .sm-dk-box {
	float: right;
}
.sw-dk-prev, .sw-dk-next {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 40px;
	background-color: rgba(255, 255, 255, .6);
	cursor: pointer;
	z-index: 99;
}
.sw-dk-prev .iconfont, .sw-dk-next .iconfont {
	font-size: 24px;
	font-weight: lighter;
}
.sw-dk-prev {
	left: 50%;
	margin-left: -670px;
}
.sw-dk-next {
	left: 50%;
	margin-left: 614px;
}
.sw-dk-prev:hover, .sw-dk-next:hover {
	background-color: rgba(255, 255, 255, .9);
	color: #999;
}/* 百科详情 */
.art-intro {
	padding: 20px;
	color: #666666;
	font-size: 16px;
	background-color: #f9f9f9;
}
.bk-article {
	padding: 20px 30px;
	margin-bottom: 20px;
}
.article-text p {
	font-size: 16px;
}
.article-text h3 {
	font-size: 20px;
	font-weight: bold;
}
.bk-thumb {
	margin-bottom: 20px;
}
.bk-article-head {
	padding-top: 20px;
}
.bk-article-head .article-title {
	font-size: 34px;
	margin-bottom: 10px;
}
.bk-article-head .article-info span {
	padding: 0;
}
.bk-article-head .article-info .pull-left {
	margin-right: 30px;
}
.bk-article .article-links {
	padding-bottom: 0;
	border-top: 1px solid #edecec;
	margin-top: 20px;
	padding-top: 15px;
}
.as-panel {
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 10px 15px;
	margin-bottom: 20px;
}
.as-panel-hd {
	line-height: 1;
	padding: 20px 0;
	border-bottom: 1px solid #ededed;
}
.as-panel-hd .panel-title {
	font-size: 20px;
}
.as-panel-hd .more {
	font-size: 14px;
	color: #999999;
}
.bk-list {
	padding: 10px 0;
}
.bk-list li {
	margin-bottom: 10px;
}
.bk-list li:last-child {
	margin-bottom: 0px;
}
.bk-list li a {
	display: block;
	font-size: 14px;
	line-height: 28px;
	border-radius: 5px;
	padding: 0 8px;
}
.bk-list li a:hover {
	background-color: #f4f4f4;
}
.bk-tags {
	padding: 10px 0;
	margin: 0 -5px;
}
.bk-tags li {
	float: left;
	padding: 5px;
}
.bk-tags li a {
	display: block;
	padding: 0 20px;
	display: block;
	line-height: 36px;
	border-radius: 5px;
	background-color: #f7f7f7;
}
.bk-tags li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
.bk-panel {
	border-radius: 5px;
	padding: 10px 30px;
	background-color: #FFFFFF;
}
.bk-panel-hd {
	overflow: hidden;
	margin-bottom: 15px;
	border-bottom: 1px solid #ededed;
}
.bk-panel-hd .bk-tt {
	float: left;
	font-size: 18px;
	padding: 15px 0;
	border-bottom: 2px solid #000000;
}
.rel-bk-list {
	width: 380px;
}
.rel-bk-list li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 15px;
}
.rel-bk-list li:last-child {
	margin-bottom: 0;
}
.rel-bk-list li::after {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #666666;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	border-radius: 40px;
}
.rel-bk-list li a {
	display: block;
	color: #333333;
}
.js-art-panel {
	padding: 20px;
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
}
.js-art-panel .js-art-hd {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.js-form {
	float: left;
	width: 336px;
}
.js-scroll {
	float: right;
	width: 250px;
}
.js-form .form-label {
	line-height: 40px;
	min-width: 80px;
}
.js-form .form-inner {
	margin-left: 80px;
}
.js-scroll .text {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}
.js-scroll .bd ul li {
	margin-bottom: 10px;
}
.js-scroll .bd ul li * {
	display: inline-block;
}
.js-scroll .bd ul li .s {
	color: #ff1a1a;
	margin-right: 20px;
}
.js-scroll .bd ul li .n {
	margin-right: 20px;
}
.js-form .form-control {
	height: 40px;
}
.js-form-panel {
	position: relative;
}/* 团队 */
.tm-warp.bg {
	background-color: #F4F4F4;
	padding-bottom: 30px;
}
.tm-card {
	background-color: #FFFFFF;
	border-radius: 6px;
	overflow: hidden;
}
.tm-photo {
	font-size: 0;
	margin-right: 36px;
}
.tm-photo img {
	max-width: 100%;
	height: 460px;
}
.tm-head {
	display: flex;
	align-items: center;
	position: relative;
}
.tm-head .tm-name {
	display: inline-block;
	margin-right: 15px;
	font-size: 46px;
}
.tm-vip {
	display: inline-block;
	background-color: #fbefdb;
	padding: 0 12px;
	line-height: 28px;
	height: 28px;
	border-radius: 30px;
}
.tm-vip i {
	display: inline-block;
	font-style: normal;
	padding-left: 20px;
	background: url(../images/v.png) left center no-repeat;
}
.tm-info div {
	line-height: 2;
}
.tm-info-blcok {
	margin-bottom: 5px;
}
.tm-card .btn {
	width: 120px;
	height: 36px;
	line-height: 26px;
	border-radius: 40px;
	color: #222222;
	background-color: #ffa406;
}
.tm-info {
	margin-bottom: 10px;
}
.tm-score {
	margin-bottom: 10px;
}
.tm-score .raty-item .v {
	font-size: 14px;
}
.tm-score .raty-item .iconfont {
	font-size: 18px;
}
.tm-col {
	float: left;
	width: 880px;
}
.tm-asibar {
	float: right;
	width: 300px;
}
.tm-warp.bg2 {
	background-color: #f9f9f9;
	padding: 30px 0;
}
.tm-panel {
	padding: 0 24px 24px 24px;
	margin-bottom: 30px;
	border-radius: 6px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.tm-panel_hd {
	position: relative;
	padding: 20px 0;
	line-height: 1;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.tm-panel_hd::after {
	width: 78px;
	height: 2px;
	background-color: #ffa406;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}
.tm-panel_hd .tt {
	font-size: 20px;
}
.tm-panel_hd .sm {
	font-size: 14px;
	color: #999999;
}
.tm-panel_hd .more {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	color: #999999;
}
.tm-panel .team-box .news-pic img {
	height: 264px;
}
.tm-asibar {
	float: right;
	width: 300px;
}
.as-design-box {
	display: block;
	overflow: hidden;
	line-height: 1;
}
.as-design-box>img {
	width: 70px;
	height: 70px;
	float: left;
	border-radius: 70px;
	margin-right: 15px;
}
.as-design-box .col {
	overflow: hidden;
}
.as-design-box .tm-head {
	margin-bottom: 5px;
}
.as-design-box .tm-head .tm-name {
	font-size: 14px;
}
.as-design-box .tm-vip {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	padding: 0 6px;
}
.as-design-box .raty-item {
	margin-bottom: 6px;
}
.as-design-box .raty-item * {
	display: inline-block;
	vertical-align: middle;
}
.as-design {
	margin-top: 20px;
}
.as-design li {
	margin-bottom: 15px;
}
.j-case-list {
	margin-top: 20px;
}
.j-case-list li {
	margin-bottom: 15px;
}
.j-box {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 1;
}
.j-box .j-pic {
	margin-right: 15px;
	float: left;
}
.j-box .j-pic img {
	width: 100px;
	height: 65px;
	border-radius: 5px;
}
.j-box .col {
	overflow: hidden;
}
.j-box .j-title {
	line-height: 20px;
}
.j-box .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 66px;
	height: 24px;
	color: #fff;
	padding: 0;
	line-height: 24px;
	background-color: #bfbfbf;
}
.j-box .btn:hover {
	background-color: #ffa406;
	border-color: #ffa406;
	color: #000;
}
.comment-list>li {
	padding: 15px 0;
	border-bottom: 1px solid #ededed;
}
.comment-attr {
	margin-bottom: 10px;
}
.comment-attr span {
	display: inline-block;
	margin-right: 20px;
	color: #999;
}
.comment-head {
	margin-bottom: 10px;
	padding-top: 4px;
}/* .comment-head * {	display: inline-block;	vertical-align: middle;} */
.comment-cell__hd {
	width: 90px;
	margin-right: 20px;
}
.comment-cell__avatar img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.comment-head .name {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 9px;
}
.comment-head .txt {
	margin-right: 10px;
}
.comment-body {
	line-height: 2;
}/* .comment-head .raty-box {	line-height: 1;} */
.comment-head .raty-box img {
	margin-right: 4px;
}
.comment-body+.owner-cell-pics {
	margin-top: 20px;
	margin-bottom: 0;
}
@font-face {
	font-family: UnidreamLED;
	src: url('../fonts/UnidreamLED.ttf');
}
.js-title {
	font-size: 24px;
	text-align: center;
	color: #323232;
}
.js-form-item {
	background-color: #eeeeee;
	padding: 10px 0;
	border-radius: 4px;
	display: flex;
	align-items: center;
}
.js-form-item .form-control {
	background-color: #eeeeee;
	border-color: transparent;
	height: 25px;
	padding: 0 10px;
}
.js-form-item {
	margin-bottom: 10px;
}
.js-form-item .js-form-label {
	min-width: 60px;
	font-size: 14px;
	color: #6f6f6f;
}
.js-form-submit .btn {
	width: 100%;
	color: #333333;
}
.js-form-result .result-control {
	height: 43px;
	text-align: right;
	background-color: transparent;
	font-size: 24px;
	border-color: transparent;
}
.js-form-result {	/* padding: 0 15px;	background-color: #d3d3cb; */
	font-family: UnidreamLED;	/* border: 1px solid #333; */
	border-radius: 4px;
	margin-bottom: 10px;
}
.js-form-result img {
	width: 100%;
	height: 60px;
}
.ss-scroll ul li {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.ss-scroll {
	padding: 10px 0;
}
.db-case .case-box-pic img {
	height: 185px;
}
.db-case .case-box-content {
	padding: 15px 20px;
}
.db-case {
	margin-bottom: 0;
	margin-top: 20px;
}
.glv-list li.text-right a {
	font-size: 15px;
}
.text-right {
	text-align: right;
}
.js-dw {
	display: inline-block;
	padding: 0 12px;
	color: #999999;
}
.business-box:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .14);
}
.bar-fixed {
	position: fixed;
	right: 30px;
	top: 40%;
	z-index: 88888;
	display: none;
	margin-top: -100px;
	border-radius: 5px;
}
.bar-fixed.is-active {
	display: block;
}
.bar-fixed .bar-link {
	position: relative;
	width: 100px;
	height: 64px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 10px 0;
	background-color: #4c4c4c;
}
.bar-fixed .bar-link:last-child {
	margin-bottom: 0;
	border-radius: 0 0 5px 5px;
}
.bar-fixed .bar-link:first-child {
	border-radius: 5px 5px 0 0;
}
.bar-fixed .bar-link:hover {
	background-color: #ffa406;
	color: #000000;
}
.bar-fixed .bar-link .iconfont {
	font-size: 20px;
}
.bar-fixed .bar-link-top {
	padding: 15px 0;
}
.bar-fixed .bar-link-top .iconfont {
	font-size: 30px;
}
.bar-fixed .bar-link .txt {
	margin-top: 4px;
	font-size: 13px;
}
.bar-abs {
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
	height: 64px;
	background-color: #ffa406;
	display: block;
	line-height: 42px;
	transition: .3s all;
	visibility: hidden;
	opacity: 0;
	border-radius: 5px 0 0 5px;
}
.wx-abs {
	position: absolute;
	right: 0;
	top: -20px;
	width: 123px;
	height: 116px;
	background: url(../images/wxbox.png) no-repeat;
	display: block;
	transition: .3s all;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	padding: 5px;
	box-sizing: border-box;
}
.wx-abs img {
	width: 106px;
	height: 106px;
}
.abs-text {
	text-align: center;
	padding: 14px 0;
	line-height: 1.4;
}
.bar-fixed .bar-link:hover .bar-abs {
	right: 105px;
	visibility: visible;
	opacity: 1;
}
.bar-fixed .bar-link:hover .wx-abs {
	right: 105px;
	visibility: visible;
	opacity: 1;
}
.dk-bottom {
	background-color: #f5f5f5;
	padding: 15px 0;
}
.dk-cell-list li {
	width: 130px;
	padding: 30px 7px;
	float: left;
}
.dk-cell .prev {
	position: absolute;
	left: -107px;
	top: 30px;
	width: 130px;
	height: 130px;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 124px;
	border-radius: 9px 0 0 9px;
	font-size: 40px;
	cursor: pointer;	/* 	background-image: url(../images/left.png);	background-repeat: no-repeat;	background-position: center; */
}
.dk-cell .prev .iconfont {
	font-size: 40px;
}
.dk-cell .next .iconfont {
	font-size: 40px;
}
.dk-cell .prev:hover {
	background: #ffa406;
}
.dk-cell .next:hover {
	background: #ffa406;
}
.dk-cell .next {
	position: absolute;
	right: -120px;
	top: 30px;
	width: 130px;
	height: 130px;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 124px;
	border-radius: 0 9px 9px 0;
	font-size: 40px;
	cursor: pointer;	/* 	background-image: url(../images/right.png);	background-repeat: no-repeat;	background-position: center; */
}
.dk-cell {
	position: relative;
}
.dk-cell .bd {
	padding: 0 30px;
}
.dk-cell .dk-cell-box {
	display: block;
	font-size: 0;
	width: 130px;
	height: 130px;
	transition: .3s all;
	border-radius: 9px;
}
.dk-cell .dk-cell-box img {
	width: 130px;
	height: 130px;
	border-radius: 9px;
}
.dk-cell .dk-cell-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.form-group .select2-container--default {
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-group .select2-container .select2-selection--single {
	height: 42px;
	line-height: 42px;
	padding: 0;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
}
.select2-results__options:s {
}
.select2-results__options::-webkit-scrollbar {
width: 6px;
}
.select2-results__options::-webkit-scrollbar-thumb {
background: #9e9e9e;
border-radius: 10px;
}
.select2-results__options::-webkit-scrollbar-track-piece {
background: #e2e2e2;
}
.mfbj-submit-box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -77px;
	width: 130px;
	height: 130px;
	z-index: 9;
	background: url(../images/index/js-button.png) no-repeat center;
}
.mfbj-submit-btn {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 90px;
	height: 90px;
	z-index: 15;
	background: #333333;
	background-position: 0 0;
	border-radius: 45px;
	border: 0;
}
.mfbj-submit-btn-text {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 16px;
	width: 45px;
	height: 45px;
	margin-left: -22px;
	margin-top: -22px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.pop-circle-animate {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #ffa406;
	z-index: 12;
	-webkit-animation: scale-three2 1.5s ease infinite;
	animation: scale-three2 1.5s ease infinite;
	animation-fill-mode: both;
}
@keyframes scale-three2 {
0% {
transform: scale(1);
opacity: .8
}
to {
transform: scale(1.2);
opacity: 0
}
}
@-webkit-keyframes scale-three2 {
0% {
-webkit-transform: scale(1);
opacity: .7
}
to {
-webkit-transform: scale(1.2);
opacity: 0
}
}
.case-slide {
	position: relative;
	width: 840px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.case-slide li img {
	width: 840px;
	height: 450px;
}
.case-slide .parHd {
	padding: 23px 20px 0;
}
.case-slide .parHd ul li {
	position: relative;
	z-index: 1;
	float: left;
	padding: 0 15px;
	line-height: 30px;
	color: #111;
	border: 1px solid #ff9c33;
	margin-left: -1px;
	font-size: 12px;
	background: #fff9f2;
}
.case-slide .parHd ul li:first-child {
	border-radius: 0 3px 3px 0;
}
.case-slide .parHd ul li:last-child {
	border-radius: 3px 0 0 3px;
}
.case-slide .parHd ul li.on {
	color: #ff8400;
	background: #fff;
	border-color: #ff9c33;
}
.case-slide .parHd ul li.on::before, .case-slide .parHd ul li.on::after {
	content: '';
	position: absolute;
	z-index: 5;
	margin-left: -4px;
	width: 0;
	height: 0;
	left: 50%;
	top: -9px;
	border: 5px solid transparent;
	border-bottom-color: #fff;
}
.case-slide .parHd ul li.on::after {
	z-index: 4;
	top: -11px;
	border-bottom-color: #ff9c33;
}
.case-slide .sPrev {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 410px;
	height: 450px;
	z-index: 2;
	transition: all 1s;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: url(../images/al.cur), auto;
}
.case-slide .sNext {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 410px;
	height: 450px;
	z-index: 2;
	transition: all 1s;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: url(../images/ar.cur), auto;
}
.case-slide:hover .sNext, .case-slide:hover .sPrev {
	opacity: 1;
	filter: alpha(opacity=100);
}
.yy-modal {
	width: 658px;
}
.yy-modal .modal-content {
	background: url(../images/yuyue.png) no-repeat center top;
	border: 0;
	box-shadow: none;
	padding: 0 126px;
}
.yy-modal .modal-title {
	font-size: 65px;
	color: #ffa406;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 7px #000;
	line-height: 78px;
	-webkit-text-stroke: 3px #000;
}
.yy-modal .modal-header {
	padding-top: 50px;
	border-bottom: 0;
}
.yy-modal .modal-body {
	padding: 0;
}
.yk-form-title {
	font-size: 26px;
	color: #333333;
	text-shadow: 0 0 7px #f6dc52;
	text-align: center;
	line-height: 34px;
	margin-bottom: 16px;
}
.yk-form .form-control {
	line-height: 26px;
	width: 100%;
	display: block;
	box-shadow: 0 3px 7px rgba(159, 140, 26, 0.56);
	padding: 10px 20px;
	font-size: 18px;
	border-radius: 8px;
	outline: 0;
	box-sizing: border-box;
	border: 1px solid #bba943;
}
.yk-form .form-group {
	margin-bottom: 15px;
}
.yk-form {
	padding: 25px 38px;
}
.yk-btn {
	font-size: 26px;
	color: #333333;
	width: 100%;
	display: block;
	border-radius: 30px;
	padding: 10px;
	line-height: 40px;
	background: url(../images/yk-btn.jpg) no-repeat center;
	border: 0;
	box-shadow: 0 6px 0px #d06620;
}
.yy-modal .modal-footer {
	padding: 30px 0;
	border-top: 0;
}
.yk-close .iconfont {
	font-size: 36px;
	color: #fff;
}
.yk-close {
	background-color: transparent;
	border: 0;
	padding: 0;
}
.yk-dismiss {
	text-align: center;
	padding-top: 50px;
	position: relative;
}
.yk-dismiss::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 46px;
	top: 5px;
	margin-left: -1px;
	left: 50%;
	background-color: #fff;
}
a.see-home {
	color: #feaf40;
}
.designer-yy {
	margin-top: 10px;
}
.designer-yy-num b {
	color: #feaf40;
}
.zx-links .free-btn {
	background-color: #484848;
	color: #ffd900;
}
.j-case-list-lg {
	margin-top: 0;
}
.j-case-list-lg li {
	margin-bottom: 20px;
}
.j-case-list-lg .j-box .j-pic img {
	width: 130px;
	height: 78px;
}
.j-case-list-lg .j-box .j-pic {
	margin-right: 10px;
}
.j-case-list-lg .j-title {
	line-height: 18px;
	height: 46px;
	overflow: hidden;
	padding: 5px 0;
}
.j-case-list-lg .j-box .btn {
	border: 1px solid #cccccc;
	background-color: transparent;
	display: block;
	width: auto;
	position: unset;
	height: 26px;
}
.raty-item .icon-shoucang1 {
	color: #ffa406;
}
.raty-item .icon-shoucang {
	color: #333;
}
.raty-item .iconfont {
	font-size: 12px;
}
.raty-item .v {
	margin-left: 4px;
}
.tm-body {
	padding: 10px 0 20px;
	border-bottom: 1px dashed #edecec;
}
.tm-foot {
	height: 150px;
	overflow: hidden;
	overflow-y: auto;
}/* 设置滚动条的样式 */
.tm-foot::-webkit-scrollbar {
width: 4px;
}/* 滚动槽 */
.tm-foot::-webkit-scrollbar-track {
background: #efefef;
border-radius: 2px;
}/* 滚动条滑块 */
.tm-foot::-webkit-scrollbar-thumb {
background: #bfbfbf;
border-radius: 2px;
}
.tm-content {
	padding-right: 30px;
}
.tm-swiper {
	height: 100%;
}
.tm-user-head {
	margin-bottom: 7px;
}
.tm-user {
	padding-top: 12px;
}
.tm-number {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	display: block;
	width: 70px;
	padding-left: 14px;
	font-weight: bold;
	border-radius: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	background-image: linear-gradient(to right, #ee3800, #ee3800);
}
.tm-number .fire {
	width: 32px;
	position: absolute;
	right: -8px;
	top: -18px;
	height: 46px;
}
.tm-user-tt {
	font-size: 14px;
	line-height: 28px;
	border-bottom: 1px solid #333;
}
.tm-user-list {
	font-size: 14px;
	line-height: 24px;
}
.tm-swiper .swiper-scrollbar {
	width: 3px;
}
.tm-swiper .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
}
.math {
	height: 230px;
	background: #FFFFFF;
	border-radius: 6px;
	margin-bottom: 20px;
}
.math .box {
	position: relative;
	width: 100px;
	height: 230px;
	background-image: url(../images/math-box.png);
	background-position: center center;
	background-size: 100px 230px;
	background-repeat: no-repeat;
}
.math .box>div#breath {
	position: absolute;
	transition: all 0.1s ease;
	cursor: pointer;
	width: 76px;
	height: 76px;
	background: linear-gradient(232deg, #ffe2ab, #ffdeb1);
	border-radius: 50%;
}
.math .box>div#breath.tobig {
	animation: tobig 1.5s;
}
.math .box>div#breath.tosmall {
	animation: tosmall 1.5s;
}
.math .box>div.text {
	position: absolute;
	user-select: none;
	cursor: pointer;
	z-index: 2;
	width: 70px;
	height: 70px;
	padding: 19px;
	background: linear-gradient(232deg, #FFB728, #FFA022);
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.math .left, .math .right {
	padding: 30px;
	padding-right: 25px;
	width: 390px;
	box-sizing: border-box;
}
.math .left>h1, .math .right>h1 {
	margin-bottom: 19px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	margin-top: 0;
	color: #333333;
}
.math .left>h1>p, .math .right>h1>p {
	height: 14px;
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	margin-left: 11px;
}
.math .left>h1>p>span, .math .right>h1>p>span {
	color: #32695A;
}
.math .left>.flex-start, .math .right>.flex-start {
	width: 360px;
}
.math .left input, .math .right input, .math .left select, .math .right select {
	padding-left: 20px;
	padding-right: 30px;
	width: 165px;
	height: 50px;
	background: #F2F2F2;
	border-radius: 12px;
	border: none;
	outline: none;
}
.math select {
	border: none;
	outline: none;	/*将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;	/*在选择框的最右侧中间显示小箭头图片*/
}
.math .left>input, .math .right>input {
	width: 340px;
	margin: 10px 0;
	padding-right: 80px;
}
.math .left select, .math .right select {
	margin-right: 10px;
}
.math .left>p, .math .right>p {
	height: 13px;
	font-size: 12px;
	font-weight: 500;
	color: #666;
}
.math .left>p>span, .math .right>p>span {
	color: #EA3C3C;
}
.math .right {
	padding-right: 30px;
	padding-left: 25px;
}
.math .right>a {
	display: inline-block;
}
.math .right>a+a {
	margin-top: 20px;
}
.math .right>h1>p>img {
	width: 110px;
	height: auto;
	margin-right: 10px;
}
.math .right .price {
	padding: 28px 0;
	justify-content: center;
	align-items: center;
	width: 335px;
	height: 110px;
	border: 1px solid #E6E6E6;
	border-radius: 12px;
	margin-bottom: 10px;
}
.math .right .price>p {
	height: 13px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 13px;
}
.math .right .price>p>img {
	width: 80px;
	height: auto;
}
.math .right .price>p:nth-child(even) {
	margin-left: 10px;
}
.math .right .price>p:nth-child(n+3) {
	margin-top: 27px;
}
.math .left>div {
	position: relative;
}
.math .left .select {
	position: absolute;
	width: 8px;
	height: 10px;
	top: 21px;
	right: 205px;
}
.math .left .area {
	position: absolute;
	top: 18px;
	right: 31px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
.math .left .protect {
	user-select: none;
	position: absolute;
	padding: 5px 7px;
	top: 64px;
	right: 24px;
	width: 74px;
	height: 42px;
	background: #71C9AD;
	border-radius: 11px;
}
.math .left .protect>img {
	top: 3px;
	left: 0;
	position: absolute;
	width: 28px;
	height: 36px;
	border-radius: 11px;
}
.math .left .protect>span {
	position: relative;
	top: -3px;
	z-index: 1;
	width: 59px;
	height: 30px;
	line-height: 17px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}
@keyframes tobig {
from {
transform: scale(1);
opacity: 1;
}
to {
transform: scale(1.5);
opacity: 0.5;
}
}
@keyframes tosmall {
from {
transform: scale(1.5);
opacity: 0.5;
}
to {
transform: scale(1);
opacity: 1;
}
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-start {
	display: flex;
	justify-content: start;
	align-items: start;
}
.flex-wrap {
	display: flex;
	justify-content: start;
	align-items: start;
	flex-wrap: wrap;
}
.d-pabel .as-panel-hd {
	text-align: center;
	padding-top: 30px;
	border-bottom: 0;
	position: relative;
}
.d-pabel .panel-title {
	color: #212628;
	font-size: 24px;
}
.d-pabel .as-panel-hd::after {
	position: absolute;
	content: '';
	bottom: 10px;
	left: 50%;
	margin-left: -55px;
	background: #00463E;
	width: 110px;
	height: 1px;
}
.d-pabel .panel-body {
	padding: 0;
	padding-top: 20px;
}
.d-pabel .j-case-list-lg .j-box .j-pic img {
	width: 100px;
	height: 80px;
}
.d-pabel .j-case-list-lg .j-title {
	height: 44px;
	padding: 0;
	margin-bottom: 10px;
}
.j-case-list-lg .j-box .btn {
	color: #333333;
}
.j-case-list-lg .j-box .btn:hover {
	border-color: #e60012;
}
.question-list li a:hover {
	color: #e60012;
}/* --------------------------------------------------------------- */
.is-active #search {
	display: flex;
}
#search {
	transition: all 0.15s ease;
	display: none;
	position: fixed;
	z-index: 10001;
	padding: 10px 0;
	width: 100%;
	top: 80px;
	background-color: #FFFFFF;
	box-shadow: 0 8px 10px -1px rgb(0 0 0 / 6%);
}
#search .search-input {
	position: relative;
	width: 400px;
	height: 40px;
}
#search .search-input input {
	width: 400px;
	height: 40px;
	border: 1px solid #cccccc;
	border-radius: 20px;
	padding-left: 38px;
	box-sizing: border-box;
	outline: unset;
}
#search .search-input .iconfont {
	color: #999;
	position: absolute;
	left: 16px;
}
#search .search-input .search-btn {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 66px;
	height: 40px;
	background: #ffa406;
	border-radius: 0 20px 20px 0;
}
.breadwarp {
	background-color: #f4f4f4;
}
.math .select2-container--default .select2-selection--single {
	padding-left: 20px;
	padding-right: 30px;
	width: 165px;
	height: 50px;
	background: #F2F2F2;
	border-radius: 12px;
	border: none;
	outline: none;
}
.math .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	padding: 0;
	color: #666;
}
.math .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 5px;
	top: 50%;
	line-height: 26px;
	text-align: center;
	margin-top: -13px;
}
.math .select2-container {
	margin-right: 10px;
}
.math .select2-container--default .select2-selection--single .select2-selection__arrow .icon-down:before {
	content: '\e62b';
}
.slideBox {
	background: #f5f5f5;
	padding: 10px;
	position: relative;
}
.slideBox ul li {
	display: block;
	position: relative;
}
.spage {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 0 30px 0 15px;
	color: #bfbfbf;
	font-size: 12px;
	line-height: 30px;
	background: url(../images/tag.png) no-repeat top right;
}
.spage em {
	color: #fff;
	margin-right: 12px;
}
.spage .pageState span {
	color: #fff;
}
.article-group__hd {
	font-weight: 600;
	color: #000;
	line-height: 28px;
	font-size: 20px;
	margin-bottom: 30px;
}
.article-group__hd .iconfont {
	font-size: 20px;
	margin-right: 10px;
}
.pub-dialog {
	width: 400px;
}
.pub-dialog .modal-content {
	box-shadow: none;
	border-radius: 20px;
	overflow: hidden;
}
.pub-dialog .modal-body {
	padding: 15px 20px;
}
.pub-dialog .modal-header {
	padding: 34px 26px;
	color: #fff;
	position: relative;
	border-bottom: 0;
}
.pub-dialog .modal-title {
	font-size: 28px;
	margin-bottom: 4px;
	position: relative;
	z-index: 11;
}
.pub-dialog .modal-cn {
	font-size: 14px;
	line-height: 18px;
	position: relative;
	z-index: 11;
}
.pub-dialog .modal-header .close {
	position: absolute;
	right: 10px;
	line-height: 1;
	background-color: transparent;
	border: 0;
	padding: 0;
	top: 10px;
	z-index: 99;
}
.pub-dialog .modal-header img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pub-dialog .modal-header .close .iconfont {
	font-size: 30px;
	color: #fff;
}
.pub-dialog .form-item {
	position: relative;
	margin-bottom: 0;
}
.pub-dialog .form-item .form-control {
	font-size: 14px;
	height: 50px;
	padding: 0 20px;
	border: 0;
	background-color: #f2f2f2;
	border-radius: 6px;
	width: 100%;
	line-height: 50px;
	display: block;
	box-sizing: border-box;
	outline-style: none;
}
.pub-dialog .form-item .unit {
	font-size: 14px;
	color: #333333;
	position: absolute;
	right: 16px;
	top: 0;
	line-height: 50px;
}
.pub-dialog .row {
	margin: 0 -5px;
}
.pub-dialog .row>.col-xs-6 {
	padding: 5px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.pub-dialog .row>.col-xs-12 {
	padding: 5px;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.pub-dialog .form-item .info-protect {
	background-color: #71c9ad;
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
	line-height: 14px;
	width: 74px;
	text-align: center;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	padding: 6px;
	overflow: hidden;
}
.pub-dialog .form-item .info-protect img {
	position: absolute;
	left: -4px;
	top: 2px;
	border-radius: 11px;
	width: 28px;
	height: 36px;
}
.pub-dialog .form-item .btn-submit {
	font-size: 16px;
	color: #fff;
	width: 100%;
	background: linear-gradient(to right, #ffb728, #ffa022);
	line-height: 48px;
	font-weight: 600;
	text-align: center;
	border-radius: 6px;
}
.pub-dialog .form-item .btn-submit .icon {
	margin-right: 8px;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	display: inline-block;
}
.pub-dialog .form-tip {
	font-size: 12px;
	line-height: 20px;
}
.pub-dialog .form-item .btn-submit .icon img {
	width: 20px;
	height: 18px;
	animation: scale 2s linear infinite;
}
.pub-dialog .form-item .select2-container {
	width: 100% !important;
}
.pub-dialog .form-item .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	height: 50px;
	background-color: #f2f2f2;
	border-radius: 6px;
	padding: 0 20px;
	border: 0;
}
.pub-dialog .form-item .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	padding: 0;
	padding-right: 10px;
	font-size: 14px;
	color: #666;
}
.pub-dialog .form-item .select2-container--below .select2-selection--single .select2-selection__rendered {
	color: #333;
}
.pub-dialog .form-item .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	text-align: center;
	right: 12px;
	margin-top: -13px;
	line-height: 26px;
}
.pub-dialog .form-item .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	transform: rotateZ(-90deg);
}
.pub-dialog .form-item .select2-container--default .select2-selection--single .select2-selection__arrow .iconfont {
	color: #333333;
}
.pub-dialog .form-item .select2-container--default .select2-selection--single .select2-selection__arrow .iconfont::before {
	content: '\e62b';
}
.select2-dropdown {
	border: 0;
	box-shadow: rgb(203 200 200) 0px 4px 15px -4px;
}
@keyframes scale {
0 {
transform: scale(0, 0)translateY(0);
}
50% {
transform: scale(0.7, 0.7)translateY(2px);
}
100% {
transform: scale(1, 1)translateY(0);
}
}
.base-dialog .modal-header {
	background-color: #43485e;
}
.base-dialog .modal-header .modal-title {
	text-align: center;
	margin-bottom: 0;
}
.base-dialog .modal-header {
	padding: 20px;
}
.base-dialog {
	width: 550px;
}
.desgin-list li {
	width: 25%;
	padding: 0 5px;
	float: left;
	box-sizing: border-box;
}
.desgin-list {
	margin: 0 -5px;
}
.desgin-list li a {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	height: 120px;
}
.desgin-list li a img {
	width: 100%;
	height: 100%;
}
.desgin-list li a .desgin-type {
	font-size: 18px;
	color: #333333;
	position: absolute;
	left: 12px;
	top: 15px;
	z-index: 11;
}
.desgin-list input {
	margin: 0;
	width: 24px;
	height: 24px;
	border: 0;
	outline: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 11;
}
.desgin-list input::before {
	content: '';
	width: 24px;
	height: 24px;
	display: inline-block;
	background-color: #fff;
	border-radius: 24px;
}
.desgin-list input:checked::before {
	background: url(../images/radio.png) no-repeat center;
	background-size: cover;
}
.bk-banner {
	height: 380px;
	background: url(../images/bk_bannner.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.bk-banner .dp-form_hd .lg {
	color: #fff;
}
.bk-banner .dp-button .btn {
	width: 180px;
	color: #333333;
}
.zx-box {
	height: 340px;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
}
.zx-box__hd {
	height: 180px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
}
.zx-box__top {
	line-height: 1;
}
.zx-box__index {
	font-size: 42px;
	color: #fff;
	margin-right: 5px;
}
.zx-box__tt {
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
}
.zx-box__desc {
	font-size: 12px;
	color: #fff;
}
.zx-box__bd {
	height: 161px;
}
.zx-nav-tt {
	font-size: 12px;
	color: #666666;
}
.zx-nav {
	text-align: center;
	height: 100%;
}
.zx-nav .icon {
	width: 20px;
	height: 20px;
	margin-bottom: 10px;
}
.zx-row {
	margin: 0;
	height: 100%;
	margin-right: -1px;
}
.zx-row>div {
	padding: 0;
	height: 100%;
	border-right: 1px dashed #e0e4ee;
	border-bottom: 1px dashed #e0e4ee;
}
.scenod .zx-row>div {
	height: 50%;
}
.zx-process {
	margin-bottom: 20px;
}
.zx-panel {
	background-color: #fff;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 0 20px;
}
.zx-panel .panel-head {
	border-bottom: 1px solid #ededed;
	position: relative;
}
.zx-panel .see-more {
	font-size: 14px;
	color: #999999;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -18px;
	line-height: 36px;
}
.zx-panel .panel-title {
	position: relative;
	font-size: 20px;
	color: #333333;
	padding: 16px 0;
	margin-right: 5px;
}
.zx-panel .panel-title::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	right: 0;
	height: 2px;
	background-color: #ffa406;
}
.zx-panel .panel-en {
	font-size: 14px;
	color: #999999;
}
.zx-panel .list-cell {
	padding: 0;
}
.zx-panel .list-cells li {
	margin-bottom: 20px;
}
.zx-panel .list-cell .list-cell__hd {
	width: 152px;
	margin-right: 10px;
}
.zx-panel .list-cell-pic img {
	width: 152px;
	height: 100px;
	border-radius: 6px;
}
.zx-panel .list-cell-tit {
	font-size: 18px;
	margin-bottom: 10px;
}
.zx-panel .list-cell-desc {
	color: #666666;
	line-height: 22px;
	font-size: 14px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.zx-panel .panel-body {
	padding: 20px 0;
}
.zx-panel .list-cells {
	margin-left: 40px;
}
.zx-panel .list-cell:hover {
	box-shadow: unset;
}
.zx-panel .zx-lg .list-cell .list-cell__hd {
	height: 234px;
	width: 100%;
	margin-right: 0;
}
.zx-lg .list-cell-pic {
	border-radius: 6px;
	overflow: hidden;
}
.zx-lg .list-cell-pic {
	height: 234px;
}
.zx-lg .list-cell-pic img {
	width: 100%;
	height: 100%;
}
.list-cell-key {
	font-size: 14px;
}
.list-cell-column {
	color: #999999;
	margin-right: 40px;
}
.zx-lg .list-cell-tit {
	margin-bottom: 0;
}
.zx-lg .list-cell-key {
	margin: 7px 0;
}
.zx-lg .list-cell__bd {
	margin-top: 15px;
}
.zx-panel .list-cell:hover .list-cell-tit {
	color: #e60012;
}
.zx-panel .list-cell:hover .list-cell-pic {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.zx-panel .team-case .case-box-content {
	padding-right: 0;
}
.zx-panel .case-box {
	margin-bottom: 10px;
}
.list-panel {
	border-radius: 4px;
	margin-bottom: 20px;
}
.list-cell-time {
	font-size: 16px;
	margin-bottom: 15px;
	color: #999999;
}
.list-cell-more:hover .btn {
	background-color: #ffa406;
	border-color: #ffa406;
}
.list-cell-border .list-cell {
	position: relative;
}
.list-cell-border .list-cell::after {
	left: 20px;
	bottom: 0;
	right: 20px;
	position: absolute;
	content: '';
	border-bottom: 1px solid #ededed;
}
.list-cell-border .list-cell:hover {
	box-shadow: unset;
}
.list-cell-border li:last-child .list-cell::after {
	display: none;
}
.list-cell-border {
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
}
.list-panel .load-more {
	margin-top: 0;
	font-size: 16px;
	padding: 15px;
	background-color: #fff;
	line-height: 30px;
	border-radius: 4px;
}
.question-list {
	padding: 7px 0;
}
.question-list li a {
	font-size: 14px;
	line-height: 40px;
	color: #363636;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jx-case .j-box .btn {
	position: relative;
	display: block;
	width: 100%;
	background-color: transparent;
	color: #333;
	border: 1px solid #999;
}
.tm-info__item {
	display: inline-block;
	margin-right: 20px;
}
.tm-info__item .icon {
	width: 21px;
	height: 21px;
	border-radius: 50%;
	margin-right: 10px;
}
.zx-adv {
	height: 150px;
	border-radius: 6px;
	overflow: hidden;
}
.zx-adv img {
	width: 100%;
	height: 100%;
}
.copyright {
	border-top: 1px solid #4d4d4d;
	padding: 20px 0;
}
.copyright span, .copyright a {
	font-size: 12px;
	color: #999;
}
.copyright span {
	margin: 0 20px;
}
