/* 清除内外边距 */

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 "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",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("../image/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;max-width: 1920px;margin: 0 auto;overflow-x: hidden; width: 100%;}
.content{ width:1200px; margin:0 auto;}

.product dl dt img,.pro_list ul li em img,.case_l dl dt img,.news dt img,.about ul li em img,.photo ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.product dl dt img:hover,.pro_list ul li em img:hover,.case_l dl dt img:hover,.news dt img:hover,.about ul li em 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);}


/**/
.guide{height: 778px;padding: 80px 0 0;background: url(../image/yinz_bg.jpg) no-repeat center 0;}
.gui_tit{font-size: 40px;color: #141414;height: 60px;line-height: 60px;overflow: hidden;text-align: center;}
.gui_tit i{padding-right: 10px;color: #003a8b;}
.gui_desc{font-size: 16px;color: #666;line-height: 32px;padding: 15px 0 0;height: 120px;text-align: center;}
.gui_video{width: 1200px;height: 383px;position: relative;line-height: 0;margin-top: 20px; cursor: pointer;}
.gui_video img{width: 1200px;height: 383px;}
.gui_video em{background: url(../image/yinz_video.png) no-repeat;display: block;width: 48px;height: 48px;position: absolute;top: calc(50% - 24px);left: calc(50% - 24px);}
.guide ul{padding: 40px 0 0;}
.guide ul li{font-size: 16px;color: #333;float: left;position: relative;line-height: 30px;-webkit-transition:transform .3s;transition:transform .3s;}
.guide ul li:before{content: "";width: 2px;height: 60px;background: #e5e5e5;position: absolute;top: 8px;left: 0;}
.guide ul li em{width: 140px;height: 46px;display: block;line-height: 0;margin: 0 0 5px;}
.guide ul li em img{width: 140px;height: 46px;}
.guide ul li:nth-child(3) em,.guide ul li:nth-child(3) em img{width: 270px;}
.guide ul li:first-child:before{background: none;}
.guide ul li:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}
.guide ul li:nth-child(1){width: 200px;}
.guide ul li:nth-child(2){width: 200px;padding-left: 100px;}
.guide ul li:nth-child(3){width: 360px;padding-left: 90px;}
.guide ul li:nth-child(4){width: 155px;padding-left: 85px;}

/*产品中心*/
.product{background: url(../image/cp_bg.jpg) no-repeat center 0;height: 1023px;padding: 100px 0 0;overflow: hidden;}
.pro_tit{font-size: 40px;color: #141414;height: 90px;line-height: 42px;text-align: center;overflow: hidden;}
.pro_tit i{color: #003a8b;padding-right: 15px;}
.pro_tit a{color: #141414;}
.pro_tit a:hover{color: #003a8b;}
.pro_tit span{display: block;font-size: 20px;color: #666;font-weight: normal;padding: 5px 0 0;}
.pro_nav{padding: 40px 0 0;height: 90px;}
.pro_nav ul li{width: 268px;height: 58px;float: left;border: #bfbfbf 1px solid;margin-right: 30px;}
.pro_nav ul li a{font-size: 18px;color: #333;display: flex;align-items: center;justify-content: center;width: 100%;height: 58px;}
.pro_nav ul li:hover{border: #003a8b 1px solid;}
.pro_nav ul li a:hover{color: #003a8b;}
.pro_nav ul li em{width: 34px;height: 25px;line-height: 0;padding-right: 20px;}
.pro_nav ul li em img{width: 34px;height: 25px;}
.pro_nav ul li:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.pro_nav ul li:first-child{margin-left: 308px;}
.product dl{width: 1200px;height: 397px;background: #fff;}
.product dl dt{width: 590px;height: 397px;float: left;line-height: 0;overflow: hidden;}
.product dl dt img{width: 590px;height: 397px;}
.product dl dd{width: 470px;float: left;padding: 40px 0 0 70px;}
.product dl dd h5{width: 420px;height: 90px;line-height: 90px;overflow: hidden;border-bottom: #d6d6d6 1px solid;}
.product dl dd h5 a{font-size: 30px;color: #003a8b;display: block;}
.product dl dd h5 em{width: 44px;height: 32px;display: block;float: right;line-height: 0;padding: 30px 0 0;}
.product dl dd h5 em img{width: 44px;height: 32px;}
.product dl dd p{font-size: 16px;color: #333;font-weight: bold;padding: 15px 0 0;height: 65px;line-height: 30px;overflow: hidden;}
.product dl dd ul{margin-left: -20px;}
.product dl dd ul li{font-size: 16px;color: #333;text-align: center;float: left;width: 156px;}
.product dl dd ul li em{width: 70px;height: 70px;line-height: 0;margin: 0 auto 10px;display: block; transition: all 0.3s ease-in-out 0s;}
.product dl dd ul li img{width: 70px;height: 70px;}
.product dl dd ul li:hover em{ transform: rotateY(180deg);}
.pro_qie{width: 1200px;overflow: hidden;}
.pro_list ul li{width: 285px;height: 291px;background: #fff;box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);position: relative;float: left;line-height: 0;margin:30px 10px 10px 6px;}
.pro_list ul li:before{content: "";width: 100%;height: 1px;background: #eee;position: absolute;bottom: 78px;left: 0;}
.pro_list ul li:after{content: "";width: 0;height: 1px;background: #003a8b;position: absolute;bottom: 78px;left: 0;-webkit-transition:all .5s;transition:all .5s;z-index: 1;}
.pro_list ul li em{width: 285px;height: 213px;display: block;line-height: 0;overflow: hidden;}
.pro_list ul li em img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.pro_list ul li span{display: block;width: 250px;height: 78px;line-height: 78px;position: absolute;bottom: 0;left: 17px;font-size: 16px;color: #333;}
.pro_list ul li i{width: 20px;height: 8px;display: block;float: right;padding: 35px 0 0;line-height:0;}
.pro_list ul li i img{width: 20px;height: 8px;}
.pro_list ul li:hover:after{width: 100%;}
.pro_list ul li:hover span{color: #003a8b;}
.pro_list p{width: 46px;height: 46px;position: absolute;top: 115px;z-index: 10;}
.pro_list p a{width: 46px;height: 46px;display: block;}
.pro_prev a{background: url(../image/cp_lico01.png) no-repeat;}
.pro_prev a:hover{background: url(../image/cp_lico02.png) no-repeat;}
.pro_next a{background: url(../image/cp_rico01.png) no-repeat;}
.pro_next a:hover{background: url(../image/cp_rico02.png) no-repeat;}
.pro_prev{left: -70px;}
.pro_next{right: -70px;}

/*优势*/
.super{padding: 100px 0 0;overflow: hidden;}
.super .sup-ul{height:690px;margin-top: 40px;}
.super .sup-ul ul li{float:left; width:18.75%;height:690px; position: relative;overflow: hidden; }
.super .sup-ul ul li:before{content: "";width: 1px;height: 100%;background: #fff;position: absolute;top: 0;left: 0;}
.super .sup-ul ul li .default{width:100%; height:690px;background:rgba(0,0,0,0.6);transition: .5s;}
.super .sup-ul ul li .default p{width: 100%;text-align: center;position: absolute;top: 250px;left: 0;height: 210px;background: url(../image/ys_ico04.png) no-repeat center bottom;}
.super .sup-ul ul li .default em{width: 2.3rem;height: 2.3rem;display: block;line-height: 0;margin: 0 auto 10px;}
.super .sup-ul ul li .default em img{width: 2.3rem;height: 2.3rem;}
.super .sup-ul ul li .default span{display: block; line-height: 32px;font-size: 24px; color:#FFF;}
.super .sup-ul ul li .default i{display: block;font-size: 14px;color: rgba(255,255,255,0.3);}
.super .sup-ul ul li.cur{width:62.5%;}
.super .sup-ul ul li.cur .default{opacity: 0;display: none;}
.super .sup-ul ul li .hover{width:100%; height:690px; overflow: hidden;position: absolute; left: 0;top:0;}
.super dl{width: 45%;position: absolute;top: 0;left: -50%; opacity: 0; transition: .5s;height: 100%;background: rgba(0,58,139,0.9);padding: 80px 60px 0 50px;box-sizing: border-box;}
.super dl dt{ height: 9.5rem;border-bottom: rgba(255,255,255,0.2) 1px solid;}
.super dl dt em{width: 2.3rem;height: 2.3rem;display: block;line-height: 0;}
.super dl dt em img{width: 2.3rem;height: 2.3rem;}
.super dl dt h5{font-size: 1.6rem;color: #fff;padding: 1.2rem 0 0;line-height: 2.5rem;}
.super dl dt h5 i{display: block;font-size: 1.2rem;font-weight: normal;color: rgba(255,255,255,0.8);}
.super dl dd{padding-top: 1.5rem;}
.sup-desc{font-size: 0.9rem;color: #fff;line-height: 1.4rem;}
.sup-desc p{padding:0 0 20px 15px;position: relative;}
.sup-desc p:before{content: "";width: 4px;height: 4px;background: #d90006;position: absolute;top: 10px;left: 0;border-radius: 50%;}
.sup-num{padding: 2.5rem 0 0;}
.sup-num p{font-size: 0.9rem;color: #fff;float: left;position: relative;}
.sup-num p b{display: block;font-size: 2.5rem;color: #d90006;line-height: 2.4rem; font-family: "DINOT";margin-bottom: 0.5rem;}
.sup-num p i{font-size: 1rem;padding-left: 0.2rem;}
.sup-num p:nth-child(1){width: 35%;}
.sup-num p:nth-child(1):before{content: "";width: 1px;height: 3rem;background: rgba(255,255,255,0.2);position: absolute;top: 0.5rem;right: 0;}
.sup-num p:nth-child(2){width: 50%;padding-left: 10%;}
.super .sup-ul ul li.cur .hover dl{left: 1px;opacity: 1;}

html {font-size: 10px;-webkit-text-size-adjust: none;}
@media screen and (min-width: 1200px) {html {font-size: 12.5px;}}
@media screen and (min-width: 1280px) {html {font-size: 13.33px;}}
@media screen and (min-width: 1366px) {html {font-size: 14.22px;}}
@media screen and (min-width: 1440px) {html {font-size: 15px;}}
@media screen and (min-width: 1600px) {html {font-size: 16.66px;}}
@media screen and (min-width: 1720px) {html {font-size: 17.92px;}}
@media screen and (min-width: 1920px) {html {font-size: 20px;}}

/*客户案例*/
.case{padding: 100px 0 60px;position: relative;}
.case:before{content: "";width: 1920px;height: 1px;background: #efefef;position: absolute;top: 260px;left: calc(50% - 960px);}
.case_nav{padding: 10px 0 0;height: 90px;width: 900px;margin: 0 auto;}
.case_nav ul li{float: left;width: 150px;text-align: center;height: 61px;line-height: 61px;}
.case_nav li a{font-size: 16px;color: #333;display:inline-block;position: relative;z-index: 4; text-decoration:none;}
.case_nav li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #004290;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.case_nav li a:hover:after,
.case_nav li.cur a:after{
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.case_nav ul li a:hover,.case_nav ul li.cur a{color: #104692;font-weight: bold;}
.case_l{width: 782px;height: 575px;box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);}
.case_l dl{width: 782px;height: 573px;background: #fff;}
.case_l dl dt{width: 782px;height: 439px;line-height: 0;overflow: hidden;}
.case_l dl dt img{width: 782px;height: 439px;}
.case_l dl dd{width: 725px;padding: 20px 0 0;margin: 0 auto;position: relative;}
.case_l dl dd h5{height: 40px;line-height: 40px;overflow: hidden;}
.case_l dl dd h5 a{font-size: 22px;color: #104692;}
.case_desc{width: 635px;font-size: 14px;color: #333;padding: 5px 0 0;line-height: 22px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; }
.case_l dl dd em{width: 35px;height: 35px;display: block;line-height: 0;position: absolute;top: 50px;right: 0;}
.case_l dl dd em img{width: 35px;height: 35px;}
.case_r{width: 398px;}
.case_r ul li{box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);width: 398px;height: 130px;margin-bottom: 18px;}
.case_r ul li a{width: 345px;height: 117px;display: block;padding: 13px 13px 0 40px;font-size: 18px;color: #333;}
.case_r ul li a:hover,.case_r ul li.on a{background: #104692;color: #fff;font-weight: bold;}
.case_r ul li span{padding-top: 20px;display: block;float: left;width: 135px;line-height: 30px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; }
.case_r ul li em{width: 182px;height: 102px;display: block;float: right;line-height: 0;}
.case_r ul li em img{width: 182px;height: 102px;}

/**/
.news_bg{background: #f5f9fc;padding: 100px 0;overflow: hidden;}
.news .pro_tit{height: 50px;}
.new_t{font-size:20px;height:70px;line-height:55px;border-bottom: #e5e9ec 1px solid;margin-bottom: 20px;overflow: hidden;}
.new_more{float: right;font-size: 14px;color: #666;line-height: 30px;height: 30px;display: block;border-bottom: #d90006 1px solid;margin-top: 12px;}
.new_more a{color: #666;}
.new_more a:hover{color: #d90006;}
.new_t li{float: left;}
.new_t li a{color: #333;padding: 0 55px 0 35px;display: inline-block;}
.new_t li.cur a{color: #104692;}

.new_cl,.new_c1,.new_cl dl{width: 400px;position: relative;z-index: 1;}
.new_c1t{position: absolute;width: 90px;height: 40px;bottom: 60px;right: 0;line-height: 6px;z-index: 9;}
.new_c1t em{float:left;display: block;width: 6px;height: 6px;border-radius: 6px;background: #fff;margin-right: 10px;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.new_c1t em.cur{background: #fff;width: 14px;}
.new_cl dl{height: 560px;background: #104692;}
.new_cl dt,.new_cl dt img{display: block;width: 400px;height: auto;line-height: 0;overflow: hidden;}
.new_cl dd{padding: 20px 0 0;width: 340px; margin: 0 auto; color: #fff;}
.new_cl dd h4{font-size: 18px;line-height: 28px;height: 28px;overflow: hidden;}
.new_cl dd h4 a{display: block;width: 260px;color: #fff;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.new_cl dd p{font-size: 14px;color: #fff;line-height: 24px;padding: 10px 0 0;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; }

.news_r{width: 735px;}
.news01{width: 735px;border-bottom: #e5e9ec 1px solid;padding-bottom: 30px;}
.news01 dl{width: 735px;height: 118px;padding:20px 0 0;overflow: hidden;border-bottom: #e5e9ec 1px solid;}
.news01 dl dt{width: 173px;height: 118px;line-height: 0;overflow: hidden;float: right;}
.news01 dl dt img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.news01 dl dd{padding: 10px 0 0;float: left;width: 530px;}
.news01 dl dd h5{line-height: 30px;height: 30px;overflow: hidden;font-weight: normal;}
.news01 dl dd h5 a{font-size: 18px;color: #000;display: block;float: left;width: 420px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news01 dl:hover dd h5 a{color: #104692;font-weight: bold;}
.news01 dl dd span{font-size: 14px;color: #b0b0b0;display: block;float: right;}
.news01 dl:hover dd h5 span,.news02 dl dt a:hover{color: #104692;}
.news01 .news_desc{font-size: 16px;color: #666;line-height: 28px;padding: 5px 0 0;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; }
.news01 dl:hover{border-bottom: #104692 1px solid;}

.news02{width: 735px;padding: 25px 0 0;}
.news02 dl{width: 367px;float: left;}
.news02 dl dt{background: url(../image/news_ico03.png) no-repeat 0 center;height: 30px;line-height: 30px;overflow: hidden;padding-left: 28px;}
.news02 dl dt a{display: block;font-size: 16px;color: #333;font-weight: bold;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 310px;}
.news02 dl dd{padding:5px 0 0 28px;width: 310px;}
.news02 dl dd a{display: block;font-size: 14px;color: #666;line-height: 24px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; }

/*走进惠斯通*/
.about:before{content: "";width: 50%;height: 100%;background: rgba(0,58,139,0.9);position: absolute;top: 0;right: 0;}
.ab_pic{display: block;width: 100%;line-height: 0;}
.ab_pic img{display: block;width: 100%;}
.ab_main{width: 1200px;position: absolute;top: 0;right: calc(50% - 600px);}
.about dl{width: 550px;float: right;padding: 6rem 0 0;}
.about dl dt{height: 6.5rem;position: relative;line-height: 2.6rem;}
.about dl dt:before{content: "";width: 82px;height: 4px;background: #d90006;position: absolute;bottom: 0;left: 0;}
.about dl dt a{display: block;font-size: 2rem;color: #fff;font-weight: bold;}
.about dl dt i{display: block;font-size: 1rem;font-weight: normal;}
.about dl dd{padding: 1.5rem 0 0;}
.about dl dd p{font-size: 0.8rem;color: #fff;line-height: 1.5rem;}
.about dl dd p a{color: #fff;}
.about ul{padding: 3rem 0 0;}
.about ul li{width: 47.27%;float: left;margin-left: 5%;}
.about ul li em{width: 100%;display: block;line-height: 0;overflow: hidden;border: #fff 2px solid;box-sizing: border-box;}
.about ul li em img{display: block;width: 100%;}
.about ul li span{ width:100%; display:block; text-align:center; height:1.5rem; line-height:1.5rem; padding:1rem 0 0; overflow:hidden;font-size: 0.9rem;color: #fff;}
.about ul li:hover span{font-weight: bold;}
.about ul li:first-child{margin-left: 0;}

/*企业相册*/
.photo{padding: 100px 0;}
.photo ul li{width: 222px;float: left;line-height: 0;overflow: hidden;margin-left: 18px;}
.photo ul li em{width: 222px;height: 158px;display: block;line-height: 0;overflow: hidden;}
.photo ul li img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.photo ul li span{display: block;width: 222px;text-align: center;height: 58px;line-height: 58px;font-size: 16px;color: #333;background: #f5f5f5;}
.photo ul li:hover span{background: #003a8b;color: #fff;}

/*友情链接*/
.f_link{height: 88px;line-height: 22px;overflow: hidden;margin: -80px 0 0 0px;width: 100%;}
.f_link b{display: block;float: left;font-size: 16px;color: #909090;width: 80px;text-align: right;font-weight: normal;}
.f_link p{font-size: 16px;color: #909090;float: left;width: auto;}
.f_link p a{font-size: 16px;color: #909090; padding:0 10px 0 0;}
.f_link p a:hover{color: #eee;}


/**/
@-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);
  }
}