﻿/* 清除内外边距 */
@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 "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("/style/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;max-width: 1920px;margin: 0 auto;overflow-x: hidden; width: 100%;}
.content{ width:1200px; margin:0 auto;}

/**/
.yinz{overflow: hidden;padding: 90px 0;}
.yinz_tit{font-size: 40px;color: #333;text-align: center;line-height: 40px;height: 90px;overflow: hidden;}
.yinz_tit a{color: #333;}
.yinz_tit a:hover{color: #0071bd;}
.yinz_tit span{display: block;font-size: 18px;color: #666;font-weight: normal;padding: 8px 0 0;}
.iserve dl{width: 240px;height: 240px;float: left;position: relative;margin: 50px 0 0;}
.iserve dl dt{width: 100px;height: 100px;margin: 0 auto;position: relative;}
.iserve dt .hover,.iserve dt .default{background:url(/style/images/iserve_bg.png);}
.iserve dt i{display:block;width:100px;height:100px;background:url(/style/images/iserve_icon.png);}
.iserve dt .hover,.iserve dt .default{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all .5s linear;-webkit-transition:all .5s linear;}
.iserve dt .default{background-position:0 -200px;}
.iserve dt .hover{background-position:0 -100px;color:#fff;opacity:0;visibility:hidden;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
.iserve dt.d1 .default i{background-position:0 0;}
.iserve dt.d1 .hover i{background-position:-100px 0;}
.iserve dt.d2 .default i{background-position:0 -100px;}
.iserve dt.d2 .hover i{background-position:-100px -100px;}
.iserve dt.d3 .default i{background-position:0 -200px;}
.iserve dt.d3 .hover i{background-position:-100px -200px;}
.iserve dt.d4 .default i{background-position:0 -300px;}
.iserve dt.d4 .hover i{background-position:-100px -300px;}
.iserve dt.d5 .default i{background-position:0 -400px;}
.iserve dt.d5 .hover i{background-position:-100px -400px;}
.iserve dt:hover .hover,.iserve dl.cur .hover{opacity:1;visibility:visible;-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
.iserve dt:hover .default,.iserve dl.cur .default{opacity:0;visibility:hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.iserve dd{text-align: center;padding: 8px 0 0;}
.iserve dd h5{font-size: 22px;color: #333;height: 60px;line-height: 60px;position: relative;}
.iserve dd h5:before{content: "";width: 26px;height: 3px;background: #7d7d7d;position: absolute;bottom: 0;left: 50%;margin-left: -13px;}
.iserve dd p{font-size: 16px;color: #4c4c4c;line-height: 24px;padding: 10px 0 0;height: 48px;overflow: hidden;}
.iserve dd b{display: block;}
.iserve dl.cur dd h5{color: #0071bd;}
.iserve dl.cur dd h5:before{background: #0071bd;}

/*产品中心*/
.cp_bg{background: #f1f1f1;padding: 75px 0;}
.cp_t{padding: 30px 0 40px;}
.cp_l{width: 277px;height: 140px;background: #0071bd;}
.cp_l a{font-size: 28px;color: #fff;display: block;text-align: center;line-height: 36px;padding: 35px 0 0;}
.cp_l i{display: block;font-size: 16px;color: rgba(255,255,255,0.5);font-family:Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.cp_r{border-top: #e6e6e6 1px solid;border-bottom: #e6e6e6 1px solid;width: 853px;height: 128px;padding: 10px 0 0 70px;}
.cp01{padding: 0 0 6px;}
.cp01 h3{width: 185px;float: left;height: 35px;}
.cp01 h3 a{font-size: 16px;color: #333;display: block;width: 178px;height: 33px;text-align: center;line-height: 33px;border: #e5e5e5 1px solid;position: relative;}
.cp01 h3 a:hover{background: #333;color: #fff;border: #333 1px solid;}
.cp01 h3 a:hover:before{content: "";width: 0;height: 0;position: absolute;top: 50%;right: -5px;margin-top: -5px;
border-left:6px solid #333; 
border-top:6px solid transparent;
border-bottom:6px solid transparent;
}
.cp01 ul{width: 540px;float: left;padding-left: 55px;}
.cp01 ul li{width: 133px;float: left;height: 35px;line-height: 35px;overflow: hidden;}
.cp01 ul li a{font-size: 14px;color: #666;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 100%;display: block;}
.cp01 ul li a:hover,.cp_more:hover{font-weight: bold;color: #0071bd;}
.cp_more{font-size: 14px;color: #666;height: 35px;line-height: 35px;display: block;position: absolute;bottom: 10px;right: 0;}

.cp_ban{ position:relative;}
.cp_bd li{position: relative;line-height: 0;overflow: hidden;}
.cp_bd li img {width: 100%;display: block;}
.cp_bd li:before{content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.cp_bd li:hover:before{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.cp_hd{position: absolute;bottom: 20px;right: 20px;}
.cp_hd ul li{ float:left; cursor:pointer; font-size: 16px;color: #666;padding-right: 15px;line-height: 30px;}
.cp_hd ul .on{color: #0071bd;font-weight: bold;}
.cp_ban p{width: 37px;height: 56px;position: absolute;top: 50%;margin-top: -30px;}
.cp_ban p a{display: block;width: 37px;height: 56px;}
.cp_prev a{background: url(/style/images/cp_lico01.png) no-repeat;}
.cp_prev a:hover{background: url(/style/images/cp_lico02.png) no-repeat;}
.cp_next a{background: url(/style/images/cp_rico01.png) no-repeat;}
.cp_next a:hover{background: url(/style/images/cp_rico02.png) no-repeat;}
.cp_prev{left: 0;}
.cp_next{right: 0;}

/*产品分类*/
.fenl{padding: 50px 0 70px;}
.fenl_tit{height: 50px;line-height: 50px;background: url(/style/images/cp_tbg.gif) repeat-x 0 16px;}
.fenl_tit a{font-size: 30px;color: #333;}
.fenl_tit a:hover{color: #0071bd;}
.fenl_tit i{display: block;width: 170px;background: #fff;margin: 0 auto;height: 50px;text-align: center;}
.fenl_l{width: 280px;padding: 35px 0 0;}
.fenl_l em{width: 278px;height: 472px;display: block;line-height: 0;border: #ddd 1px solid;}
.fenl_l img{width: 278px;height: 472px;}
.fenl_l span,.fenl01 h3 span{display: block;width: 100%;text-align: center;height: 44px;line-height: 44px;font-size: 16px;color: #333;}
.fenl_l a:hover em{border: #0071bd 1px solid;}
.fenl_r{width: 920px;padding: 35px 0 0;}
.fenl01{width: 287px;float: left;position: relative;margin-left: 19px;}
.fenl01 h3{width: 287px;font-weight: normal;}
.fenl01 h3 em{width: 285px;height: 214px;display: block;line-height: 0;border: #ededed 1px solid;}
.fenl01 h3 img{width: 285px;height: 214px;}
.fenl01 ul{width: 265px;height: 174px;position: absolute;top: 1px;left: 1px;overflow: hidden;transform: scale(0);transition:1s;opacity: 0;background:url(/style/images/cp_k.png) no-repeat;padding: 40px 0 0 20px;}
.fenl01 ul li{float: left;line-height: 30px;height: 30px;overflow: hidden;padding-left: 10px;width: 110px;}
.fenl01 ul li a{font-size: 14px;color: #fff;}
.fenl01 ul li b{padding-right: 5px;}
.fenl_r .fenl01.cur ul,.fenl_r .fenl01:hover ul{transform: scale(1);opacity: 1;z-index: 10;}

/*广告条*/
.ban01{background: url(/style/images/ban01.jpg) no-repeat center 0;height: 250px;overflow: hidden;}
.ban01 p{font-size: 42px;color: #fff;height: 125px;line-height: 42px;padding: 40px 0 0;background: url(/style/images/ban01_ico.png) no-repeat 0 108px;}
.ban01 p span{display: block;font-size: 26px;padding:10px 0 0 82px;}

.ban01_tel b{display: block;float: left;font-size: 36px;font-family: "DINOT";color: #fff;height: 40px;line-height: 40px;overflow: hidden;padding:0 80px 0 40px;background: url(/style/images/ban01_tel.png) no-repeat 0 7px;}

.ban01_tel a{font-size: 14px;color: #0071bd;display: block;width: 100px;text-align: center;height: 34px;line-height: 34px;overflow: hidden;background: #fff;border-radius: 30px;float: left;margin-top: 3px;}
.ban01_tel a {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.ban01_tel a:hover {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*经典案例*/
.case_bg{background: url(/style/images/case_line.gif) repeat-x 0 220px;padding: 100px 0 0;overflow: hidden;position: relative;height: 829px;}
.case_bg:before{content: "";width: 840px;height: 272px;background: #0071bd;position: absolute;bottom: 0;right: 0;}
.case_nav{margin: 30px 0 0;height: 120px;position: relative;}
.case_nav:before{content: "";width: 1px;height: 100%;background: #eee;position: absolute;top: 0;left: 0;}
.case_nav ul li{height: 120px;float: left;width: 200px;position: relative;}
.case_nav ul li:before{content: "";width: 1px;height: 100%;background: #eee;position: absolute;top: 0;right: 0;}
.case_nav ul li em{width: 46px;height: 44px;display: block;line-height: 0;overflow: hidden;margin: 25px auto 10px;}
.case_nav ul li em img{width: 46px;height: 44px;}
.case_nav li a{ font-size:16px; color:#333;display:block; float:left;position: relative;vertical-align: middle;width: 200px;height: 120px;text-align: center;line-height: 30px;font-weight: bold;
  -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;}
.case_nav li a:before {
	content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background:#0071bd;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.case_nav li a:hover:before,.case_nav li a:focus:before,.case_nav li a:active:before,.case_nav li.on a:before {
   left: 0;
   right: 0;
}
.case_nav li a:hover,.case_nav li.on a{color: #0071bd;}
.case_nav li:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}

.case_m{padding: 50px 0 0;}
.case_m dl dt{width: 719px;height: 539px;line-height: 0;overflow: hidden;float: left;}
.case_m dl dt img{width: 719px;height: 539px;}
.case_m dl dt img,.case_list ul li img,.news_l dl dt img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.case_m dl dt img:hover,.case_list ul li img:hover,.news_l dl dt img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.case_m dl dd{width: 430px;float: right;}
.case_m dl dd h5{height: 65px;line-height: 50px;overflow: hidden;position: relative;}
.case_m dl dd h5:before{content: "";width: 25px;height: 2px;background: #0071bd;position: absolute;bottom: 0;left: 0;}
.case_m dl dd h5 a{font-size: 30px;color: #333;}
.case_m dl dd h5 a:hover{color: #0071bd;}
.case_desc{font-size: 14px;color: #666;line-height: 36px;overflow: hidden;padding: 20px 0 0;}
.case_m dl dd b{display: block;font-size: 20px;color: #0071bd;height: 45px;}

.case_list{position: absolute;top: 557px;right: 0;z-index: 10;width: 760px;height: 237px;background: #0071bd;padding: 35px 0 0 20px;overflow: hidden;}
.case_list ul li{width: 235px;float: left;margin-left: 20px;}
.case_list ul li em{width: 235px;height: 176px;display: block;line-height: 0;overflow: hidden;}
.case_list ul li img{width: 235px;height: 176px;}
.case_list ul li span{width: 235px;height: 50px;display: block;font-size: 14px;color: #fff;text-align: center;line-height: 50px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/*优势*/
.yous{background: #f1f1f1;padding: 80px 0 0;}
.ys_nav{padding: 30px 0 0;height: 120px;}
.ys_nav ul li{font-size: 22px;color: #333;float: left;width: 315px;font-weight: bold;}
.ys_nav ul li p{width:80px; height:80px; position:relative;float: left;}
.ys_nav ul li b{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0deg);transform: translateX(0) rotate(0deg);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;margin: 0 auto;}
.ys_nav ul li em{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;margin: 0 auto;}
.ys_nav ul li b img,.ys_nav ul li em img{ display: block;width: 80px;height: 80px;}

.ys_nav ul li span{display: block;padding: 8px 0 0 20px;float: left;line-height: 34px;}
.ys_nav ul li i{display: block;font-size: 18px;font-weight: normal;}
.ys_nav ul li.on{color: #0071bd;}
.ys_nav ul li.on b{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.ys_nav ul li.on em{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.ys_nav ul li.nobor{width: 255px;}
.ys_m{width: 100%;}
.ys_m dl{position: relative;}
.ys_m dl dt{width: 100%;}
.ys_m dl dt img{display: block;width: 100%;}
.ys_m dl dd{width: 1100px;height: 120px;position: absolute;bottom: 0;left: 50%;margin-left: -600px;background: rgba(255,255,255,0.8);border-bottom: #0071bd 1px solid;padding: 30px 0 0 100px;}
.ys_m dl dd h5{font-size: 30px;color: #333;height: 100px;line-height: 36px;overflow: hidden;width: 345px;float: left;position: relative;}
.ys_m dl dd h5:before{content: "";width: 1px;height: 80px;background: #e5e5e5;position: absolute;top: 0;right: 0;}
.ys_m dl dd h5 em{width: 80px;height: 80px;float: left;line-height: 0;}
.ys_m dl dd h5 em img{width: 80px;height: 80px;}
.ys_m dl dd h5 span{display: block;float: left;padding: 5px 0 0 20px;}
.ys_m dl dd h5 i{display: block;font-size: 24px;font-weight: normal;}
.ys_desc{width: 715px;float: right;font-size: 14px;color: #666;line-height: 24px;padding-top: 3px;}
.ys_desc p b{padding-right: 5px;}

/*客户名录*/
.hz{background: url(/style/images/hz_bg.jpg) no-repeat center 0;height: 665px;overflow: hidden;padding: 63px 0 0;}
.hz dl dt{width: 630px;height: 590px;float: right;line-height: 0;}
.hz dl dt img{width: 630px;height: 590px;}
.hz dl dd{padding: 80px 0 0;float: left;width: 440px;}
.hz dl dd h5{height: 125px;position: relative;font-weight: normal;}
.hz dl dd h5:before{content: "";width: 38px;height: 3px;background: #0071bd;position: absolute;bottom: 0;left: 0;}
.hz dl dd h5 a{font-size: 36px;color: #333;}
.hz dl dd h5 b{display: block;font-size: 24px;color: #bcbcbc;text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;height: 38px;}
.hz dl dd h5 i{display: block;background: url(/style/images/hz_ico01.png) no-repeat 0 10px;height: 50px;line-height: 50px;padding: 0 0 0 50px;}
.hz dl dd p{font-size: 18px;color: #666;line-height: 40px;height: 120px;overflow: hidden;padding: 30px 0 0;}
.hz dl dd b{color: #333;}
.hz dl dd span{display: block;width: 160px;padding: 80px 0 0;}
.hz dl dd span a{display: block;width: 160px;text-align: center;height: 45px;line-height: 45px;background: #0071bd;border-radius: 30px;font-size: 16px;color: #fff;}
.hz dl dd span a {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hz dl dd span a:hover {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*新闻动态*/
.news_bg{background: #f3f3f3;padding: 65px 0 85px;}
.news_nav{height: 85px;width: 600px;margin: 0 auto;}
.news_nav ul li{width: 170px;float: left;padding: 0 15px;}
.news_nav ul li a{display: block;font-size: 16px;color: #333;width: 170px;height: 45px;text-align: center;line-height: 45px;background: #fff;border-radius: 30px;}
.news_nav ul li a:hover,.news_nav ul li.on a{background: #0071bd;color: #fff;}
.news_l{width: 560px;}
.news_l dl dt{width: 560px;height: 210px;overflow: hidden;background: #0165a3;}
.news_l dl dt a{display: block;width: 420px;height: 210px;line-height: 0;float: left;overflow: hidden;}
.news_l dl dt img{width: 420px;height: 210px;}
.news_time{width: 140px;float: left;text-align: center;padding: 30px 0 0;}
.news_time span{display: block;font-size: 20px;color: #fff;line-height: 24px;height: 85px;}
.news_time i{display: block;font-size: 12px;text-transform: uppercase;color: rgba(255,255,255,0.5);}
.news_time p{font-size: 16px;line-height: 24px;overflow: hidden;color: rgba(255,255,255,0.5); font-family:"Times New Roman", Times, serif;}
.news_time p b{display: block;font-size: 26px;color: #fff;font-style: italic;}
.news_l dl dd{padding-top: 20px;width: 490px;}
.news_l dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.news_l dl dd h5 a{font-size: 16px;color: #333;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 100%;}
.news_l dl dd h5 a:hover,.news_r dl dd h5 a:hover{color: #0165a3;}
.news_desc{font-size: 14px; color: #888; line-height: 24px; height: 48px; overflow: hidden;padding: 5px 0 0;} 

.news_r{width: 560px;margin-top: -18px;}
.news_r dl{height: 90px;padding: 20px 0 0;border-bottom: #dadada 1px solid;}
.news_r dl dt{width: 110px;float: left;font-size: 22px;color: #333; font-family:"DINOT";line-height: 30px;padding: 12px 0 0;font-weight: bold;}
.news_r dl dt i{font-size: 36px;}
.news_r dl dd{width: 450px;float: left;}
.news_r dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.news_r dl dd h5 a{font-size: 16px;color: #333;}
.news_r .wd_desc{font-size: 14px;color: #888;height: 30px;line-height: 30px;overflow: hidden;}

/*关于嘉得力*/
.about{padding: 75px 0 90px;}
.about .yinz_tit{height: 100px;position: relative;}
.about .yinz_tit:before{content: "";width: 60px;height: 2px;background: #0071bd;position: absolute;bottom: 0;left: 50%;margin-left: -30px;}
.about dl{padding: 15px 0 0;}
.about dl dt{width: 1200px;height: 429px;line-height: 0;position: relative;}
.about dl dt img{width: 1200px;height: 429px;}
.about dl dt em{width: 72px;height: 72px;display: block;position: absolute;top: 50%;left: 50%;margin: -36px 0 0 -36px;cursor: pointer;}
.about dl dt em img{width: 72px;height: 72px;}
.about dl dd{height: 125px;text-align: center;}
.ab_desc{font-size: 14px;color: #666;line-height: 30px;height: 60px;overflow: hidden;}
.about dl dd span{line-height: 30px;display: block;}
.about dl dd span a{font-size: 14px;color: #0071bd;}

/*友情链接*/
.f_link{height: 60px;line-height: 60px;overflow: hidden;margin: -60px 0 0 520px;width: 680px;}
.f_link b{display: block;float: left;font-size: 14px;color: #666;width: 80px;font-weight: normal;}
.f_link p{font-size: 14px;color: #666;float: left;width: 600px;}
.f_link p a{font-size: 14px;color: #666; padding:0 10px 0 0;}
.f_link p a:hover{color: #000;}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/**/
@-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);
  }
}