﻿@charset "utf-8";
/* CSS Document */
body,td,th,input,textarea,select{
	font-size:13px;
	font-family:'微软雅黑', Arial, Tahoma;
	color:#333;
}
body,dl,dt,dd,p{margin:0;}
img{border:0px none; vertical-align:middle;}
table{border-collapse:collapse;}
ul{display:block; margin:0; padding:0;}
li{list-style:none;}
a{color:#333; text-decoration:none; outline:none;transition:all ease 0.3s;}
a:hover{ color:#1d2087;}
.clear{ clear:both; height:0px !important; overflow:hidden;}
.wrap{width:1200px;margin:0 auto;}
.fl{
	float:left;
	}
.fr{
	float:right;
	}
/*************引导页************/
.maincon{
	width:450px;
	position:absolute;
	left:61%;
	top:100%;
	z-index:999;
	-webkit-animation: mcon 2s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: mcon 2s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
	opacity:.2;
	}
@-webkit-keyframes mcon {
    0% { opacity:.2;top:100%; }
    100% { opacity:1;top:32%; }
	}
@keyframes mcon {
    0% { opacity:.2;top:100%; }
    100% { opacity:1;top:32%; }
	}
.maincon .t2{
	margin-top:30px;
	font-size:14px;
	line-height:2em;
	}
.maincon .btn{
	margin-top:25px;
	}
.maincon .btn li{
	float:left;
	}
.maincon .btn a{
	float:left;
	display:block;
	height:40px;
	width:120px;
	font-size:14px;
	text-align:center;
	line-height:40px;
	color:#fff;
	background:rgba(0,0,0,0.8);
	margin-right:15px;
	position:relative;
	}
.btn li a::before, .btn li a::after { opacity: 0; position: absolute; width:110px; height:30px; top:5px; left:5px; }
.btn li a::before { border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0, 1); -webkit-transform: scale(0,1); }
.btn li a::after { border-left: 1px solid #fff; border-right: 1px solid #fff; transform: scale(1, 0); -webkit-transform: scale(1,0); }
.btn li a::before,.btn li a::after { transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; content: ''; box-sizing: border-box; }
.btn li:hover a::before,.btn li:hover a::after { opacity: 1; transform: scale(1); -webkit-transform: scale(1); }
.maincon .btn a:hover{
	background-color:#D71D13;
	}
.mainbanner{
	height:100%;
	overflow:hidden;
	}
.mainbanner .ban1{
	background-image:url(../images/manban1.jpg);
	}
.mainbanner .ban2{
	background-image:url(../images/manban2.jpg);
	}
.mainbanner .ban3{
	background-image:url(../images/manban3.jpg);
	}
.mainbanner .ban4{
	background-image:url(../images/manban4.jpg);
	}
@media (max-width: 768px) {
	
.maincon{
	width:80%;
	left:5%;
	padding:5%;
	text-align:center;
	background-color:rgba(255,255,255,.8);
	-webkit-animation: mcon2 2s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: mcon2 2s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
	}
.maincon .t2{
	display:none;
	}
.maincon .btn li{
	float:left;
	width:50%;
	}
.maincon .btn li:nth-child(2) a{
	float:right;
	}
.mainbanner .ban1{
	background-image:url(../images/manban1m.jpg);
	}
.mainbanner .ban2{
	background-image:url(../images/manban2m.jpg);
	}
.mainbanner .ban3{
	background-image:url(../images/manban3m.jpg);
	}	
	
	
}
@-webkit-keyframes mcon2 {
    0% { opacity:.2;top:100%; }
    100% { opacity:1;top:40%; }
	}
@keyframes mcon2 {
    0% { opacity:.2;top:100%; }
    100% { opacity:1;top:40%; }
	}
/*************引导页END************/
#head{
	height:135px;
	border-top:0px solid #D71D13;
	position:relative;
	}
#logo{
	float:left;
	width:244px;
	height:67px;
	margin-top:15px;
	background:url(../images/logo.png) no-repeat 0 0;
	}
#menu{
	float:left;
	height:100px;
	margin-left:90px;
	}
#menu li{
	float:left;
	width:105px;
	height:55px;
	padding-top:45px;
	text-align:center;
	position:relative;
	}
#menu li a{
	display:block;
	width:105px;
	height:55px;
	font-size:15px;
	}
#menu li span{
	width:0px;
	height:2px;
	background-color:#1d2087;
	position: absolute;
	bottom:0px;
	left:50%;
	transition:all ease-out .2s;
	}
#menu li.cur span{
	width:105px;
	left:0;
	}
.topbar{
	float:right;
	margin-top:43px;
	}
.topbar a{
	float:left;
	}
.lan-en,.alibaba,.wechat{
	display:block;
	width:26px;
	height:26px;
	text-align:center;
	line-height:26px;
	border-radius:100%;
	background-color:#ccc;
	color:#fff;
	margin:0 5px;
	}
.lan-en:hover{
	background-color:#D71D13;
	color:#fff;
	}
.alibaba{
	background-image:url(../images/img1.png);
	background-position:-35px -1px;
	background-repeat:no-repeat;
	}
.wechat{
	background-image:url(../images/img1.png);
	background-position:-70px -1px;
	background-repeat:no-repeat;
	}
.wechatwrap{
	float:left;
	position:relative;
	}
.webox{
	display:none;
	width:130px;
	height:130px;
	background-color:rgba(0,0,0,0.5);
	border-radius:4px;
	padding:10px;
	position:absolute;
	left:-60px;
	top:70px;
	z-index:999;
	opacity:0;
	overflow:hidden;
	}
.webox img{
	width:130px;
	height:130px;
	}
.alibaba:hover{
	background-color:#FF6501;
	}
.wechat:hover{
	background-color:#98C01B;
	}
#menucon{
	width:100%;
	height:0;
	background-color: rgba(255,255,255,.8);
	position:absolute;
	left:0px;
	top:135px;
	z-index:999;
	overflow:hidden;
	}
#menucon .wrap{
	box-sizing:border-box;
	padding-left:336px;
	}
#menucon .subnav{
	float:left;
	width:105px;
	padding-top:20px;
	}
#menucon .subnav a{
	display:block;
	width:105px;
	height:30px;
	text-align:center;
	color:#888;
	line-height:30px;
	}
#menucon .subnav a:hover{
	color:#D71D13;
	}
html,body{
	height:100%;
	}
.banner{
	height:700px;
	background-color:#fff;
	overflow:hidden;
	position:relative;
	}
.banner .swiper-slide,.mainbanner .swiper-slide{
	height:100%;
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	}
.banner .ban1{
	background-image:url(../images/banner1.jpg);
	}
.banner .ban2{
	background-image:url(../images/banner2.jpg);
	}	
.banner .ban3{
	background-image:url(../images/banner3.jpg);
	}
.banner .ban4{
	background-image:url(../images/banner4.jpg);
	}
.banner .swiper-pagination-bullet{
    width: 24px;
    height: 4px;
	background-color:#000;
	opacity:.5;
bottom:80px;
    display: inline-block;
}
.mainbanner .swiper-pagination-bullet{
    width: 24px;
    height: 4px;
	background-color:#000;
	opacity:.5;
    display: inline-block;
}
.banner .swiper-pagination-bullet-active,.mainbanner .swiper-pagination-bullet-active{
	background-color:#D71D13;
    opacity: 1;
}
#ind-ad{
	height:480px;
	padding-top:20px;
	position:relative;
	overflow:hidden;
	}
#ind-ad .wrap{
	position:relative;
	z-index:99;
	}
#ind-ad .adlist{
	width:1200px;
	height:470px;
	overflow:hidden;
	margin-top:20px;
	}
#ind-ad .adlist .addiv{width:370px;height:450;float:left;}
#ind-ad .adlist .addiv a{
	display:block;
	border:1px solid #cccccc;
	border-radius:5px;
	width:370px;
	height:450px;
	padding:0;
	margin:auto;
	text-align:center;
	background-color:#fff;
	position:relative;
	}
#ind-ad .adlist .addiv .img{
	width:370px;
	height:400px;
	overflow:hidden;
	}
#ind-ad .adlist .addiv .img img{
	width:370px;
	height:400px;
	}
#ind-ad .adlist .addiv p{
	font-size:14px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	margin-top:15px;
	}
#ind-ad .addiv a::before,#ind-ad .addiv a::after { opacity: 0; position: absolute; width: 100%; height: 100%; top: 0; left:0; }
#ind-ad .addiv a::before,#ind-ad .addiv a::after { transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; content: ''; box-sizing: border-box; }
#ind-ad .addiv:hover a::before,#ind-ad .addiv:hover a::after { opacity: 1; transform: scale(1); -webkit-transform: scale(1); }
#ind-ad .addiv a:hover{
	transform:translateY(-5px);
	box-shadow:0px 5px 7px rgba(0,0,0,.2);
	}
#ind-product{
	height:78%;
	padding-top:6%;
	position:relative;
	overflow:hidden;
	}
#ind-product .wrap{
	position:relative;
	z-index:99;
	}
#ind-product #probg{
    position: absolute;
    left: 0px;
    top: 0px;
	z-index:0;
    width: 100%;
    height: 100%;
    background: url(../images/probg.jpg) no-repeat scroll center center #eee;
	}
#ind-product .bgac{
    background-size: cover;
	-webkit-animation: pro_bg 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: pro_bg 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
	}
@-webkit-keyframes pro_bg {
    0% { -webkit-transform: perspective(600px) rotateX(60deg); -webkit-transform-origin: center top 0; }
    100% { -webkit-transform: perspective(600px) rotateX(0deg); -webkit-transform-origin: center top 0; }
	}
@keyframes pro_bg {
    0% { -webkit-transform: perspective(600px) rotateX(60deg); transform: perspective(600px) rotateX(60deg); -webkit-transform-origin: center top 0; transform-origin: center top 0; }
    100% { -webkit-transform: perspective(600px) rotateX(0deg); transform: perspective(600px) rotateX(0deg); -webkit-transform-origin: center top 0; transform-origin: center top 0; }
	}
#ind-product .hd h1{
	color:#D71D13;
	font-size:34px;
	font-weight:bold;
	text-align:center;
	}
#ind-product .hd h1 a{
	color:#D71D13;
	}
#ind-product .hd h3{
	text-align:center;
	font-size:13px;
	color:#aaa;
	font-weight:normal;
	}
#ind-product .prolist{
	width:1180px;
	height:340px;
	overflow:hidden;
	margin-top:40px;
	padding-top:10px;
	}
#ind-product .prolist .swiper-slide a{
	display:block;
	width:240px;
	height:280px;
	padding:14px;
	margin:auto;
	text-align:center;
	background-color:#fff;
	position:relative;
	}
#ind-product .prolist .swiper-slide .img{
	width:240px;
	height:240px;
	overflow:hidden;
	}
#ind-product .prolist .swiper-slide .img img{
	width:240px;
	height:240px;
	}
#ind-product .prolist .swiper-slide p{
	font-size:14px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	margin-top:15px;
	}
#ind-product .swiper-slide a::before,#ind-product .swiper-slide a::after { opacity: 0; position: absolute; width: 100%; height: 100%; top: 0; left:0; }
#ind-product .swiper-slide a::before { border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; transform: scale(0, 1); -webkit-transform: scale(0,1); }
#ind-product .swiper-slide a::after { border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; transform: scale(1, 0); -webkit-transform: scale(1,0); }
#ind-product .swiper-slide a::before,#ind-product .swiper-slide a::after { transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; content: ''; box-sizing: border-box; }
#ind-product .swiper-slide:hover a::before,#ind-product .swiper-slide:hover a::after { opacity: 1; transform: scale(1); -webkit-transform: scale(1); }
#ind-product .swiper-slide a:hover{
	transform:translateY(-5px);
	box-shadow:0px 5px 7px rgba(0,0,0,.2);
	}
#ind-product .morebox{
	display:block;
	width:142px;
	height:34px;
	margin:20px auto;
	overflow:hidden;
	}
#ind-product .morebox a{
	float:left;
	display:inline-block;
	width:30px;
	height:34px;
	text-align:center;
	line-height:34px;
	font-size:14px;
	cursor:pointer;
	overflow:hidden;
	}
.morebox .pro-prev,.morebox .pro-next{
	font-family:"宋体";
	}
#ind-product .more{
	width:80px !important;
	}
#ind-product .prolist .swiper-slide .bg{
	width:100%;
	height:308px;
	background-color:#000;
	position:absolute;
	left:0px;
	top:280px;
	z-index:9;
	opacity:0;
	}
#ind-product .prolist .swiper-slide .bg2{
	text-align:center;
	color:#fff;
	position:absolute;
	left:50%;
	top:300px;
	margin-left:-25px;
	z-index:10;
	}
#ind-product .prolist .swiper-slide .bg2 i{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	border:1px solid #fff;
	background:url(../images/search-ind.png) no-repeat center center;
	background-size:25px auto;
	margin-bottom:10px;
	}
	
#ind-about{
	width:100%;
	height:600px;
	position:relative;
	}	
#ind-about .wrap{
	height:600px;
	position:relative;
	}
#ind-about .img{
	width:660px;
	height:410px;
	border:3px solid #fff;
	position:absolute;
	left:0px;
	top:77px;
	}
#ind-about .img2{
	width:1130px;
	height:476px;
	position:absolute;
	right:0px;
	top:50px;
	z-index:0;
	background:url(../images/indabo3.png) no-repeat 0 0;
	}
#ind-about .con{
	width:430px;
	height:410px;
	position:absolute;
	right:40px;
	top:90px;
	z-index:2;
	color:#fff;
	}
#ind-about .con h1{
	margin-bottom:30px;
	}
#ind-about .con span{
	display:block;
	width:140px;
	height:2px;
	background-color:#fff;
	margin-bottom:30px;
	}
#ind-about .con p{
	line-height:2em;
	font-size:14px;
	}
#ind-about .con .btn{
	margin-top:35px;
	}
#ind-about .con .btn a{
	display:inline-block;
	width:120px;
	height:45px;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:45px;
	background-color:rgba(255,255,255,.2);
	border:1px solid #fff;
	margin-right:25px;
	}
#ind-about .con .btn a:last-child{
	margin-right:0px;
	}
#ind-about .con .btn a:hover{
	background-color:rgba(255,255,255,.6);
	transform:translateY(-5px);
	box-shadow:0px 3px 5px rgba(0,0,0,.5);
	}
#ind-about .bg1{
	width:100%;
	height:600px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
	background:url(../images/indabo2.png) repeat 0 0;
	}
#ind-about .bg2{
	width:100%;
	height:600px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-2;
	background: url(../images/indabo1.jpg) no-repeat center center fixed;
	background-size: cover;
	}
	
#ind-power{
	height:670px;
	padding-top:50px;
	position:relative;
	overflow:hidden;
	}
#ind-power .hd h1{
	color:#D71D13;
	font-size:34px;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	}
#ind-power .hd h3{
	text-align:center;
	font-size:13px;
	color:#aaa;
	font-weight:normal;
	}
#ind-power .bd{
	width:1220px;
	margin-top:50px;
	}
#ind-power .bd ul li{
	float:left;
	width:290px;
	height:195px;
	margin-right:13px;
	margin-bottom:11px;
	overflow:hidden;
	}
#ind-power .bd ul li.pol1{
	height:400px;
	}



#ind-service{
	width:100%;
	height:280px;
	background:url(../images/indser1.jpg) no-repeat center center;
	background-size: cover;
	color:#fff;
	overflow:hidden;
	}	
#ind-service h1{
	text-align:center;
	font-size:30px;
	letter-spacing:2px;
	margin-top:80px;
	}
#ind-service h1 img{
	margin:0 15px;
	}
#ind-service .btnbox{
	text-align:center;
	}
#ind-service .btnbox a{
	color:#fff;
	font-size:16px;
	margin:0 15px;
	}
#ind-service .line{
	width:50px;
	height:3px;
	background-color:#fff;
	margin:20px auto;
	}
	
#foot{
	height:170px;
	padding:40px 0;
	background-color:#efefef;
	}
#foot .fl{
	width:245px;
	height:145px;
	border-right:1px solid #ddd;
	padding-left:20px;
	position:relative;
	}
#foot .fl .fl1{
	margin-top:30px;
	}
#foot .fl .fl1 img{
	width:200px;
	height:auto;
	}
#foot .fl .fl2{
	width:190px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#999;
	text-align:center;
	margin-top:20px;
	background-color:rgba(255,255,255,0.6);
	}
#foot .fr{
	width:890px;
	}
#foot .fr dl{
	float:left;
	width:105px;
	}
#foot .fr dl dt{
	font-size:16px;
	color:#333;
	margin-bottom:20px;
	}
#foot .fr dl dd{
	margin-top:10px;
	padding-left:2px;
	color:#888;
	}
#foot .fr dl dd a{
	color:#888;
	}
#foot .fr dl dd a:hover{
	color:#D71D13;
	}
#foot .fr dl.ft-contact{
	width:240px;
	}
#foot .ft-contact .share a{
	float:left;
	margin:5px 10px 0 0;
	}
#foot .ft-contact .webox{
	top:-200px;
	}
#copy{
	height:40px;
	line-height:40px;
	border-top:1px solid #ddd;
	text-align:center;
	color:#999;
	}
/************浮动客服**************/
.float{
	width:40px;
    position: fixed;
    right: 0px;
    top:290px;
    z-index: 999;
	}
.float .fla{
	display:block;
	height:40px;
	width:40px;
	text-align:center;
	background-color:#D71D13;
	position:relative;
	transition:all ease .3s;
	cursor:pointer;
	}
.float .fla .img{
	height:40px;
	width:40px;
	position:absolute;
	left:0px;
	top:0px;
	line-height:40px;
	}
.float .fla .img img{
	width:auto;
	height:30px;
	vertical-align:middle;
	}
.float .fla .con{
	width:100px;
	height:40px;
	line-height:40px;
	background-color:#666;
	color:#fff;
	position:absolute;
	left:44px;
	top:0px;
	}
.float .fla:hover{
	background-color:#666;
	}
.float  #qq dl,.float  #tel dl{
	width:120px;
	border:1px solid #ddd;
	background-color:#fff;
	position:absolute;
	left:-138px;
	top:0;
	padding-bottom:10px;
	display:none;
	padding:6px;
	}
.float  #qq dl dt,.float  #tel dl dt{
	background-color:#333;
	color:#fff;
	padding:6px;
	margin-bottom:15px;
	}
.float  #qq dl dd,.float  #tel dl dd{
	margin-bottom:10px;
	}
.float  #wechat div{
	width:140px;
	height:140px;
	border:1px solid #ddd;
	position:absolute;
	left:-148px;
	top:-44px;
	display:none;
	background-color:#fff;
	}
.float  #wechat div img{
	width:100%;
	height:auto;
	}

.bd ul li  a{
	display:block;
	width:100%;
	height:100%;
	padding:14px;
	margin:auto;
	text-align:center;
	background-color:#fff;
	position:relative;
	}
.bd ul li a::before,#ind-product .bd ul li a::after { opacity: 0; position: absolute; width: 100%; height: 100%; top: 0; left:0; }
.bd ul li a::before { border-top: 1px solid #D71D13; border-bottom: 1px solid #D71D13; transform: scale(0, 1); -webkit-transform: scale(0,1); }
.bd ul li a::after { border-left: 1px solid #D71D13; border-right: 1px solid #D71D13; transform: scale(1, 0); -webkit-transform: scale(1,0); }
.bd ul li a::before,#ind-product .bd ul li a::after { transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; content: ''; box-sizing: border-box; }
.bd ul li:hover a::before,#ind-product .bd ul li:hover a::after { opacity: 1; transform: scale(1); -webkit-transform: scale(1); }
.bd ul li a:hover{
	transform:translateY(-5px);
	box-shadow:0px 5px 7px rgba(0,0,0,.2);
	}
#pgbanner{
	height:357px;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
	}
.pgb1{background-image:url(../images/pgbanner1.jpg);}
.pgb2{background-image:url(../images/pgbanner2.jpg);}
.pgb3{background-image:url(../images/pgbanner3.jpg);}
.pgb4{background-image:url(../images/pgbanner4.jpg);}
.pgb5{background-image:url(../images/pgbanner5.jpg);}
.pgb6{background-image:url(../images/pgbanner6.jpg);}
.pgtbar{
	height:40px;
	border-top:1px solid #eee;
	border-bottom:1px solid #e3e3e3;
	padding:10px 0;
	}
.leftmenu li{height:68px;width:340px;background-color:#efefef}
.leftmenu li.act{height:68px;width:340px;background-color:#0044c1}
.leftmenu li:hover{height:68px;width:340px;background-color:#0044c1}
.leftmenu li a{
	float:left;
	display:block;
	height:68px;
	width:340px;
	overflow:hidden}
.leftmenu li a span.zw{display:block;line-height:30px;font-size:18px;margin-left:40px;margin-top:10px;color:#000000}
.leftmenu li a span.yw{display:block;line-height:20px;font-size:14px;margin-left:40px;color:#000000}
.leftmenu li.act a span.zw{display:block;line-height:30px;font-size:18px;margin-left:40px;margin-top:10px;color:#ffffff}
.leftmenu li.act a span.yw{display:block;line-height:20px;font-size:14px;margin-left:40px;color:#ffffff}
.leftmenu li:hover a span.zw{display:block;line-height:30px;font-size:18px;margin-left:40px;margin-top:10px;color:#ffffff}
.leftmenu li:hover a span.yw{display:block;line-height:20px;font-size:14px;margin-left:40px;color:#ffffff}
.form_select {width:100%;height:30px;border:0;appearance: none;-moz-appearance: none;-webkit-appearance: none;background:url('../images/select_arrow.png') center center no-repeat;text-align:center;text-align-last:center;}

.met_pager{margin:0 0 30px 0; text-align: center;}
.met_pager .PageText,.met_pager a,.met_pager span{display:inline-block; padding:0 3px; margin:1px; font-size:12px;min-width:30px; height:30px; line-height:30px; text-align:center;background:#fafafa; color:#ffffff; color:#666666; color:#333333;transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s; -webkit-transition:.3s;}
.met_pager span{cursor:no-drop;}
.met_pager a:hover,.met_pager a.Ahover,.met_pager span:hover{background:#ffffff; background:#0044c1; color:#ffffff;}
.page-ajax{display:none;}
.pgright .prolist{
	width:820px;
	}
.pgright .prolist li{
	float:left;
	width:25%;
	text-align:center;
	background-color:#fff;
	}
.pgright .prolist li a{
	display:block;
	height:240px;
	padding:15px 0;
	text-align:center;
	border:1px solid #ddd;
	margin-left:-1px;
	margin-top:-1px;
	background-color:#fff;
	overflow:hidden;
	position:relative;
	}
.pgright .prolist li a span{
	display: inline-block;
	width:200px;
	height:200px;
	text-align:center;
	overflow:hidden;
	}
.pgright .prolist li a img{
	width: 200px;
	height:200px;
	}
.pgright .prolist li a p{
	display:inline-block;
	width:90%;
	color:#777;
	margin-top:8px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
	}
.pgright .prolist li a:hover{
	border-color:#0044c1;
	transform:scale(1.02,1.02);
	box-shadow:0px 3px 6px rgba(0,0,0,.3);
	z-index:999;
	}