*{padding: 0;margin: 0;}
a{text-decoration: none;outline: none;}
i{font-style: normal;}
li{list-style: none;}



/* 导航栏顶部 */
.dash{
	width: 0;
	height: 0;
	border: 2px solid #999;
	border-radius: 50%;
	display: inline-block;
	background-color: #999;
	margin-bottom: 8px;
	margin-right: 5px;
}
.main-ul .dash{
	margin-bottom: 2px;
}
.top {
    width: 100%;
    height: 42px;
    background: #f0f0f0;
    color: #4b4b4b;
    font-size: 13px;
}
.top .top_wrap {
    width: 1440px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    display: flex;
    justify-content: space-between;
}
.fl {
    float: left !important;
}
.fl a{
    color: #a7292d;
}
.fr {
    float: right !important;
}
.top .top_wrap .link_tel_box {
    display: inline-block;
    margin-right: 70px;
    color: #787878;
    white-space: nowrap;
    zoom: 1;
    display: inline;
}
.code {
    position: relative;
}
.wx {
    display: inline-block;
    width: 24px;
    height: 24px;
}
.wxcode {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 3px 5px;
    white-space: nowrap;
    top: 120%;
    right: -150%;
    transition: ease .3s;
}
.wx {
    display: inline-block;
    width: 24px;
    height: 24px;
}
.top .top_wrap .link_tel_box .link_tel {
    display: inline-block;
    color: #a7292d;
    font-size: 18px;
    line-height: 42px;
    vertical-align: bottom;
    margin-left: 10px;
    font-family: 'DIN-Regular';
}

.search{
    float: right;
    max-height: 42px;
    height: 42px;
    position: relative;
    width: 200px;
}
.search input{
    padding-left: 15px;
    padding-right:20px;
    width: 165px;
    height: 32px;
    border: none;
    outline: none;
    border-radius: 5px;
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0; 
	margin: auto;
	background-color: #fff;
}
.search button{
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 18px;
    background: url(../images/fdj.png) no-repeat ;
    border: none;
    outline: none;
}
/* 导航栏样式 */
.nav-t{width: 100%;left: 0;z-index: 9999;background: #fff;box-shadow:0 1px 30px 0 rgba(197, 197, 197, 0.2);}
.nav-top{width: 1440px;margin: 0 auto;height: 85px;}
.logo{float: left;width: 20%;margin-top:10px;}
.logo img{width: 100%;}
.nav-top-a{float: right;width: 60%;height: 85px;line-height: 85px;}
.nav-top-a>ul>li{float: left;width: 13%;text-align: center;position: relative;}
.nav-top-a>ul>li>a{color: #444;font-size: 16px;position: relative;}





.nav-top-a>ul>li:hover{
	border-top: 2px solid #a7292d;
	background-color: #f7f7f7;
	line-height: 83px;
	height: 83px;
}

.nav-top-a>ul>li:hover >a{
	color: #a7292d;
}




.nav-top-b{
	width: 100px;
	text-align: center;
	line-height: 85px;
	float: right;
}
.nav-top-b a{
    font-size: 14px;
    color: #030000;
}
.nav-top-b:hover{
    font-weight: bold;
}
.nav-top-b img{
    margin-left: 5px;


    width: 40px;
    vertical-align: middle;
}
.nav-top-b>ul>li{height: 85px;}

.banner .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;

}

.banner .swiper-slide {
	text-align: center;
	background: #fff;
	height: calc(100vh - 127px);
	/* margin-top: 85px; */
	/* 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;
}


/* 热销产品 */

.index-bt {
	text-align: center;
	margin:   50px 0;
}

.index-bt p::before {
	content: '';
	height: 1px;
	display: inline-block;
	/* background: #c9c9c9; */
	background-image: linear-gradient(to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 10%,
		rgba(201, 201, 201, 0.3) 20%,
		rgba(201, 201, 201, 0.4) 30%,
		rgba(201, 201, 201, 0.5) 40%,
		rgba(201, 201, 201, 0.8) 50%,
		rgba(201, 201, 201, 0.5) 60%,
		rgba(201, 201, 201, 0.4) 70%,
		rgba(201, 201, 201, 0.3) 80%,
		rgba(0, 0, 0, 0) 90%,
		rgba(0, 0, 0, 0) 100%);
	width: 130px;
	vertical-align: middle;
}

.index-bt p::after {
	content: '';
	height: 1px;
	display: inline-block;
	background-image: linear-gradient(to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 10%,
		rgba(201, 201, 201, 0.3) 20%,
		rgba(201, 201, 201, 0.4) 30%,
		rgba(201, 201, 201, 0.5) 40%,
		rgba(201, 201, 201, 0.8) 50%,
		rgba(201, 201, 201, 0.5) 60%,
		rgba(201, 201, 201, 0.4) 70%,
		rgba(201, 201, 201, 0.3) 80%,
		rgba(0, 0, 0, 0) 90%,
		rgba(0, 0, 0, 0) 100%);
	width: 130px;
	vertical-align: middle;
}

.index-bt span {
	font-size: 12px;
	color: #555;
	text-transform: uppercase;
}


.index-bt p {
	font-size: 28px;
	height: 32px;
	line-height: 32px;
	color: #555;
}
.slide-img{
	position: relative;

}
.slide-img:hover .bg-slide{
	height: 100%;
	opacity: 1;
	transition: all 0.3s linear;
}
.slide-img a{
	display: block;
}
.slide-img a img{
	vertical-align: middle;
	width: 100%;
}
.bg-slide{
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,0.5);
	text-align: center;
	opacity: 0;
}
.bg-slide span{
	position: absolute;
	top:50%;
	transform: translate(-50%);
	color: #fff;
	width: 70%;
	overflow: hidden;
    text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	height: 24px;
	line-height: 24px;
    white-space: nowrap;
}


/* 二级菜单 */

.megamenu{
	transform: translateY(5px);
    transition: all 0.2s;
    visibility: hidden;
    opacity: 0;
	position: absolute;
	z-index: 9999;
	top: 83px;
	left: -600px;
	width: 1200px;
	height: 405px;
	background-color: #a7292d;
	display: flex;
	padding-top: 5px;

}
.ul{
	transform: translateY(0);
    transition: all 0.5s;
    visibility: visible;
    opacity: 1;
}
.side{
	width:40%;
	display: flex;
}
.side-ul li{
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	padding: 10px;
	/* width: 140px; */
	box-sizing: initial;
}
.side-ul li a{
	color: #fff;
	width: 200px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}
.side-list{
	width: 70%;
	background-color: #fff;
	overflow: hidden;
}
.side-list ul {
	margin-left: 15px;
	overflow-y: auto;
	overflow-x: hidden;
	height:100%;
	scrollbar-face-color: #000;


}
.side-list ul::-webkit-scrollbar-track {
	background-color: #fff;
}
.side-list ul::-webkit-scrollbar-thumb  {
	background-color: #a7292d;
}
.side-list ul::-webkit-scrollbar
{
   width: 5px;
   /* background-color: rgba(0, 0, 0, 0.8); */
}

	 
.side-list ul li{
	line-height: 20px;
	height: 20px;
	padding:10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	text-align: left;
	box-sizing: initial;
}
.side-list ul li a{
	font-size: 14px;
	color: #6d6d6d;
	width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
}
.side-list ul li:hover a{
	color: #a7292d;
}
.side-list ul li:hover i{
	border-color:#a7292d ;
	background-color:#a7292d ;
}
.main{
	width: 65%;
	text-align:initial;
	height: auto;
	background-color: #fff;
	display: flex;
	/* padding-left: 3%; */
}
.main-list{
	background-color:#f3dede ;
	width: 70%;
	overflow: hidden;
}
.main>ul{
	background-color:#f3dede ;
	width: 30%;
}

.main>ul li{
	line-height: 30px;
	height: 30px;
	padding:10px;
	margin-left: 10px;
	box-sizing: initial;
}
.rm{
	box-sizing: initial;
	text-align: center;
	line-height: 30px;
	height: 30px;
	padding: 10px;
}
.rm span{
	font-weight: bold;
	color: #a7292d;
}
.main>ul li a{
	color: #6d6d6d;
	font-size: 14px;
	
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: inline-block;
}
.main>ul li:hover a{
	color: #a7292d;
}
.main>ul li:hover i{
	border-color:#a7292d ;
	background-color: #a7292d;
}
.main-list ul li{
	margin-top: 60px;
	overflow: hidden;
}
.main-list ul li a{
	display: inline-block;
	overflow: hidden;
	height: auto;
}
.main-list ul li:hover img{
	transform: scale(1.125);
	transition: all 0.3s linear;
}
.side-active {
	background-color: #fff ;
	font-weight: bold;
}
.side-active a{
	color: #a7292d !important;
	font-weight: bold;
}
.main-active {
	font-weight: bold;
}
.main-active a{
	color: #a7292d !important;

	font-weight: bold;
}
.main-active a i{
	border-color: #a7292d;
}


/* 热销产品 */
.hot-sale{
	width: 100%;
	margin-bottom: 50px;
}
.hot-sale .swiper-container{
	width:1440px;
	margin: 0 auto;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
	/* content: ''; */
	color:#fff;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 10px;
}
.hot-sale .swiper-button-prev,.hot-sale .swiper-button-next{
	color:#fff;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	padding: 10px;
}


/* 公司简介 */
.gsjj {
	background: url(../images/1519358791.jpg);
	background-position: center top;
	padding: 40px 0;
	margin: 20px 0;
}

.gsjj-a {
	box-sizing: border-box;
	width: 1360px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}

.gsjj-b {
	float: left;
	width: 50%;
}

.gsjj-b .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.gsjj-b .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* 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;
}

.gsjj-b .swiper-slide img {
	width: 100%;
}

.gsjj-2 {
	float: right;
	width: 45%;
	margin-top: 25px;
}

.gsjj-2 h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
	font-weight: 400;
	color: #333;
}

.gsjj-2 span {
	display: block;
	color: #bfbfbfa1;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.gsjj-2 p {
	margin-bottom: 10px;
	font-size: 14px;
	text-indent: 2em;
	color: #717171;
	letter-spacing: 1px;
	line-height: 1.7;
}

.gsjj-3 {
	margin-top: 25px;
}

.gsjj-3 a {
	border-radius: 25px;
	display: block;
	background: linear-gradient(-90deg, rgb(204, 18, 24), rgb(232, 93, 99));
	padding: 10px 10px;
	width: 17%;
	color: #fff;
	text-align: center;
	bottom: 0;
	font-size: 13px;
}

.gsjj-b .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: url(../images/z.png);
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	opacity: 0;
	transition: all 0.8s;
}

.gsjj-b .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: url(../images/y.png);
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	opacity: 0;
	transition: all 0.8s;
}

.gsjj-b:hover .a1 {
	opacity: 1;
	transition: all 0.8s;
}

.gsjj-b:hover .a2 {
	opacity: 1;
	transition: all 0.8s;
}

.gsjj-b .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	display: none;
}

.gsjj-b .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	display: none;
}

.gsjj-b .swiper-pagination-bullet-active {
	background: #b91219;
	transition: all 0.5s;
}

/* 新闻资讯 */


.xw-2 .li a {
	display: block;
}

.xw-2 .li:hover {

	transition: all 0.5s;
}

.xw-2 .li a i {
	display: block;
	position: relative;
}

.xw-2 .li a i>div {
	overflow: hidden;
}

.xw-2 .li a i>div img {
	transition: all 0.8s;
	display: block;
	width: 100%;
}

.xw-2 .li a:hover .ii {
	top: 50%;
	margin-top: -20px;
	opacity: 1;
}

.xw-2 .li a:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}

.xw-2 .li a h5 {
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 30px;
	color: #333;
	font-size: 18px;
	line-height: 30px;
	margin: 30px 0 15px 0;
	font-weight: 400;
}

.xw-2p {
	letter-spacing: 1px;
	height: 48px;
	font-size: 13px;
	line-height: 26px;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.xw-3 {
	position: relative;
	padding-top: 20px;
	overflow: hidden;
	margin-top: 20px;
	border-top: 1px #e0e0e0 solid;
}

.xw-3 p {
	float: left;
	font-size: 20px;
	color: #888;
	font-weight: bold;
	font-family: simsun;
}

.xw-3 span {
	float: right;
	opacity: 0;
	transition: all 0.8s;
	color: #b91219;
	font-size: 18px;
	font-weight: bold;
}

.xw-2 .li a:hover .xw-3 span {
	opacity: 1;
}

.xw-2 .li a:hover h5 {
	color: #b91219;
}

.xw-2 .li a:hover .xw-3 p {
	color: #b91219;
}

.xw-2pspan {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #b91219
}

.xw-2 .li a:hover .xw-2pspan {
	width: 100%;
	transition: all 0.8s;
}

.xw-1 {
	width: 1360px;
	margin: 0 auto;
}

.ii {
	position: absolute;
	width: 40px !important;
	height: 40px;
	top: 0;
	left: 50%;
	margin-left: -20px;
	opacity: 0;
}

.xw-2 .swiper-wrapper {
	padding-bottom: 40px;
}

.xw-2 .swiper-pagination-bullet-active {
	background: #b91219;
}
.gty{display: none;}

   
























/* 底部 */

.w1210 {
	width: 1440px;
	margin: 0 auto;
}

.register {
	padding: 50px 0 45px;

}

.register .title {
	padding-bottom: 5px;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

.register .desc {
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.register .btn {
	display: block;
	width: 128px;
	height: 36px;
	padding: 0;
	margin: 0 auto;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	transition: all .2s;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
}

.register .btn:hover {
	background: rgba(255, 255, 255, .1);
}


/*灏鹃儴*/

.site-footer {
	/* margin-top: 50px; */
	font-size: 14px;
	line-height: 1.8;
	background: #373d41;
}

.site-footer a:hover {
	color: #fff !important;
}

.site-footer .footer-article {
	padding: 30px 0 40px;
	overflow: hidden;
	border-bottom: 1px solid #4b5054;
}

.site-footer .col-article {
	float: left;
	width: 266px;
	margin-right: 50px;
}

.site-footer .col-article dt {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	color: #d7d8d9;
}

.site-footer .col-article dd {
	width: 232px;
	margin: 0;
	overflow: hidden;
	border-right: 1px solid #4b5054;
}

.site-footer .col-article dd a {
	float: left;
	width: 80%;
	margin: 0 2px 6px 0;
	font-size: 12px;
	color: #9b9ea0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.site-footer .col-article.col-article-spe {
	width: 282px;
}

.site-footer .col-article.col-article-spe dd {
	width: auto;
	border: 0;
}
.site-footer .col-article.col-article-spe dd p i{
	color: #2da6f6;
	margin-right: 10px;
}
.site-footer .col-article.col-article-spe dd p:nth-child(2) i{
	    color: #ce4c52;
		margin-right: 10px;
}
.site-footer .col-article.col-article-spe dd p {
	height: 36px;
	padding-top: 6px;
	font: 20px/36px Arial;
	color: #9b9ea0;
}

.site-footer .col-article.col-article-spe dd i {
	float: left;
	font-size: 32px;
}

.site-footer .col-article.col-article-spe dd i.orange {
	color: #ff7300;
}

.site-footer .col-article.col-article-spe dd i.blue {
	color: #2da6f6;
}

.site-footer .col-code {
	float: left;
	width: 120px;
	text-align: center;
	color: #9b9ea0;
}

.site-footer .col-code img {
	width: 120px;
	height: 120px;
	margin-bottom: 5px;
}

.footer-links {
	position: relative;
	z-index: 1;
	width: 1140px;
	padding: 10px 0 10px 60px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 24px;
	border-bottom: 1px solid #4b5054;
}

.footer-links span {
	position: absolute;
	color: #b5b7b9;
	left: 0;
}

.footer-links a {
	padding: 0 5px;
	margin: 0 10px;
	color: #b5b7b9;
}

.footer-info .info-text {
	margin-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
}

.footer-info .info-text .nav-bottom {
	padding: 20px 0 5px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
}

.footer-info .info-text .nav-bottom a {
	padding: 0 8px;
	color: #9b9ea0;
}
.nact{color: #92161b !important;

    }
.footer-info .info-text .copyright {
	padding-top: 5px;
	color: #73777a;
}
.copyright a{
	color: #73777a;
}
.site-footer{background: #211c1c;padding: 20px 0 10px 0; background-size: 100% 100%;}
.footer-info .info-text em {
	padding: 0 8px;
}
/* 内页banner */
.nybann{width: 100%;padding-top: 0;}
.nybann img{width: 100%;}
.nybann img:nth-child(2){display: none;}

.location {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
}
.cont {
    width: 1440px;
    margin: 0 auto;
}
.cont a {
    color: #777777;
}
.i-5 {
    display: block;
    width: 20px;
    line-height: 49px;
    float: left;
	margin-right: 5px;
}
.t2,.t1{width: 100%; height: 100%;object-fit: cover;}
.t2{display: none;}
@media screen and  (max-width:1440px) {
	.module .module_container,.top .top_wrap,.cont,.nav-top,.container{width: 1200px !important;}

.hot-sale .swiper-container,.uk-slidenav-position{
	width: 100%;
}
.site-footer .col-article {
    width: 232px;
    margin-right: 25px;
}
	.anl-a,.bit,.gsjj-a,.yous-a,.xw-1,.scroll,.w1210,.scrollleft{width: 1200px;}
	.logo{
		width: 25%;
	}
}
@media screen and  (max-width:1200px) {
	.module .module_container,.footer-links,.w1210,.top .top_wrap,.cont,.nav-top,.container{width: 1000px !important;;overflow: hidden;}
	.footer-links{
		padding: 10px 0;
	}
	.content{width: 1000px !important;;overflow: hidden; margin: 0 auto;}
	.footer-links span{position: initial;}
	
}
@media screen and  (max-width:1024px) {
	
	.gty{display: block;}
	.noi{display: block;}
	.site-footer,.a1,.a2,.bitb{display: none;}
	.banner .swiper-slide{height: 100%;margin-top:60px;}
	/* .banner .swiper-pagination-bullet-active{width: 20px;} */
	.mlist.project,.gsjj-a,.yous-a,.xw-1,.scroll,.w1210{width: 100%;}
	.gsjj{padding: 20px 0;}
	.gsjj-b,.gsjj-2 {width: 100%;}
	.content{
		width: 100% !important;
	}
	.gsjj-2 h3{font-size: 18px;}
	.gsjj-2 span{font-size: 15px;}


	.hot-sale .swiper-button-prev, .hot-sale .swiper-button-next, 	
	.banner .swiper-button-next, .banner .swiper-button-prev,.swiper-button-next:after,.swiper-button-prev:after,.t1,.nav-t,.site-footer{display: none;}
	.t2{display:block;}
	.index-bt p::before, .index-bt p::after {
	    width: 80px;
	}
	.m-none {
	    display: none !important;
}
	.index-bt p {
	    font-size: 20px;
	}
	.index-bt{margin:  20px 0;}

	.banner .swiper-slide {
		height: 100%;
		margin-top: 65px;
	}
	.banner .swiper-slide img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: 1s linear 2s;
		transform: none;
	}
	.hot-sale .swiper-container{
		width: 100%;
	}
	.designs .filter,.swiper-slide{
		text-align: center;
	}
	.designs .filter{
		margin-bottom: 30px!important;
	}
	.uk-slidenav-position{
		width: 100% !important;
		max-width: 100%;
	}
	.module .module_container{
		width: 90% !important;
		max-width: 90%;
	}
	.module .container_header {
		text-align: center;
		float: none;
		padding: 20px 0 20px 0;
		margin-bottom: 30px;
	}
	.module .container_category{
		float: none;
		padding: 30px 0 30px 0;
		overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
	}
	.container_content{
		width: 100%;
	}
	.mlist.project .content_wrapper{
		margin-right: 0;
	}
	.content_list{
		display: flex;
		flex-wrap: warp;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-around;
	}
	.mlist.project .content_list li{
		width: 90%;
		margin-right: 0;
	}
	.sec-background{
		overflow: hidden;
		padding-bottom: 10px;
	}
	.module.mcustomize .header{
		padding-top: 40px;
	}
	.designs .slideset-arrow{
		margin-top: 10px;
	}.uk-flex-center li{
		margin-top: 0;
	}
	.slide-img {
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	.container_category,.pagination-design-sc,.filter-design-sc{
		display: none;
	}

	.mlist.service .content_list li{
		width: 100%;
	}
	.mlist.news .content_list li{
		width:100%;
		margin-right: 0;
     margin-bottom: 0;
	}
	.mlist.news .content_list li .item_img{
		width: 100%;
	}
	.mlist.news .content_list li .item_wrapper{
		margin-left:0;
	}
	.mlist.news .content_list li .item_info .title{
		padding-top: 15px;
	}
}



.module .container_category::-webkit-scrollbar{
	display:none
}
.module .container_category::scrollbar{
	display:none
}
.ban-active{
	border-top: 2px solid #a7292d;
	background-color: #f7f7f7;
	line-height: 83px;
    height: 83px;

}
.ban-active>a{
	color: #a7292d;
}





#MagnifierWrap2{position: relative;width: 600px;/* margin:100px auto; */}

.MagnifierMain{position: relative;width: 100%;border: 1px #e0e0e0 solid;height: 410px;overflow: hidden;}
.MagnifierMain img{width: 100%;vertical-align: middle;} 
.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}

.MagnifierPop{position: absolute;top:0;overflow: hidden;background:#fff url(http://fan.yoka.com/fan5.0/img/loading.gif) no-repeat center center; z-index: 88;}
.MagnifierImg{position: absolute;top:0; left: 0;}

.spec-items{position: relative;width: 500px;height: 60px;overflow: hidden;padding-top: 20px;margin: 0 auto;}
.spec-items ul{width: 500%;position: absolute;top: 10px;left: 0;}
.spec-items ul *{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.spec-items li{
	width: 65px;height: 52px;float: left;overflow: hidden;margin-right: 5px;border: 2px solid #fff;cursor: pointer;margin-top:10px;
	
}
.spec-items li.on{border:2px solid #9e1e12;}
.spec-items li img{width: 100%; } 
span.spe_leftBtn,span.spe_rightBtn{position: absolute;bottom: 0px;display: block;width: 20px;height: 69px;line-height: 69px;font-family: "é»‘ä½“";text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color: #f9f9f9;}
span.on{background-color: #ccc;color: #999;cursor: pointer;} 
span.spe_leftBtn{left: 0;background: #e0e0e0;color: #fff;}
span.spe_rightBtn{right: 0;background: #e0e0e0;color: #fff;}

.gallery-top {
height: 80% !important;
width: 100%;
display: none;
}
.gallery-thumbs {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
display: none;
}
.gallery-thumbs .swiper-slide {
border: 1px #e0e0e0 solid;
height: 100%;
opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
opacity: 1;
}
.gallery-thumbs img {
width: 100%;
}
.gallery-top img {
width: 100%;
}
.clearfix:after{ visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
/* .img img{
	width: 500px;
	height: 300px;
} */
/* .item_img img{
	width: 500px!important;
	height: 300px !important;
} */
@media screen and  (max-width:1024px) {
.gallery-thumbs,.gallery-top{
display: block;

}
.item_img img{
	width: 100%!important;
	height: 100% !important;
}
/* .img img{
	width: 500px;
	height: 150px;
} */
#MagnifierWrap2{
display: none;
}
}
/* .item_img img{
	width: 500px!important;
	height: 300px !important;
} */
.uk-slidenav-position .uk-slideset>li{
	margin-right: 1% !important;
}
.uk-slidenav-position .uk-slideset>li:last-child{
	margin-right:0 ;
}