/* ------ 首页公用css ------- */
@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: 1300px; width: 100%;}
.content{ width:1300px; margin:0 auto;}

/* ------- 正文css开始 ------- */
/**/
.yin{padding: 90px 0 70px;}
.yin_l{width: 680px;}
.yin_l h2{font-size: 32px;color: #333;font-weight: normal;height: 110px;line-height: 40px;background: url(../images/yin_line.gif) no-repeat 0 107px;margin-bottom: 25px;}
.yin_l h2 span{display: block;font-size: 22px;color: #666;padding: 7px 0 0;}
.yin_l ul li{width: 340px;float: left;height: 38px;line-height: 38px;overflow: hidden;background: url(../images/yin_ico01.gif) no-repeat 0 15px;}
.yin_l ul li a{font-size: 16px;color: #666;display: block;padding-left: 20px;width: 320px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.yin_l ul li a:hover{color: #369eeb;}
.yin_r{width: 516px;}
.yin_r p{font-size: 16px;color: #333;height: 66px;line-height: 58px;overflow: hidden;background: url(../images/yin_ico02.gif) no-repeat 440px 22px;}
.yin_r ul li{width: 238px;float: left;margin-right: 40px;-webkit-transition:transform .3s;transition:transform .3s;}
.yin_r ul li img{width: 238px;height: 138px;}
.yin_r ul li span{display: block;font-size: 16px;color: #333;height: 40px;line-height: 40px;overflow: hidden;width: 238px;text-align: center;}
.yin_r ul li.nobor{margin-right: 0;}
.yin_r ul li:hover{-webkit-transform:translate(0,-10px);transform:translate(0,-10px);}

/*产品优势*/
.sheb{background:url(../images/six_bg.jpg) no-repeat center 0;height: 800px;overflow: hidden;padding: 79px 0 0;}
.sheb_t{font-size: 36px;color: #333;text-align: center;font-weight: normal;height: 112px;line-height: 40px;background:url(../images/six_line.png) no-repeat center 109px;}
.sheb_t a{color: #333;}
.sheb_t span{display: block;font-size: 22px;color: #666;padding: 10px 0 0;}
.sheb_t em{display: block;font-size: 30px;padding: 0 0 10px;}
.sheb_pic{width: 703px;height: 593px;display: block;line-height: 0;padding: 33px 0 0;}
.sheb_pic img{width: 703px;height: 593px;}
.sheb p{position: absolute;right: 0;}
.sheb p b{display: block;float: left;width: 54px;height: 54px;background: #bfbfbf;border-radius: 50%;font-size: 30px;color: #fff;text-align: center;line-height: 54px;font-style: italic;margin: 5px 25px 0 0;}
.sheb p span{display: block;float: left;font-size: 16px;color: #666;line-height: 34px;height: 80px;overflow: hidden;background:url(../images/six_line02.png) no-repeat 0 79px;}
.sheb p em{display: block;font-size: 24px;color: #333;}
.sheb p i{font-weight: bold;}
.sheb p:hover b{background: #369eeb;}
.sheb p.sheb_p01{top: 166px;width: 700px;}
.sheb p.sheb_p01 span{width: 620px;}
.sheb p.sheb_p02{top: 260px;width: 650px;}
.sheb p.sheb_p02 span{width: 570px;}
.sheb p.sheb_p03{top: 358px;width: 630px;}
.sheb p.sheb_p03 span{width: 550px;}
.sheb p.sheb_p04{top: 450px;width: 640px;}
.sheb p.sheb_p04 span{width: 560px;}
.sheb p.sheb_p05{top: 545px;width: 685px;}
.sheb p.sheb_p05 span{width: 600px;}
.sheb p.sheb_p06{top: 640px;width: 770px;}
.sheb p.sheb_p07 span{width: 600px;}

/*产品中心*/
.chanp{padding: 75px 0 60px;}
.chanp .sheb_t{margin-bottom: 50px;}
.chanp dl{width: 24%;float: left;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);padding: 0 0 60px;background:url(../images/cp_ico02.png) no-repeat right bottom;margin-bottom: 20px;margin-right: 1.3%;}
.chanp dl dt{width: 51%;float: left;}
.chanp dl dt img{width: 100%;}
.chanp dl dd{width: 44%;float: right;padding: 40px 0 0;}
.chanp dl dd h5{height: 30px;line-height: 30px;overflow: hidden;font-weight: normal;}
.chanp dl dd h5 a{font-size: 24px;color: #333;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;display:block;width:98%;}
.chanp dl dd h5 a:hover{color: #369eeb;}
.cp_desc{padding: 15px 0 0;font-size: 14px;line-height: 24px;height: 110px;overflow: hidden;}
.chanp dl dd p{color: #666;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.chanp dl dd span{display: block;color: #333;padding: 10px 0 0;}
.chanp dl dd em{display: block;width: 28px;padding: 20px 0 0;-webkit-transition:transform .3s;transition:transform .3s;}
.chanp dl dd em img{width: 28px;height: 28px;}
.chanp dl:hover dd em{-webkit-transform:translate(10px,0);transform:translate(10px,0);}
.chanp dl:hover{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.2);}
.chanp dl.nobor{margin-right: 0;}

/*高性价比*/
.pk{background:url(../images/pk_bg.jpg) no-repeat center 0;height: 937px;overflow: hidden;padding: 75px 0 0;}
.pk .sheb_t{margin-bottom: 38px;}
.pk ul li{font-size: 16px;color: #333;}
.pk ul li em{width: 178px;display: block;float: left;padding-left: 50px;}
.pk ul li p{float: left;}
.pk ul li b{display: block;padding: 20px 0 0;}
.pk ul li i{display: block;line-height: 30px;}
.pk ul li.pk_li01{height: 92px;font-size: 18px;color: #fff;}
.pk ul li.pk_li01 em{font-weight: bold;height: 92px;line-height: 92px;}
.pk ul li.pk_li02{height: 65px;line-height: 65px;}
.pk ul li.pk_li03{height: 127px;}
.pk ul li.pk_li03 em{height: 127px;line-height: 127px;}
.pk ul li.pk_li03 p,.pk ul li.pk_li04 p,.pk ul li.pk_li05 p{padding-top: 16px;}
.pk ul li.pk_li04,.pk ul li.pk_li05{height: 95px;}
.pk ul li.pk_li04 em,.pk ul li.pk_li05 em{height: 95px;line-height: 95px;}
.pk ul li.pk_li05 p.pk_p01,.pk ul li.pk_li05 p.pk_p03{padding-top: 30px;}
.pk ul li.pk_li06{height: 87px;}
.pk ul li.pk_li06 em{color: #fff;}
.pk ul li.pk_li06 p{padding-top: 20px;}
.pk ul li p.pk_p01{width: 300px;padding-left: 33px;}
.pk ul li p.pk_p02{width: 320px;padding-left: 34px;}
.pk ul li p.pk_p03{width: 345px;padding-left: 40px;}

.pk_bot{padding: 44px 0 0;}
.pk_bot em{width: 575px;height: 70px;display: block;float: left;}
.pk_bot em img{width: 575px;height: 70px;}
.pk_tel{width: 385px;padding: 20px 0 0;}
.pk_tel p{font-size: 18px;color: #333;text-align: right;line-height: 32px;padding-right: 10px;height: 103px;}
.pk_tel i{font-size: 26px;color: #333;}
.pk_tel span{font-size: 26px;color: #333;display: block;}
.pk_tel b{display: block;width: 385px;}
.pk_tel b a{display: block;font-size: 18px;color: #fff;width: 130px;text-align: center;height: 38px;line-height: 38px;background: #369eeb;overflow: hidden;border-radius: 3px;float: right;font-weight: normal;}
.pk_tel b a:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}

/*产品方案*/
.case{padding: 40px 0 90px;}
.case_l{width: 244px;height: 484px;background: #f3f3f3;margin-top: 40px;}
.case_l ul li{width: 244px;height: 60px;position: relative;}
.case_l ul li a,.case_l span a{font-size: 18px;color: #333;width: 164px;height: 60px;display: block;line-height: 60px;background:url(../images/case_ico01.gif) no-repeat 60px 25px;padding-left: 80px;}
.case_l ul li a:hover,.case_l ul li.on a{background: #369eeb url(../images/case_ico02.gif) no-repeat 60px 25px;color: #fff;font-weight: bold;}
.case_l ul li.on:before{content: "";width: 0;height: 0;position: absolute;right: -8px;top: 50%;margin-top: -4px;z-index: 10;
border-left:8px solid #369eeb; 
border-top:8px solid transparent;
border-bottom:8px solid transparent;
}
.case_l span a:hover{font-weight: bold;}
.case_r{width: 1056px;margin-top: 40px;}
.case_r dl{width: 1056px;height: 484px;background: #f3f3f3;}
.case_r dl dt{width: 644px;height: 484px;line-height: 0;overflow: hidden;float: left;}
.case_r dl dt img,.case_r ul li img,.fuw dl dt img,.news img{width: 644px;height: 484px;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.case_r dl dt img:hover,.case_r ul li img:hover,.fuw dl dt img:hover,.news img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.case_r dl dd{width: 412px;height: 484px;float: left;}
.case_r dl dd b{display: block;font-size: 108px;color: #e8edf2;text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;height: 90px;line-height: 90px;}
.case_r dl dd h5{padding:10px 0 0 50px;height: 60px;line-height: 60px;overflow: hidden;font-weight: normal;}
.case_r dl dd h5 a{font-size: 32px;color: #333;}
.case_r dl dd h5 a:hover{color: #369eeb;}
.case_r .case_desc{font-size: 16px;color: #666;line-height: 30px;height: 90px;overflow: hidden;padding:10px 0 0 50px;width: 330px;}
.case_r dl dd span{width: 31px;height: 31px;display: block;padding:20px 0 0 50px;-webkit-transition:transform .3s;transition:transform .3s;}
.case_r dl dd span img{width: 31px;height: 31px;}
.case_r dl dd span:hover{-webkit-transform:translate(10px,0);transform:translate(10px,0);}
.case_r ul{display: block;padding: 40px 0 0;margin-left: -125px;position: relative;z-index: 5;}
.case_r ul li{width: 152px;height: 115px;line-height: 0;float: left;overflow: hidden;margin-right: 16px;}
.case_r ul li img{width: 152px;height: 115px;}

/*全方位服务*/
.fuw{background: #f1f1f1;padding: 75px 0 60px;}
.fuw dl{float: left;width: 650px;height: 407px;background: #fff;margin-top: 40px;}
.fuw dl dt{width: 342px;height: 407px;float: left;line-height: 0;overflow: hidden;}
.fuw dl dt img{width: 342px;height: 407px;}
.fuw dl dd{width: 260px;float: left;padding: 35px 0 0 28px;}
.fuw dl dd h5{font-size: 32px;color: #333;height: 90px;border-bottom: #dcdcdc 1px solid;line-height: 34px;background:url(../images/fuw_ico.gif) no-repeat 125px 38px;}
.fuw dl dd h5 i{display: block;font-size: 18px;color: #666;font-weight: normal;}
.fuw_desc{padding: 20px 0 0;}
.fuw dl dd p{font-size: 14px;color: #6e6e6e;line-height: 24px;background:url(../images/fuw_ico02.gif) no-repeat 0 10px;padding-left: 10px;}
.fuw_r{width: 625px;margin-top: 40px;}
.fuw01{width: 625px;height: 135px;position: relative;border-bottom: #c9c9c9 1px solid;overflow: hidden;}
.fuw_top{padding: 35px 0 0 60px;}
.fuw_top p{float: left;font-size: 26px;color: #333;line-height: 40px;}
.fuw_top p i{display: block;font-size: 18px;}
.fuw_top span{display: block;float: right;width: 72px;height: 72px;padding: 0 55px 0 0;}
.fuw_top span img{width: 72px;height: 72px;}
.fuw_bot{width: 585px;height: 0;background: #369eeb;padding: 0 0 0 40px;position: absolute;top: 0;left: 0;overflow: hidden;}
.fuw_bot p{font-size: 26px;color: #fff;height: 60px;line-height: 60px;overflow: hidden;padding: 5px 0 0;}
.fuw_bot p i{font-size: 18px;padding: 0 0 0 15px;}
.fuw_bot ul li{font-size: 14px;color: #fff;line-height: 24px;width: 244px;float: left;background:url(../images/fuw_ico03.gif) no-repeat 0 10px;padding-left: 10px;}
.fuw_bot ul li:nth-child(2n){width: 320px;}

.fuw_bot {
  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_bot:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(54,158,235,0.8);
  -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;
}
.fuw01:hover .fuw_bot: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);
}
.fuw01:hover .fuw_bot,.fuw01.cur .fuw_bot{height: 135px;}

/*优势*/
.ys{background:url(../images/ys_bg.gif) repeat-x;height: 228px;overflow: hidden;}
.ys ul li{width: 216px;height: 228px;float: left;background:url(../images/ys_k.gif) repeat-y;text-align: center;position: relative;}
.ys ul li i{display: block;font-size: 36px;color: #dcdcdc;font-weight: bold;padding: 25px 0 0;font-family: "Georgia";}
.ys ul li b{display: block;font-size: 20px;height: 50px;line-height: 50px;background:url(../images/ys_line01.gif) no-repeat center bottom;}
.ys ul li span{display: block;font-size: 14px;width: 160px;margin: 0 auto;padding: 10px 0 0;line-height: 26px;height: 78px;overflow: hidden;}
.ys ul li a{ color:#333;display:block;position: relative;z-index: 4;}
.ys ul li a:hover{background:#369eeb\9;color: #fff;}/* IE6、IE7、IE8支持 */
.ys ul li:after{content:'';position:absolute;width:100%;height:0;background:#369eeb;bottom:0;left:0;-webkit-transition:height .3s;transition:height .3s;}
.ys ul li:hover:after,.ys ul li.cur:after{height:100%;}
.ys ul li.cur a{color: #fff;}
.ys ul li a:hover i,.ys ul li.cur i{color: #fff;}
.ys ul li a:hover b,.ys ul li.cur b{background:url(../images/ys_line02.gif) no-repeat center bottom;}

/*新闻快讯*/
.news{padding: 90px 0;}
.news_bt{font-size: 36px;color: #333;text-align: center;font-weight: normal;height: 80px;line-height: 80px;background:url(../images/six_line.png) no-repeat center bottom;}
.news_bt a{color: #333;}
.news_t{height: 65px;line-height: 65px;overflow: hidden;margin:20px 0 25px;}
.news_t ul li{float: left;padding: 0 70px 0 0;position: relative;}
.news_t ul li a{font-size: 24px;color: #333;display: block;float: left;height: 65px;}
.news_t ul li a{position: relative;vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;}
.news_t ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #369eeb;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.news_t ul li a:hover:before, .news_t ul li a:focus:before, .news_t ul li a:active:before {
  right: 0;
}
.news_t ul li.on a{background:url(../images/news_line.gif) repeat-x 0 63px;color: #369eeb;}
.news_t ul li a:hover{color: #369eeb;}
.news_t span{display: block;float: right;}
.news_t span a{font-size: 16px;color: #000;}
.news01{width: 280px;height: 500px;line-height: 0;overflow: hidden;}
.news01 img{width: 280px;height: 500px;}
.news02{width: 300px;padding: 5px 0 0 30px;height: 495px;overflow: hidden;}
.news02 dl{width: 300px;height: 140px;border-bottom: #cdcfd0 1px solid;padding-top: 20px;}
.news02 dl dt,.news03 dl dd span{font-size: 22px;color: #333;height: 30px;line-height: 30px;overflow: hidden;}
.news02 dl dd{width: 290px;padding: 8px 0 0;}
.news02 dl dd h5,.news03 dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.news02 dl dd h5 a,.news03 dl dd h5 a{font-size: 16px;color: #333;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;display: block;width: 280px;}
.wd_desc{font-size: 14px;color: #666;line-height: 22px;height: 44px;overflow: hidden;padding: 5px 0 0;}
.news02 dl:hover dt,.news02 dl dd h5 a:hover,.news03 dl dd h5 a:hover{color: #369eeb;}
.news03{width: 520px;height: 500px;overflow: hidden;}
.news03 dl{width: 520px;height: 260px;}
.news03 dl dt{width: 260px;height: 260px;float: left;line-height: 0;overflow: hidden;}
.news03 dl dt img{width: 260px;height: 260px;}
.news03 dl dd{width: 215px;float: left;padding: 35px 20px 0 25px;}
.news03 dl dd h5{padding-top: 5px;}
.news03 dl dd h5 a{width: 215px;}
.news03 .wd_desc{height: 88px;}
.news03 dl dd span{display: block;}
.news03 dl.nobor{margin-top: -25px;}
.news03 dl.nobor dt{float: right;}

/*关于我们*/
.ab_bg{background:url(../images/ab_bg.jpg) no-repeat center 0;height: 648px;padding: 105px 0 0; overflow:hidden;}
.about dl dt{width: 586px;height: 506px;line-height: 0;overflow: hidden;float: right;-webkit-transition:transform .3s;transition:transform .3s;}
.about dl dt img{width: 586px;height: 506px;}
.about dl dt:hover{-webkit-transform:translate(0,-10px);transform:translate(0,-10px);}
.about dl dd{width: 600px;float: left;padding:20px 0 0;}
.ab_t{height: 125px;line-height: 54px;overflow: hidden;border-bottom: rgba(255,255,255,0.6) 1px solid;}
.ab_t a{font-size: 40px;color: #fff;}
.ab_t span{display: block;font-size: 24px;font-weight: normal;}
.about .ab_desc{font-size: 14px;color: #fff;line-height: 30px;height: 150px;overflow: hidden;padding: 40px 0 0;}
.iserve{margin-top:40px;height:117px;}
.iserve li{float:left;width:117px;height:117px;position:relative;text-align:center;margin-right: 40px;font-size:16px;}
.iserve li .hover,.iserve li .default{background:url(../images/iserve_bg.png);}
.iserve li i{display:block;width:50px;height:50px;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;color:#369eeb}
.iserve li .hover{background-position:0 -117px;color:#fff;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:-50px 0;}
.iserve li.d2 .default i{background-position:0 -50px;}
.iserve li.d2 .hover i{background-position:-50px -50px;}
.iserve li.d3 .default i{background-position:0 -100px;}
.iserve li.d3 .hover i{background-position:-50px -100px;}
.iserve li.d4 .default i{background-position:0 -150px;}
.iserve li.d4 .hover i{background-position:-50px -150px;}
.iserve li.d4{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: 60px;line-height: 60px;overflow: hidden;}
.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;}

/**/
@-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);}
}
