/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,button, input, select, textarea {font: 14px/22px;font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif; color: #666;}

* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#910800;}

/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}


/*表单弹框*/
.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}

.modal-dialog .css-icon {
	background-image: url("../images/modal-icons.png");
}

.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;}


/**/
body{min-width: 1200px; width: 100%;}
.content{ width:1200px; margin:0 auto;}

/**/
.yinz{background: #f0f0f0;padding: 55px 0 90px;}
.yinz_tit{color: #090909;font-size: 40px;background: url(../images/yinz_line.gif) no-repeat center bottom;height: 100px;overflow: hidden;}
.yinz_tit a{display: block;color: #090909;}
.yinz_tit p{padding-left: 400px;width: 800px;display: inline-block;height: 50px;overflow: hidden;}
.yinz_tit span{font-size: 20px;display: block;float: left;width: 120px;line-height: 22px;padding: 3px 0 0;}
.yinz_tit i{display: block;letter-spacing: 18px;}
.yinz_tit b{display: block;float: left;line-height: 50px;}
.yinz_tit em{display: block;font-size: 20px;color: #014b8e;font-weight: normal;text-align: center;width: 1200px;height: 30px;line-height: 30px;overflow: hidden;padding: 5px 0 0;}
.yinz dl{width: 572px;height: 175px;background: #fff;float: left;border-radius: 0 15px 0 15px;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);margin-top: 35px;margin-right: 56px;-webkit-transition:transform .3s;transition:transform .3s;}
.yinz dl dt{width: 114px;height: 120px;float: left;line-height: 0;padding: 30px 30px 0 50px;}
.yinz dl dt img{width: 114px;height: 120px;}
.yinz dl dd{width: 340px;float: left;padding: 25px 0 0;}
.yinz dl dd h5{font-size: 22px;color: #090909;height: 35px;line-height: 35px;overflow: hidden;}
.yinz dl dd p{font-size: 16px;color: #666;line-height: 28px;height: 84px;overflow: hidden;padding: 5px 0 0;}
.yinz dl:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);box-shadow: 0 3px 10px 3px rgba(0,0,0,0.2);}
.yinz dl.nobor{margin-right: 0;}

/**/
.chanp{background: #e1e1e1;padding: 65px 0;}
.pro_tit{color: #090909;font-size: 40px;background: url(../images/yinz_line.gif) no-repeat center bottom;height: 95px;line-height: 40px;text-align: center;overflow: hidden;}
.pro_tit a{color: #090909;}
.pro_tit span{display: block;font-size: 20px;color: #014b8e;font-weight: normal;padding: 5px 0 0;}
.pro_t{padding: 30px 0 0;}
.cp01{width: 352px;margin:0 72px 0 0;}
.cp01 p{width: 352px;height: 225px;line-height: 0;overflow: hidden;border-radius: 0 20px 0 20px;}
.cp01 p img{width: 352px;height: 225px;border-radius: 0 20px 0 20px;}
.cp01 p img,.pro_bot ul li img,.plan_m dl dt img,.ys02 dl dt img,.news01 dl dt img,.wd_pic img,.photo ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.cp01 p img:hover,.pro_bot ul li img:hover,.plan_m dl dt img:hover,.ys02 dl dt img:hover,.news01 dl dt img:hover,.wd_pic img:hover,.photo ul li img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.cp01 h3{width: 352px;height: 70px;line-height: 70px;overflow: hidden;border-bottom: #090909 2px solid;margin-bottom: 10px;}
.cp01 h3 a{font-size: 24px;color: #090909;}
.cp01 h3 span{float: right;text-transform: uppercase;font-size: 16px;color: #333;font-weight: normal;}
.cp01 h3 a:hover,.cp01 ul li a:hover{color: #014b8e;font-weight: bold;}
.cp01 ul li{height: 38px;line-height: 38px;overflow: hidden;background:url(../images/cp_ico01.png) no-repeat right 14px;}
.cp01 ul li a{font-size: 16px;color: #333;}
.pro_t .nobor{margin-right: 0;}

.pro_bot{padding: 25px 0 0;}
.pro_bot ul li{width: 201px;float: left;margin-left: 48px;}
.pro_bot ul li em{width: 201px;height: 126px;display: block;line-height: 0;overflow: hidden;border-radius: 0 10px 0 10px;}
.pro_bot ul li img{width: 201px;height: 126px;border-radius: 0 10px 0 10px;}
.pro_bot ul li span{font-size: 20px;color: #090909;display: block;width: 195px;height: 30px;line-height: 30px;background:url(../images/cp_ico02.png) no-repeat right 19px;padding: 15px 0 0 6px;}
.pro_bot ul li:first-child{margin-left: 0;}

/*解决方案*/
.plan{padding: 70px 0;}
.plan .yinz_tit span{width: 80px;}
.plan .yinz_tit i{letter-spacing: 1px;}
.plan_m dl{width: 1200px;height: 600px;position: relative;margin-top: 40px;}
.plan_m dl dt{width: 1200px;height: 600px;line-height: 0;overflow: hidden;border-radius: 0 20px 0 20px;}
.plan_m dl dt img{width: 1200px;height: 600px;border-radius: 0 20px 0 20px;}
.plan_m dl dd{width: 195px;height: 354px;background: rgba(255,255,255,0.8);position: absolute;top: 40px;right: 40px;border-radius: 0 20px 0 20px;padding: 20px 25px 0;}
.plan_m dl dd h5{height: 60px;line-height: 60px;overflow: hidden;background:url(../images/plan_line.gif) no-repeat 0 bottom;}
.plan_m dl dd h5 a{font-size: 24px;color: #090909;}
.plan_m dl dd h5 a:hover{color: #014b8e;}
.plan_m .plan_desc{font-size: 16px;color: #666;line-height: 30px;height: 90px;overflow: hidden;padding: 10px 0 0;}
.plan_m dl dd span{display: block;padding: 15px 0 0;}
.plan_m dl dd span a{display: block;width: 180px;height: 48px;text-align: center;line-height: 48px;font-size: 20px;color: #090909;border: #090909 2px solid;border-radius: 0 20px 0 20px;margin-bottom: 25px;}
.plan_m dl dd span a:hover,.plan_m dl dd span a.cur{background: #014b8e;color: #fff;border: #014b8e 2px solid;}
.plan_bot{padding: 44px 0 0;height: 190px;}
.plan_bot ul li{width: 108px;float: left;margin-left: 28px;}
.plan_bot ul li em{width: 104px;height: 104px;display: block;border-radius: 50%;line-height: 0;overflow: hidden;border: #f0f0f0 2px solid; transition: all 0.3s ease-in-out 0s;}
.plan_bot ul li img{width: 104px;height: 104px;display: block;border-radius: 50%;}
.plan_bot ul li span{display: block;font-size: 20px;color: #090909;height: 30px;line-height: 30px;padding: 15px 0 0;width: 108px;text-align: center;}
.plan_bot ul li.on em{border: #014b8e 2px solid; transform: rotateY(180deg);}
.plan_bot ul li.on span{color: #014b8e;font-weight: bold;}
.plan_bot ul li:first-child{margin-left: 0;}

.plan_btn{width: 240px;margin: 0 auto;display: block;}
.plan_btn a {display: block;width: 234px;height: 50px;text-align: center;line-height: 50px;font-size: 20px;color: #090909;border: #090909 2px solid;border-radius: 0 10px 0 10px;position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.plan_btn a:hover { background: #014b8e; color: #fff;  border-color: #014b8e;}
.plan_btn a:before {content: ""; position: absolute; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;background:url(../images/plan_ico.png) no-repeat; width: 17px;height: 5px; left: 70%; opacity: 0; top: 22px;}
.plan_btn a:hover:before { left: 84%; opacity: 1; }

/*优势*/
.ys_bg{background:url(../images/ys_bg.jpg) no-repeat center 0;height: 1030px;overflow: hidden;padding: 87px 0 0;}
.ys_bg .yinz_tit p{padding-left: 350px;}
.ys_bg .yinz_tit span{width: 90px;}
.ys_bg .yinz_tit i{letter-spacing: 5px;}
.ys01{padding: 89px 0 0;height: 180px;}
.ys01_l{width: 240px;height: 180px;position: relative;}
.ys01_l:before {content: ""; position: absolute; width: 1px;height: 120px;right: 0; top: 5px;background: rgba(225,225,225,0.5);}
.ys01_l em{width: 85px;height: 55px;display: block;float: left;padding: 5px 15px 0 0;}
.ys01_l em img{width: 85px;height: 55px;}
.ys01_l b{display: block;float: left;font-size: 24px;color: #e1e1e1;line-height: 34px;}
.ys01_l i{display: block;}
.ys01_r{width: 960px;}
.ys01_r ul li{width: 160px;float: left;text-align: center;position: relative;}
.ys01_r ul li:before {content: ""; position: absolute; width: 100px;height: 17px;right: -54px; top: 25px;background:url(../images/ys_line.png) no-repeat;}
.ys01_r ul li em{width: 65px;height: 65px;display: block;margin: 0 auto;line-height: 0;}
.ys01_r ul li em img{width: 65px;height: 65px;}
.ys01_r ul li span{display: block;font-size: 18px;color: #e1e1e1;line-height: 28px;padding: 10px 0 0;}
.ys01_r ul li i{display: block;}
.ys01_r ul li:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.ys01_r ul li.nobor:before{background: none;}

.ys02 dl{width: 1200px;height: 518px;position: relative;}
.ys02 dl dt{width: 1200px;height: 518px;line-height: 0;overflow: hidden;}
.ys02 dl dt img{width: 1200px;height: 518px;}
.ys02 dl dd{width: 345px;height: 190px;background: rgba(255,255,255,0.9);position: absolute;bottom: 0;left: 0;border-radius: 0 20px 0 0;padding: 15px 0 0 55px;}
.ys02 dl dd p{font-size: 16px;color: #666;line-height: 34px;position: relative;padding-left: 15px;}
.ys02 dl dd p:before {content: ""; position: absolute; width: 6px;height: 6px;left: 0; top: 13px;background: #000;border-radius: 50%;}
.ys02 dl.dl02 dd{left: 400px;}
.ys02 dl.dl03 dd{left: 800px;}
.ys02_bot{width: 1200px;height: 92px;background: #fff;}
.ys02_bot ul li{width: 300px;height: 80px;float: left;padding: 12px 0 0 100px;position: relative;color: #090909;}
.ys02_bot ul li:before {content: ""; position: absolute; width: 1px;height: 100%;left: 0; top: 0;background: #c3c3c3;}
.ys02_bot ul li:first-child:before{background: none;}
.ys02_bot ul li em{display: block;}
.ys02_bot ul li em,.ys02_bot ul li i{float: left;width: 92px;height: 55px;line-height: 0;padding: 7px 10px 0 0;}
.ys02_bot ul li img{width: 92px;height: 55px;}
.ys02_bot ul li span{display: block;float: left;font-size: 24px;line-height: 34px;font-weight: bold;}
.ys02_bot ul li b{display: block;}
.ys02_bot ul li i,.ys02_bot ul li.on em{display: none;}
.ys02_bot ul li.on{background: #014b8e;color: #fff;}
.ys02_bot ul li.on i{display: block;}
.ys02_bot ul li.on:after{content: "";width: 0;height: 0;position: absolute;top: -10px;left: 50%;margin-left: -5px;
border-bottom:10px solid #014b8e; 
border-left:10px solid transparent;
border-right:10px solid transparent;
}
.ys_lico,.ys_rico{width: 47px;height: 47px;border-radius: 50%;line-height: 0;position: absolute;top: 235px;-webkit-transition:transform .3s;transition:transform .3s;cursor: pointer;}
.ys_lico img,.ys_rico img{width: 47px;height: 47px;}
.ys_lico{left: -80px;}
.ys_rico{right: -80px;}
.ys_lico:hover,.ys_rico:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);box-shadow: 0 3px 5px 3px rgba(255,255,255,0.1);}

/*合作客户*/
.hz_bg{background: #e1e1e1;padding: 0 0 70px;}
.hz{width: 930px;}
.hz_tit{height: 140px;text-align: center;width: 775px;}
.hz_tit a{font-size: 34px;color: #090909;}
.hz_tit em{width: 75px;height: 55px;display: block;line-height: 0;overflow: hidden;margin: 0 auto 5px;}
.hz_tit em img{width: 75px;height: 55px;}
.hz ul li{width: 310px;float: left;line-height: 0;}
.hz ul li img{width: 155px;height: 88px;}
.hz ul li.hz_li04{padding-left: 155px;}
/*.hz ul li img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(1);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; }
.hz ul li a:hover img{
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);}*/
.hz .plan_btn{margin: 40px 0 0 280px;}
.hz .plan_btn a {width: 214px;}

.ban01{width: 250px;height: 580px;line-height: 0;position: relative;}
.ban01 p{width: 220px;height: 170px;position: absolute;bottom: 0;left: 30px;}
.ban01 p span{display: block;color: #fff;line-height: 35px;height: 85px;}
.ban01 p i{display: block;font-size: 18px;background:url(../images/ban_tel.png) no-repeat 0 3px;padding: 0 0 0 35px;}
.ban01 p b{display: block;font-size: 32px;}
.ban01 em{display: block;width: 190px;}
.ban01 em a{display: block;font-size: 20px;color: #fff;width: 186px;text-align: center;height: 45px;line-height: 45px;border: #fff 2px solid; border-radius: 0 15px 0 15px;}
.ban01 em a:hover{background: #fff;color: #014b8e;}

/*新闻动态*/
.news_bg{background: #f0f0f0;padding: 70px 0;}
.news_l{width: 900px;}
.news_tit{height: 80px;line-height: 80px;overflow: hidden;}
.news_tit a{font-size: 24px;color: #090909;}
.news_tit a:hover,.news_l dl dd h5 a:hover,.news02 ul li a:hover,.wd dl dt a:hover{ color: #014b8e;}
.news_tit span{float: right;}
.news_tit span a{font-size: 16px;color: #333;text-transform: uppercase;font-weight: normal;}
.news_tit em{display: block;float: left;width: 28px;height: 28px;line-height: 0;overflow: hidden;padding: 26px 10px 0 0;}
.news_tit em img{width: 28px;height: 28px;}
.news01{padding: 0 0 30px;width: 900px;height: 194px;overflow: hidden;}
.news01 dl dt{width: 344px;height: 194px;overflow: hidden;line-height: 0;float: left;border-radius: 0 15px 0 15px;}
.news01 dl dt img{width: 344px;height: 194px;border-radius: 0 15px 0 15px;}
.news01 dl dd{padding:0 0 0 30px;width: 520px;float: left;}
.news01 dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.news01 dl dd h5 a{font-size: 18px;color: #090909;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 100%;}
.news01 .news_desc{font-size: 16px; color: #666; line-height: 30px; height: 90px; overflow: hidden;padding: 10px 0 0;} 
.news01 dl dd em{display: block;padding: 15px 0 0;}
.news01 dl dd em a{font-size: 20px;color: #090909;display: block;width: 148px;text-align: center;height: 40px;line-height: 40px;overflow: hidden;border: #090909 1px solid;border-radius: 0 15px 0 15px;}
.news01 dl dd em a:hover{background:#014b8e;color: #fff;border: #014b8e 1px solid;}
.news02{width: 900px;}
.news02 ul{width: 100%;height: 50px;}
.news02 ul li{height: 50px;line-height: 50px;overflow: hidden;width: 400px;float: left;border-bottom: #666 1px dashed;margin-left: 100px;}
.news02 ul li:first-child{margin-left: 0;}
.news02 ul li a{display: block;float: left;font-size: 16px;color: #333;width: 320px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news02 ul li span{display: block;float: right;font-size: 16px;color: #333;}
.news02 ul li b{font-size: 18px;padding-right: 5px;}

/*常见问答*/
.wd{width: 250px;}
.wd_pic{width: 250px;height: 270px;line-height: 0;overflow: hidden;border-radius: 0 15px 0 15px;}
.wd_pic img{width: 250px;height: 270px;border-radius: 0 15px 0 15px;}
.wd dl{width: 250px;padding-top: 20px;}
.wd dl dt{height: 30px;line-height: 30px;overflow: hidden;}
.wd dl dt a{width: 250px;font-size: 18px;color: #090909;display: block;height: 30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: bold;}
.wd dl dd{font-size: 16px;color: #666;height: 90px;line-height: 30px;overflow: hidden;padding: 5px 0 0;}
.wd dl dd a{color: #666;display: block;}
.wd_bot{width: 120px;height: 33px;position: absolute;top: 320px;left: 85px;z-index: 20;}
.wd_bot ul li{float: left;height: 10px;width: 10px;border-radius: 50%;background: #fff; text-indent: -9999px;margin-right: 10px;cursor: pointer;}
.wd_bot ul li.on{background: #ebe409;}

/**/
.about{background:#e1e1e1 url(../images/ab_bg.jpg) no-repeat center 205px;height: 870px;overflow: hidden;padding: 67px 0 0;}
.about dl{position: relative;}
.about dl dt{width: 1310px;height: 732px;line-height: 0;position: absolute;top: 43px;right: 50%;margin-right: -350px;}
.about dl dt img{width: 1310px;height: 732px;}
.about dl dd{position: absolute;top: 114px;left: 0;width: 900px;}
.about dl dd h5{height: 55px;line-height: 55px;overflow: hidden;}
.about dl dd h5 a{font-size: 36px;color: #090909;}
.about .ab_desc{font-size: 16px;color: #090909;line-height: 30px;height: 90px;overflow: hidden;padding: 15px 0 0;}
.ab_r{width: 190px;padding: 43px 0 0;}
.ibrand-num li{width:130px;height:140px;padding-top:40px; border-bottom:rgba(255,255,255,0.3) 1px solid;text-align:center;color:#f0f0f0;font-size:18px;}
.ibrand-num li span{font-size:70px;font-family: "DINOT";line-height: 70px;font-weight: bold;}
.ibrand-num li b{display:block;font-weight: normal; padding:10px 0 0;}
.ibrand-num li.nobor{border-bottom: none;}

/*公司相册*/
.photo_bg{background: #e2e0de;padding: 40px 0 50px;}
.honor_qie{width: 1200px;overflow: hidden;}
.photo ul li{width: 200px;float: left;text-align: center;margin-right: 48px;}
.photo ul li em{display: block;width: 200px;height: 150px;line-height: 0;overflow: hidden;border-radius: 0 15px 0 15px;}
.photo ul li img{width: 200px;height: 150px;border-radius: 0 15px 0 15px;}
.photo ul li span{display: block;width: 200px;text-align: center;height: 30px;line-height: 30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding: 10px 0 0;font-size: 16px;color: #333;}
.photo p{width: 27px;height: 56px;line-height: 0;position: absolute;top: 45px;-webkit-transition:transform .3s;transition:transform .3s;}
.photo p img{width: 27px;height: 56px;}
.honor_l{left: -75px;}
.honor_r{right: -68px;}
.honor_l:hover{-webkit-transform:translate(-3px,0);transform:translate(-3px,0);}
.honor_r:hover{-webkit-transform:translate(3px,0);transform:translate(3px,0);}

/*友情链接*/
.f_link{height: 60px;line-height: 60px;overflow: hidden;background: #d9d9d9;}
.f_link b{display: block;float: left;font-size: 14px;color: #666;width: 80px;text-transform: uppercase;}
.f_link p{font-size: 14px;color: #666;float: left;width: 1120px;}
.f_link p a{font-size: 14px;color: #666; padding:0 10px 0 0;}
.f_link p a:hover{color: #000;}

/**/
@-webkit-keyframes shake{
  from,to{-webkit-transform:translate3d(0, 0, 0);}
  20%,60%{-webkit-transform:translate3d(-10px, 0, 0);}
  40%,80%{-webkit-transform:translate3d(10px, 0, 0);}
}

@keyframes shake {
  from,to{transform:translate3d(0, 0, 0);}
  20%,60%{transform:translate3d(-10px, 0, 0);}
  40%,80%{transform:translate3d(10px, 0, 0);}
}

/**/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}