@charset "utf-8";
/* --reset-- */
body,div,span,img,h1,h2,h3,h4,h5,h6,ul,li,dl,dd,ol,p,i,b,strong,a,table,th,td,form,input,textarea{margin:0;padding:0;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body{font-family:'Microsoft Yahei','Microsoft JhengHei',Helvetica,Tahoma;}
i,ol,ul,li{font-style:normal;list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;display:inline-block;vertical-align:middle;}
a{color:#333;text-decoration:none;-webkit-transition:all 0.35s;transition:all 0.35s;}
@font-face{font-family:FuturaLT;src:url('../fonts/FuturaLT.otf');}
@font-face{font-family:bahnschrift;src:url('../fonts/bahnschrift.ttf');}
@font-face{font-family:wurairun;src:url('../fonts/wurairun.ttf');}
::-webkit-scrollbar{width:6px;height:6px ;}
::-webkit-scrollbar-track{box-shadow:inset 0 0 6px transparent;background:#f8f8f8;border-radius:6px;}
::-webkit-scrollbar-thumb{border-radius:6px;background:#174789;}
::-webkit-input-placeholder{font-family:'Microsoft YaHei';color:#999;}
.ts035{-webkit-transition:all 0.35s;transition:all 0.35s;}
.ts05{-webkit-transition:all 0.5s;transition:all 0.5s;}
.clear{clear:both;}
.clearfix:after{content:".";visibility:hidden;display:block;height:0;clear:both;}
.hidden{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.valign-middle{display:table-cell;vertical-align:middle;}
.start-center{height:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;}
.center-center{height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;}
.center-center-colume{height:100%;display:flex;flex-direction:column;align-items:left;justify-content:center;}

/* --public-- */
.content{width:82%;margin:auto;position:relative;}
.padding{padding:4vw 0;}
.f48{font-size:48px;line-height:56px;overflow:hidden;}
.f30{font-size:30px;line-height:36px;overflow:hidden;}
.f24{font-size:24px;line-height:32px;overflow:hidden;}

.button{width:168px;height:50px;font-size:16px;line-height:48px;text-align:center;color:#FFF;margin:2vw auto 0;border:1px solid #FFF;border-radius:25px;display:block;position:relative;overflow:hidden;float:left;}
.button.black{color:#333;border:1px solid #ddd;}
.button i{width:30px;height:30px;position:absolute;right:-50px;bottom:10px;background:url(../images/more.png) no-repeat center;-webkit-transition:all 0.5s;transition:all 0.5s;}
.button:hover{color:#FFF;border:1px solid #174789;background:#174789;padding-right:36px;}
.button:hover i{right:20px;}

/* --menu-- */
.menu{position:fixed;left:10px;top:50%;margin-top:-126px;z-index:700;opacity:0;}
.menu a{width:90px;height:36px;margin:0;display:block;overflow:hidden;}
.menu a i{width:36px;height:36px;float:left;position:relative;}
.menu a i:after{width:8px;height:8px;background:#FFF;left:14px;top:14px;border-radius:50%;position:absolute;z-index:3;content:'';}

.menu a span{font-size:12px;color:#FFF;line-height:36px;margin-left:5px;float:left;opacity:0;}
.menu a.active i{border:1px solid #FFF;border-radius:50%;}
.menu a.active i:after{display:none;}
.menu a.active span{opacity:1;}

.menu.on a i:after{background:#174789;}
.menu.on a.active i{border:1px solid #174789;}
.menu.on a.active span{color:#174789;}

.menu a:nth-of-type(1).active i{background:url(../images/m1.png) no-repeat center;}
.menu a:nth-of-type(2).active i{background:url(../images/m2.png) no-repeat center;}
.menu a:nth-of-type(3).active i{background:url(../images/m3.png) no-repeat center;}
.menu a:nth-of-type(4).active i{background:url(../images/m4.png) no-repeat center;}
.menu a:nth-of-type(5).active i{background:url(../images/m5.png) no-repeat center;}
.menu a:nth-of-type(6).active i{background:url(../images/m6.png) no-repeat center;}
.menu a:nth-of-type(7).active i{background:url(../images/m7.png) no-repeat center;}

.menu.active{
	-webkit-animation:moveInLeft 0.6s ease-in-out;
	animation:moveInLeft 0.6s ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

/* --header-- */
.header{width:100%;height:96px;padding-top:20px;position:fixed;left:0;top:0;z-index:900;overflow:hidden;-webkit-transition:all 0.5s;transition:all 0.5s;}

.header .logo{width:18%;height:76px;line-height:76px;overflow:hidden;position:absolute;left:0;top:0;display:none;}
.header .logow{display:block;}
.header .logo img{width:100%;max-width:148px;max-height:76px;}
.header .logo a{display:inline-block;}

.header .nava{width:56%;margin-left:22%;overflow:hidden;}
.header .nava li{width:14.2857%;height:76px;float:left;position:relative;}
.header .nava li:after{width:8px;height:1px;left:-4px;top:37px;background:#FFF;position:absolute;content:'';}
.header .nava li:first-child:after{display:none;}
.header .nava li .navaLi{font-size:16px;color:#FFF;line-height:76px;text-align:center;display:block;}
.header .nava li .navaLi:hover{font-weight:bold;}

.header .other{max-width:22%;height:34px;position:absolute;right:0;top:21px;overflow:hidden;}
.header .other .txt{-webkit-transition:all 0.5s;transition:all 0.5s;}
.header .other .tel{font-size:32px;line-height:34px;color:#FFF;font-family:bahnschrift;margin-left:10px;float:right;}
.header .other .icon{height:34px;padding:6px;border:1px solid #FFF;border-radius:50%;float:right;}
.header .other .icon img{height:20px;display:block;}
.header .other .ser{cursor:pointer;}
.header .other .line{width:1px;height:14px;margin:10px 16px;background:#FFF;float:right;}

.header .other .search{width:100%;height:34px;border-bottom:1px solid #FFF;position:absolute;right:0;top:0;z-index:-1;opacity:0;-webkit-transition:all 0.5s;transition:all 0.5s;}
.header .other .search .keywords{width:calc(100% - 45px);height:34px;line-height:34px;font-size:14px;color:#FFF;float:left;border:none;outline:none;background:none;}
.header .other .search .keywords::placeholder{color:#FFF;}
.header .other .search .sumbit{width:34px;height:34px;background:url(../images/search.png) no-repeat center;float:right;cursor:pointer;}

.header .other.on .txt{opacity:0;}
.header .other.on .search{opacity:1;z-index:1;}

.header.active{
	-webkit-animation:moveInDown 0.6s ease-in-out;
	animation:moveInDown 0.6s ease-in-out;
}

.header.on{height:76px;padding-top:0;background:#FFF;box-shadow:0 2px 4px rgba(0,0,0,0.06);}
.header.on .logo{display:block;}
.header.on .nava li:after{background:#ddd;}
.header.on .nava li .navaLi{color:#333;}
.header.on .other .tel{color:#333;}
.header.on .other .icon{border:1px solid rgb(23,71,137);background:rgb(23,71,137);}
.header.on .other .line{background:#ddd;}

.header.on .other .search{border-bottom:1px solid #ddd;}
.header.on .other .search .keywords{color:#333;}
.header.on .other .search .keywords::placeholder{color:#666;}
.header.on .other .search .sumbit{background:url(../images/search2.png) no-repeat center;}



/* --手机端导航-- */
.sj_lightbox{width:100%;height:100%;position:fixed;left:0;top:0;background-color:rgba(0,0,0,0.8);z-index:9700;display:none;}
.sj_head{width:100%;height:54px;padding:0 4%;position:fixed;left:0;top:0;z-index:9900;display:none;background:#FFF;border-bottom:1px solid rgba(255,255,255,0.2);}
.sj_head.current{background-color:rgba(0,0,0,0.3);}

.sj_head_logo{width:80%;height:54px;float:left;overflow:hidden;}
.sj_head_logo2{display:none;}
.sj_head_logo img{width:auto;height:42px;float:left;margin-top:6px;}

.sj_head_bar{width:7%;max-width:30px;height:47px;padding:10px 0;position:absolute;right:4%;top:3px;z-index:9;cursor:pointer;}
.sj_head_bar .bar{width:100%;height:3px;margin:3px auto;display:block;background-color:#333;float:left;}
.sj_head_bar.sj_head_bar_active .bar:nth-child(1){
	margin-top:12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sj_head_bar.sj_head_bar_active .bar:nth-child(2){opacity:0;}
.sj_head_bar.sj_head_bar_active .bar:nth-child(3){
	margin-top:-15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sj_nav_all{width:100%;height:100%;padding:60px 0;position:fixed;left:0;top:0;display:none;overflow:auto;z-index:9800;}
.sj_nav{width:100%;height:100%;overflow:auto;}
.sj_nav_li{margin:0 4%;position:relative;}
.sj_nav_li .navn{
    font-size: 16px;
    color: #FFF;
    display: block;
    line-height: 48px;
    height: 69px;
	padding:10px 0;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.36s;
	cursor:pointer;
	position:relative;
}
.sj_nav_li .navn span{
    display: block;
    background: url(../images/sj_nav.png) no-repeat right center;
	background-size:auto 100%;
    width: 12px;
    height: 12px;
    transition: all 0.36s;
	position:absolute;
	right:6px;
	top:28px;
}
.sj_nav_li.current .navn span{transform: rotate(90deg);}

.sj_nav_li_son{margin:0 4%;font-size:16px;display:none;}
.sj_nav_li_son_li{height:69px;line-height:48px;padding:10px 4%;font-size:16px;color:#FFF;display:block;border-bottom:1px solid rgba(255, 255, 255, 0.15);position:relative;cursor:pointer;}
.sj_nav_li_son_li span{
    display: block;
    background: url(../images/sj_nav.png) no-repeat right center;
	background-size:auto 100%;
    width: 12px;
    height: 12px;
    transition: all 0.36s;
	position:absolute;
	right:calc(4% + 6px);
	top:28px;
}

/* --footer-- */
.footer{background:#191919;border-bottom:1px solid rgba(255,255,255,0.1);overflow:hidden;position:relative;z-index:20;}
.footer .content{padding:2vw 0;}
.footer .box{width:46%;float:left;}
.footer .logo{width:100%;height:auto;overflow:hidden;}
.footer .logo img{width:100%;max-width:148px;display:block;}
.footer .logo a{display:inline-block;}
.footer .erweima{width:100%;margin-top:2vw;overflow:hidden;}
.footer .erweima li{margin-right:4%;float:left;}
.footer .erweima img{width:100%;max-width:120px;margin:auto;display:block;}
.footer .erweima p{font-size:15px;line-height:24px;text-align:center;margin-top:6px;color:#898989;}
.footer .erweima .tel p{text-align:left;}
.footer .erweima .tel b{font-size:20px;color:#FFF;margin-right:15px;margin-bottom:10px;float:left;}

.footer .nava{width:48%;margin-left:6%;float:right;overflow:hidden;}
.footer .nava ul{width:16.66%;float:left;}
.footer .nava ul li{height:24px;font-size:15px;line-height:24px;text-align:center;position:relative;overflow:hidden;margin-bottom:10px;}
.footer .nava ul li:nth-of-type(1){font-size:15px;font-weight:bold;margin-bottom:20px;}
.footer .nava ul li a{color:#898989;}
.footer .nava ul li:nth-of-type(1) a{color:#FFF;}
.footer .nava ul li a:hover{color:#FFF;}

.copyright{font-size:14px;line-height:24px;color:#898989;text-align:center;padding:20px 0;background:#161616;overflow:hidden;position:relative;z-index:20;}
.copyright span{margin-left:20px;}
.copyright a{color:#898989;}
.copyright a:hover{color:#FFF;}

/* --弹出层-- */
.fixSearch{width:100%;height:0;position:fixed;left:0;top:0;z-index:9999;overflow:hidden;background:rgba(0,0,0,0.8);}
.fixSearch .box{padding-bottom:200px;}
.fixSearch .box form{width:82%;max-width:680px;border-bottom:4px solid #fff;position:relative;}
.fixSearch .box form .keywords{width:calc(100% - 100px);height:200px;line-height:200px;font-size:100px;font-family:bahnschrift;color:rgba(255,255,255,0.8);float:left;border:none;outline:none;background:none;}
.fixSearch .box form .keywords::placeholder{font-size:160px;color:#666;}
.fixSearch .box form .sumbit{width:56px;height:56px;text-align:center;padding:17px 0;margin-top:72px;background:#FFF;border-radius:50%;float:right;cursor:pointer;}
.fixSearch .box form .sumbit span{
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.fixSearch .box form .sumbit span::before {
    width: 4px;
    height: 11px;
    left: 9px;
    top: 18px;
    border-radius: 2px;
    background: #18943b;
}
.fixSearch .box form .sumbit span::after {
    width: 14px;
    height: 14px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 4px solid #18943b;
}
.fixSearch .box form .sumbit span::before, .fixSearch .box form .sumbit span::after {
    position: absolute;
    content: '';
}
.fixSearch .box .close{margin-left:2%;cursor:pointer;}
.fixSearch .box .close img{width:24px;display:block;}

.fixSearch.active{
	height:100%;
	-webkit-animation:moveInDown 0.4s ease-in-out;
	animation:moveInDown 0.4s ease-in-out;
}


/* --分页-- */
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin:4vw 0 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #174789;
  background: #174789;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

.de-page-mian span{display:none !important;}
.de-page-mian input{display:none !important;}
.de-page-mian .page-btn{display:none !important;}

/* --暂无内容-- */
.no-goods{padding:200px 0 100px;overflow:hidden;text-align:center;}
.no-goods img{width:220px;max-height: 105px;display: block;margin:0 auto 30px;}
.no-goods p{font-size:16px;color:#666666;line-height:24px;}

/* --翻页-- */
.pageUpdown{margin-top:2vw;border-top:1px solid #eee;}
.pageUpdown .page-a{width:48%;font-size:16px;color:#999;line-height:32px;padding:1vw;display:block;float:left;overflow:hidden;-webkit-transition:all 0.5s;transition:all 0.5s;}
.pageUpdown .page-a a{height:42px;font-size:18px;line-height:42px;color:#000;display:block;overflow:hidden;}
.pageUpdown .page-a:nth-of-type(2){float:right;}
.pageUpdown .page-a:hover a{color:#174789;}


/* --动画-- */
@-webkit-keyframes imgScale {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}
@keyframes imgScale {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@keyframes moveInLeft{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInLeft{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes moveInRight{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInRight{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes moveInDown{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInDown{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes moveInUp{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInUp{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}


@keyframes moveInLeftSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInLeftSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes moveInRightSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInRightSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes moveInDownSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInDownSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes moveInUpSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInUpSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}


@keyframes moveInFade{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes moveInFade{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes moveInBlow{
	0% {
		opacity: 0;
		-webkit-transform:scale(0);
		transform:scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@-webkit-keyframes moveInBlow{
	0% {
		opacity: 0;
		-webkit-transform:scale(0);
		transform:scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

@keyframes loopCir{
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes loopCir{
	0% {
		opacity: 0;
		-webkit-transform:scale(0);
		transform:scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}


@keyframes circlespread{
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
	}
	50% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 20px rgba(56, 186, 177, 0.2);
	}
	100% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
	}
}
@-webkit-keyframes circlespread{
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
	}
	50% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 20px rgba(56, 186, 177, 0.2);
	}
	100% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
	}
}
@keyframes circlepulse{
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(3);
		opacity: 0;
	}
}
@-webkit-keyframes circlepulse{
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(3);
		opacity: 0;
	}
}





