@charset "utf-8";

a:hover,
a:focus {
	text-decoration: none !important;
	cursor: pointer;
}

a {color:#333;
}

a:hover {
  color: #FFE700;
}

ol {
	margin-bottom: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

i {
	font-style: normal;
}

dl,
dd {
	margin-bottom: 0;
}

/*图片样式*/
.thumbnail,
.img-thumbnail {
	border: 0;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
}

p.thumbnail {
	border: 0;
	padding: 0;
	border-radius: 0;
	margin-bottom: 0;
	overflow: hidden;
}

p.thumbnail img {
	width: 100%;
	transition: all 0.6s;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* 头部 */
.menu {
	background: rgba(255, 255, 255, .8);
}

.no-background {
	background: rgba(255, 255, 255, 0);
}

.header {
	width: 100%;
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
}

.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fixed {
	position: fixed;
	z-index: 999999;
	padding: 10px 0;
	/* background: rgba(255,255,255,.8); */
}


@media only screen and (max-width: 479px){
	.logo img {
		margin-top: 3px;
	}
    
}

.nav {
	position: relative;
	width: auto;
	border: none;
}

.btn-nav {
	background: transparent;
	border: none;
	padding: 10px;
	padding-right: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	z-index: 99999;
}

.btn-nav:focus {
	outline: 0;
}

.icon-bar {
	display: block;
	margin: 6px 0;
	width: 28px;
	height: 2px;
	background-color: #000;
}

.btn-nav:hover .icon-bar {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/*background-color: #ffe700;*/
}

.nav-content {
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: 101;
	right: 0;
	top: -100%;
}

.nav-content .page-menu {
	text-align: center;
	display: table;
	height: 100%;
	width: 100%;
}

.nav-list {
	display: table-cell;
	vertical-align: middle;
	padding-left: 0;
}

.item-anchor:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.item-anchor {
	color: #ffe700;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	padding: 10px;
	font-family: fzltxh;
}

.item-anchor:hover,
.item-anchor:focus {
	color: #ffffff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.item-anchor:hover:after,
.item-anchor:focus:after {
	width: 100%;
	bottom: 25px;
	height: 1px;
	background: #ffe700;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.nav-item {
	margin: 25px auto;
	text-align: left;
	padding-left: 10%;
}

.animated {
	display: block;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar {
	background-color: #000;
}

.animated:focus {
	cursor: pointer;
	z-index: 9999;
}

.middle {
	margin: 0 auto;
}

.icon-bar {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	z-index: 999999;
}









.animated .icon-bar {
	z-index: 999999;
	/*background-color: #ffe700;*/
}

.animated .top {
	-webkit-transform: translateY(10px) rotateZ(45deg);
	-moz-transform: translateY(10px) rotateZ(45deg);
	-ms-transform: translateY(10px) rotateZ(45deg);
	-o-transform: translateY(10px) rotateZ(45deg);
	transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
	-webkit-transform: translateY(-7px) rotateZ(-45deg);
	-moz-transform: translateY(-7px) rotateZ(-45deg);
	-ms-transform: translateY(-7px) rotateZ(-45deg);
	-o-transform: translateY(-7px) rotateZ(-45deg);
	transform: translateY(-7px) rotateZ(-45deg);
}

.animated .middle {
	width: 0;
}

@keyframes showNav {
	from {
		top: -100%;
	}

	to {
		top: 0;
	}
}

@-webkit-keyframes showNav {
	from {
		top: -100%;
	}

	to {
		top: 0;
	}
}

@-moz-keyframes showNav {
	from {
		top: -100%;
	}

	to {
		top: 0;
	}
}

@-o-keyframes showNav {
	from {
		top: -100%;
	}

	to {
		top: 0;
	}
}

.showNav {
	-webkit-animation: showNav 1s ease forwards;
	-moz-animation: showNav 1s ease forwards;
	-o-animation: showNav 1s ease forwards;
	animation: showNav 1s ease forwards;
	background: rgba(0, 0, 0, .9);
}

@keyframes hideNav {
	from {
		top: 0;
	}

	to {
		top: -100%;
	}
}

@-webkit-keyframes hideNav {
	from {
		top: 0;
	}

	to {
		top: -100%;
	}
}

@-moz-keyframes hideNav {
	from {
		top: 0;
	}

	to {
		top: -100%;
	}
}

@-o-keyframes hideNav {
	from {
		top: 0;
	}

	to {
		top: -100%;
	}
}

.hideNav {
	-webkit-animation: hideNav 1s ease forwards;
	-moz-animation: hideNav 1s ease forwards;
	-o-animation: hideNav 1s ease forwards;
	animation: hideNav 1s ease forwards;
	background: rgba(0, 0, 0, .8);
}

.hidden {
	display: none;
}

.nav-menu ul {
	list-style: none;
	/*display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;*/
	text-align: right;
}

.nav-menu ul li {
	margin: 0 20px;
	text-align: center;
	line-height: 0;
	text-align: center;
	/*text-transform: uppercase;*/
	display: inline-block;
	transition: all .3s;
	position: relative;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;
}

.nav-menu ul li:nth-child(6n) {
	margin-right: 0;
}

.nav-menu ul li i {
	display: block;
	font-style: normal !important;
	opacity: 1;
}

.nav-menu ul li span {
	display: block;
	font-style: normal !important;
	opacity: 0;
}

.nav-menu ul li a {
	color: #222;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 6;
	font-weight: 700;
	/*font-size: 16px;*/
}

.nav-menu ul li.active:before,
.nav-menu ul li:hover:before {
	content: '';
	width: 50px;
	height: 6px;
	background: #FFE700;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -8px;
	z-index: 0;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;
}



/* .nav-menu {
	width: 80%;
} */

.nav-menu ul li:hover i {
	display: block;
	line-height: 0;
	opacity: 0;
	transition: all .3s;

}

.nav-menu ul li:hover span {
	display: block;
	font-style: normal !important;
	opacity: 1;
	transition: all .3s;
}

.nav-social a {
	display: inline-block;
}

.nav-social a img {
	display: block;
}

.nav-social span {
	display: block;
	color: #FFE700;
	font-family: fzltcxhjw;
	font-size: 10px;
}

.cd-header {
	background: rgba(255, 255, 255, .3);
}

.cd-header .twelve {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	padding: 8px 0 0;
}

.cd-header .twelve .logo{padding-top:2px}

.card {
	border: 0;
	border-radius: 0;
}

.card-img {
	border-radius: 0;
}

.dc-card .card-img-overlay {
	display: flex;
	align-items: center;
	position: absolute;
}

.dc-card h5 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 40px;
}

.dc-card h4 {
	font-size: 30px;
	line-height: 40px;
}

.dc-card .line {
	width: 35px;
	height: 6px;
	background: #FFE700;
	margin: 30px 0;
}

.dc-card p.title {
	font-size: 24px;
	margin-bottom: 20px;
}


.dc-design {
	padding: 100px 0 40px;
}

.dc-design h2 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	/*letter-spacing: 10px;*/
}

.dc-design .line {
	width: 35px;
	height: 6px;
	background: #FFE700;
	margin-top: 60px;
	margin-bottom: 80px;
}

.dc-design .item {
	margin-bottom: 60px;
}

.dc-design .item h4 {
	font-size: 30px;
	margin-bottom: 20px;
}

.dc-design .item ul li {
	font-size: 14px;
	line-height: 30px;
}

.dc-design .item ul li a {
	color: #414141;
}

.dc-design .item ul li a:hover {
	color: #FFE700;
}

.dc-design .dc-design-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

a.more {
	display: block;
	width: 42px;
	height: 22px;
	background-image: url(../images/icon-right-black.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 40px;
	transform: .2s;
}

a.more:hover {
	display: block;
	width: 42px;
	height: 22px;
	background: url(../images/icon-right-yellow.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 40px;
	transform: .2s;
}


.dc-about {
	padding: 100px 0;
	background: url(../images/bg2.jpg) center center / cover no-repeat fixed;
}

.dc-about .item {
	margin-bottom: 60px;
}

.dc-about .item img {
	max-width: 100%;
	height: auto;
}

.dc-about .item h2 {
    font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 15px;
}

.dc-about .item h4 {
	margin-bottom: 60px;
}

.dc-about .item a p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	color: #000000;
	margin-top: 30px;
}

.dc-about .box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.dc-xicao {
	width: 100%;
	padding: 25px 0;
	background: #575757;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
}

.dc-xicao .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.dc-xicao .tel span {
	background: #ffe700;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	padding: 2px 4px;
	color: #575757;
	margin-right: 8px;
}

.dc-xicao .tel {
	font-size: 36px;
	color: #ffe700;
	/*margin-top: 20px;*/
}

.footer {
	padding: 60px 0;
}

.footer .container {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	flex-wrap: wrap;
}

.footer .contact {
	margin-bottom: 30px;
}

.footer .contact h4 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}

.footer .contact p {
	font-size: 12px;
	line-height: 24px;
	color: #b9b9b9;
	margin-bottom: 20px;
}

.footer .social {
	margin-bottom: 20px;
}

.footer .social .icon {
	margin-bottom: 20px;
}

.footer .social .icon a {
	display: inline-block;
	margin-right: 5px;
	border-radius: 4px;
}

.footer .social .icon a:hover {
	background: #222222;
}

.footer .social .icon img {
	display: block;
}

.footer .social ul {
	margin-bottom: 25px;
}

.footer .social ul li {
	font-size: 12px;
	line-height: 24px;
	color: #b9b9b9;
}

.footer .social a {
	color: #b9b9b9;
}

.footer .social  p {
	color: #b9b9b9;
}

.footer .line {
	width: 35px;
	height: 6px;
	background: #FFE700;
	margin-bottom: 20px;
}

.footer .container:after,
.dc-xicao .container:after,
.dc-card .container:after {
	content: "";
	display: none;
	height: inherit;
	clear: none;
	visibility: hidden;
}

.banner .swiper-container {
	height: auto;
}

.ncase-list {
	padding: 40px 5px 0 5px;
}

.ncase-list .container-fluid {
	padding: 0;
}

a.btn-more {
	margin-top: 80px;
	background: #ffe700;
	color: #000;
	line-height: 36px;
	padding: 0 20px;
	display: inline-block;
	border: 1px solid #000000;
}

.brand-people-info .line_x_bold {
	width: 35px;
	height: 6px;
	background-color: #FFE700;
	margin: 40px 0 30px;
	display: inline-block;
}

.brand-people-info dl dt {
	font-size: 18px;
	margin-bottom: 15px;
}

.brand-people-info dl dd {
	font-size: 14px;
	line-height: 30px;
}

.brand-people-box h1 {
	margin-bottom: 20px;
}

.brand-people-box .hist_node_box {
	margin-bottom: 30px;
}

.bshare-custom a::before,
.bshare-custom a::after {
	box-sizing: content-box;
}

.yn_c1 img {
	widows: auto;
	width: 100%;
	height: 102%;
	object-fit: cover;
}

.case .container-fluid {
	padding: 0;
}

.case .case_box p {
	font-size: 14px;
	line-height: 2;
	color: #4d4d4d;
	text-align: justify;
}


.case .case_box p a {
	color: #FFE700;
	font-weight: bold;
}

.case .case_box img {
	widows: auto;
	width: 100%;
	height: auto;
}

.page-title h1 {
	/*font-size: 3rem;*/
}


.dc-design .line-border {
	width: 1px;
	height: 160px;
	background: #999;
	margin-top: 50px;
}

.case .case_box {
	padding: 0;
}


@media (max-width: 575px) {
	.cd-header {
		height: 50px
	}

	.cd-header .twelve {
		padding-top: 0px
	}

	.footer .container {
		text-align: center;
	}

	.footer .contact {
		margin: 0 auto;
		margin-bottom: 30px;
		width: 100%;
	}

	.footer .contact h4 {
		text-align: center;
	}

	.footer .line {
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.footer .social {
		margin: 0 auto;
	}

	.footer .contact p {
		text-align: center;
	}
	.footer .social p {
		text-align: center;
	}

	.case .case_box img {
		max-width: 100%;
		height: auto;
	}
}


@media (min-width: 576px) {
	.container {
		max-width: none;
	}
}

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	.container {
		max-width: none;
	}

	/* .dc-design .item {
		margin-bottom: 0;
	} */

	.dc-design .item h4 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.dc-design .item ul li {
		font-size: 14px;
		line-height: 30px;
	}

	.dc-about .item {
		margin-bottom: 0;
	}

	.dc-xicao .tel {
		margin-top: 0;
	}

	.dc-card h4 {
		font-size: 40px;
		line-height: 60px;
	}

	.cd-header .twelve {
		padding: 8px 0 0;
	}

}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
	.container {
		max-width: none;
	}

	.cd-header .twelve {
		padding: 8px 0 0;
	}

	.footer {
		padding: 100px 0;
	}

	.footer .social .icon a {
		margin-right: 15px;
	}

	.fixed {
		padding: 20px 0;
	}

	/* /* .bo {
		position: relative;
	}

	.bo:after {
		content: '';
		width: 1px;
		height: 200px;
		background: #32383E;
		position: absolute;
		right: 20px;
		top: 0;
		margin-top: 60px;
	}
 */
	.dc-card h4 {
		font-size: 50px;
		line-height: 70px;
	}

	.dc-design h2 {
		font-size: 42px;
		line-height: 80px;
	}

	.case .case_box {
		padding:0 20px;
	}


}

/* 大屏幕（大桌面显示器，大于等于1200px） */

@media (min-width: 1200px) {
	.container {
		max-width: none;
	}

	.dc-about .item1 {
		padding-right: 8px;
	}

	.dc-about .item2 {
		padding-left: 8px;
	}

	.dc-design h2 {
		font-size: 70px;
		line-height: 100px;
	}

	.dc-card h4 {
		font-size: 80px;
		line-height: 100px;
		font-family: fzltxh;
	}

	.dc-about .item a p {
		width: 60%;
	}

	.case .case_box {
		padding:0 30px;
	}
}

@media (min-width: 1440px) {
	.container {
		max-width: none;
	}

	.dc-about .item1 {
		padding-right: 8px;
	}

	.dc-about .item2 {
		padding-left: 8px;
	}

	.dc-design h2 {
		font-size: 100px;
		line-height: 130px;
	}

	.dc-card h4 {
		font-size: 100px;
		line-height: 130px;
		font-family: fzltxh;
	}

	.dc-about .item a p {
		width: 60%;
	}

	.case .case_box {
		padding:0 50px;
	}
}
