/* 清除内外边距 */
@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{padding: 90px 0 100px;}
.yinz_tit{font-size: 40px;color: #333;text-align: center;line-height: 50px;height: 50px;overflow: hidden;background: url(../images/yinz_tline.png) no-repeat center 20px;font-weight: normal;}
.yinz_tit a{color: #333;}
.yinz_tit i{color: #1d48b0;}
.yinz_tit:hover,.yinz_tit a:hover{color: #1d48b0;}
.yinz dl{width: 340px;float: left;height: 300px;position: relative;margin: 50px 0 0;-webkit-transition:all .3s;transition:all .3s;overflow: hidden;padding: 0 0 0 60px;background: #f4f4f4;}
.yinz dl dt{width: 60px;height: 55px;padding-top: 40px;line-height: 0;}
.yinz dl dt img{width: 60px;height: 55px;}
.yinz dl dd h5{font-size: 28px;color: #333;height: 65px;line-height: 65px;overflow: hidden;background: url(../images/yinz_line.gif) no-repeat 0 bottom;font-weight: normal;}
.yinz dl dd p{font-size: 14px;color: #666;height: 50px;line-height: 25px;width: 300px;padding: 12px 0 0;overflow: hidden;}
.yinz dl dd span{font-size: 16px;color: #fff;font-weight: bold;display: block;width: 72px;height: 55px;line-height: 22px;background: url(../images/yinz_k.png) no-repeat;position: absolute;bottom: -71px;left: 0;-webkit-transition:all .3s;transition:all .3s;padding: 16px 0 0 16px;}
.yinz dl dd span i{display: block;}
.yinz dl.cur{box-shadow: 0 3px 8px 3px rgba(0,0,0,0.1);background: #fff;}
.yinz dl.cur dd h5{font-weight: bold;}
.yinz dl.cur dd span{bottom: 0;}
.yinz dl.yinz_dl01{border-radius: 15px 0 0 15px;}
.yinz dl.yinz_dl03{border-radius: 0 15px 15px 0;}

/**/
.four_bg{background: url(../images/four_bg.jpg) no-repeat center 0;height: 585px;padding: 75px 0 0;overflow: hidden;}
.four_t{padding: 50px 0 0;height: 90px; display: flex; justify-content: center; align-content: flex-end;background: url(../images/four_line01.gif) repeat-x 0 100px;}
.four_t ul li{font-size: 20px;color: #333;float: left;padding: 0 20px;cursor: pointer;height: 60px;line-height: 30px;background: url(../images/four_y01.png) no-repeat center bottom;}
.four_t ul li.on{font-weight: bold;background: url(../images/four_y02.png) no-repeat center bottom;}
.four_m dl{background: #fff;height: 338px;}
.four_m dl dt{width: 600px;height: 338px;line-height: 0;float: left;overflow: hidden;}
.four_m dl dt img{width: 600px;height: 338px;}
.four_m dl dt img,.pro_r ul li img,.ys_r dl dt img,.case dl dt img,.news01 dl dt img,.about dl dt img,.photo ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.four_m dl dt img:hover,.pro_r ul li img:hover,.ys_r dl dt img:hover,.case dl dt img:hover,.news01 dl dt img:hover,.about dl dt 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);}
.four_m dl dd{width: 510px;float: left;padding: 65px 0 0 50px;}
.four_m dl dd h5{font-size: 26px;color: #333;height: 40px;line-height: 40px;overflow: hidden;background: url(../images/four_line02.gif) no-repeat 170px 16px;padding-left: 25px;}
.four_m ul{padding: 40px 0 0;}
.four_m ul li{width: 170px;float: left;text-align: center;background: url(../images/four_line03.gif) no-repeat 0 10px;}
.four_m ul li em{width: 52px;height: 52px;display: block;line-height: 0;margin: 0 auto 10px;}
.four_m ul li em img{width: 52px;height: 52px;}
.four_m ul li b{display: block;font-size: 16px;color: #333;height: 24px;line-height: 24px;overflow: hidden;}
.four_m ul li i{display: block;font-size: 12px;color: rgba(51,51,51,0.5);text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;}
.four_m ul li:first-child{background: none;}
.four_m ul li:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}

/*产品中心*/
.product{background: url(../images/cp_bg.jpg) no-repeat center 0;height: 745px;overflow: hidden;}
.pro_l{width: 220px;border-radius: 15px 0 0 15px;background: #1d48b0;padding: 40px 0;}
.pro_l ul li{height: 57px;}
.pro_l ul li a{font-size: 16px;color: #fff;display: block;height: 46px;line-height: 46px;width: 135px;margin-left: -15px;padding-left: 85px;background: url(../images/cp_ico01.png) no-repeat 65px 18px;}
.pro_l ul li a:hover,.pro_l ul li:first-child a{font-weight: bold;background-color: #f7b000;}
.pro_r{width: 980px;}
.pro_r ul li{width: 230px;float: left;margin-left: 15px;}
.pro_r ul li em{width: 230px;height: 173px;display: block;line-height: 0;overflow: hidden;-webkit-transition:all .3s;transition:all .3s;}
.pro_r ul li img{width: 230px;height: 173px;}
.pro_r ul li h4{font-size: 14px;color: #333;height: 50px;line-height: 40px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: normal;width: 230px;text-align: center;}
.pro_r ul li:hover em{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}
.pro_r ul li:hover h4{color: #1d48b0;font-weight: bold;}

/*广告条*/
.ban01{background: url(../images/ban01.jpg) no-repeat center 0;height: 180px;overflow: hidden;padding: 55px 0 0;}
.ban01_l{width: 700px;}
.ban01_l p{font-size: 22px;color: #f7f7f7;height: 40px;line-height: 40px;}
.ban01_l span{display: block;font-size: 40px;color: #f7f7f7;line-height: 58px;height: 74px;background: url(../images/ban_line.gif) no-repeat 0 bottom;}
.ban01_l i{color: #f7b000;}
.ban01_r{width: 230px;}
.ban01_r span{font-size: 30px;color: #fff;font-weight: bold;height: 45px;display: block;text-align: right; clear:both;width: 230px;background: url(../images/ban_tel.png) no-repeat right 0;padding: 45px 0 0;}
.ban01_r p{float: right;}
.ban01_r p a{font-size: 14px;color: #333;display: block;width: 122px;height: 38px;line-height: 38px;overflow: hidden;background: #f7f7f7;border-radius: 30px;text-align: center;}
.ban01_r p a:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;background: #f7b000;color: #fff;}

/*优势*/
.ys_bg{padding: 95px 0 0;overflow: hidden;position: relative;height: 871px;z-index: 1;}
.ys_bg:before{content: "";width: 660px;height: 771px;background: #1d48b0;position: absolute;top: 195px;right: 50%;margin-right: 300px;z-index: -1;}
.ys_l{width: 300px;padding: 176px 0 0;position: relative;}
.ys_l:before{content: "";width: 1px;height: 88%;background: #345bb8;position: absolute;top: 50px;left: 0;z-index: -1;}
.ys_l ul li{font-size: 30px;color: #fff;height: 94px;line-height: 94px;overflow: hidden;margin-bottom: 30px;width: 335px;margin-left: -35px;}
.ys_l ul li em{display: block;float: left;width: 55px;height: 55px;line-height: 0;overflow: hidden;margin: 22px 20px 0 70px;}
.ys_l ul li em img{width: 55px;height: 110px;-webkit-transition:all .5s;transition:all .5s;}
.ys_l ul li.on{background: #f7b000;font-weight: bold;}

.ys_r{width: 900px;margin: 50px 0 0;}
.ys_r dl{position: relative;height: 771px;}
.ys_r dl dt{width: 1260px;height: 771px;line-height: 0;overflow: hidden;position: absolute;top: 0;left: 0;}
.ys_r dl dt img{width: 1260px;height: 771px;}
.ys_r dl dd{width: 835px;height: 138px;background: #fff;position: absolute;bottom: 0;left: 0;z-index: 10;padding: 40px 0 0 65px;}
.ys_r dl dd em{width: 92px;height: 56px;display: block;float: left;padding: 20px 20px 0 0;}
.ys_r dl dd em img{width: 92px;height: 56px;}
.ys_desc{width: 500px;float: left;}
.ys_r dl dd h5{font-size: 30px;color: #333;height: 40px;line-height: 40px;overflow: hidden;}
.ys_r dl dd p{font-size: 16px;color: #666;line-height: 24px;height: 48px;overflow: hidden;padding: 5px 0 0;}

/*应用案例*/
.case_bg{padding: 90px 0 50px;background: #f4f4f4;height:690px;}
.case .yinz_tit{background: url(../images/case_tline.png) no-repeat center 20px;}
.case_t{height: 215px;padding: 35px 0 0 50px;width: 428px;background: #fff;position: absolute;top: 150px;left: 0;z-index: 10;}
.case_t:before{content: "";width: 0;height: 0;position: absolute;bottom: -15px;left: 65px;
border-top:15px solid #fff; 
border-left:15px solid transparent;
border-right:15px solid transparent;
}
.case_t ul li{width: 130px; height: 44px; float: left;padding: 0 0 20px;} 
.case_t ul li a,.case_t span a{display: block;font-size: 20px; color: #000;width: 130px; height: 44px;line-height: 44px; text-align: center;border-radius:30px;} 
.case_t ul li.on a{background: #f7b000;font-weight: bold;color: #fff;} 
.case_t span{display: block;width: 130px; height: 44px;position: absolute;top: 164px;left: 180px;text-transform: uppercase;}
.case_m{padding: 40px 0 0;}
.case dl dt{width: 800px;height: 600px;float: right;overflow: hidden;line-height: 0;}
.case dl dt img{width: 800px;height: 600px;}
.case dl dd{width: 265px; float: left;padding: 340px 0 0 60px;} 
.case dl dd h5{height: 34px;line-height: 34px;overflow: hidden;}
.case dl dd h5 a{font-size: 20px;color: #333;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: normal;}
.case dl dd h5 a:hover{color: #1375e2;}
.case .case_desc{font-size: 14px; color: #666; line-height: 22px; height: 66px;padding: 15px 0 0; overflow: hidden;} 
.case dl dd span{display: block;padding: 25px 0 0;}
.case dl dd span a{display: block; font-size: 14px; color: #666; width: 108px; text-align: center; height: 32px; line-height: 32px; overflow: hidden;border-radius:20px;border: #a7a7a7 1px solid;}
.case dl dd span a:hover{background: #1375e2; color: #fff;border: #1375e2 1px solid;}

/*客户见证*/
.jz_bg{background: #f4f4f4;overflow: hidden;padding: 0 0 60px;}
.jz_m{width: 1200px;overflow: hidden;}
.jz_m dl{width: 520px;float: left;padding-left: 80px;position: relative;}
.jz_m dl:before{content: "";width: 1px;height: 85%;position: absolute;top: 5%;right: 0;background: #dbdbdb;}
.jz_m dl dt{width: 130px;height: 130px;line-height: 0;float: left;overflow: hidden;border-radius: 50%;}
.jz_m dl dt img{width: 130px;height: 130px;border-radius: 50%;display: block; transition: all 0.3s ease-in-out 0s;}
.jz_m dl dt:hover img{ transform: rotateY(180deg);}
.jz_m dl dd{width: 280px;float: left;padding: 15px 0 0 20px;}
.jz_m dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.jz_m dl dd h5 a{font-size: 20px;color: #333;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.jz_m dl dd h5 a:hover{color: #1375e2;}
.jz_m dl dd span{display: block;font-size: 14px;color: #333;height: 30px;line-height: 30px;overflow: hidden;}
.jz_m .jz_desc{font-size: 14px;color: #666;line-height: 22px;height: 44px;overflow: hidden;}
.jz_bot{padding: 25px 0 0; display: flex; justify-content: center; align-content: flex-end;}
.jz_bot ul li{background:#000;width: 10px;height: 10px;float: left;margin: 0 10px; cursor: pointer;text-indent:-99999px;border-radius: 50%;}
.jz_bot ul li.on{background:#f7b000;}

/*合作客户*/
.hz_bg{background: url(../images/hz_bg.gif) no-repeat center 0;height: 240px;overflow: hidden;}
.hz ul li{width: 200px;height: 125px;float: left;line-height: 0;background: #fff;padding: 20px 20px 0;position: relative;-webkit-transition:all .3s;transition:all .3s;margin-bottom: 10px;}
.hz ul li:before{content: "";width: 1px;height:70px;background:#e5e5e5;position: absolute;top: 37px;right: 0;}
.hz ul li img{width: 200px;height: 100px;}
.hz p{width: 54px;height: 54px;position: absolute;top: 55px;border-radius: 50%;line-height: 0;-webkit-transition:transform .3s;transition:transform .3s;cursor: pointer;}
.hz p img{width: 54px;height: 54px;}
.hz_lico{left: -70px;}
.hz_rico{right: -70px;}
.hz p:hover{-webkit-transform:translate(0,-2px);transform:translate(0,-2px);box-shadow: 0 2px 3px 2px rgba(0,0,0,0.1);}
.hz ul li:hover{box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);z-index: 10;}

/*新闻资讯*/
.news{padding: 0 0 80px;overflow: hidden;}
.news_tit{font-size: 40px;color: #333;position: absolute;top: 40px;left: 0;width: 210px;}
.news_tit a{color: #333;font-weight: normal;}
.news_tit a:hover,.news01 dl dd h5 a:hover,.news_qie dl:hover dt a{color: #1d48b0;}
.news_tit span{display: block;font-size: 50px;text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;font-weight: bold;position: relative;height: 70px;line-height: 70px;margin-bottom: 5px;color: #333;}
.news_tit span:before{content: "";width: 200px;height: 3px;position: absolute;bottom: 0;left: 0;background: #ececec;}
.news_t{width: 300px;padding: 300px 0 0;float: left;}
.news_t ul li{width: 150px;height: 44px;padding-top: 12px;}
.news_t ul li a{font-size: 18px;color: #333;display: block;width: 150px;text-align: center;height: 44px;line-height: 44px;background: #f4f4f4;overflow: hidden;border-radius: 30px;}
.news_t ul li.on a,.news_t ul li a:hover{color: #fff;background: #1d48b0;}
.news_con{width: 900px;float: left;}
.news01{width: 900px;height: 261px;padding-bottom: 28px;border-bottom: #e8e8e8 1px solid;margin-bottom: 20px;}
.news01 dl dt{width: 464px;height: 261px;line-height: 0;float: left;overflow: hidden;}
.news01 dl dt img{width: 464px;height: 261px;}
.news01 dl dd{width: 350px;float: left;padding: 15px 0 0 40px;}
.news01 dl dd h5{line-height: 24px;max-height: 48px;overflow: hidden;padding: 25px 0 0;}
.news01 dl dd h5 a{font-size: 18px;color: #1a1a1a;}
.news_desc{font-size: 14px;color: #666;height: 50px;line-height: 25px;overflow: hidden;padding: 10px 0 0;}
.news01 dl dd span{display: block;font-size: 40px;color: #333;font-weight: bold;font-family: "DINOT";height: 50px;line-height: 50px;position: relative;overflow: hidden;z-index: 1;width: 145px;text-align: center;}
.news01 dl dd span:before{content: "";width: 100%;height: 16px;position: absolute;bottom: 0;left: 0;background: #f7b000;z-index: -1;}
.news_qie dl{width: 320px;float: left;position: relative;height: 120px;}
.news_qie dl:before{content: "";width: 1px;height: 100%;position: absolute;top: 0;right: 30px;background: #e8e8e8;}
.news_qie dl dt{height: 50px;line-height: 50px;overflow: hidden;}
.news_qie dl dt a{font-size: 14px;color: #333;font-weight: bold;display: block;width: 260px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_qie dl dd{width: 260px;}
.news_qie .news_desc{padding: 0;}
.news_m .news_lico{width: 22px;height: 22px;background: #333;position: absolute;top: 355px;left: -50px;border-radius: 50%;z-index: 10;}
.news_m .news_lico:hover{background: #1d48b0;}

/*走进昆山光进*/
.about{background:#f4f4f4;overflow: hidden;padding: 80px 0 110px;}
.about .yinz_tit{background: url(../images/ab_tline.png) no-repeat center 20px;}
.about dl{position: relative;height: 559px;width: 1200px;margin-top: 40px;}
.about dl dt{height: 559px;width: 1200px;line-height: 0;overflow: hidden;}
.about dl dt img{height: 559px;width: 1200px;}
.about dl dd{width: 265px;height: 424px;padding: 115px 35px 0;position: absolute;top: 10px;right: 10px;background: rgba(29,72,176,0.9);}
.about dl dd h5{height: 50px;line-height: 50px;overflow: hidden;position: relative;}
.about dl dd h5 a{font-size: 20px;color: #fff;}
.about dl dd h5:before{content: "";width: 34px;height: 2px;background: #f7b000;position: absolute;bottom: 0;left: 0;}
.about .ab_desc{font-size: 14px;color: rgba(255,255,255,0.5);line-height: 24px;height: 120px;overflow: hidden;padding: 15px 0 0;}
.about dl dd span{display: block;padding: 50px 0 0;}
.about dl dd span a{font-size: 14px;color: #fff;width: 120px;height: 40px;line-height: 40px;background: #f7b000;border-radius: 10px;display: block;}
.about dl dd em{width: 30px;height: 24px;display: block;float: left;line-height: 0;padding: 9px 10px 0;}
.about dl dd em img{width: 30px;height: 24px;}
.about dl dd span a:hover{background: #1d48b0;}
.ab_bot{height: 150px;background: #fff;position: absolute;top: 574px;left: 120px;width: 960px;}
.ibrand-num{overflow:hidden;margin:35px 0 0;}
.ibrand-num li{float:left;height:100px;margin-left:70px;color:#333;font-size:24px;position: relative;}
.ibrand-num li:before{content: "";width: 1px;height: 52px;background: #d7d7d7;position: absolute;top: 15px;right: 0;}
.ibrand-num li:first-child{margin-left:160px;}
.ibrand-num li span{font-size:50px;color: #1d48b0;font-family:"DINOT";line-height: 50px;font-weight: bold;}
.ibrand-num li b{display: block;font-weight: normal;}
.ibrand-num li.ab_li01{width: 215px;}
.ibrand-num li.ab_li02{width: 180px;}
.ibrand-num li.ab_li03{width: 150px;}
.ibrand-num li.ab_li03:before{background: none;}

/*公司相册*/
.photo_bg{background: #f4f4f4;padding: 0 0 55px;}
.photo_tit{height: 66px;line-height: 66px;border-bottom: #d9d9d9 1px solid;background: url(../images/photo_ico.gif) no-repeat 0 15px;padding-left: 45px;}
.photo_tit a{font-size: 20px;color: #000;}
.photo_tit span{float: right;}
.photo_tit span a{font-size: 14px;font-weight: normal;text-transform: uppercase;}
.photo_qie{padding: 30px 0 0;width: 1200px;overflow: hidden;}
.photo ul li{width: 228px;float: left;padding-left: 13px;}
.photo ul li em{width: 228px;height: 170px;display: block;line-height: 0;overflow: hidden;}
.photo ul li img{width: 228px;height: 170px;}
.photo ul li span{display: block;font-size: 14px;color: #666;width: 228px;text-align: center;height: 30px;line-height: 30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding: 10px 0 0;}

/*友情链接*/
.f_link{height: 64px;line-height: 64px;overflow: hidden;margin: -64px 0 0 465px;width: 735px;}
.f_link b{display: block;float: left;font-size: 14px;color: rgba(255,255,255,0.7);width: 80px;font-weight: normal;}
.f_link p{font-size: 14px;color: rgba(255,255,255,0.7);float: left;width: 420px;}
.f_link p a{font-size: 14px;color: rgba(255,255,255,0.7); padding:0 10px 0 0;}
.f_link p a:hover{color: #fff;}

/**/
@-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);
  }
}