@charset "gb2312";
body {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Wenquanyi Micro Hei", sans-serif;
}
p, dl, dd, dt, ul, li {
	margin: 0;
	padding: 0;
}
a {
	color: #333;
	cursor: pointer;
	text-decoration:none
}
span {
	display: inline-block;
}
.index-top {
	height: 1080px;
	position: relative;
}
.top {
	height: 125px;
	position: relative;
	border-bottom: 1px solid #eee;
}
.wrap-a {
	float: left;
	overflow: hidden;
	max-width: 86%;
}
.nav-top-wrap {
	height: 32px;
	line-height: 32px;
	background: rgba(0, 0, 0, 0.17);
}
.nav-top-wrap01 {
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
}
.nav-top {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
	line-height: 32px;
}
.headerAreaName {
	width: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav-top * {
	line-height: 32px;
}
.nav-top-ri .nav-top-span {
	padding: 0;
}
.nav-pos {
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	display: table;
}
.nav-pos * {
	vertical-align: middle;
	color: #fff;
}
.nav-top a {
	color: #fff;
	padding: 0 5px;
}
.nav-pos img {
	margin-right: 4px;
}
.nav-pos-txt {
	float: right;
}
.nav-line {
	color: #d9d9d9 !important;
}
.ft18 {
	font-size: 18px;
}
.btn-mobile {
	/* background: #a82020; */
    height: 28px;
	position: relative;
	border-radius: 5px;
	display: inline-block;
	line-height: 28px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #666;
}
.nav-top-span {
	padding: 0 4px;
}
.nav-wrap {
	color: #666;
}
.nav-wrap * {
	color: #666;
}
.nav-wrap a {
	color: #666;
}
.nav-top-ri {
	float: right;
	height: 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.nav-top-ri * {
	float: left;
}
.nav-line {
	padding: 0 5px;
}
.index-01-wrap, .index-03-wrap, .index-06-wrap {
	background: #f7f7f9;
}
.wrap {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
	-moz-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
	padding-bottom: 50px;
	border-radius: 10px;
}
.wrap-03 {
	overflow: initial;
}
.index-01-main {
	overflow: hidden;
	margin-top: 50px;
}
.index-01-col {
	float: left;
	text-align: center;
	width:190px;
	position: relative;
}
 .index-01-col::after {
 position: absolute;
 content: '';
 left: 65%;
 bottom: 14px;
 width: 70%;
 background: #999;
 height: 1px;
}
 .index-01-col:last-child::after {
 display: none;
}
.index-01-col img {
	margin-bottom: 25px;
}
 .index-01-col p:nth-child(2) {
 color: #333;
 font-size: 18px;
}
 .index-01-col p:nth-child(3) {
 color: #999;
 font-size: 12px;
 margin-bottom: 20px;
 line-height: 40px;
}
.index-01-col p:last-child span {
	color: #999;
	font-size: 16px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #999;
}
 .index-01-col:hover p:nth-child(2) {
 color: #de0010;
}
.index-design-left-main button {
	width: 90px;
	height: 40px;
	border: none;
	border-radius: 5px;
	background-color: #d93a3a;
	color: white;
	font-size: 16px;
	cursor: pointer;
	outline: none;
}
.index-design-con-box {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	padding: 30px 29px 30px 24px;
	border-radius: 5px;
}
.index-design-con-box:hover {
	-webkit-box-shadow: 0px 1px 15px #e2e2e2;
	box-shadow: 0px 1px 15px #e2e2e2;
}
.index-design-con-title {
	margin-left: 14px;
	font-size: 18px;
	color: #666666;
}
 .index-design-con-title p:nth-child(2) {
 font-size: 14px;
 color: #999999;
}
.index-main-title {
	text-align: center;
}
.index-main-title h3 {
	font-size: 32px;
	color: #555555;
	/* font-family: Microsoft YaHei; */
    /* font-weight: bold; */
    margin-bottom: 24px;
	margin-top: 30px;
}
.index-main-title p {
	font-size: 16px;
	color: #999999;
}
.five-cost {
	padding: 79px 0 100px;
}
.five-cost-con {
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.five-cost-con .five-cost-main {
	position: relative;
}
.hover-text {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #c54040;
	border-radius: 4px;
	opacity: 0.9;
	color: white;
	display: none;
	cursor: pointer;
}
 .hover-text p:nth-child(1) {
 margin-top: 30px;
}
 .hover-text p:nth-child(2) {
 border: 1px solid white;
 border-radius: 15px;
 width: 156px;
 height: 30px;
 margin: 20px auto 0;
 line-height: 30px;
}
 .hover-text p:nth-child(2) span {
 width: 8px;
 height: 13px;
}
 .hover-text p:nth-child(2) span img {
 width: 100%;
 height: 100%;
}
.company-rank {
	background-color: #f7f7f9;
	padding: 100px 0 50px;
}
.swiper-dian span {
	width: 10px;
	height: 10px;
	margin: 0 6px;
	background: white;
	border: 1px solid #999999;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #666666 !important;
}
.main-stream-right, .main-stream-left {
	width: 30px !important;
	height: 40px !important;
	z-index: 100 !important;
}
.main-stream-right {
	background-image: url(../images/index-icon-03.png) !important;
	background-size: 30% 40% !important;
	background-color: #999999;
	right: 0 !important;
	opacity: 0.4;
}
.main-stream-left {
	background-image: url(../images/index-icon-02.png) !important;
	background-size: 20% 40% !important;
	background-color: #999999;
	left: 0 !important;
	opacity: 0.4;
}
.decoration-case {
	padding: 35px 0 0px;
	/*height: 632px;*/
    background-color: #f8f8fa;
}
.decoration-case > h2, .look-offensive > h2 {
	font: bold 32px/54px 'Microsoft YaHei';
	text-align: center;
	color: #555555;
	margin-bottom: 10px;
}
.decoration-case > p {
	width: 1000px;
	height: 32px;
	margin: 0 auto;
	font: 16px/32px 'Microsoft YaHei';
	text-align: center;
	color: #999999;
}
.look-offensive > p {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	font: 16px/40px 'Microsoft YaHei';
	text-align: center;
	color: #999999;
}
.case-li {
	position: relative;
	width: 280px;
	height: 300px;
	margin-right: 24px;
	border: 1px solid #fff;
	padding: 10px;
	/* overflow: hidden; */
	margin-bottom: 20px;
}
.decoration-case-list {
/* width: 1000px; */
	/* height: 380px; */
	/* margin: 30px auto 0; */
}
.case-li:hover {
/* -webkit-box-shadow: 0 1px 15px #d6d6d9; */
	/* box-shadow: 0 1px 15px #d6d6d9; */
}
.case-li dl dt img {

	padding-bottom: 10px;
}
.case-li dl dd {
	height: 70px;
}
.case-li dl dd p {
	padding: 0 32px;
	font: 18px/66px 'Microsoft YaHei';
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case-li-headpic {
	overflow: hidden;
	margin: -55px auto;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.case-li-headpic img {
margin-left: 0px;
    width: 0px;
}
.case-li-info {
padding-top: 30px;
    text-align: center;
    /* display: inline-block; */
    width: 280px;
    margin-bottom: 15px;
}
.case-li-left span, .case-li-left strong {
	color: #666;
	font-size: 18px;
}
.case-li-right {
	float: right;
	width: 191px;
}
.case-li-right span {
	display: block;
	padding: 0 10px;
	margin-top: -2px;
	font: 18px 'Microsoft YaHei';
	color: #333;
}
.case-li-right strong {
	display: block;
	padding: 0 10px;
	font: 16px 'Microsoft YaHei';
	color: #333;
}
.case-li-right span, .case-li-right strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case-li-info strong {
	margin-top: 16px;
}
.case-li-logo {
	position: relative;
	overflow: hidden;
	margin: -10px auto 0;
	width: 112px;
	height: 44px;
	margin-bottom: 10px;
}
.case-li-logo img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
}
.decoration-case-type2, .decoration-case-type3, .decoration-case-type4, .decoration-case-type5, .decoration-case-type6 {
	display: none;
}
.look-offensive {
	padding: 88px 0 100px;/*height: 712px;*/
}
.look-offensive-con {
	width: 1000px;
	height: 570px;
	margin: 48px auto 0;
}
.look-offensive-left {
	float: left;
	width: 846px;
	height: 570px;
}
.watch-videos {
	/*height: 432px;*/
    padding: 100px 0;
	border-radius: 5px;
	background: url('../images/qkkj-43.jpg') no-repeat;
	background-size: cover;
}
.watch-videos > div {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	height: 320px;    border-radius: 10px;
}
.watch-videos-left {
	position: relative;
	float: left;
	width: 600px;
}
.watch-videos-right {
	float: right;
	padding: 0 24px;
	width: 350px;
}
.watch-videos-left video {
	width: 600px;
	height: 320px;
	border-radius: 10px 0 0 10px;
}
.videos-pause {
	position: absolute;
	top: 45%;
	left: 45%;
	cursor: pointer;
}
.videos-pause span {
	display: block;
	width: 59px;
	height: 59px;
	border-radius: 6px;
	background: url('../images/vedios-pause.jpg') no-repeat;
}
.watch-videos-right h3 {
	padding-top: 20px;
	font: 22px/20px 'Microsoft YaHei';
	color: #666;
	margin-bottom:15px
}
.watch-videos-right h3 a {
	float: right;
	padding-right: 13px;
	background: url('../images/icon-more-02.png') right center no-repeat;
	font: 14px 'Microsoft YaHei';
	color: #999;
}
.watch-videos-li {
	padding: 20px 0;
	border-top: 1px solid #ececec;
}
.videos-img img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.videos-img img {
	display: block;
	width: 0px;
}
.videos-con {
	color: #666;
	line-height: 30px;
}
.videos-con span:hover {
	color: #d93a3a;
}
.videos-con p {
	padding-top: 11px;
	font: 14px/24px 'Microsoft YaHei';
	color: #999;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.clearfix:after {
	content: '\200B';
	display: block;
	height: 0;
	clear: both;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
}
.swiper-wrapper {
	display:-ms-flexbox;
	display:flex;
	-o-transition-property:transform;
}
.alzs001 {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
	-moz-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
	padding-bottom: 20px;
	margin-top:25px;
	border-radius: 10px;
}
.alzs001 h3 {
	font-size: 32px;
	color: #555555;
	margin-bottom: 24px;
	margin-top: 30px;
	text-align: center;
}
.alzs001 p {
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-bottom: 40px;
}
