/* 清除内外边距 */
@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: #f3f3f3;padding: 78px 0 0;border-top: #e5eaef 1px solid;}
.yinz_l{background: url(../images/yinz_k.gif) no-repeat;width: 560px;height: 480px;margin-left: -26px;}
.yinz_video{margin: 10px 8px;width: 520px;height: 340px;border-radius: 20px;}
.yinz_video img{border-radius: 20px;}
.yinz_r{width: 620px;background: url(../images/yinz_tbg.gif) no-repeat 30px 0;position: relative;z-index: 1;}
.yinz_r:before{content: "";width: 108%;height: 1px;background: #333;position: absolute;top: 195px;left: -30px;z-index: -1;}
.yinz_r h5{font-size: 40px;color: #333;padding: 40px 0 0 30px;line-height: 40px;height: 116px;}
.yinz_r h5 span{display: block;font-size: 20px;color: #666;font-weight: normal;padding: 5px 0 0;}
.yinz_r ul li{width: 155px;float: left;text-align: center;}
.yinz_r ul li em{width: 68px;height: 68px;display: block;line-height: 0;background: #333;border-radius: 50%;border: #f3f3f3 4px solid;margin: 0 auto;}
.yinz_r ul li em img{width: 68px;height: 68px;}
.yinz_r ul li b{display: block;font-size: 24px;color: #333;height: 30px;line-height: 30px;overflow: hidden;padding: 8px 0 0;}
.yinz_r ul li span{display: block;font-size: 14px;color: #666;padding: 10px 0 0;line-height: 25px;}
.yinz_r ul li i{display: block;}
.yinz_r ul li:hover em{border: #c7cbde 4px solid;background: #172a88;}

/**/
.chanp{background: url(../images/cp_line01.gif) repeat-x 0 220px;padding: 100px 0 12px;}
.cp_tit{font-size: 40px;color: #333;text-align: center;line-height: 40px;height: 90px;overflow: hidden;}
.cp_tit a{color: #333;}
.cp_tit span{display: block;font-size: 20px;color: #666;font-weight: normal;padding: 5px 0 0;}
.cp_t{padding: 25px 0 0;height: 96px;}
.cp_t ul li{padding: 26px 0 0;width: 150px;float: left;}
.cp_t ul li a{font-size: 20px;color: #333;display: block;width: 122px;text-align: center;height: 40px;line-height: 40px;overflow: hidden;border: #f2f2f2 2px solid;margin: 0 auto;border-radius: 30px;}
.cp_t ul li:hover{background: url(../images/cp_line02.png) no-repeat center 0;}
.cp_t ul li:hover a{border: #172a88 2px solid;}
.cp_l{width: 581px;height: 775px;position: relative;line-height: 0;}
.cp_l img{width: 581px;height: 775px;}
.cp_l b{display: block;font-size: 28px;color: #fff;width: 581px;text-align: center;height: 50px;line-height: 50px;position: absolute;top: 85px;left: 0;}
.cp_r{width: 616px;}
.cp_r ul li{width: 276px;height: 368px;float: left;line-height: 0;position: relative;margin: 0 0 37px 32px;-webkit-transition:transform .3s;transition:transform .3s;border-radius: 8px;}
.cp_r ul li img{width: 276px;height: 368px;display: block;border-radius: 8px;}
.cp_r ul li span{display: block;font-size: 16px;color: #333;width: 276px;text-align: center;height: 40px;line-height: 28px;position: absolute;bottom: 0;left: 0;border-bottom: #172a88 4px solid;border-radius: 0 0 5px 5px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.cp_r ul li.nobor span{color: #fff;border-bottom: none;}
.cp_r ul li:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);}

/*产品分类*/
.fenl{height: 140px;background: #f2f2f2;margin-bottom: 100px;border-radius: 8px;}
.fenl_l{padding: 25px 0 0 30px;width: 230px;background: url(../images/cp_line03.gif) no-repeat right 35px;}
.fenl_l a{font-size: 26px;color: #333;}
.fenl_l em{width: 160px;height: 25px;display: block;padding: 0 0 10px;}
.fenl_l em img{width: 160px;height: 25px;}
.fenl_r{width: 920px;padding: 23px 0 0 20px;}
.fenl_r ul li{height: 44px;overflow: hidden;float: left;width: 152px;}
.fenl_r ul li a{font-size: 16px;color: #666;display: block;background: url(../images/cp_ico01.png) no-repeat 0 15px;width: 130px;height: 44px;line-height: 44px;padding: 0 0 0 22px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.fenl_r ul li a:hover{color: #172a88;background: url(../images/cp_ico02.png) no-repeat 0 15px;}

/*研发赢领*/
.six_bg{background: url(../images/six_bg.jpg) no-repeat center 0;height: 717px;overflow: hidden;padding: 86px 0 0;}
.six_tit{font-size: 40px;color: #fff;height: 110px;line-height: 50px;overflow: hidden;background: url(../images/six_line.gif) no-repeat 0 bottom;}
.six_tit span{display: block;font-size: 20px;font-weight: normal;}
.six_m{padding: 40px 0 0;height: 110px;}
.six_m p{font-size: 16px;color: #ccc;line-height: 36px;}
.six_bot{width: 700px;}
.six_bot ul li{width: 170px;height: 140px;float: left;border: #fff 1px solid;border-radius: 10px;padding: 20px 0 0 30px;margin: 0 30px 30px 0;cursor: pointer;}
.six_bot ul li em{width: 50px;height: 45px;display: block;line-height: 0;overflow: hidden;}
.six_bot ul li em img{width: 50px;height: 90px;-webkit-transition:all .5s;transition:all .5s;}
.six_bot ul li span{display: block;font-size: 18px;color: #fff;line-height: 32px;padding: 8px 0 0;}
.six_bot ul li b{display: block;font-size: 22px;}
.six_bot ul li.on{background: #172a88;border: #172a88 1px solid;}
.six_bot ul li.on em img{margin-top: -45px;}

/*聚焦服务*/
.fuw_bg{background: url(../images/fuw_bg.jpg) no-repeat center 0;height: 740px;overflow: hidden;padding: 100px 0 0;}
.fuw:before{content: "";width: 3px;height: 300px;position: absolute;top: 265px;right: 0;background:url(../images/fuw_line.png) no-repeat;}
.fuw_m{font-size: 16px;color: #333;line-height: 30px;height: 90px;text-align: center;overflow: hidden;padding: 35px 0 0;}
.fuw dl{width: 200px;float: left;height: 300px;position: relative;background:url(../images/fuw_line.png) no-repeat;overflow: hidden;margin-top: 50px;}
.fuw dl dt{width: 200px;text-align: center;padding: 45px 0 0;}
.fuw dl dt i{display: block;font-size: 18px;color: #333;height: 30px;line-height: 30px;overflow: hidden;}
.fuw dl dt em,.fuw dl dd em{width: 75px;height: 66px;display: block;line-height: 0;overflow: hidden;margin: 55px auto 20px;}
.fuw dl dt em img,.fuw dl dd em img{width: 75px;height: 66px;}
.fuw dl dt p{font-size: 20px;color: #333;line-height: 28px;}
.fuw dl dt span{display: block;font-size: 12px;color: #dedede;text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;}
.fuw dl dd{width: 200px;height: 0;position: absolute;top: 0;left: 0;text-align: center;overflow: hidden;}
.fuw dl dd .fuw_desc{position: absolute;top: 0;left: 0;width: 200px;height: 300px;z-index: 10;}
.fuw dl dd em{margin: 50px auto 20px;}
.fuw dl dd b{display: block;font-size: 20px;color: #fff;height: 40px;line-height: 40px;overflow: hidden;}
.fuw dl dd p{font-size: 16px;color: #fff;line-height: 30px;width: 170px;margin: 0 auto;max-height: 150px;padding: 15px 0 0;}
.fuw dl dd {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  transition: all 0.3s;
}
.fuw dl dd:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(23,42,136,1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 10px;
}
.fuw dl.cur dd:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.fuw dl.cur dd{height: 300px;}

/**/
.four{width: 1200px;height: 155px;background: #fff;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);padding: 63px 0 0;margin: -105px auto 100px;position: relative;z-index: 5;}
.ibrand-num li{float:left;height:100px;color:#333;font-size:20px;position: relative;}
.ibrand-num li:before{content: "";width: 1px;height: 80px;background: #e5e5e5;position: absolute;top: 10px;right: 0;}
.ibrand-num li span{font-size:60px;font-family: "Impact";line-height: 60px;padding-right: 5px;}
.ibrand-num li b{display:block;font-size: 18px;font-weight: normal; padding:5px 0 0;}
.ibrand-num li em{width: 25px;height: 25px;display: block;position: absolute;top: -3px;left: 50px;}
.ibrand-num li em img{width: 25px;height: 25px;}
.ibrand-num li.four_li01{margin-left: 50px;width: 205px;}
.ibrand-num li.four_li02{margin-left: 90px;width: 205px;}
.ibrand-num li.four_li03{margin-left: 90px;width: 240px;}
.ibrand-num li.four_li04{margin-left: 65px;width: 240px;}
.ibrand-num li.four_li04:before{background: none;}
.ibrand-num li.four_li04 em{left: 36px;}

/*案例*/
.case{padding: 0 0 100px;}
.case_m{padding: 40px 0 0;width: 1200px;overflow: hidden;}
.case dl{width: 352px;float: left;margin-right: 70px;}
.case dl dt{width: 352px;height: 198px;line-height: 0;overflow: hidden;position:relative;}
.case dl dt span{display: block;position: absolute;bottom: 0;left: 0;font-size: 14px;color: #fff;width: 30%;text-align: center;height: 30px;
line-height: 30px;overflow: hidden;background: #172a88;z-index:5;}
.case dl dt img{width: 352px;height: 198px;}
.case dl dt img,.news_l img,.about dl dt img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.case dl dt img:hover,.news_l img:hover,.about dl dt img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.case dl dd{width: 352px;padding: 20px 0 0;}
.case dl dd h5{height: 44px;line-height: 44px;overflow: hidden;}
.case dl dd h5 a{font-size: 24px;color: #333;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: normal;}
.case dl dd h5 a:hover{color: #172a88;}
.case .case_desc{font-size: 14px;color: #666;line-height: 25px;height: 75px;overflow: hidden;padding: 10px 0 0;}
.case dl dd em{display: block;width: 120px;padding: 30px 0 0;}
.case dl dd em a{display: block;width: 120px;text-align: center;height: 30px;line-height: 30px;font-size: 16px;color: #666;border-radius: 30px;border: #959595 2px solid;}
.case dl dd em a:hover{background: #172a88;color: #fff;border: #172a88 2px solid;}
.case_lico,.case_rico{width: 24px;height: 38px;position: absolute;top: 210px;}
.case_lico a,.case_rico a{width: 24px;height: 38px;display: block;}
.case_lico{left: -50px;}
.case_rico{right: -50px;}
.case_lico a{background:url(../images/case_lico01.png) no-repeat;}
.case_lico a:hover{background:url(../images/case_lico02.png) no-repeat;}
.case_rico a{background:url(../images/case_rico01.png) no-repeat;}
.case_rico a:hover{background:url(../images/case_rico02.png) no-repeat;}

/*广告条*/
.ban01{background: url(../images/ban01.jpg) no-repeat center 0;height: 285px;overflow: hidden;padding: 65px 0 0;}
.ban01_l{color: #fff;}
.ban01_l p{font-size: 40px;height: 60px;line-height: 60px;overflow: hidden;margin-bottom:20px;}
.ban01_l span{display: block;font-size: 30px;line-height: 66px;}
.ban01_l i{padding-left: 70px;}
.ban01_l span.ban01_span01{padding-left: 78px;}
.ban01_l span.ban01_span02{padding-left: 105px;}
.ban01_l em{display: block;position: absolute;}
.ban01_l em.ban01_em01{top: 80px;left: 0;}
.ban01_l em.ban01_em02{top: 145px;left: 328px;}
.ban01_r{padding: 115px 0 0;}
.ban01_r em{display: block;width: 120px;float: right;}
.ban01_r em a{display: block;font-size: 16px;color: #fff;width: 120px;text-align: center;height: 38px;line-height: 38px;overflow: hidden;border-radius: 30px;border: #fff 1px solid;}
.ban01_r em a:hover{background: #fff;color: #172a88;}
.ban01_r p{font-size: 24px;color: #fff;height: 60px;line-height: 60px;overflow: hidden;text-align: right;clear: both;}

/**/
.news{padding: 90px 0;}
.news .cp_tit{line-height: 60px;}
.news_l{width: 770px;}
.news_tit{height: 60px;line-height: 60px;overflow: hidden;border-bottom: #dcdcdc 1px solid;background:url(../images/news_line01.gif) no-repeat 0 16px;}
.news_tit a{font-size: 26px;color: #333;padding-left: 20px;}
.news_tit a:hover,.news_l dl dd h5 a:hover,.wd dl dt a:hover,.about dl dd h2 a:hover{ color: #172a88;}
.news01 dl{padding: 40px 0;width: 770px;border-bottom: #d9d9d9 1px dashed;height: 170px;overflow: hidden;}
.news01 dl dt{width: 300px;height: 170px;overflow: hidden;line-height: 0;float: left;}
.news01 dl dt img{width: 300px;height: 170px;}
.news01 dl dd{padding-top: 6px;width: 450px;float: right;}
.news01 .news_r{width: 340px;float: left;padding: 0 20px 0 0; overflow:hidden;}
.news01 dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.news01 dl dd h5 a{font-size: 16px;color: #333;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 100%;}
.news01 .news_desc{font-size: 14px; color: #888; line-height: 24px; height: 72px; overflow: hidden;padding: 5px 0 0;} 
.news01 dl dd em{display: block;padding: 18px 0 0;width: 132px;}
.news01 dl dd em a{display: block;width: 132px;text-align: center;height: 32px;line-height: 32px;background: #172a88;font-size: 14px;color: #fff;}
.news01 dl dd span{display: block;float: left;height: 53px;width: 90px; font-size: 14px; background:url(../images/news_line02.gif) no-repeat 0 10px;line-height: 32px;padding: 15px 0 0;color: #333; font-family:Arial, Helvetica, sans-serif;text-align: center;margin-top: 30px;}
.news01 dl dd span b{display: block;font-size: 40px;}
.news02{width: 770px;padding: 20px 0 0;overflow: hidden;position:relative;height:230px;}
.news02 .news_tit{border-bottom: none;}
.news02 .news_btn{position: absolute;top: 37px;right: 12px;}
.news02 p{width: 24px;height: 24px;float:left;padding:0 0 0 10px;cursor:pointer;}
.news02 p img{width: 24px;height: 24px;}
.news02 ul li{width: 229px;float: left;margin-right: 35px;}
.news02 ul li em{width: 229px;height: 129px;display: block;line-height: 0;overflow: hidden;}
.news02 ul li img{width: 229px;height: 129px;}
.news02 ul li span{display: block;width: 219px;font-size: 14px;color: #333;height: 30px;line-height: 30px;padding: 10px 5px 0;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.hvr-wobble-top {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*技术问答*/
.wd{width: 360px;}
.wd_m{padding: 30px 0 0;overflow: hidden;}
.wd dl{height: 100px;width: 340px;padding: 15px 0 0;border-bottom: #e5e5e5 1px solid;margin-left: 20px;}
.wd dl dt{height: 30px;line-height: 30px;overflow: hidden;}
.wd dl dt a{font-size: 14px;color: #333;display: block;width: 340px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.wd dl dd{font-size: 14px;color: #888;height: 50px;line-height: 25px;overflow: hidden;}
.wd dl dd a{color: #888;display: block;}

/*关于我们*/
.ab_bg{background:url(../images/ab_bg.jpg) no-repeat center 0; overflow:hidden;height: 680px;}
.about dl{position: relative;}
.about dl dt{width: 960px;height: 680px;line-height: 0;overflow: hidden;position: absolute;top: 0;right: 50%;}
.about dl dt img{width: 960px;height: 680px;}
.about dl dd{width: 560px;float: right;padding:80px 0 0;}
.about dl dd em{display: block;height: 95px;}
.about dl dd h2{font-size: 40px;color: #333;line-height: 44px;height: 110px;overflow: hidden;}
.about dl dd h2 a{color: #333;}
.about dl dd h2 i{color: #172a88;}
.about dl dd h2 span{display: block;font-size: 20px;font-weight: normal;}
.about .ab_desc{font-size: 16px;color: #666;line-height: 36px;height: 144px;overflow: hidden;}
.ab_more{display: block;line-height: 36px;margin: -36px 0 0 260px;}
.ab_more a{font-size: 16px;color: #172a88;}
.iserve{margin-top:40px;height:130px;}
.iserve li{float:left;width:80px;height:80px;position:relative;text-align:center;margin-right: 40px;font-size:16px;}
.iserve li a{color: #333;}
.iserve li em{display: block;padding: 90px 0 0;}
.iserve li .hover,.iserve li .default{background:url(../images/iserve_bg.png);}
.iserve li i{display:block;width:40px;height:40px;margin:20px auto 2px;background:url(../images/iserve_icon.png);}
.iserve li .hover,.iserve li .default{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all .5s linear;-webkit-transition:all .5s linear;}
.iserve li .default{background-position:0 0;}
.iserve li .hover{background-position:0 -80px;opacity:0;visibility:hidden;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
.iserve li.d1 .default i{background-position:0 0;}
.iserve li.d1 .hover i{background-position:-40px 0;}
.iserve li.d2 .default i{background-position:0 -40px;}
.iserve li.d2 .hover i{background-position:-40px -40px;}
.iserve li.d3 .default i{background-position:0 -80px;}
.iserve li.d3 .hover i{background-position:-40px -80px;}
.iserve li.d4 .default i{background-position:0 -120px;}
.iserve li.d4 .hover i{background-position:-40px -120px;}
.iserve li.d5 .default i{background-position:0 -160px;}
.iserve li.d5 .hover i{background-position:-40px -160px;}
.iserve li.d5{margin-right: 0;}
.iserve li:hover .hover{opacity:1;visibility:visible;-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
.iserve li:hover .default{opacity:0;visibility:hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}

/*友情链接*/
.f_link{height: 55px;line-height: 55px;overflow: hidden;}
.f_link b{display: block;float: left;font-size: 14px;color: #333;width: 80px;}
.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);}
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}