@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
p {
	margin: 0;
}
.text-bold{
	font-weight: bold;
}
input, button {
	border: none;
	outline: none;
	background: transparent;
}
button:focus {
	outline: 0!important;
}
a, a:link, a:visited, a:hover, a:active {text-decoration: none;}
a:hover {}
i,em,strong {
	font-style: normal;
	font-weight: normal;
}
ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
html,body{ width:100%; height:100%; }
body {
	background: #f9f9f9;
	font-family: 'Microsoft YaHei',Arial,Helvetica,sans-serif;;
	font-size: 14px;
	color: #333;
}
.row {
	margin: 0;
	padding: 0;
}
.container-wrapper,.container-wrapper .row {
	margin: 0;
	padding: 0;
}
.nav-top {
	background-color: #E71422;
	width: 100%;
}
.navbar-fixed-top {
	transition: top .5s;
}
.gizle {
	top: -140px;
}
.sabit {
	top:0;
	z-index: 9999;
}
/*navbar*/
.logo{
	float:left;
	padding-top:25px;
}
.nav1{
	float:right;
}
.nav1 ul{
	width:100%
}
.nav1 li{
	min-width: 100px;
	margin:0 20px;
	float:left;
	text-align:center;
	position:relative;
}
.nav1 li.m > a{
	height:97px;
	padding-top:30px;
	display:block;
	font-size:1.33em;
}
.nav1 a div {
	color:#fff;
	font-size: 14px;
}
.nav1 a span {
	color:#fff;
	font-size: 12px;
}
.navbar-box:hover .nav1 a div,.navbar-active .nav1 a div, .other-navbar .nav1 a div {
	color:#2b2828;
}
.navbar-box:hover .nav1 a span, .navbar-active .nav1 a span, .other-navbar .nav1 a span {
	color:#333;
}
.nav1 li.m > a:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 10px;
	height: 3px;
	opacity: 0;
	background-color: #E71422;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.nav1 li.m > a:hover:after{
	left: 1%;
	right: 1%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.nav1 li:last-child {
	text-align: right;
	margin-right: 0;
	min-width: auto;
}
.nav1 .sub{
	display:none;
	width:100%;
	padding:0;
	position:fixed;
	top:140px;
	overflow:hidden;
	text-align:left;
	z-index:110;
	left:0px;
	background: rgba(255,255,255,0.8)
}
/*navbar*/
.content-box {
	width: 90%;
	margin:auto;
	padding: 0
}
.header-content {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;

}
.header-content a {
	color: #fff;
	display: inline-block;
}
.header-content>div {
	padding: 0 0 0 20px;
	height: 40px;
}
.header-content>div:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	font-size: 18px;
	margin-top: -3px;
	font-weight: 300;
	opacity: 0.3;
	width: 1px;
	height: 20px;
	background: #fff;
}
.header-content>div:first-child:after,.header-content .nav-hover:hover:after {
	opacity: 0;
}
.header-content>div:first-child:after {
	margin-left: 0
}
.header-content .tel {
	font-size: 14px;
	color: #fff;
}
.header-content .nav-hover:hover {
	/*background:#333333;*/
}
.glyphicon {
	/*color:#fff;*/
}
.tel-icon {
	background:url(../images/sprite.png) no-repeat;
	background-position:-36px -35px;
	background-size:250px 221px;
	width: 16px;
	height: 16px;
	margin-right:10px;
}
.tm-icon {
	background:url(../images/sprite.png) no-repeat;
	background-position:-36px 0;
	background-size:250px 221px;
	width: 40px;
	height: 15px;
	margin-right:10px;
}
.header-content .search-right {
	padding:0;
}
.header-content>.search-right:after {
	margin-left: 0;
}
/*搜索控件*/
.search-block {
	position: relative;
	width: 0%;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.search-block-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	width: 100%;
	margin: 0;
	z-index: 10;
	padding: 0 65px 0 20px;
	font-family: inherit;
	font-size: 14px;
	color: #333;
	height: 25px;

}
.search-block-open .sr-icon-search {
	color:#333!important;
}
.sr-icon-search,
.search-block-submit  {
	width: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

.search-block-submit {
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sr-icon-search {
	z-index: 90;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sr-icon-search i {
	font-size: 14px;
}
.search-block-open {
	/*background: #333;*/
}
.search-block.search-block-open,
.no-js .search-block {
	width: 240px;
}

.search-block.search-block-open .sr-icon-search,
.no-js .search-block .sr-icon-search {
	background: #fff;
	color: #fff;
	z-index: 11;
	height: 25px;
	line-height: 25px;
	border-left: 1px solid #333;
}
.search-block-open .search-block-input{
	top: 8px;
	left: 20px;
	padding: 0 35px 0 20px;
	width: 80%;
	background: #fff;
}
.search-block-open .sr-icon-search {
	top: 8px;
	right: 20px;

}
.search-block.search-block-open .search-block-submit,
.no-js .search-block .search-block-submit {
	z-index: 90;
}
/*搜索控件*/
.login-btn a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	margin: 0 4px
}
.login-btn a:hover {
	font-weight: 600;
}
.login-btn .caret {
	margin-left: 15px
}
.header-content .language-toggle {
	position:relative;
	/*padding: 0 0 0 30px;*/
}
.cn-block {
	position: relative;
	height: 40px;
	z-index: 9;
	display: inline-block;
	transition: all .3s;
}
.cn-block span{
	width: 20px;
	display: inline-block;
	cursor: pointer;
}
.en-block {
	position: absolute;
	right: 35px;
	top: 0;
	height: 40px;
	z-index: 5;
	opacity: 0;
	display: inline-block;
	transition: all .3s;
}
.language-toggle:after {
	margin-left: 10px!important;
}
.style-toggle {
	/*background-color:#333;*/
}
.style-toggle .en-block {
	opacity: 1
}
.style-toggle .cn-block {
	margin-right: 50px;
}
.style-toggle .caret {
	border: none
}
.style-toggle a{
	/*opacity: 0.4;*/
}
.style-toggle a:hover {
	/*opacity: 1;*/
}
.arrow{
	opacity:1;
	animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;
	-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;
	position:absolute;
	bottom:100px;
	left:50%;
	/*margin-left:-30px;*/
	width:30px;
	height:24px;
	cursor:pointer;
	background: url(../images/sprite.png) no-repeat;
	background-size:250px 221px;
	background-position: -42px -62px;
	z-index: 990000;
}

.arrow:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;}
.arrow a {display: block;}
@keyframes arrow{ 0%,100%{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }

@-webkit-keyframes arrow{ 0%,100%{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }
/*wheel*/
.navbar-box {
	background: rgba(255,255,255,0.05);
	width: 100%;
	height: 100px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	transition: background 0.5s, border 0.5s;
	opacity: 0;
	overflow: hidden;
}
.navbar-box:hover,.navbar-active, .other-navbar {
	background: rgba(255,255,255,0.8);
	opacity: 1;
	/* 	border-bottom: 1px solid #EAEAEA; */
}
.about-left {
	padding: 30% 0 60%;
	color: #333;
	text-align: left;
	border-right: 1px solid #D8D8D7;
}
.about-left h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.about-left span {
	font-size: 12px;
}
.about-center {
	padding: 40px 0 0 80px;
}
.about-center a {
	font-size: 14px;
	color: #333;
	display: block;
	line-height: 32px;
}
.about-center a:hover {
	color: #E71422;
}
.about-right {
	padding: 30px 0 0;
	width: 100%;
}
.about-right > div {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	position: relative;
	padding-left: 20px;
}
.about-right a {
	position: relative;
	display: block;
	/*max-width: 400px;
	max-height: 250px;*/
	width: 100%;
	height: auto;
}
.about-right img {
	width: 100%;
	height: auto;
}
.mb-img {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 1s;

}
.about-right a:hover .mb-img{
	background: transparent;
}
.about-intro {
	position: absolute;
	bottom: 10px;
	left: 40px;
	z-index: 100;
	font-size: 14px;
	color: #fff;
	right: 10px;
}
.about-intro p {
	font-size: 12px;
}
.content-box .col-md-2,.content-box .col-md-3,.content-box .col-md-7,
.row .col-md-12,.col-md-10,.col-md-6,.col-md-4,.col-md-9,.col-md-8,.col-md-5,.col-md-1, .col-md-2, .col-md-11,
.col-md-7
{
	padding: 0;
	margin: 0;
}
.down-item {
	padding: 40px 0;
}
.bilu-block > div{
	float: right;
	width: 30%;
	margin-left: 3%;
	position: relative;
}
.fireplace-list {
	padding: 0 0 20px 50px;
}
.fireplace-list h3 {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	margin-bottom: 10px;
}
.fireplace-list a {
	display: block;
	line-height: 30px;
	font-size: 12px;
	color: #333
}
.fireplace-list a:hover {
	color: #E71422;
}
.product-block, .experence-block {
	width: 100%;
	position: relative;
}

.product-title {
	font-size: 12px;
	color: #333;
	position: absolute;
	left: 2%;
	top: 50%;
	z-index: 9;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.linian-video {
	width: 100%;
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.linian-video video {
	width: 80%;
	height: 100%;
}
.product-concept {
	position: absolute;
	background: rgba(249,249,249,0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
}
.product-wrapper {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 45%;
	right: 0;
	margin: 9% auto 0;
}
.product-concept h3 {
	font-size: 36px;
	font-weight: bold;
}
.product-concept p,.product-concept h6 {
	font-size: 14px;
	margin: 20px 0 0;
}
.product-concept h6 {
	font-weight: bold;
	margin: 60px 0 0;
}
.product-intro {
	font-size: 12px;
	margin: 20px 0 0;
}
.experence-video {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 110;
	width: 55%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.experence-video > img{
	width: 100%;
	height: auto;
	display: block;
}
.experence-info {
	float: right;
	background: #E71422;
	width: 50%;
	color: #fff;
	padding: 20% 5% 20% 10%;
	position: relative;

}
.mln-title {
	font-size: 12px;
}
.experence-info h3 {
	font-size: 24px;
	margin: 10% 0 0;
}
.experence-info p {
	font-size: 12px;
	margin: 10px 0 0;
}
.exper-all {
	margin-top: 10%;
}
.exper-all h5 {
	font-size: 14px;
	margin: 0 0 10px
}
.exper-all .exper-content {
	font-size: 12px;
}
/*壁炉体验馆轮播*/
ul.animate {
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); /* ease-in-out */
}

.stage {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.sldr {
	margin: 0 auto;
	overflow: visible;
	position: relative;
	clear: both;
	display: block;
}

.sldr > ul > li {
	float: left;
	display: block;
}

div.skew {
	margin: 0 auto;
	position: relative;
	display: block;
	overflow: hidden;
}
.selectors li {
	font-size: 46px;
	line-height: 32px;
	display: inline;
	padding: 0 2px;
}

.selectors li a {
	text-decoration: none;
}
.look-more {
	position: absolute;
	left: 20%;
	bottom: 16.5%;
	width: 160px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background: #fff
}
.look-more a {
	font-size: 12px;
	color: #181818;
}
.look-more a:hover, .look-more a:hover i {
	color: #E71422;
}
.look-more i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	font-size: 15px;
	color: #333;
}
.sldr-nav {
	width: 72px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	color: #333;
	background: #fff;
}
.arrow-next {
	position: absolute;
	right: 9.5%;
	bottom: 17%;
}
.arrow-next i {
	background: url(../images/sprite.png) no-repeat;
	width: 7px;
	height: 12px;
	background-position: -36px -90px;
	vertical-align: middle;
	display: inline-block;
	transition: width 0.5s;
}
.arrow-next:hover i {
	background-position: -36px -128px;
	width: 26px;
	height: 12px;
}
.arrow-prev {
	position: absolute;
	right: 5%;
	bottom: 17%;
}
.arrow-prev i {
	background: url(../images/sprite.png) no-repeat;
	width: 7px;
	height: 12px;
	background-position: -36px -108px;
	vertical-align: middle;
	display: inline-block;
	transition: width 0.5s;
}
.arrow-prev:hover i {
	background-position: -36px -144px;
	width: 26px;
	height: 12px;
}
.product-block .swiper-container {
	width: 100%;
	margin-bottom: 100px;
	/*min-height: 700px;*/
}
.swiper-slide {
	position: relative;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-slide a {
	display: block;
	min-height: 620px!important;
	width: 100%;
}
.pic-auto {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	z-index: 9;
	overflow: hidden;
}
.pic-auto img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.swiper-slide a:hover .pic-auto img {
	transform: scale(1.1);
	transition: all 3s;
}
.swiper-slide .mask_b{
	position:absolute;
	z-index:10;
	overflow:hidden;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	transition: all 0.5s;
}
.swiper-slide:hover .mask_b{
	background:none;
}
.product-block .swiper-button-prev,.product-block .swiper-button-next {
	background: none;
	top: 55%;
	outline: none;
}
.product-block .swiper-button-prev i, .product-block .swiper-button-next i {
	font-size: 30px;
	color: #999;
}
.product-block .swiper-button-prev:hover i,.product-block .swiper-button-next:hover i{
	color: #333;
}
.my-button-disabled {
	opacity: 0.35;
}
.my-button-disabled:hover {
	opacity: 1!important;
	pointer-events: auto!important;
	cursor: pointer!important;
}
.product-block .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 1.6%;
}
.product-block .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 2%;
}
.xilie-list {
	position: absolute;
	left: 25px;
	bottom: 25px;
	z-index: 20;
}
.xilie-list .pull-right {
	margin-top: 10px;
	margin-left: 15px;
}
.xilie-list h5 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}
.xilie-list p {
	font-size: 12px;
	color: #fff;
}

.case-title {
	color: #003333;
}
.title-pos {
	margin: 100px 0 60px;
}
.case-item {
	background: #fff;
	float: left;
	color: #333;
	padding: 20% 10% 20% 13%;
}
.case-img {
	right: 0;
	left: auto;
	overflow: hidden;
}
.case-item .look-more {
	background: #E71422;
	left: 26%;
}
.case-item .look-more a, .case-item .look-more i {
	color: #fff
}
.case-item .look-more a:hover,.case-item .look-more a:hover i{
	color: #333;
}
/*项目案例轮播*/
.aui-content-box {
	position: relative;
	width: 100%;
	height: 600px;
}
.aui-content-box-list ul li {
	float: left;
	width:450px;
	height: 600px;
	margin-right: 20px;
}

.aui-content-box-list ul li a {
	position: relative;
	display: block;
	width: 450px;
	height: 600px;
}
.aui-content-box-list ul li a:hover .zh-bg{
	opacity: 0;
}
.aui-content-box-ovf {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.aui-content-box-list {
	width: 6950px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/*项目案例轮播*/
.teach-nav {
	position: absolute;
	right: 20%;
	bottom: 16.5%
}
.teach-nav a, .zt-more .swiper-button-next, .zt-more .swiper-button-prev {
	width: 72px;
	height: 47px;
	line-height: 47px;
	display: block;
	float: left;
	background-color: #E71422;
	margin-left:10px;
	text-align: center;
	color: #fff;
	outline: none;
}
.teach-nav i {
	display: inline-block;
	vertical-align: middle;
	transition: width 0.5s;
}
.teach-rt i, .icon-alt {
	background: url(../images/sprite.png) no-repeat;
	width: 7px;
	height: 12px;
	background-position: -180px 0;
}
.teach-rt:hover i, .zt-more .swiper-button-next:hover .icon-alt {
	background-position: -180px -38px;
	width: 25px;
	height: 12px;
}
.teach-lt i, .icon-art {
	background: url(../images/sprite.png) no-repeat;
	width: 7px;
	height: 12px;
	background-position: -180px -18px;
}
.teach-lt:hover i, .zt-more .swiper-button-prev:hover .icon-art {
	background-position: -180px -54px;
	width: 25px;
	height: 12px;
}
.case-pic {
	width: 100%;
	height: 100%;
}
.case-pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.case-info {
	color: #fff;
	position: absolute;
	z-index: 9;
	bottom: 10%;
	left: 8%;
}
.case-info h3{
	font-size: 14px;
}
.case-info p {
	font-size: 12px;
	margin-top: 2px;
}
.zh-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 7;
	opacity: 1;
	transition: all .5s;
}
/*tab效果*/
.tab-content {
	padding: 20px 25px;
}
.tab-time {
	font-size: 24px;
	color: #8d8d8d;
}
.tab-info a{
	font-size: 14px;
	display: block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.tab-info p {
	font-size: 12px;
	color: #8d8d8d;
	line-height: 25px;
	margin: 10px 0 0;
	padding: 0;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-section {
	padding: 100px 0 90px;
}
.banner-box{
	width:auto;
	overflow:hidden;
	position:relative;
	margin-top: 60px;
}
.slide-box{max-height: 700px;overflow: hidden;}
.slide-box .slide-item:first-child {
	display: block;
}
.slide-item{display:none;}
.slide-item img{width:100%;height: 100%;display: block;}
@media screen and (max-width: 1360px) {
	.slide-box{
		max-height: 460px;
		overflow: hidden;
	}
}
.snap-box{position:absolute;right:0;top:0;height:100%;width:30%;background: rgba(255,255,255,0.8) }
.snap-box li{
	height:20%;
	width:100%;
	cursor:pointer;
	vertical-align:bottom;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	transition: background .5s;
}
.snap-box li.item-current {
	background: rgba(255,255,255,1);
}
.snap-box  li a{
	color: #3c3c3c;
}
.snap-box li.item-current a{
	color: #e71422;
}
.our-advantage {
	background: #fff;
	height: 120px;
	/*margin-top: 90px;*/
}
.flex {
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-justify-content:space-between;
	justify-content:space-between;
	-moz-box-pack:space-between;
	-webkit--moz-box-pack:space-between;
	box-pack:space-between;
}
.our-advantage ul {
	align-items: center;
	height: 120px;
}
.adv-item {
	cursor: pointer;
	display: block;
}
.adv-list {
	display: inline-block;
	margin-left: 15px;
}
.adv-list h5 {
	font-size: 16px;
	color: #c6161e;
	text-align: left;
	margin-bottom: 3px;
}
.adv-list p{
	font-size: 12px;
	color: #a3a3a3;
	text-align: left;
}
.adv-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -15px;
}
.line-icon {
	display: block;
	width: 1px;
	height: 30px;
	background: #E5E5E5;
}
.one-icon {
	/*background: url(../images/sprite.png) no-repeat;*/
	/*width: 48px;*/
	/*height: 30px;*/
	/*background-position: -84px 0;*/
	background: url(../images/serv-01.png) no-repeat;
	width: 51px;
	height: 48px;
}
.look-icon {
	/*background: url(../images/sprite.png) no-repeat;*/
	/*width: 30px;*/
	/*height: 28px;*/
	/*background-position: -85px -40px;*/
	background: url(../images/serv-02.png) no-repeat;
	width: 87px;
	height: 48px;
}
.check-icon {
	/*background: url(../images/sprite.png) no-repeat;*/
	/*width: 28px;*/
	/*height: 28px;*/
	/*background-position: -85px -75px;*/
	background: url(../images/serv-03.png) no-repeat;
	width: 53px;
	height: 48px;
}
.case-icon {
	/*background: url(../images/sprite.png) no-repeat;*/
	/*width: 27px;*/
	/*height: 30px;*/
	/*background-position: -85px -111px;*/
	background: url(../images/serv-04.png) no-repeat;
	width: 53px;
	height: 48px;
}
.install-icon {
	/*background: url(../images/sprite.png) no-repeat;*/
	/*width: 27px;*/
	/*height: 27px;*/
	/*background-position: -85px -149px;*/
	background: url(../images/serv-05.png) no-repeat;
	width: 42px;
	height: 48px;
}
.track-icon {
	/*background: url(../images/sprite.png) no-repeat;*/
	/*width: 29px;*/
	/*height: 29px;*/
	/*background-position: -85px -188px;*/
	background: url(../images/serv-06.png) no-repeat;
	width: 51px;
	height: 48px;
}
.navbar-footer {
	padding: 70px 0
}
.address-list {
	margin-top: 40px;
}
.tab-li {
	margin-bottom: 15px;
}
.tab-li li {
	float: left;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	opacity: 0.3;
}
.tab-li li:after {
	content: '/';
	color: #333;
	opacity: 0.3;
	display: inline-block;
	margin: 0 3px;
}
.tab-li li:last-child:after{
	content: '';
}
.tab-li li.active {
	opacity: 1;
}
.add-content li{
	display: none;
	font-size: 14px;
	color: #333;
}
.navigator-end {}
.navigator-end li h4 {
	font-size: 14px;
	color: #2b2828;
	margin-bottom: 20px;
	font-weight: 600;
}
.navigator-end li a {
	display: block;
	font-size: 12px;
	color: #2b2828;
	line-height: 25px;
}
.navigator-end li a:hover {
	color: #E71422;
}
.footer-bg {
	background: #1A1A1A;
	width: 100%;
}
.banquan {
	width: 95%;
	padding: 20px 0;
	margin: auto;
}
.bq-line {
	border-bottom: 1px solid #5F5F5F;
}
.bq-content {
	width: 95%;
	margin: auto;
	font-size: 12px;
	color: #fff;
}
.bq-content a {
	color: #fff;
}
.friend-link {
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-justify-content:start;
	justify-content:start;
	-moz-box-pack:start;
	-webkit--moz-box-pack:start;
	box-pack:start;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 12px;
	color: #fff
}
.friend-link ul {
	height: 48px;
	overflow: hidden;
}
.friend-link ul li a{
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	color: #fff;
}
.fixed-aside {
	position: fixed;
	bottom: 30px;
	right: 1%;
	z-index: 999;
}
.fixed-aside > div{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 20px 0;
}
.aside-item {
	/*width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;*/
}
.fixed-aside i {
	display: inline-block;
	vertical-align: middle;
}
.fixed-aside a {
	display: block;
}
.service-icon i{
	background: url(../images/sprite.png) no-repeat;
	width: 32px;
	height: 30px;
	background-position: 0 0;
}
.service-icon:hover i{
	background-position: -139px 0;
}
.tmall-icon i{
	background: url(../images/sprite.png) no-repeat;
	width: 32px;
	height: 18px;
	background-position: 0 -44px;
}
.tmall-icon:hover i{
	background-position: -139px -44px;
}
.call-icon, .wchat-icon {
	position: relative;
}
.call-icon i{
	background: url(../images/sprite.png) no-repeat;
	width: 32px;
	height: 32px;
	background-position: 0 -75px;
}
.call-pos {
	position: absolute;
	right: 40px;
	top: 0;
	z-index: 999;
	height: 45px;
	line-height: 45px;
	background: #E71422;
	font-size: 16px;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	width: 0;
	transition: all 0.5s;
}
.call-icon:hover i{
	background-position: -139px -75px;
}
.call-icon:hover .call-pos{
	width: 200px;
	visibility: visible;
	opacity: 1;
}
.wchat-icon i {
	background: url(../images/sprite.png) no-repeat;
	width: 32px;
	height: 26px;
	background-position: 0 -118px;
}
.wchat-icon:hover i {
	background-position: -139px -118px;
}
.cweixin {
	position: absolute;
	right: 40px;
	top: -50px;
	opacity: 0;
	visibility: hidden;
	width: 100px;
	/*height: 100px;*/
	transition: all 0.5s;
}
.cweixin img {
	display: block;
	width: 100%;
	height: auto;
}
.wchat-icon:hover .cweixin {
	visibility: visible;;
	opacity: 1;
}
.gotop-icon i{
	background: url(../images/sprite.png) no-repeat;
	width: 32px;
	height: 32px;
	background-position: 4px -152px;
}
.gotop-icon:hover i{
	background-position: -135px -152px;
}
.navbar-fixed-top + .content-top {
	margin-top: 140px;
}
.navbar-home {
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
}
.home-section {
	height: 50px;
	line-height: 50px;
}
.home-section a, .home-section span {
	display: inline-block;
	margin-right: 10px;
	color: #333;
	font-size: 14px;
}
.home-section a {
	font-weight: bold;
}
.about-bg {
	background: url(http://img.moloney.com.cn/upload/2019-08-09/5d4d235c58a53.jpg) center top no-repeat;
	min-height: 592px;
	background-size: cover;
	position: relative;

}
.exper-bg{
	background: url(http://img.moloney.com.cn/upload/2019-05-21/5ce39685a17da.png) center top no-repeat;
	min-height: 592px;
	background-size: cover;
	position: relative;
}
.brand-bg{
	background: url(http://img.moloney.com.cn/upload/2019-08-09/5d4d2318c3262.jpg) center top no-repeat;
	min-height: 592px;
	background-size: cover;
	position: relative;
}
.photo-bg{
	background: url(http://img.moloney.com.cn/upload/2019-05-21/5ce397e9e00ae.png) center top no-repeat;
	min-height: 592px;
	background-size: cover;
	position: relative;
}
.about-name {
	padding: 180px 0 0;
}
.about-name h3 {
	font-size: 24px;
	color: #333;
}
.about-name p {
	font-size: 12px;
	color: #333;
	margin: 10px 0 0;
}
.about-tab {
	width: 90%;
	height: 132px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 48px;
	background: rgba(255,255,255,0.8);

}
.about-tab .row {
	width: 100%;
}
.sec1, .sec2, .sec3 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec1 {
	background: #C6161E;
	width: 100%;
	height: 132px;
	color: #fff;
}
.sec1 h4 {
	font-size: 16px;
	margin-left: 20px;
}
.sec1 p {
	font-size: 12px;
	margin:2px 0 0 20px;
}
.ab-icon {
	display: inline-block;
	background: url(../images/sprite.png) no-repeat;
	width: 28px;
	height: 28px;
	background-position: -36px -162px;
	margin-top: 5px;
}
.flex-around {
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-justify-content:space-around;
	justify-content:space-around;
	-moz-box-pack:space-around;
	-webkit--moz-box-pack:space-around;
	box-pack:space-around;
}
.sec2 {
	height: 132px;
	padding: 0 50px;
}
.sec2 li {
	padding-top: 20px;
}
.sec2 a {
	font-size: 14px;
	color: #000;
	border-bottom: 2px solid transparent;
	padding-bottom: 25px;
	transition: border 0.3s;
	display: inline-block;
	min-width: 60px;
	text-align: center;
}

.sec2 li.active a, .sec2 a:hover {
	border-bottom: 2px solid #E71422;
}
.sec3 {
	height: 132px;
}
.sec3 .search-block {
	padding: 0;
	height: 30px;
	line-height: 30px;
}
.sec3 .search-block input {
	top: 0;
	height: 100%;
	background: #eee;
}
.sec3 .search-block span.sr-icon-search {
	border: none;
	top: 3px;
	right: 30px;
	background: transparent;
}
.history-sec {
	background: #fff;
	padding: 80px 0;
}
.history-tab > div {
	display: none;
}
.time-block {
	position: relative;
	padding-top: 100px;
}
.time-block:after {
	content:'';
	position: absolute;
	top: 0;
	left: 35%;
	width: 1px;
	height: 100%;
	background: #E0E0E0;
}
.time-block:before {
	content: '';
	border:1px solid #D3D3D3;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 35%;
	z-index: 9;
	background: #f9f9f9;
	margin-left: -6px;
}
.time-list {
	position: relative;
	padding-left: 0;
	padding-right: 50%;
	margin-top: 2%;
	padding-bottom: 2%;
	/*margin-bottom: 2%;*/
}
.time-list:after, .event-list:after {
	content: '';
	border:1px solid #D5575D;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 35%;
	z-index: 9;
	background: #f9f9f9;
	margin-left: -6px;
}
.time-list:last-child {
	margin-top: 0;
	padding-bottom: 0;
}
.time-list:last-child:after {
	border:1px solid #D3D3D3;
}
.time-list:nth-child(even) {
	padding-left: 55%;
	padding-right: 0;
}
.time-list:nth-child(odd) h5 {
	text-align: right;
}
.time-pic {
	width: 130px;
	height: 130px;
	overflow: hidden;
	border-radius: 50%;
}
.time-list:nth-child(odd) .time-info {
	width: 70%;
	padding-right: 10%;
}
.time-list:nth-child(even) .time-info {
	width: 60%;
	padding-right: 0;
}
.time-info h5 {
	font-size: 18px;
	color: #0e0509;
	font-weight: bold;
}
.time-info p {
	font-size: 14px;
	color: #0e0509;
	margin-top: 34px;
}
.about-botpic {
	width: 100%;
}
.about-botpic img {
	width: 100%;
	height: auto;
	display: block;
}
.our-service {
	background: #F9F9F9;
}
.service-info {
	padding: 40px 13% 40px 40px;
	width: 60%;
}
.serv-title {
	font-size: 14px;
	color: #333;
	margin: 44px 0 53px;
}
.service-content {
	font-size: 12px;
	color: #333;
	line-height: 30px;
}
.serv-type {
	margin-top: 45px;
}
.serv-type a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.serv-type i {
	display: inline-block;
	vertical-align: middle;
}
.serv-type i.s-call {
	background: url(../images/sprite.png) no-repeat;
	width: 24px;
	height: 21px;
	background-size:250px 221px;
	background-position: -178px -73px;
}
.serv-type i.s-tel {
	background: url(../images/sprite.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size:250px 221px;
	background-position: -178px -96px;
}
.serv-type i.s-chat {
	background: url(../images/sprite.png) no-repeat;
	width: 24px;
	height: 19px;
	background-size:250px 221px;
	background-position: -178px -118px;
}
.serv-type a:hover i.s-call {
	background: url(../images/sprite.png) no-repeat;
	width: 24px;
	height: 21px;
	background-size:250px 221px;
	background-position: -178px -139px;
}
.serv-type a:hover i.s-tel {
	background: url(../images/sprite.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size:250px 221px;
	background-position: -178px -163px;
}
.serv-type a:hover i.s-chat {
	background: url(../images/sprite.png) no-repeat;
	width: 24px;
	height: 19px;
	background-size:250px 221px;
	background-position: -178px -186px;
}
.service-count {
	background: #C6161E;
	width: 40%;
	padding: 6% 0 0;
	color: #fff;
}
.service-count h4 {
	font-size: 16px;
	padding-left: 4%;
}
.service-count p {
	font-size: 12px;
	margin-top: 10px;
	padding-left: 4%;
}
.customer-data {
	margin-top: 80px;
	font-size: 14px;
}
.customer-data > div {
	display: table-cell;
	width: 1%;
	text-align: center;
	border-right: 1px solid #D1454B;
}
.customer-data > div:last-child {
	border-right: 0;
}
.customer-data span + div, .customer-data span + div strong {
	font-size: 60px;
	font-weight: bold;
}
.mln-experence {
	margin: 50px 0 30px;
}
.exper-info {
	background: #F9F9F9;
	width: 30%;
	padding: 40px ;
	color: #333;
}
.exper-info h3 {
	font-size: 24px;
	margin-bottom: 20px;
	padding: 0 0%;
}
.exper-info p {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.exper-info h5 {
	font-size: 14px;
	margin: 60px 0 30px;
	padding: 0 0%;
}
.mln-expic {
	width: 70%;
}
.mln-expic img {
	display: block;
	width: 100%;
	height: auto;
}
.exper-data > div {
	border-right: 1px solid #DBDBDB;
}
.exper-data span{
	font-size: 14px;
}
.exper-data span + div,.exper-data span + div strong {
	font-size: 36px;
}
.bilu-pic > div {
	width: 49%;
}
.bilu-pic img {
	width: 100%;
	height: auto;
	display: block;
}
.exper-img img {
	display: block;
	margin-bottom: 20px;
}
.exper-img img:last-child {
	margin: 0
}
.check-our {
	padding: 100px 0 30px;
}
.check-our h4 {
	font-size: 16px;
	color: #333;
	text-align: center;
}
.partners {
	margin-top: 40px;
}
.partners img {
	width: 100%;
	height: auto;
}
.brand-head {
	background: #F9F9F9;
	width: 100%;
	min-height: 306px;
}
.brand-head > div {
	width: 50%;
}
.brand-lt {
	padding: 5% 5% 0;
}
.brand-intro {
	margin-top: 40px;
	font-size: 12px;
	color: #2b2828;
	line-height: 25px;
}
.brand-rt img {
	width: 100%;
	height: 100%;
	display: block;
}
.brand-list {
	margin-top: 40px;
	background: #F9F9F9;
	padding: 82px 0;
}
.brand-img-item {
	padding: 0 72px;
	min-height: 375px;
	display: flex;
}
.brand-img-item .swiper-container {
	margin: auto;

}
.brand-img-item .swiper-wrapper{

}
.brand-img-item .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.brand-img-item .swiper-button-next, .brand-img-item .swiper-button-prev {
	outline: none;
	background: none;
	background: rgba(0,0,0,0.6);
	width: auto;
	padding: 0 10px;
	height: 33%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	margin: 0;
	padding: 7% 2%;
}
.brand-img-item .swiper-button-next i, .brand-img-item .swiper-button-prev i {
	display: inline-block;
	vertical-align: middle;
}
.brand-img-item .swiper-button-next {
	right: 1px;
}
.brand-img-item .swiper-button-prev {
	left: 0;
}
.brand-img-item .swiper-button-prev i.brand-lt-icon, #picSildeLeft .arrow-lt {
	background: url(../images/sprite.png) no-repeat;
	width: 12px;
	height: 23px;
	background-position: 0 -193px;
	background-size: 250px 221px;
}
.brand-img-item .swiper-button-next i.brand-rt-icon, #picSildeRight .arrow-rt {
	background: url(../images/sprite.png) no-repeat;
	width: 12px;
	height: 23px;
	background-position: -22px -193px;
	background-size: 250px 221px;
}
.brand-img-item img {
	display: block;
	width: 100%;
	height: 100%;
}
.brand-content {
	padding-right: 15%;
}
.brand-tags {
	margin-top: 6%;
}
.brand-tags a {
	display: inline-block;
	width: 120px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #E3E3E3;
	font-size: 14px;
	color: #2b2828;
	margin-right: 20px;
}
.brand-tags a:hover {
	color: #E71422
}
.brand-msg {
	font-size: 14px;
	color: #2b2828;
	margin: 6% 0 9%;
	line-height: 28px;
}
.brand-more a {
	display: inline-block;
	width: 140px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background-color: #E71422;
	font-size: 12px;
	color: #fff;
	margin-right: 20px;
}
.brand-more a:hover {
	color: #333;
}
.culture-pic img {
	display: block;
	width: 100%;
	height: auto;
}
.product-culture {
	background: #F9F9F9;
	padding: 4% 7%;
}
.market-info-lt, .market-info-rt {
	color: #333;
}
.market-info-lt h3 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}
.market-info-lt p, .market-info-rt h6 {
	font-size: 14px;
}
.market-info-rt p{
	font-size: 12px;
	margin-top: 35px;
}
.product-pic {
	margin: 80px 0;
	overflow: hidden;
}
.product-pic img {
	width: 100%;
	height: auto;
}
.product-pic .prouct-lt {
	width: 29.5%;
}
.product-pic .prouct-rt {
	width: 68.5%;
}
.mln-fz {
	color: #333;
}
.mln-fz h3 {
	font-size: 36px;
	font-weight: bold;
}
.mln-fz p {
	font-size: 14px;
	margin-top: 40px;
}
.principle-info {
	font-size: 12px;
	color: #333;
	line-height: 25px;
}
.ln-img img {
	display: block;
	width: 100%;
	height: auto;
}
.recruit-require {
	background: #F9F9F9;
	padding: 5% 0;
}
.recruit-info {
	padding: 0 7%;
	color: #3c3c3c;
}
.recriit-info h3 {
	font-size: 24px;
}
.zp-content {
	font-size: 12px;
	margin-top: 65px;
	line-height: 25px;
}
.zp-img {
	padding-right: 7%;
}
.zp-img img {
	width: 100%;
	height: auto;
}
.recruit-list {
	margin-top: 60px;
}
.no-border {
	border: none!important;
}
.recruit-list .container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.recruit-title {
	font-size: 14px;
	color: #3c3c3c;
	font-weight: bold;
	text-align: center;
	background-color: #F9F9F9;
	border-right: 3px solid #fff;
	height: 62px;
	line-height: 62px;
}
.zp-wrapper {
	border-bottom: 1px solid #f9f9f9;
}
.recruit-name {
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: inherit;
	background-color: #fff;
	border-right: none;
	padding: 20px 10px;
}
.no-border.recruit-name {
	cursor: pointer;
}
.recruit-name i {
	font-size: 12px;
	margin-left: 10px;
	transition: 0.5s;
}
.recruit-content {
	display: none;
}
.responsibility {
	background-color: #F9F9F9;
	padding-left: 120px;
	padding-bottom: 50px;
	color: #3c3c3c;
}
.responsibility h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 40px;
}
.res-info {
	margin-top: 5px;
	font-size: 12px;
	line-height: 30px;
}
.send-email {
	background: #f9f9f9;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 30px;
	padding: 35px 0 35px 120px;
	margin-top: 30px;
}
.send-email strong {
	font-weight: bold;
}
.bold-row .recruit-name {
	font-weight: bold;
}
.detail-btn i.toggle {
	transform: rotate(180deg)
}
.experence-address {
	background-color: #f9f9f9;
	padding: 55px 50px;
}
.dome-foreign {
	font-size: 14px;
	color: #a3a3a3;
	margin-bottom: 10px;
}
.dome-foreign span:first-child ~ span {
	margin-right: 30px;
	cursor: pointer;
}
.cunrty-name,.dome-foreign span.active {
	color: #333;
}
.outer-inter {
	font-size: 14px;
	color: #333;
}
.outer-inter > div {
	display: none;
}
.bj-zt {
	padding-top: 100px;

}
.bj-contact {
	margin-top: 25px;
	line-height: 35px;
}
.bj-time {
	margin-top: 100px;
}
.bj-go {
	margin-top: 25px;
	text-align: right;
}
.bj-go a {
	display: inline-block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #E71422;
	font-size: 12px;
	color: #fff;
}
.bj-go a:hover {
	color: #333;
}
.make-visited {
	background-color: #F9F9F9;
	margin-top: 40px;
	padding: 75px 0 65px;
}
.make-visited h3 {
	font-size: 24px;
	color: #333;
	text-align: center;
}
.visited-msg {
	margin-top: 50px;
	font-size: 14px;
	color: #333;
	line-height: 32px;
	margin-left: 27%;
}
.visited-msg span {
	font-weight: bold;
}
.visited-form {
	width: 70%;
	margin: auto;
}
.form-group {
	margin-top: 40px;
}
.form-group > div {
	border-bottom: 1px solid #A3A3A3;
	width: 40%;
	padding-bottom: 10px;
}

.form-group > div > span {
	font-size: 14px;
	color: #333;
}
.form-group > div input {
	width: 70%;
	border: none;
	background: transparent;
	font-size: 14px;
	color: #333;
	font-family: '微软雅黑';
}
.bz-group > div {
	width: 100%;
}
.tj-submit {
	margin-top: 60px;
	text-align: center;
}
.tj-submit a {
	height: 47px;
	line-height: 47px;
}
.brand-name {
	padding: 240px 0 0;
}
.sh-qijian {
	background: #fff;
	padding: 98px 0 80px;
}
.qj-lt {
	width: 38%;
	padding-top: 5%;
	font-size: 14px;
	color: #333;
}
.qj-lt h5 {
	font-weight: bold;
	margin: 40px 0 30px;
}
.qj-lt p {
	line-height: 25px;
}
.qj-logo img {
	vertical-align: top;
}
.qj-logo span {
	display: inline-block;
	padding: 0 15px;
	border-radius: 2px;
	background-color: #C6161E;
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
}
.qj-rtimg {
	width: 55%;
}
.qj-rtimg img {
	width: 100%;
	height: auto;
}
.jidian {
	width: 100%;
	margin: 78px auto;
}
.jidian .pull-left {
	width: 55%;
}
.jd-pic img{
	width: 100%;
	height: auto;
}
.jidian .pull-right {
	width: 35%;
	padding-top: 40px;
	justify-content: center;
	align-items: center;
}
.jidian .pull-right h3 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.jidian .pull-right p {
	font-size: 12px;
	color: #333;
	font-family: Arial;
	margin-top: 10px;
}
.year-jidian {
	margin-top: 10%;
}
.year-jidian h6 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-bottom: 25px;
}
.year-jidian p {
	font-size: 12px;
	color: #333;
	line-height: 25px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.swiper-button-prev, .swiper-button-next {
	outline: none;
	background: none;
}
.brand-arrow .teach-nav {
	right: 30%;
	bottom: 20%;
}
.brand-arrow .teach-nav a {
	background-color: #CA1615;
}
.signing-block {
	width: 90%;
	margin: auto;
}
.signing-block .sign-lt, .signing-block .sign-rt {
	width: 50%;
	color: #333
}
.sign-lt h5 {
	font-size: 14px;
	font-weight: bold;
	padding: 40px 0 30px;
}
.sign-lt p {
	font-size: 12px;
	line-height: 25px;
}
.sign-citys {
	width: 50%;
}
.sign-citys li {
	font-size: 14px;
	color: #333;
	margin-top: 50px;
}
.sign-img {
	width: 100%;
}
.sign-img img {
	width: 100%;
	height: auto;
	display: block;
}
.aleardy-font {
	margin-top: 80px;
	font-size: 14px;
	color: #333;
	margin-left: -10px;
}
.aleardy-font:before {
	content: '●';
	margin-right: 5px;
	display: inline-block;
	color: #AE373B;
}
.join-condit {
	background: url(../images/mln-40.jpg) center top no-repeat;
	min-height: 758px;
	background-size: cover;
	padding: 5% 0 0;
}
.condit-block {
	background: rgba(255,255,255,0.8);
	width: 70%;
	margin: auto;
	padding: 100px 0 120px;
}
.condit-block h3 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.condit-block p {
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	text-align: center;
}
.agent-componey {
	margin: 5% 0 0;
}
.agent-info {
	width: 45%;
	padding-left: 10%;
}
.agent-list {
	/*margin-top: 100px;*/
	text-align: left;
}
.agent-list span {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	opacity: 0.3;
	cursor: pointer;
}
.agent-list span:before {
	content: '/';
	color: #333;
	opacity: 0.3;
	display: inline-block;
	margin: 0 3px;
}
.agent-list span:first-child:before {
	content: '';
}
.agent-list span.active {
	opacity: 1;
}
.qy-info {
	width: 40%;
	padding-right: 6%;
}
.qy-info span {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.agent-tj {
	margin-top: 30px;
	font-size: 12px;
	color: #333;
	line-height: 30px;
}
.interests-item > div {
	display: none;
}
.sh-qijian .make-visited {
	background: #fff;
	padding: 0
}
.sh-qijian .visited-form {
	width: 65%;
}
.exper-visited {
	background: #fff;
	padding: 70px 0 60px;
}
.exper-visited .make-visited {
	margin: 0
}
.list-vr {
	width: 60%;
}
.list-vr a {
	padding: 0 15px 25px;
}
.line-gray {
	background: #F9F9F9
}
.search-condit {
	background: #fff;
	padding: 60px 0 90px;
}
.condit-warpper {
	position: relative;
}
.product-series {
	background: #E71422;
	padding: 30px 60px 30px 60px;
	font-size: 14px;
	color: #fff;
}
.xl-name-wrap{
	text-align:right;
}
.xl-name {
	font-weight: bold;
}
.product-type a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 0 3%;
	border-left: 1px solid #fff;
}
/*.product-series a:hover {
	color: #333;
}*/
.product-type a:first-child {
	padding-left: 0;
	font-weight: bold;
	border-left: none;
}
.other-condits {
	background: #fff;
	box-shadow: 0 5px 20px #f9f9f9;
	-webkit-box-shadow: 0 5px 20px #f9f9f9;
	-moz-box-shadow: 0 5px 20px #f9f9f9;
	-o-box-shadow: 0 5px 20px #f9f9f9;
	height: 180px;
	overflow: hidden;
	transition: all 1s;
}
.other-overcondit {
	height: auto;
}
.other-condits li {
	border-bottom: 1px solid #F9F9F9;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #3c3c3c;
	padding: 0 60px;
}
.brand-condit a {
	font-size: 14px;
	color: #a3a3a3;
	padding: 0 2%;
	display: inline-block;
}
.brand-condit a.active,.brand-condit a:hover{
	color: #E71422;
	/*font-weight:bold;*/
}
/* .brand-condit a:first-child {
	color: #3c3c3c;
	font-weight: bold;
	padding-left: 0;
} */
.slide-btn {
	width: 312px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	color: #a3a3a3;
	background: #fff;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -42px;
	margin: auto;
	box-shadow: 0 5px 20px #f9f9f9;
	-webkit-box-shadow: 0 5px 20px #f9f9f9;
	-moz-box-shadow: 0 5px 20px #f9f9f9;
	-o-box-shadow: 0 5px 20px #f9f9f9;
	cursor: pointer;
}
.slide-btn i {
	margin-left: 10px;
}
.slide-btn i.rotate {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.case-wrapper {
	margin-top: 65px;
}
.case-wrapper li {
	float: left;
	width: 32.4%;
	margin-right: 1.4%;
	margin-bottom: 1.4%;
}
.case-wrapper > li > a{
	display: block;
	min-height: 772px;
	position: relative;
}
.case-wrapper li:nth-child(3n) {
	margin-right: 0;
}
.product-sec > li > a {
	min-height: 508px;
}
.anli-pic {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 412px;
	overflow: hidden;
}
.anli-pic img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.case-wrapper li a:hover .anli-pic img {
	transform: scale(1.1);
	transition: all 3s;
}
.case-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	transition: background 0.5s;
}
.case-wrapper li a:hover .case-mask {
	background: rgba(0,0,0,0)
}
.case-msg {
	position: static;
	bottom: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	background: rgba(255,255,255,0.6);
	padding: 30px 25px;
}
.case-msg h3 {
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}
.case-msg p {
	font-size: 12px;
	color: #333;
}
.page-section {
	text-align: center;
	padding: 88px 0;
}
.page-section a, .page-section span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 10px;
	background: #eee;
	font-size: 14px;
	color: #333;
}
.page-section span.active,
.page-section span.current {
	background: #C6161E;
	color: #fff;
}
.case-article {
	width: 66%;
	margin: auto;
	padding: 50px 0;
}
.case-detail {
	width: 66%;
	margin-right: 2%;
}
.case-detail-title {
	font-size: 16px;
	color: #333;
}
.case-detail-type {
	font-size: 12px;
	color: #333;
	margin: 15px 0 20px;
	opacity: 0.6;
}
.share-block span {
	display: inline-block;
	border-right: 1px solid #EDEDED;
	font-size: 12px;
	color: #333;
	opacity: 0.6;
	padding: 3px 20px 3px 0;
}
.share-block span:last-child {
	border: none;
	padding-left: 20px;
}
.share-block i {
	color: #333;
	opacity: 0.6;
	margin-right: 7px;
}
.share-icon {
	display: inline-block;
	background: url(../images/sprite.png) no-repeat;
	width: 16px;
	height: 16px;
	background-size: 250px 221px;
	background-position: -36px -193px;
	vertical-align: middle;
}
.case-article-detail {
	padding: 45px 0;
	font-size: 14px;
	color: #333;
	line-height: 25px;
}
.case-article-detail img {
	width: 100%;
	height: auto;
	display: block;
}
.case-article-detail p {
	font-size: 14px;
	color: #333;
	line-height: 25px;
}
.double-article {
	border-top: 1px solid #E9E9E9;
	padding: 40px 0;
	margin-top: 25px;
}
.double-article li {
	width: 47%;
}
.double-article li h5 {
	font-size: 12px;
	color: #333;
	margin-bottom: 15px;
}
.double-article li a {
	display: block;
	font-size: 12px;
	color: #333;
	opacity: 0.6;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.double-article li:last-child {
	text-align: right;
}
.aside-wrapper {
	width: 280px;
}
.aside-wrapper h3 {
	height: 47px;
	line-height: 47px;
	background: #E71422;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
}
.tuijian-item {
	background: #F9F9F9;
	margin-bottom: 30px;
}
.tuijian-case {

}
.tuijian-case li {
	border-bottom: 1px solid #E3E3E3;
	position: relative;
	padding: 30px 20px 30px 112px;
}
.tuijian-case li a {
	color: #333;
}
.tuijian-case li:last-child {
	border: none;
}
.tj-pic {
	width: 72px;
	height: 54px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 30px;
}
.tj-pic img {
	width: 100%;
	height: 100%;
}
.tuijian-case li h5 {
	font-size: 14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 5px;
}
.tuijian-case li p {
	font-size: 12px;
	line-height: 25px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0;
}
.tujian-more {
	padding: 0 20px 20px;
}
.tujian-more a {
	display: block;
	background: #E3E3E3;
	height: 37px;
	line-height: 37px;
	font-size: 12px;
	color: #333;
	text-align: center;
}
.product-msg {
	background: #eee;
}
.product-icon {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 11;
}
.product-article {
	padding: 50px 0;
}
.product-lt {
	width: 30%;
}
.product-lt h1 {
	font-size: 24px;
	color: #333;
	margin-top: 50px;
}
.product-parag span {
	font-size: 12px;
	color: #333;
	margin-right: 10px;
	cursor: pointer;
}
.product-parag em {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #333;
	background: transparent;
	vertical-align: middle;
	margin-right: 3px;
	border-radius: 50%;
	margin-top: -3px;
}
.product-parag span.active em {
	border: 1px solid #B6141C;
	background: #B6141C;
}
.product-td {
	margin: 50px 0;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.product-buy {
	margin-bottom: 40px;
}
.product-buy a {
	display: inline-block;
	margin-right: 10px;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	font-size: 12px;
	color: #fff;
	background: #E71422;
}
.product-buy a:last-child {
	background: #fff;
	color: #333;
}
.product-rt {
	width: 60%;
}
/*缩略图*/
.successlunbo {
	width: 100%;
	display: none;
	position: relative;
}
.control-item {
	width: 73%;
	overflow: hidden;
}
.control {
	min-width: 560px;
	width: 750px;
	max-width: 750px;
	height: 450px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.change li {
	width: 100%;
	overflow: hidden;
	text-align: center
}
.change li .imgWrap {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
}

.change li img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	overflow: hidden
}
.thumbWrap {
	width: 25%;
	height: 450px;
	position: relative;
	right: 0;
	top: 0;
	overflow: hidden;
}
.thumbWrap .thumbCont {
	height: 516px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.thumbWrap ul li {
	overflow: hidden;
	padding-bottom: 13px;
	text-align: center;
	width: 100%;
}
.thumbWrap ul li div {
	display: table-cell;
	width: 100%;
	height: 147px;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
}
.thumbWrap ul li img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	overflow: hidden;
}
.thumbWrap ul li.cur div {
	border: 1px solid red;
}
.thumbPrev,
.thumbNext {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	color: #000;
	z-index: 9;
	outline: none
}
.thumbPrev i,
.thumbNext i {
	color: #fff;
}
.thumbPrev {
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
}
.thumbNext {
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}
/*缩略图*/
.product-paramet {
	background: #fff;
	padding: 65px 0;
}
.product-cs {
	font-size: 16px;
	color: #333;
}
.paramet-list {
	margin: 30px 0 90px;
}
.paramet-list > div {
	display: none;
}
.paramet-list .cs-detail {
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.paramet-list ul li {
	width: 20%;
}
.paramet-list .cs-detail span {
	font-weight: bold;
}
.paramet-pic img {
	width: 100%;
	height: auto;
	display: block
}
.tuijian-product {
	padding-bottom: 128px;
}
.tuijian-product h3, .tuijian-title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding: 45px 0 0;
}
.sertice-system {
	padding: 135px 0 0;
}
.service-title {
	font-size: 24px;
	color: #333;
	text-align: center;
}
.service-msg {
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}
.service-list {
	width: 95%;
	margin: auto;
	padding: 110px 0 50px;
}
.service-list ul {
	width: 100%;
}
.service-list ul li {
	width: 28%;
	float: left;
	margin-right: 8%;
	margin-bottom: 4%;
	cursor: pointer;
}
.service-list ul li:nth-child(3n) {
	margin-right: 0;
}
.service-item {
	background: #fff;
}
.service-item > div {
	width: 50%;
}
.service-lt, .service-lt .adv-list h5, .service-lt .adv-list p {
	text-align: center;
}

.service-lt .adv-icon {
	margin: 25% 0 18%;
}
.service-rt img {
	width: 100%;
}
.service-lt h5 {
	font-size: 14px;
}
.service-lt .adv-list {
	display: block;
}
.download-bg {
	background: #fff;
	padding-top: 50px;
}
.technology {
	background: #F9F9F9;
	margin-bottom: 30px;
	padding: 30px 10px 30px 30px;
}
.technology h3 {
	font-size: 14px;
	color: #0e0509;
	font-weight: bold;
}
.zl-type {
	margin-top: 30px;
}
.zl-type a {
	display: block;
	font-size: 12px;
	color: #0e0509;
	line-height: 30px;
}
.zl-type a:hover {
	color: #c6161e
}
.que-keyword {
	margin-top: 20px;
}
.que-keyword a {
	display: inline-block;
	padding: 3px 10px;
	background: #E9E9E9;
	font-size: 12px;
	color: #c6161e;
	margin-right: 5px;
	margin-bottom: 10px;
}
.que-keyword a:hover {
	color: #333;
}
.care-wcchat {
	text-align: center;
}
.care-wcchat p {
	font-size: 12px;
	color: #333;
	margin-top: 15px;
}
.download-bg .col-md-10 {
	padding-left: 20px;
}
.zl-search {
	background: #F9F9F9;
	padding: 40px;
}
.zh-search-input {
	width: 92%;
	background: #fff;
	height: 48px;
}
.zh-search-input input {
	font-size: 14px;
	color: #0e0509;
	display: block;
	height: 48px;
	padding: 0 35px;
	width: 100%;
}
.zh-search-btn {
	width: 7%;
	text-align: center;
}
.zh-search-btn a, .zh-search-btn .zh-sbtn{
	display: block;
	background: #fff;
	font-size: 18px;
	color: #333;
	height: 48px;
	line-height: 48px;
}
.zh-search-btn .zh-sbtn {
	width: 100%;
	font-size: 14px;
}
.zl-tag-list {
	margin-top: 30px;
	background: #E9E9E9;
}
.zl-tag-list li {
	float: left;
	height: 48px;
	line-height: 48px;
	padding: 0 5%;
	font-size: 12px;
	color: #333;
	cursor: pointer;
}
.zl-tag-list li.active {
	color: #fff;
	background: #C6161E;
}
.zl-list-detail > div {
	display: none;
}
.zl-detail {
	background: #f9f9f9;
}
.zl-detail li {
	border-bottom: 1px solid #E9E9E9;
	padding: 50px 40px 40px 110px;
	position: relative;
}
.zl-detail li:last-child {
	border-bottom: none;
}
.pdf-pic {
	position: absolute;
	top: 50px;
	left: 40px;
}
.zl-detail h3 {
	font-size: 14px;
	color: #333;
}
.data-parameter {
	margin-top: 15px;
}
.zl-detail-lt {
	width: 70%;
	float: left;
}
.data-parameter span {
	display: inline-block;
	margin-right: 30px;
	font-size: 12px;
	color: #a3a3a3
}
.zl-detail-rt {
	width: 30%;
	float: right;
	text-align: right;
}
.zl-down-btn a {
	display: inline-block;
	background: #E9E9E9;
	width: 34%;
	text-align: center;
	padding: 4% 0;
	font-size: 12px;
	color: #333;
	margin-left: 20px
}
.zl-down-btn a:hover {
	color: #E71422;
}
.gallery-block {
	background: #fff;
}
.gallery-list {

}
.gallery-list li {
	float: left;
	width: 49.5%;
	margin: 60px 1% 0 0;
	border-bottom: 1px solid #F3F3F3;
	position: relative;
	height: 515px;
	overflow: hidden;
}
.gallery-list li:nth-child(2n) {
	margin-right: 0
}
.gallery-pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 410px;
	z-index: 0;
	overflow: hidden;
}
.gallery-pic img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.gallery-list li a:hover .gallery-pic img, .tj-news li a:hover .gallery-pic img {
	transform: scale(1.1);
	transition: all 3s;
}
.gallery-list li .case-mask {
	height: 410px;
}
.gallery-list li a:hover .case-mask, .tj-news li a:hover .case-mask {
	background: rgba(0,0,0,0);
}
.gallery-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 40px 0 47px;
	font-size: 14px;
	color: #333;
}
.gallery-info span {
	display: inline-block;
	padding: 2px 10px;
	font-size: 12px;
	color: #fff;
	background: #C6161E;
	margin-right: 20px;
}
.gallery-detail {
	padding-top: 80px;
}
.gallery-detail h3, .gallery-detail p, .gallery-detail .share-block {
	text-align: center;
}
.tj-news {
	margin-top: 45px;
}
.tj-news li {
	float: left;
	width: 22%;
	margin-right: 4%;
	position: relative;
	height: 300px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.tj-news li:last-child {
	margin-right: 0;
}
.tj-news-pic ,.tj-news .case-mask{
	height: 200px;
}
.tj-news .gallery-info {
	font-size: 12px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.change-batch {
	text-align: center;
	padding: 30px 0;
}
.change-btn {
	display: inline-block;
	background: #fff;
	width: 160px;
	height: 48px;
	line-height: 48px;
	font-size: 12px;
	color: #181818;
}
.change-btn:hover {
	color: #E71422;
}
/*图库轮播*/
.gallery-content .swiper-container {
	width: 100%;
	max-height: 830px;
	margin-left: auto;
	margin-right: auto;
}
.gallery-top .swiper-slide {
	width: 100%;
	height: 830px;
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 80%;
	width: 100%;
}
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	height: 130px;
	border: 1px solid transparent;
}
.gallery-thumbs .swiper-slide-thumb-active {
	border: 1px solid #E71422;
}
.gallery-content {
	position: relative;
	margin-top: 60px;
}
.gallery-content .swiper-button-next ,.gallery-content .swiper-button-prev {
	background: none;
	font-size: 30px;
}
.gallery-content .swiper-button-next {
	right: -60px;
}
.gallery-content .swiper-button-prev {
	left: -60px;
}
#picSildeLeft i, #picSildeRight i {
	display: inline-block;
}
#picSildeLeft {
	cursor:pointer;
	position:absolute;
	top: auto;
	bottom:10px;
	left:0;
	z-index:9;
	width: 48px;
	height: 130px;
	line-height: 130px;
	background: rgba(0,0,0,0.4);
	text-align: center;
}
#picSildeRight {
	cursor:pointer;
	position:absolute;
	top: auto;
	bottom:10px;
	right:0;
	z-index:9;
	width: 48px;
	height: 130px;
	line-height: 130px;
	background: rgba(0,0,0,0.4);
	text-align: center;
}
/*图库轮播*/
.latest-develop {

}
.latest-develop li {
	border-bottom: 1px solid #E3E3E3;
	padding: 25px 35px;
}
.latest-develop li:last-child {
	border: none;
}
.latest-develop li span {
	font-size: 12px;
	color: #8d8d8d;
}
.latest-develop li a {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.latest-develop li a:hover {
	color: #E71422;
}
.news-keywords {
	padding: 20px 30px;
}
.news-keywords a {
	display: inline-block;
	padding: 3px 10px;
	background: #e3e3e3;
	font-size: 12px;
	color: #333;
	margin-right: 5px;
	margin-bottom: 10px;
}
.question-search .zh-search-input {
	width: 60%;
}
.question-search .zh-search-btn {
	width: 18%;
}
.question-search a {
	font-size: 14px;
	color: #0e0509;
}
.question-answer {
	margin-top: 30px;
}
.question-answer > li {
	background: #F9F9F9;
	margin-bottom: 50px;
}
.question-answer > li > a {
	display: block;
}
.question-item {
	padding: 40px 0 30px;
	margin: 0 30px 0 40px;
	border-bottom: 1px solid #E9E9E9;
}
.question-item .share-block {
	margin-top: 10px;
}
.question-item p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin: 25px 0 0;
}
.answer-item > li{
	padding: 40px 30px 40px 40px;
	border-bottom: 1px solid #E9E9E9;
}
.answer-content li {
	list-style-type: inherit;
}
.answer-item li:last-child {
	/*border-bottom: none;*/
}
.answer-item > li > a {
	display: block;
}
.best-aswer {
	position: relative;
	padding-left: 30px;
}
.aswer-pic {
	width: 22px;
	height: 22px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.aswer-pic img {
	width: 100%;
	height: 100%;
}
.best-aswer > span {
	font-size: 14px;
	color: #333;
	display: inline-block;
	padding: 0 10px;
}
.best-aswer .nc-name {
	font-weight: bold;
	border-right: 1px solid #333;
}
.answer-content {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	overflow : visible;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding: 30px 0;
}
.my-ask-btn {
	padding-top: 40px
}
.my-ask-btn a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;

}
.ianswer {
	padding: 0 50px;
	color: #a3a3a3;
	background: #E9E9E9;
}
.report {
	padding: 0 50px;
	color: #fff;
	background: #C6161E;
}
.ask-que-block {
	padding-left: 20px;
}
.ask-aside {
	background: #F9F9F9;
	text-align: center;
	padding: 60px 65px 40px;
	margin-bottom: 30px;
}
.ask-aside .qj-logo img {
	width: 105px;
}
.wd-tip {
	font-size: 14px;
	color: #0e0509;
	padding: 40px 0 10px;
	line-height: 30px;
}
.ask-btn a {
	display: block;
	margin-top: 15px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	text-align: center;
}
.go-logon {
	color: #fff;
	background: #C6161E;
}
.go-logon:hover, .report:hover {
	color: #333;
}
.go-register {
	color: #333;
	background: #EEEEEE;
}
.go-register:hover, .ianswer:hover {
	color: #C6161E;
}
.often-keyword {
	padding-right: 33px;
	padding-left: 43px;
}
.often-keyword .news-keywords {
	padding-left: 0;
	padding-right: 0;
}
.ueditor-block {
	background: #fff;
	padding:  40px 0;
	border-bottom: 1px solid #E9E9E9;
	position: relative;
	padding-left: 60px;
}
.editor-pic {
	width: 44px;
	height: 44px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	top: 40px;
	left: 0;
}
.editor-pic img {
	width: 100%;
	height: 100%;
}
.editor-operat {
	margin-top: 20px;
}
.editor-operat input, .editor-operat a {
	display: inline-block;
	border: none;
	outline: none;
	background: #E9E9E9;
	height: 45px;
	line-height: 45px;
	width: 160px;
	text-align: center;
	margin-right: 20px;
	font-size: 14px;
	color: #333;
}
.askour {
	background: #f9f9f9;
	padding: 20px 30px 44px;
}
.as-title {
	padding-bottom: 20px;
}
.yourqest {
	border-bottom: 1px solid #E9E9E9;
}
.yourqest input {
	display: block;
	font-size: 16px;
	color: #333;
	padding: 20px 0;
	width: 100%;
}
.bc-title {
	font-size: 16px;
	color: #333;
	margin-top: 30px;
}
.que-textarea {
	margin: 20px 0 40px;
}
.more-answer {
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 50px 0 0;
}
/*瀑布流*/
.waterfall-block {
	background: #fff;
	padding: 60px 0 10px;
	clear: both;

}

.grid-item {
	position: relative;
	width: 100%;
}
.grid-item li {
	position: absolute;
	width:32%;
	background:#fff;
	/*float:left;*/
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
	cursor: pointer;
	overflow: hidden;
	/*margin-right: 2%;*/
	/*margin-left: 15px;*/
}

.grid-item li:nth-child(3n) {
	/*margin: 0!important;*/
	/*margin-left: 15px;*/
	/*margin-right: 0;
	margin-left: 0*/
}

.grid-item li .load-pic {
	position: relative;
	width: 100%;
	height: 410px;
}
.grid-item li a {
	display: block;
}
@media screen and (max-width: 1768px) {
	.grid-item li {
		width: 31.5%;
	}
}
.imgholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 410px;
	overflow: hidden;
}
.imgholder img{
	width:100%;
	height: 100%;
	display:block;
}
.grid-item li:hover img {
	transform: scale(1.1);
	transition: all 3s;
}
.grid-item li:hover .case-mask {
	opacity: 0;
}
.grid-item .case-mask {
	width: 100%;
	height: 410px;
}
.waterfall-msg {
	background: #F9F9F9;
	padding: 30px;
}
.waterfall-msg h3 {
	font-size: 14px;
	color: #e71422;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.water-info {
	padding: 15px 0;
	font-size: 12px;
	color: #8d8d8d;
	line-height: 25px;
}
.waterfall-msg span {
	font-size: 24px;
	color: lightgrey;
}
.gologin {
	padding-left: 54px;
	font-size: 14px;
	color: #333;
}
.gologin a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
/*modal CSS*/
.modal-content {
	border-radius: 0;
}
.modal-dialog {
	margin-top: 15%;
}
.modal-header {
	padding: 18px 35px;
	border-bottom: 1px solid #e9e9e9;
	position: relative;
}
.modal-title {
	font-size: 12px;
	color: #cbcbcb
}
.close-icon {
	display: inline-block;
	background: url(../images/sprite.png) no-repeat;
	width: 25px;
	height: 24px;
	background-size: 250px 221px;
	background-position: -139px -190px;
}
.close-rt {
	position: absolute;
	right: 0;
	top: -54px;
	opacity: 1;
}
.modal-body {
	padding: 20px 35px
}
.modal-footer {
	border-top: none;
	padding: 30px 35px 43px;
}
.modal-footer .btn {
	width: 48%;
	padding: 15px 0;
	background: #E9E9E9;
	border: none;
	border-radius: 0;
	font-size: 12px;
	color: #333;
	outline: 0;
}
.modal-footer .btn + .btn {
	margin-left: 4%;
}
/*modal CSS*/
.before-lg {
	text-align: center;
	padding: 50px 0;
}
.before-lg p {
	font-size: 12px;
	color: #cbcbcb;
	margin-top: 20px;
}
.qq-type {
	border-bottom: 1px solid #E9E9E9;
	padding: 20px 0;
	font-size: 12px;
	color: #333;
}
.qq-type a {
	display: inline-block;
	margin-left: 40px;
	color: #e71422;
}
.wf-tip {
	font-size: 12px;
	color: #333;
	margin-top: 20px;
}
.illegal-list {
	margin-top: 30px;
}
.illegal-list li {
	width: 24%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	position: relative;
}
.illegal-list li input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.illegal-list li input:checked + span {
	color: #fff;
	background: #E71422
}
.illegal-list li span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #E9E9E9;
	font-size: 12px;
	color: #333;
}
.quick-msg {
	opacity: 0.8;
}
.disabled {
	pointer-events: none;
}
.login-btn {
	position: relative;
}
.page-menu {
	display: none;
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 999;
	background: #fff;
	width: 107px;
}
.page-menu li {
	margin: 7px 0;
	text-align: center;
}
.page-menu li a {
	font-size: 14px;
	color: #a9a9a9;
	margin: 0;
}
.page-menu li a:hover {
	color: #E71422;
	font-weight: normal;
}
.grid-item li .upd-load-pic {
	height: 360px;
}
.grid-item li .upd-load-pic .imgholder {
	height: 360px;
}
.wchat-pic {
	margin: 15px 0 60px;
	width: 100%;
}
.wchat-pic img {
	display: block;
	width: 100%;
	height: auto;
}
.classified {
	position: relative;
	font-size: 0;
	padding: 30px 0 0;
}
.classified label {
	font-size: 16px;
	color: #333;
}
.classified input {
	background: transparent;
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
	width: 135px;
}
.classified span {
	font-size: 16px;
	color: #e71422;
	cursor: pointer;
}
.class-modal {
	display: none;
	position: absolute;
	top: 20px;
	left: 80px;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 0 5px #ddd;
	width: 168px;
	text-align: center;
}
.class-modal div {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
	background: #E9E9E9;
	font-weight: bold;
}
.class-modal ul li {
	border-bottom: 1px solid #F9F9F9;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
.class-modal ul li:first-child {

}
.class-modal ul li:hover {
	color: #c6161e;
}
@media screen and (max-width: 1280px) {
	.anli-pic {
		height: 277.5px;
	}
	.exper-info {
		padding: 26px 26px 0;
	}
	.exper-info h3 {
		font-size: 16px;
	}
	.exper-info h5 {
		margin: 40px 0 20px;
	}
	.customer-data {
		margin-top: 53px;
	}
	.customer-data span + div, .customer-data span + div strong {
		font-size: 40px;
	}
	.exper-data span + div, .exper-data span + div strong {
		font-size: 24px;
	}

}
.ask-aside-login {
	background: #F9F9F9;
	padding: 50px 40px;
	margin-bottom: 80px;
}
.ask-aside-login li {
	/*width: 49%;*/
}
.ask-aside-login li:last-child {
	padding-top: 7px;
}
.ask-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}
.ask-img img {
	width: 100%;
	height: 100%;
}
.ask-pnc {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 15px 0 50px;
	padding-left: 20px;
}
.ask-sbtn {
	width: 49%;
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #E9E9E9;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.ask-sbtn:hover {
	color: #e71422;
}
.ask-msg {
	width: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.ask-msg > div {
	width: 50%;
	margin-bottom: 33px;
}
.ask-msg > div:nth-child(3),.ask-msg > div:last-child {
	margin-bottom: 50px;
}
.ask-msg span {
	font-size: 24px;
	color: #333;
	font-family: '微软雅黑';
}
.ask-msg p {
	font-size: 12px;
	color: #333;
	margin: 0;
}
@media screen and (max-width: 1440px) {
	.adv-item {
		text-align: center;
	}
	.adv-icon {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
		/*display: block;*/
		/*margin: auto;*/
	}
	.adv-list h5, .adv-list p{
		text-align: center;
	}
}
.event-list {
	position: relative;
}
.event-sec {
	justify-content: flex-start;
	width: 50%;
	margin: auto;
}
.time-font {
	font-size: 18px;
	color: #0e0509;
	font-weight: bold;
}
.event-block {
	margin-left: 204px;
	padding-bottom: 80px;
}
.event-block p {
	font-size: 14px;
	color: #0e0509;
	margin-bottom: 30px;
}
/*专题 CSS*/
.bg-white {
	background: #fff;
}
.special-warpper {
	width: 85%;
	margin: auto;
}
.special-title {
	margin-top: 120px;
	margin-bottom: 50px;
}
.special-title h3 {
	font-size: 26px;
	color: #fb0004;
}
.special-title p {
	font-size: 14px;
	color: #fb0004;
}
.culture-lt {
	width: 33%;
}
.culture-lt .swiper-slide {
	display: block;
}
.culture-lt .swiper-slide a {
	min-height: auto!important;
}
.culture-lt .swiper-pagination {
	text-align: right;
	padding-right: 20px;
	bottom: 20px;
}
.culture-lt .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.6;
}
.culture-lt .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}
.cul-pic {
	width: 100%;
	height: auto;
}
.cul-pic img {
	width: 100%;
	height: auto;
	display: block;
}
.cul-title {
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.cul-item {
	padding-top: 30px;
}
.cul-stitle {
	font-size: 20px;
	color: #333;
}
.culture-list {
	width: 100%;
}
.culture-list li {
	margin-top: 11px;
}
.culture-list li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #666666;
	opacity: 0.7;
}
.culture-list li a:hover {
	color: #FC0004;
	opacity: 1;
}
.culture-lgt li {
	margin-top: 13px;
}
.culture-ct {
	width: 29%;
	margin-left: 5%;
}
.culture-rt {
	width: 28%;
}
.culture-border {
	padding-bottom: 40px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 45px;
}
.change-culture {
	position: relative;
}
.change-culture img {
	width: 100%;
	height: auto;
	display: block;
}
.change-font {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 13px;
	font-size: 20px;
	color: #fff;
	padding: 0 20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.change-font a {
	color: #fff;
}
.culture-slide {
	border: 1px solid #DEDEDE;
	padding: 32px 20px;
}
.culture-slide li {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin: 0;
}
.culture-slide li a:before {
	content: '.';
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	margin-right: 10px;
}
.culture-slide li a {
	transition: font-size 1s;
}
.culture-slide li a:hover {
	font-size: 20px;
}
.culture-pics {
	margin-top: 50px;
}
.stitle-top {
	margin-top: 55px;
}
.use-list {
	border-top: 1px solid #E0E0E0;
	margin-top: 20px;
}
.use-list li {
	margin-top: 20px;
	position: relative;
	padding-left: 135px;
	min-height: 88px;
}
.sy-img {
	width: 125px;
	height: 88px;
	position: absolute;
	top: 0;
	left: 0;
}
.sy-img img {
	width: 100%;
	height: auto;
}
.sy-title {
	padding: 10px 0 15px;
}
.sy-title a {
	font-size: 16px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sy-title a:hover {
	color: #fb0004;
}
.sy-info {
	font-size: 12px;
	color: #666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	opacity: 0.6;
}
.buy-jq {
	border-top: 1px solid #333;
	width: 195px;
	margin: 10px auto 0;
	text-align: center;
}
.buy-jq span {
	position: relative;
	font-size: 20px;
	color: #333;
	background: #fff;
	padding: 0 20px;
	top: -17px;
}
.hc-jq {
	margin-top: 40px;
}
.design-lt {
	width: 67%;
}
.design-lt .culture-lt {
	width: 45%;
}
.design-lt .culture-ct {
	width: 43%;
}
.zs-font {
	font-size: 16px;
}
.space-title {
	margin: 43px 0 20px;
}
.space-item {
	border-top: 1px solid #E8E8E8;
	padding-top: 20px;
	justify-content: space-between;
}
.space-item li {
	width: 24%;
}
.space-item li > div {
	position: relative;
}
.space-item li > div a {
	display: block;
}
.space-item li > div img {
	width: 100%;
	height: auto;
}
.space-item li h5 {
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
	padding: 0 15px;
	font-size: 12px;
	color: #fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.case-class {
	margin: 15px 0 30px;
}
.case-col .change-culture {
	width: 49%;
}
.product-class {
	margin-top: 120px;
}
.product-class span {
	display: inline-block;
	font-size: 16px;
	color: #333;
	width: 120px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	background: transparent;
	cursor: pointer;
}
.product-class span:hover, .product-class span.active {
	color: #fff;
	background: #F00105;
}
.product-zs {
	margin: 14px 0;
}
.pro-slide {
	border: 1px solid #DEDEDE;
	text-align: center;
	padding: 20px 0;
}
.pro-slide a, .video-title a {
	font-size: 16px;
	color: #333;
	display: block;
	padding: 0 20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.video-class {
	justify-content: space-between;
	margin-bottom: 100px;
}
.video-class li {
	width: 24%;
}
.video-tp {
	width: 100%;
}
.video-tp a {
	display: block;
	position: relative;
}
.video-tp img {
	width: 100%;
	height: auto;
}
.video-title {
	padding: 10px 0;
	text-align: center;
}
.play-btn {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
.play-btn img {
	width: 100%;
	height: 100%;
}
.cp-font {
	font-size: 12px;
}
.product-container > div {
	display: none;
}
/*专题 CSS*/
.special-block {
	background: #fff;
	padding: 90px 0;
}
.special-lt {
	width: 40%;
	padding: 0 120px 0 130px;
	position: relative;
}
.special-banner {
	width: 60%;
}
.special-banner img {
	width: 100%;
	height: auto;
	display: block;
}
.special-block .swiper-slide {
	align-items: stretch;
}
.sp-tname p:first-child {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.sp-tname p:last-child {
	font-size: 12px;
	color: #333;
}
.special-lt .swiper-pagination {
	position: static;
	margin-top: 215px;
	text-align: left;
	margin-bottom: 40px;
}
.special-lt .swiper-pagination-current {
	font-size: 16px;
	color: #e71422;
	font-weight: bold;
}
.special-lt .swiper-pagination-total {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.specia-name {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
}
.special-content {
	font-size: 14px;
	color: #333;
	margin-top: 40px;
}
.zt-more {
	position: absolute;
	bottom: 10%;
	width: 100%;
	left: 0;
	height: 50px;
}
.zt-more .look-more {
	background: #E71422;
	bottom: 0
}
.zt-more .look-more a {
	color: #fff;
}
.zt-more .icon {
	display: inline-block;
	transition: width 0.5s;
}
.zt-more .swiper-button-next, .zt-more .swiper-button-prev {
	opacity: 1;
}
.zt-more .swiper-button-prev {
	position: absolute;
	left: 70%;
	bottom: 0;
}
.zt-more .swiper-button-next {
	position: absolute;
	left: 58%;
	bottom: 0;
}
@media screen and (max-width: 1440px) {
	.special-lt .swiper-pagination {
		margin-top: 20px;
	}
}
.cy-font {
	font-size: 14px;
}
/*新品发布会专题*/
.release-wrap {
	width: 70%;
	margin: auto;
}
.sign-title {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 98px 0 0
}
.sign-wall {
	width: 73%;
	margin: auto;
	border-top: 2px solid #d6d6d8;
	text-align: center;
	margin-top: 10px;
}
.sign-wall span {
	font-size: 16px;
	color: #000;
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	position: relative;
	top: -10px;
}
.love-tip {
	font-size: 24px;
	color: #000;
	text-align: center;
	margin: 30px 0 10px;
	text-align: center;
	font-weight: normal;
}
.love-msg {
	font-size: 14px;
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
.interview {
	width: 66%;
	text-align: center;
	line-height: 30px;
	margin: 20px auto 0;
}
.view-list {
	display: flex;
	margin: 45px 0 85px;
}
.view-list li {
	width: 32%;
	margin-right: 2%;
}
.view-list li:last-child {
	margin-right: 0
}
.view-list li img {
	width: 100%;
	height: auto;
	display: block;
}
.view-list li h6 {
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: normal;
	padding: 12px 0;
}
.xpfb-block {
	background: #080c0a;
	width: 100%;
	padding: 100px 0 120px;
}
.xpfb-block .sign-title, .xpfb-block .sign-wall span, .xpfb-block .love-tip, .xpfb-block .love-msg {
	color: #fff;
}
.xpfb-block .sign-wall {
	border-top: 2px solid #fff;
}
.xpfb-block .sign-wall span {
	background: #080c0a;
}
.xpfb-block .sign-title {
	margin: 0
}
.ak-list {
	margin-bottom: 0;
}
.ak-list li {
	position: relative;
}
.ak-list li a {
	position: absolute;
	bottom: 8%;
	z-index: 9;
	width: 125px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #000;
	border: 1px solid #292c2b;
	left: 0;
	right: 0;
	margin: auto;
}
.speech-block {
	margin: 0 auto 40px;
}
.speech-list {
	margin: 2% 0 0;
}
.speak-list {
	margin: 0 0 30px;
}
.speak-list li {
	display: flex;
	margin-top: 30px;
	align-items: center;
}
.speak-list li > div {
	width: 50%;
}
.speak-list li > div img {
	width: 100%;
	height: auto;
	display: block;
}
.speak-content {
	padding-left: 30px;
}
.speak-title {
	font-size: 24px;
	color: #000;
}
.speak-border {
	border-top: 2px solid #080c0a;
	display: inline-block;
	width: 54px;
	margin: 15px 0;
}
.speak-msg {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	word-wrap: break-word;
}
.speak-rt {
	text-align: right;
	padding: 0 30px 0 0;
}
.scence-create {
	display: flex;
}
.scence-create li {
	width: 24%;
	margin-right: 1%;
}
.scence-create li:last-child {
	margin-right: 0;
}
.scence-create li h6 {
	font-size: 14px;
	color: #080c0a;
	text-align: center;
	padding: 12px 0;
	font-weight: normal;
}
.scence-create li img {
	width: 100%;
	height: auto;
	display: block;
}
.fabu-list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.fabu-list li {
	width: 48%;
}
.fabu-list li img {
	width: 100%;
	height: auto;
	display: block;
}
.fabu-list li h6 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding: 12px 0;
}
.fabu2 {
	margin: 24px 0 12px;
}
/*展会专题*/
.wn-block {
	padding: 100px 0 60px 125px;
	position: relative;
}
.warm-time {
	position: absolute;
	top: 100px;
	left: 0;
	background: #020605;
	width: 90px;
	text-align: center;
	padding: 10px 3px;
}
.w1 {
	font-size: 13px;
	color: #ebd097;
}
.w2 {
	width: 43px;
	height: 43px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	line-height: 43px;
	font-size: 28px;
	color: #ffdc90;
	margin: 13px auto;
	border: 1px solid #ebd097;
}
.w3 {
	font-size: 12px;
	color: #ebd097;
}
.wn-block h3 {
	font-size: 28px;
	color: #000;
	font-weight: normal;
}
.warm-msg {
	font-size: 14px;
	color: #000;
	margin-top: 20px;
	width: 80%;
	line-height: 25px;
}
.warm-msg span {
	font-weight: bold;
}
.visit-xc {
	font-size: 28px;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-top: 60px;
}
.visit-en {
	font-size: 14px;
	color: #000;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.introduct-view {
	background: #000;
	width: 100%;
	padding-bottom: 100px;
	margin-top: 100px;
}
.wn-block .intro-zh {
	font-size: 28px;
	color: #ebd097;
	margin-top: 10px;
}
.intro-warm {
	font-size: 14px;
	color: #ebd097;
}
.intro-etime {
	background: #ebd097;
}
.intro-etime .w1, .intro-etime .w2, .intro-etime .w3 {
	color: #000;
}
.intro-etime .w2 {
	border: 1px solid #000;
}
.related-list {
	display: flex;
	flex-wrap: wrap;
}
.related-list li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.related-list li:nth-child(2n) {
	margin-right: 0;
}
.related-list li:nth-child(3),.related-list li:nth-child(4) {
	margin-bottom: 0;
}
.related-msg {
	background: #242424;
	padding: 25px 5%;
	text-align: center;
	max-height: 120px;
}
.related-msg h4 {
	font-size: 20px;
	color: #ebd097;
	font-weight: normal;
}
.related-msg p {
	font-size: 14px;
	color: #ebd097;
	line-height: 22px;
	opacity: 0.7;
	letter-spacing: -1px;
	margin-top: 5px;
}
.related-list li img {
	width: 100%;
	height: auto;
	display: block;
}
.exhibit-footer {
	background: url(../images/exhibit/exhibit-16.jpg) no-repeat;
	width: 100%;
	min-height: 320px;
	background-size: 100% 100%;
	margin-top: 100px;
	display: flex;
	align-items: center;
}
.exhib-finfo {
	font-size: 22px;
	color: #fff;
	line-height: 50px;
	width: 65%;
	margin: auto;
}
.layui-layim-chat {
	top: auto!important;
	left: auto!important;
	right: 0!important;
	bottom: 0!important;
}
/*莫洛尼文化*/
.culture-sec1 {
	background: url(../images/mln-77.jpg) no-repeat;
	width: 100%;
	min-height: 970px;
	background-size: 100% 100%;
	position: relative;
}
.opacity {
	opacity: 0!important;
	transition: all 0s!important;
}
.culture-adv {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.culture-adv li {
	border-right: 1px solid;
	border-right-color: rgba(255,255,255,0.1);
	text-align: center;
	width: 280px;
	padding: 64px 0;
}
.culture-adv li:last-child {
	border-right: none;
}
.cfigure-pic {
	margin-bottom: 25px;
}
.cfigure-font {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}
.qyyj-font {
	font-size: 28px;
	color: #333;
	letter-spacing: 10px;
	background: #fff;
	padding: 15% 1%;
	text-align: center;
	position: relative;
	top: -126px;
}
.qyyj-item {
	display: flex;
	justify-content: space-between;
}
.qyyj-item li {
	width: 49.5%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.qyyj-item li img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.5s;
	filter: grayscale(90%);
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);
}
.qyyj-item li:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.qyyj-item li:hover img, .duty2 img:hover {
	transform: scale(1.2);
	transition: all 1.5s;
}
.qyyj-info {
	position: absolute;
	bottom: 40px;
	left: 40px;
	color: #fff;
}
.qyyj-info .qyyj1 {
	font-size: 16px;
	font-weight: bold;
}
.qyyj-info .qyyj2 {
	margin-top: 5px;
	font-size: 14px;
}
.qyyj-modal {
	position: absolute;
	z-index: 9;
	background: rgba(0,0,0,1);
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
}
.duty-item {
	align-items: center;
	background: #fff;
	position: relative;
}
.duty1 {
	width: 50.5%;
	text-align: center;
}
.duty2 {
	width: 49.5%;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.duty2 img {
	transition: all 0.5s;
}
.duty-font1 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	letter-spacing: 4px;
}
.duty-font2 {
	font-size: 16px;
	color: #333;
	margin-top: 15px;
	letter-spacing: 4px;
}
.duty2 img {
	width: 100%;
	display: block;
}
.duty-service {
	position: relative;
}
.duty-service .duty-img {
	width: 100%;
	height: auto;
	display: block;
}

.duty-logo {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.qyyj-container .swiper-slide {
	height: auto!important;
	display: block;
	margin-top: 1%;
}
.qyyj-container .swiper-slide:first-child {
	margin-top: 0;
}
.qyyj-container .swiper-slide:first-child ~ .swiper-slide {
	top: -126px;
}
.qyyj-container .swiper-slide a {
	display: inline-block;
	width: auto!important;
	min-height: auto!important;
}
.qyyj-item, .duty-item, .duty-service {
	position: relative;
	top: -126px;
	margin-top: 1%;
}
/*升级样式*/
.upgrade-block {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60vh;
	text-align: center;
	background: #fff;
	border-top: 1px solid #ddd;
}
.gb {
	font-size: 16px;
	color: #444;
	text-align: center;
	margin-top: 25px;
}
.zx-sale {
	font-size: 16px;
	color: #444;
	margin: 85px 0 20px;
	text-align: center;
}
.ljzx-btn, .ljzx-btn:hover {
	display: block;
	margin: auto;
	width: 150px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #E61B27;
	font-size: 16px;
	color: #fff;
}
.experence-wrap .swiper-button-prev, .experence-wrap .swiper-button-next  {
	width: 72px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	color: #333;
	background: #fff;
}
.experence-wrap .swiper-button-prev {
	position: absolute;
	right: 9.5%;
	bottom: 25%;
	top: auto;
	left: auto;
}
.experence-wrap .swiper-button-prev i {
	background: url(../images/sprite.png) no-repeat;
	width: 7px;
	height: 12px;
	background-position: -36px -90px;
	vertical-align: middle;
	display: inline-block;
	transition: width 0.5s;
}
.experence-wrap .swiper-button-prev:hover i {
	background-position: -36px -128px;
	width: 26px;
	height: 12px;
}
.experence-wrap .swiper-button-next {
	position: absolute;
	right: 5%;
	bottom: 25%;
	left: auto;
	top: auto;
}
.experence-wrap .swiper-button-next i {
	background: url(../images/sprite.png) no-repeat;
	width: 7px;
	height: 12px;
	background-position: -36px -108px;
	vertical-align: middle;
	display: inline-block;
	transition: width 0.5s;
}
.experence-wrap .swiper-button-next:hover i {
	background-position: -36px -144px;
	width: 26px;
	height: 12px;
}
.experence-wrap .experence-video {
	width: 50%;
}
.experence-wrap .experence-info {
	width: 64%;
	padding: 12% 5% 18% 20%;
}
.experence-wrap .skew {
	width: 100%;
}
.experence-wrap .look-more {
	bottom: 25%;
	left: 31.5%;
}