/*Â¥²ã*/

img{
	border: none;
}
.floor-nav {
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-695px;
	z-index:7;
	background:#fff;
	border:1px solid #ddd;
	border-radius: 5px;
	display:none;
	overflow: hidden;
}
.floor-nav>li {
	width:50px;
	height:30px;
	padding:5px;
	line-height:15px;
	font-size:12px;
	color:#999;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
}
.floor-nav>li+li {
	border-top:1px solid #ddd;
}
.floor-nav>li:hover {
	background:#aaa;
	color:#fff;
}
.floor-nav .floor-nav-ac {
	background:#aaa;
	color:#fff;
	width:50px;
}
.floor-nav>li>span {
	display:block;
	height:15px;
	width:50px;
	overflow:hidden;
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
	.floor-nav {
		left:0;
		margin-left:0;
	}
}
.productor-more{
	transition: all .4s;
}
.productor-more:hover {
	color: #eea330 !important;
}

/*ÂÖ²¥Í¼*/
.carousel {
	position:relative;
	overflow:hidden;
	width: 100%;
}
.carousel-inner {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
.carousel-inner>.item {
	float:left;
	position:relative;
	height:100%;
	width:100%;
}
.carousel-inner .item-pic {
	position:absolute;
	top:0;
	width: 100%;
	height:100%;
	overflow:hidden;
}
.pagination {
	position:absolute;
	bottom:20px;
	z-index:6;
	text-align:center;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}
.pagination-item {
	/* display:inline-block;
	width:8px;
	height:8px;
	margin:2px 5px;
	background: rgba(255,255,255,.5);
	border-radius:10px;
	cursor:pointer;
	box-sizing: border-box; */
	display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.5);
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.pagination-item:hover {
	background-color:#fff;
}
.pagination-item.active {
	/* background-color:#fff; */
	width: 11px;
    height: 11px;
    margin: 0 2px;
    border: 2px solid #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background: transparent;
}
.carousel-control {
	position:absolute;
	top:50%;
	margin-top:-40px;
	width:40px;
	height:80px;
	color:#fff;
	background-color:#000;
	background-image:url("../images/ico-arrow-banner.png");
	background-repeat:no-repeat;
	opacity:.2;
}
.carousel-control.left-btn {
	background-position: -2px 0;
	position: absolute;
	left: 210px;
	top: -200px;
}
.carousel-control.right-btn {
	background-position: -42px 0;
	position: absolute;
	right: 0;
	top: -200px;
}
.carousel .carousel-control:hover {
	opacity:.6;
}
.banner-right-box {
	position:absolute;
	top:0;
	left:50%;
	margin-left:412px;
	width:200px;
	height:440px;
	padding-top:10px;
}
.banner-right-item {
	display:block;
	width:200px;
	height:210px;
	margin-bottom:10px;
	opacity:0.7;
}
.banner-right-item:hover {
	opacity:1;
}

/* 应用领域 */
#biao {
    width: 100%;
    margin: 60px auto;
    background: #ffffff;
}
#biao #ti {
    width: 172px;
    height: 120px;
	background: url(../images/biaoti.png) no-repeat center;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #999;
}
#biao #ti p {
    font-size: 20px;
    color: #434343;
    padding-top: 22px;
}
#biao .w-topics {
	width: 100%;
    margin-bottom: 54px;
    background: #f5f5f5;
}
#biao .w-topics .wrapper {
	width: 1200px;
    margin: 0 auto 0;
    padding: 20px 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 0;
	position: relative;
}
#biao .w-topics .wrapper .topics-swiper-button-next,
#biao .w-topics .wrapper .topics-swiper-button-prev {
	position: absolute;
	width: 30px;
	height: 60px;
	top: 50%;
	margin-top: -20px;
	z-index: 99;
	outline: none;
	cursor: pointer;
}
#biao .w-topics .wrapper .topics-swiper-button-next {
	right: 0;
	background:url('../images/arr_r.png') no-repeat;
	background-size: 20px 30px;
    background-color: #e5e5e5;
    background-position: 50%;
}
#biao .w-topics .wrapper .topics-swiper-button-prev {
	left: 0;
	background:url('../images/arr_l.png') no-repeat;
	background-size: 20px 30px;
    background-color: #e5e5e5;
    background-position: 50%;
}
#biao .w-topics > .wrapper .ui-link:not(:last-child) {
    margin-right: 10px;
}
/*#biao .w-topics > .wrapper .swiper-slide {
	box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
}*/
#biao .w-topics > .wrapper .ui-link{
	display: inline-block;
    width: 100%;
    height: 140px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*background: #eee;*/
}

#biao .w-topics > .wrapper .topic-item {
    display: inline-block;
    width: 100%;
    height: 140px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*background-color: #b9f1ed;*/
}

/* 按需定制 */
.custom-title {
	text-align: center;
	height: 150px;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.custom-title .title_word {
	display: inline-block;
    width: 132px;
    line-height: 100px;
    color: #333;
    text-align: center;
    padding: 0 28px;
    font-size: 18px;
}
.custom-title .title_word::after{
	content: "";
    display: block;
    width: 470px;
    position: absolute;
    top: 84px;
    left: 365px;
    border-bottom: 1px solid #e0e0e0;
    z-index: 1;
}
.custom-title .title_word::before{
	content: "";
    display: block;
    width: 132px;
    position: absolute;
    top: 80px;
    border-bottom: 6px solid #eea330;
    z-index: 2;
}
#liu {
    width: 1200px;
	margin: 30px auto;
	display: block;
}
#liu #cheng {
    width: 1200px;
    background: url('../images/liu_bg.png')no-repeat center;
}
#liu #cheng li:first-child {
    padding-left: 0px;
}
#liu #cheng li {
	/* width: 116px; */
	width: 20%;
    float: left;
    /* padding-left: 100.5px; */
    text-align: center;
    color: #999;
}
#liu #cheng li p {
    font-size: 19px;
    color: #61605e;
    line-height: 45px;
}
#liu #cheng li p.desc {
	padding: 0 40px;
	line-height: 30px;
	font-size: 16px;
}
/* 产品中心 */
#biao .w-selector{
	width: 1200px;
    margin: 70px auto 0;
}
.w-selector .__category, .w-selector .__brand, .w-selector .__attr {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 17px;
}
.w-selector .__category .ui-title, .w-selector .__brand .ui-title, .w-selector .__attr .ui-title {
    margin-right: 48px;
    color: #999999;
    float: left;
}
.w-selector .__category .__value, .w-selector .__brand .__value, .w-selector .__attr .__value {
    width: 1030px;
    margin-right: 41px;
    height: 15px;
    margin-bottom: 25px;
    overflow: hidden;
}
.w-selector .__category .ui-repeater-item li, .w-selector .__brand .ui-repeater-item li, .w-selector .__attr .ui-repeater-item li {
    margin-bottom: 25px;
}
.w-selector .__category .ui-repeater-item, .w-selector .__brand .ui-repeater-item, .w-selector .__attr .ui-repeater-item {
    margin-right: 48px;
    color: #333333;
    float: left;
}
.w-selector .__category .ui-repeater-item li:hover, .w-selector .__brand .ui-repeater-item li:hover, .w-selector .__attr .ui-repeater-item li:hover {
    cursor: pointer;
    color: #999999;
}
.w-selector .__category .ui-repeater-item li a, .w-selector .__brand .ui-repeater-item li a, .w-selector .__attr .ui-repeater-item li a {
    display: inline-block;
    height: 100%;
}
.w-selector .__category .ui-repeater-item ._active a, .w-selector .__brand .ui-repeater-item ._active a, .w-selector .__attr .ui-repeater-item ._active a {
    color: #ff5b2c;
}
.w-selector .__category .ui-more, .w-selector .__brand .ui-more, .w-selector .__attr .ui-more {
    display: none;
    position: relative;
    top: -2px;
    float: left;
    color: #4662a5;
}

/* 产品列表 */
.__bd {
    background: #fff;
    padding: 35px 0 0 0;
}
.__bd .wrapper {
    width: 1200px;
    margin: 0 auto;
}
.__bd .ui-repeater-item{
	float: left;
	width: 20%;
}
.__bd .ui-repeater-item .device-item {
    float: left;
    margin: 0 12px 26px 0;
}
.__bd .ui-repeater-item .device-item {
    margin: 0 12px 26px 0;
}
.device-item {
    width: 220px;
    height: 240px;
    background: #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.device-item:hover {
    cursor: pointer;
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -moz-box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.15);
}
.__bd .ui-repeater-item:nth-child(6n) .device-item {
    margin-right: 0;
}
.device-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.device-item .__photo {
    display: inline-block;
    width: auto;
    height: 130px;
    margin-top: 35px;
    overflow: hidden;
}
.device-item .__name {
    margin-top: 25px;
    font-size: 14px;
    color: #333333;
    line-height: 23px;
}

/* 客户案例 */
.listWrapper {
    overflow: hidden;
	padding: 60px 0 0;
	width: 1200px;
	margin: 0 auto;
}
.caseList li {
    height: 265px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.caseList li .cImg {
    width: 265px;
    height: 265px;
    overflow: hidden;
    margin-right: 50px;
    transition: all .4s;
}
.caseList li:hover .cImg{
	transform: translateY(-5px);
	box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.15);
}
.caseList li .cImg:hover {
    color: #0756b7;
    text-decoration: none;
}
.newsMain li:hover img {
    transform: scale(1.1);
}
.caseList li img {
	display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.caseList li h4 {
    font-size: 22px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65px;
    padding-top: 15px;
}
.caseList li h4 a {
    color: #333 ;
	position: relative;
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
}
.news-nav-active {
	background: #eea330 !important;
}
.news-nav {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.news-nav a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	font-size: 14px;
	background: #2d6eb6;
	color: #fff;
	transition: background .4s;
}
.caseList li h4 a:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #333 ;
    top: 15px;
    right: -40px;
    transition: all 0.3s;
}
.caseList li h4 a:hover {
    color: #eea330 ;
    text-decoration: none;
}
.caseList li h4 a:hover:before {
	width: 100%;
    top: 30px;
    right: 0;
	bottom: 0;
	background: #eea330 !important;
}
.caseList li p {
    margin-bottom: 15px;
    text-align: justify;
    line-height: 34px;
	color: #666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	letter-spacing: 1px;
}
.caseList li .more {
    display: inline-block;
    margin-top: 14px;
    background: #eea330 ;
    width: 160px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #333;
    position: relative;
    border-radius: 19px;
    color: #fff;
}

/* 新闻资讯 */
.news-cont {
	width: 1200px;
	margin: 0 auto;
}

.news-cont .__lt {
    margin-top: 18px;
	width: 550px;
	height: 350px;
	float: left;
}
.news-cont .__lt a {
	display: block;
	width: 100%;
	height: 100%;
}
.news-cont .__lt a img {
	display: block;
	height: 100%;
}
.news-cont .__lt .ui-link .ui-img {
    width: 550px;
    height: 350px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #eee;
}
.news-cont .__lt .ui-link .ui-info {
    font-size: 0;
}
.news-cont .__lt .ui-link .ui-info:hover> .ui-title {
	color: #ff5b2c !important;
}
.news-cont .__rt:before, .news-cont .__rt:after {
    content: " ";
    display: table;
}
.news-cont .__lt .ui-link .ui-info .ui-title {
    margin-top: 18px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	transition:color .4s;
}
.news-cont .__lt .ui-link .ui-info .ui-date {
    margin-top: 17px;
    font-size: 12px;
    color: #999999;
    line-height: 1;
}
.news-cont .__rt {
    width: 594px;
    margin-top: 18px;
    float: right;
}
.news-cont .__rt .ui-list:before, .news-cont .__rt .ui-list:after {
    content: " ";
    display: table;
}

.news-cont .__rt:before, .news-cont .__rt:after {
    content: " ";
    display: table;
}
.news-cont .__rt .ui-list .ui-list-item:first-child {
    margin-top: -2px;
}
.news-cont  .__rt .ui-list .ui-list-item:first-child {
    margin-top: -2px;
}
.news-cont  .__rt .ui-list .ui-list-item .ui-link {
    display: block;
}
.news-cont .__rt .ui-list .ui-list-item .ui-link .ui-title {
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	transition: color .4s;
}
.news-cont .__rt .ui-list .ui-list-item .ui-link .ui-date {
    margin-top: 12px;
    font-size: 12px;
    color: #999999;
    line-height: 1;
}
.news-cont .__rt .ui-list .ui-list-item:not(:first-child) {
    margin-top: 34.5px;
}
.news-cont .__rt .ui-list .ui-list-item .ui-link:hover .ui-title {
    cursor: pointer;
	text-decoration: none;
	color: #ff5b2c !important;
}









/*¹ã¸æÍ¼*/
.adv3 {
	margin-top:30px !important;
	height:210px;
	display: none;
}
.adv3 .recommend-brand{
	float:left;
	width:380px;
	height:210px;
	margin-left: 30px;
	overflow:hidden;
	background-color:#fff;
	border-radius: 5px;
	transition: .5s;
}
.adv3 .recommend-brand:hover{
	box-shadow:0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
.adv3 .recommend-brand:first-child{
	margin-left: 0;
}
.adv3 .recommend-brand img{
	display: block;
	width: 350px;
	height: 180px;
	object-fit: cover;
	margin: 15px;
	border-radius: 5px;
}
.adver_line{
	display:block;
	width:100%;
	height: 100%;
	margin:20px auto 0;
	overflow:hidden;
	border-radius: 5px;
}
.adver_line img {
	display: block;
	width:100%;
	height: 100%;
}
/*Â¥²ã*/
.floor-top {
	height:36px;
	margin: 30px 0 16px;
}
.floor-title {
	float:left;
	width:240px;
	height:36px;
	font-weight:500;
	font-size:28px;
	color:#333;
	font-weight: bold;
	border-left: 6px solid #FF4C4C;
	padding-left: 10px;
	line-height: 36px;
}
.floor-nav-list {
	float:left;
	width:720px;
	height:36px;
	line-height: 36px;
	margin-right:20px;
	overflow:hidden;
}
.floor-nav-item {
	float:left;
	height:35px;
	margin-right: 20px;
	font-size:14px;
	color:#999;
}
.floor-nav-item:hover {
	color:#e23435;
}
.nav-more-btn {
	float:right;
	font-size:14px;
	color:#999;
}
.nav-more-btn>i {
	font-family:consolas;
	margin:0 10px;
	font-size:20px;
}
.nav-more-btn:hover {
	color:#e23435;
}
.floor-main {
	height:588px;
}
.floor-brand {
	float:left;
	width:240px;
	min-height:1px;
}
.floor-brand .brand-big {
	display:block;
	width:240px;
	height:436px;
	overflow:hidden;
	margin-bottom:14px;
}
.floor-brand .brand-big img{
	display: block;
	width: 240px;
	height: 436px;
	object-fit: cover;
	border-radius: 5px;
}
.floor-brand .brand-samll {
	display:block;
	width:240px;
	height:124px;
	overflow:hidden;
}
.floor-brand .brand-samll img{
	display: block;
	width: 240px;
	height: 124px;
	border-radius: 5px;
	object-fit: cover;
}
.floor-goods-list {
	float:left;
	width:960px;
	height:588px;
	overflow: hidden;
}
.floor-goods-item{
	float:left;
	width:226px;
	height:280px;
	background-color: #fff;
	overflow:hidden;
	text-align:center;
	margin-left: 14px;
	border-radius: 5px;
	margin-bottom: 14px;
	transition: .5s;
}
.floor-goods-item:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.floor-goods-item .googs-title {
	font-size:14px;
	width:200px;
	height:40px;
	line-height:20px;
	color:#666;
	margin: 20px auto 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.floor-goods-item .googs-price {
	font-size:14px;
	width:200px;
	height:40px;
	line-height:40px;
	color:#ff4c4c;
	margin: 0px auto 0;
}
.floor-goods-item .goods-pic {
	width:140px;
	height:140px;
	margin:36px auto 0;
	overflow:hidden;
}
.floor-recommend {
	float:left;
	width:238px;
	height:574px;
	overflow: hidden;
	background-color:#fff;
	border-radius: 5px;
}
.floor-recommend-title {
	height:48px;
	padding-left:15px;
	line-height:52px;
	font-size:16px;
	color:#333;
	border-bottom:1px solid #eee;
}
.floor-recommend-wrap {
	position:relative;
	height:524px;
	width: 238px;
	overflow:hidden;
}
.floor-recommend-list {
	position:absolute;
	left:0;
	top:0;
}
.floor-recommend-item {
	display:block;
	width:208px;
	height:64px;
	padding:20px 15px;
	border-bottom:1px solid #eee;
}
.floor-recommend-item:hover {
	background-color:#f5f5f5;
}
.floor-recommend-pic {
	float:left;
	width:67px;
	height:67px;
	margin-right:10px;
	overflow:hidden;
}
.floor-recommend-cont {
	float:left;
	width:118px;
}
.recommend-goods-name {
	width:118px;
	height:14px;
	font-size:14px;
	line-height:1;
	margin-bottom:7px;
	color:#333;
}
.recommend-goods-des {
	height:22px;
	line-height:22px;
	font-size:12px;
	color:#999;
}
.recommend-goods-price {
	color:#f50c0c;
}
.recommend-more-btn {
	display:block;
	float: right;
	height:53px;
	line-height:48px;
	text-align:right;
	font-size:12px;
	color:#999;
}
.recommend-more-btn>i {
	font-family:consolas;
	margin:0 10px;
	font-size:16px;
}
.recommend-more-btn:hover {
	color:#e23435;
}


.rmtj{
	width: 1220px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.rmtj .floor-top{
	width: 1200px;
    height: 36px;
    margin: 30px auto 16px;
}
.rmtj-cont{
	width: 1220px;
	height: 300px;
}
.rmtj-list-main{
	width: 1220px;
	height: 300px;
	overflow: hidden;
}
.rmtj-list-main .rmtj-list{
	float: left;
	width: 224px;
	height: 280px;
	border-radius: 5px;
	background-color: #fff;
	margin: 0 10px;
	transition: .5s;
}
.rmtj-list-main .rmtj-list:hover{
	cursor: pointer;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.rmtj-list-main .rmtj-list .img{
	width: 140px;
	height: 140px;
	overflow: hidden;
	margin: 36px auto 0;
}
.rmtj-list-main .rmtj-list .img img{
	display: block;
	width: 140px;
	height: 140px;
	object-fit: cover;
}
.rmtj-title{
	font-size:14px;
	width:200px;
	height:40px;
	line-height:20px;
	color:#666;
	margin: 20px auto 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.rmtj-price{
	font-size: 14px;
	color: #ff4c4c;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.bootom_kouhao {
    background-color: #F7F7F7;
	padding: 20px 0;
}

.container{
	width: 1200px;
	margin: 80px auto; 
}
.container ul {
	width: 100%;
}
.container ul li {
	float: left;
	width: 25%;
	height: 50px;
}
.container ul li .item {
	width:100%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid #DCDCDD;
}
.container ul li:last-child .item {
	border-right: 0;
}
.container ul li .item .img {
	width: 58px;
}
.container ul li .item .img img {
	display: block;
	width:100%;
}
.container ul li .item .text {
	width: 77%;
	font-size:12px;
	color: #595757;
}
.container ul li .item .text b {
	color: #595757;
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
}
