/* 清除内外边距 */
@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: 70px 0 100px;border-top: #e8e8e9 1px solid;}
.yinz_tit{font-size: 40px;color: #333;text-align: center;line-height: 50px;height: 50px;overflow: hidden;margin-bottom: 10px;position: relative;}
.yinz_tit i{color: #085ec1;}
.yinz_tit:before{content: "";width: 40px;height: 1px;background: #085ec1;position: absolute;top: 25px;left: 23%;}
.yinz_tit:after{content: "";width: 40px;height: 1px;background: #085ec1;position: absolute;top: 25px;right: 23%;}
.yinz_tit:hover{color: #085ec1;}
.yinz dl{width: 200px;float: left;height: 290px;position: relative;margin: 45px 0 0;background: url(../images/d1_yinzline.gif) no-repeat;-webkit-transition:all .3s;transition:all .3s;overflow: hidden;}
.yinz dl dt{width: 52px;height: 52px;margin: 0 auto;padding-top: 48px;line-height: 0;}
.yinz dl dt img{width: 52px;height: 52px;}
.yinz dl dd{padding: 20px 0 0;text-align: center;}
.yinz dl dd b{display: block;font-size: 20px;color: #333;height: 30px;line-height: 30px;overflow: hidden;}
.yinz dl dd i{display: block;font-size: 12px;text-transform: uppercase;color: rgba(51,51,51,0.3);font-family:Arial, Helvetica, sans-serif;height: 20px;line-height: 20px;}
.yinz dl dd span{display: block;width: 30px;height: 30px;margin: 0 auto;line-height: 0;padding: 20px 0 0;}
.yinz dl dd span img{width: 30px;height: 30px;}
.yinz dl dd em{background: url(../images/d1_yinzk.png) no-repeat;display: block;width: 62px;height: 56px;position: absolute;bottom: -56px;left: 0;font-size: 30px;color: #fff;font-weight: bold;font-family: "DINOT";text-align: left;line-height: 56px;padding-left: 10px;-webkit-transition:all .3s;transition:all .3s;}
.yinz dl.cur{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}
.yinz dl.cur dd em{bottom: 0;}
.yinz dl.nobor:before{content: "";width: 1px;height: 290px;position: absolute;top: 0;right: 0;background: url(../images/d1_yinzline.gif) no-repeat;}

/*产品中心*/
.cp_bg{background: #f3f3f3;padding: 80px 0 0;}
.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;font-weight: normal;margin-top: 5px;height: 40px;position: relative;color: #333;}
.cp_tit span:before{content: "";width: 40px;height: 1px;background: #085ec1;position: absolute;top: 20px;left: 31%;}
.cp_tit span:after{content: "";width: 40px;height: 1px;background: #085ec1;position: absolute;top: 20px;right: 31%;}
.cp_tit a:hover,.cp_tit:hover{color: #085ec1;}
.pro_t{padding: 20px 0 0;height: 160px;}
.pro_t h3{height: 60px;line-height: 60px;overflow: hidden;border-bottom: #dadada 1px solid;margin-bottom: 15px;}
.pro_t h3 a{font-size: 22px;color: #333;}
.pro_t h3 a:hover{color: #085ec1;}
.pro_t h3 em{display: block;width: 31px;height: 31px;line-height: 0;float: right;padding: 12px 10px 0 0;}
.pro_t h3 em img{width: 31px;height: 31px;}
.pro_t ul li{float: left;height: 40px;line-height: 40px;overflow: hidden;position: relative;z-index: 1;padding-right: 60px;}
.pro_t ul li a{font-size: 16px;color: #333;}
.pro_t ul li:hover a,.fenl01 ul li:hover a{font-weight: bold;}
.pro_t ul li:hover:before,.fenl01 ul li:hover:before{content: "";width: 130px;height: 10px;background: #fee01a;position: absolute;top: 22px;left: 0;z-index: -1;}
.pro_l{width: 600px;position: relative;height: 590px;background: #fff;}
.cp_lm{width: 520px;height: 260px;background: #085ec1;padding: 0 40px;}
.cp_lm p{font-size: 26px;color: #fee01a;font-weight: bold;height: 86px;line-height: 86px;background: url(../images/d1_cpico02.png) no-repeat 0 35px;padding-left: 30px;border-bottom: #216ec7 1px solid;}
.cp_lm p i{font-size: 20px;color: #fff;}
.cp_lm p.nobor{border-bottom:none;}
.pro_desc{padding: 40px 70px 0 40px;}
.pro_desc p{background: url(../images/d1_cpico01.gif) no-repeat 0 8px;line-height: 28px;height: 84px;overflow: hidden;font-size: 16px;color: #666;padding-left: 20px;}
.pro_tel{padding: 70px 90px 0 65px;}
.pro_tel p{float: left;height: 66px;line-height: 26px; background:url(../images/tel.gif) no-repeat 0 13px;font-size: 14px;color: #333;padding: 0 0 0 45px;}
.pro_tel p b{display: block;font-size: 30px;font-family: "DINOT";}
.pro_tel span{padding: 20px 0 0;display: block;float: right;}
.pro_tel span a{font-size: 14px;color: #333;display: block;width: 97px;height: 36px;line-height: 36px;overflow: hidden;background: #f3f3f3;border-radius: 30px;padding: 0 6px 0 22px;}
.pro_tel span em{width: 26px;height: 26px;display: block;float: right;line-height: 0;padding: 5px 0 0;}
.pro_tel span em img{width: 26px;height: 26px;}
.pro_tel span a:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}
.cp_r{width: 600px;height: 590px;line-height: 0;overflow: hidden;}
.cp_r img{width: 600px;height: 590px;}
.cp_r img,.fenl02 ul li img,.four_l img,.case dl dt img,.hz ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.cp_r img:hover,.fenl02 ul li img:hover,.four_l img:hover,.case dl dt img:hover,.hz ul li img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

/*荣誉资质*/
.honor_bg{background:#f3f3f3;overflow: hidden;padding: 35px 0 65px;}
.honor_qie{width: 1200px;overflow: hidden;}
.honor ul li{width: 144px;float: left;line-height: 0;margin-right: 32px;-webkit-transition:transform .3s;transition:transform .3s;margin-top: 5px;}
.honor ul li img{width: 144px;height: 192px;}
.honor ul li span{display: block;font-size: 14px;color: #333;width: 144px;text-align: center;height: 40px;line-height: 40px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.honor ul li:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}
.honor p{width: 43px;height: 43px;border-radius: 50%;line-height: 0;position: absolute;top: 75px;-webkit-transition:transform .3s;transition:transform .3s; cursor: pointer;}
.honor p img{width: 43px;height: 43px;}
.honor_lico{left: -75px;}
.honor_rico{right: -75px;}
.honor_lico:hover,.honor_rico:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);box-shadow: 0 2px 3px 2px rgba(0,0,0,0.1);}

/*产品分类*/
.fenl_bg{background: #f3f3f3;padding: 0 0 95px;}
.fenl{background: #fff;}
.fenl01{width: 240px;padding:70px 0 0 60px;background: url(../images/d1_cpk.gif) no-repeat;height: 183px;}
.fenl01 h3{height: 44px;line-height: 40px;overflow: hidden;position: relative;margin-bottom: 12px;}
.fenl01 h3 a{font-size: 22px;color: #333;}
.fenl01 h3:before{content: "";width: 38px;height: 2px;background: #085ec1;position: absolute;bottom: 0;left: 0;}
.fenl01 ul li{height: 30px;line-height: 30px;overflow: hidden;position: relative;z-index: 1;}
.fenl01 ul li a{font-size: 14px;color: #666;}
.fenl01 h3 a:hover{color: #085ec1;}
.fenl01 ul li:hover:before{top: 18px;}
.fenl .fenl01:first-child{background: none;}
.fenl02{padding: 0 0 30px 60px;}
.fenl02 ul li{width: 340px;float: left;margin-right: 26px;}
.fenl02 ul li em{width: 340px;height: 452px;display: block;line-height: 0;overflow: hidden;}
.fenl02 ul li img{width: 340px;height: 452px;}
.fenl02 ul li span{display: block;width: 340px;font-size: 14px;color: #666;text-align: center;height: 50px;line-height: 50px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.fenl02 ul li:hover span{color: #085ec1;font-weight: bold;}
.fenl03{width: 1200px;height: 100px;background: #085ec1;}
.fenl03 p{font-size: 16px;color: #fff;font-weight: bold;line-height: 100px;background: url(../images/d1_cpico02.png) no-repeat 0 40px;padding-left: 30px;float: left;}
.fenl03 p i{font-size: 20px;color: #fee01a;}
.fenl03 p.cp_p01{width: 290px;margin-left: 125px;}
.fenl03 p.cp_p02{width: 320px;}
.fenl03 p.cp_p03{width: 300px;}

/*以匠心致敬品质*/
.four{ background: url(../images/d1_fourbg.jpg) no-repeat center 0;height: 1003px;overflow: hidden;padding: 90px 0 0;}
.four .cp_tit{height: 132px;}
.four .cp_tit span:before{left: 37%;}
.four .cp_tit span:after{right: 37%;}
.four_l{width: 759px;height: 672px;position: absolute;top: 132px;right: 50%;margin-right: 100px;overflow: hidden;}
.four_l img{width: 759px;height: 672px;}
.four_r{width: 801px;background: #fff;position: relative;z-index: 10;height: 627px;padding: 45px 0 0;}
.four dl{width: 801px;height: 140px;position: relative;}
.four dl:before{content: "";width: 680px;height: 1px;background: #e7e7e7;position: absolute;bottom: 0;left: 54px;}
.four dl dt{float: left;width: 110px;padding: 40px 0 0;}
.iserve div{width:60px;height:60px;position: relative;float: right;}
.iserve div .hover,.iserve div .default{background:url(../images/d1_iservebg.png);box-shadow: 0 3px 10px 3px rgba(8,94,193,0.2);border-radius: 50%;}
.iserve div i{display:block;width:60px;height:60px;margin:0 auto;background:url(../images/d1_iserveicon.png);}
.iserve div .hover,.iserve div .default{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all .5s linear;-webkit-transition:all .5s linear;}
.iserve div .default{background-position:0 0;}
.iserve div .hover{background-position:0 -60px;opacity:0;visibility:hidden;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
.iserve div.d1 .default i{background-position:0 0;}
.iserve div.d1 .hover i{background-position:-60px 0;}
.iserve div.d2 .default i{background-position:0 -60px;}
.iserve div.d2 .hover i{background-position:-60px -60px;}
.iserve div.d3 .default i{background-position:0 -120px;}
.iserve div.d3 .hover i{background-position:-60px -120px;}
.iserve div.d4 .default i{background-position:0 -180px;}
.iserve div.d4 .hover i{background-position:-60px -180px;}
.four dl.cur .hover{opacity:1;visibility:visible;-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
.four dl.cur .default{opacity:0;visibility:hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.four dl dd{width: 625px;float: left;padding: 30px 0 0 20px;}
.four dl dd h5{font-size: 20px;color: #333;}
.four dl dd h5 i{font-size: 26px;color: #085ec1;padding-left: 10px;}
.four dl dd p{font-size: 14px;color: #666;line-height: 20px;height: 40px;overflow: hidden;padding: 5px 0 0;}
.four dl.cur{background: #fee01a;}
.four dl.cur dd p{color: #000;}
.four dl.nobor:before{background: none;}
.four_bot{width: 1200px;height: 80px;background: #085ec1;padding: 25px 0 0;}
.four_bot p{font-size: 20px;color: #fee01a;font-weight: bold;line-height: 26px;background: url(../images/d1_cpico02.png) no-repeat 0 15px;padding-left: 30px;float: left;}
.four_bot p i{display: block;font-size: 16px;color: #fff;}
.four_bot p.cp_p01{width: 275px;margin-left: 220px;}
.four_bot p.cp_p02{width: 295px;}
.four_bot p.cp_p03{width: 240px;}

/*优势*/
.yous{overflow: hidden;padding: 90px 0 100px;}
.yous .cp_tit span:before{left: 33%;}
.yous .cp_tit span:after{right: 33%;}
.yous li { position: relative; width: 170px; height: 570px; margin-right: 20px; float: left; transition: all ease .5s; overflow: hidden;margin-top: 40px;}
.yous li img:first-child { width: 170px; height: 194px; display: block; padding: 38px 0; border-top: 2px solid #d6d6d6; border-bottom: 2px solid #d6d6d6; }
.yous li img:nth-child(2) { width: 170px; height: 194px; position: absolute; top: 40px; left: 0; z-index: -1; transition: all ease .5s; }
.yous li h4 { font-size: 24px; color: #333; line-height: 32px; transition: all ease .5s; position: absolute; left: 0; top: 310px; height: 32px; transition-delay: .1s }
.yous li .zoomit { display: block; top: 345px; left: 0;height: 20px;line-height: 20px;position: absolute;font-size: 14px;color: rgba(51,51,51,0.3);font-family:Arial, Helvetica, sans-serif;text-transform: uppercase; transition: all ease .5s;}
.yous li .number { display: block; font-size: 16px; color: #fff; line-height: 54px; position: absolute; top: 460px; width: 54px;height: 54px;background: #085ec1;font-family: "DINOT";text-align: center;font-weight: bold;border-radius: 50%;box-shadow: 0 3px 5px 2px rgba(8,94,193,0.2);margin-left: 5px;}
.yous li .info { position: absolute; top: 660px; left: 0; width: 146px; font-size: 14px; color: #fff; line-height: 30px; height:60px; overflow:hidden; transition: all ease .5s }
.yous li:last-child { margin-right: 0 }
.yous li.cur { width: 626px }
.yous li.cur:before{content: "";width: 626px;height: 180px;background: #085ec1;position: absolute;bottom: 0;left: 0;}
.yous li.cur img:first-child { display: none }
.yous li.cur img:nth-child(2) { display: block; width: 626px; height: 390px; top: 0; left: 0; z-index: 1 }
.yous li.cur h4 { z-index: 2; left: 110px; top: 410px; color: #fff;height: 60px;line-height: 60px;}
.yous li.cur h4:before{content: "";width: 36px;height: 2px;background: #fff;position: absolute;bottom: 0;left: 0;}
.yous li.cur .number { color: #085ec1;background: #fee01a;margin-left: 0;left: 35px;}
.yous li.cur .zoomit{top: 580px;}
.yous li.cur .info { display: block; width: 520px; top: 480px; left: 110px; z-index: 2 }

/*满意服务*/
.fuw{background:#f3f3f3;overflow: hidden;padding:88px 0 15px;}
.fuw .cp_tit{margin-bottom: 40px;}
.fuw .cp_tit span:before{left: 31%;}
.fuw .cp_tit span:after{right: 31%;}
.fuw ul{width: 1200px;height: 380px;background: #fff;position: relative;display: inline-block;}
.fuw ul:before{content: "";width: 94%;height: 1px;background: #ececec;position: absolute;top: 50%;left: 3%;}
.fuw ul li{width: 245px;height: 165px;float: left;position: relative;padding: 25px 0 0 55px;z-index: 2;color: #333;}
.fuw ul li:after{content: "";width: 1px;height: 80%;background: #ececec;position: absolute;top: 20%;right: 0;z-index: -5;}
.fuw ul li:nth-child(5):after,.fuw ul li:nth-child(6):after,.fuw ul li:nth-child(7):after,.fuw ul li:nth-child(8):after{top: 0;}
.fuw ul li i{display: block;font-size: 60px;color: #f0f0f0;line-height: 60px;font-family: "DINOT";font-weight: bold;}
.fuw ul li b{height: 30px;line-height: 30px;overflow: hidden;font-size: 20px;display: block;padding: 5px 0 0;}
.fuw ul li span{display: block;font-size: 14px;height: 35px;line-height: 25px;overflow: hidden;background:url(../images/d1_fuwline01.gif) no-repeat 0 bottom;}
.fuw ul li em{display: block;font-size: 24px;font-family: "DINOT";font-weight: bold;line-height:24px;}
.fuw ul li {
  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 ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(8,94,193,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;
}
.fuw ul li:hover:before,.fuw ul li.cur: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 ul li.cur,.fuw ul li.cur i{color: #fff;}
.fuw ul li.cur span{background:url(../images/d1_fuwline02.gif) no-repeat 0 bottom;}
.fuw ul li:nth-child(4n):after{background: none;}

/*广告条*/
.ban01{background: url(../images/ban02.jpg) no-repeat center 0;height: 195px;overflow: hidden;padding: 125px 0 0;}
.ban01_l{width: 600px;}
.ban01_l p{font-size: 20px;color: #fff;height: 60px;background: url(../images/ban_ico01.png) no-repeat 0 bottom;line-height: 50px;}
.ban01_l span{display: block;font-size: 30px;color: #fff;font-weight: bold;line-height: 36px;padding: 15px 0 0;}
.ban01_r{width: 230px;}
.ban01_r span{font-size: 30px;color: #333;line-height: 30px;height: 80px;display: block;}
.ban01_r i{display: block;font-size: 14px;text-transform: uppercase; font-family:Arial, Helvetica, sans-serif;}
.ban01_r span b{display: block;font-weight:normal;}
.ban01_r p{padding: 20px 0 0;}
.ban01_r p a{font-size: 14px;color: #333;display: block;width: 97px;height: 36px;line-height: 36px;overflow: hidden;background: #fff;border-radius: 30px;padding: 0 6px 0 22px;}
.ban01_r p em{width: 26px;height: 26px;display: block;float: right;line-height: 0;padding: 5px 0 0;}
.ban01_r p em img{width: 26px;height: 26px;}
.ban01_r p a:hover,.ab_btn a:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}

/*客户案例*/
.case_bg{background: url(../images/case_bg.gif) repeat-x;height: 700px;padding: 90px 0 0;overflow: hidden;}
.case .cp_tit span:before{left: 31%;}
.case .cp_tit span:after{right: 31%;}
.case_t{padding: 45px 0 0;height: 75px;}
.case_t ul li{float: left;padding: 0 8px;}
.case_t ul li a{font-size: 16px;color: #333;font-weight: bold;display: block;height: 45px;line-height: 45px;padding: 0 30px;border-radius: 30px;}
.case_t ul li a:hover,.case_t ul li.cur a{background: #085ec1;color: #fff;}
.case_t ul li:first-child{padding-left: 0;}
.case_m{width: 1200px;overflow: hidden;}
.case dl{width: 374px;background: #fff;height: 460px;float: left;overflow: hidden;box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);margin: 5px 22px 10px 8px;}
.case dl dt{width: 374px;height: 280px;line-height: 0;overflow: hidden;}
.case dl dt img{width: 374px;height: 280px;}
.case dl dd{width: 315px;padding: 10px 0 0;margin: 0 auto;position: relative;}
.case dl dd h5{height: 56px;line-height: 56px;overflow: hidden;border-bottom: #d9d9d9 1px solid;}
.case dl dd h5 a{font-size: 18px;color: #333;display: block;width: 240px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.case dl dd h5 a:hover{color: #085ec1;}
.case dl dd span{display: block;height: 56px;line-height: 56px;overflow: hidden;position: absolute;top: 10px;right: 0;}
.case dl dd span a{font-size: 14px;color: #333;}
.case .case_desc{font-size: 14px;color: #666;line-height: 25px;height: 50px;overflow: hidden;padding: 10px 0 0;}
.case_lico,.case_rico{width: 63px;height: 63px;border-radius: 50%;line-height: 0;position: absolute;top: 390px;-webkit-transition:transform .3s;transition:transform .3s; cursor: pointer;box-shadow: 0 2px 3px 2px rgba(0,0,0,0.1);}
.case_lico img,.case_rico img{width: 63px;height: 63px;}
.case_lico{left: -100px;}
.case_rico{right: -80px;}
.case_lico:hover,.case_rico:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);box-shadow: 0 2px 3px 2px rgba(0,0,0,0.2);}

/*合作客户*/
.hz_bg{padding: 10px 0 50px;background: #f2f2f2;}
.hz ul li{width: 212px;float: left;line-height: 0;margin-right: 25px;}
.hz ul li em{width: 212px;height: 120px;display: block;overflow: hidden;}
.hz ul li img{width: 212px;height: 120px;}
.hz ul li span{display: block;width: 214px;text-align: center;font-size: 14px;color: #333;height: 30px;line-height: 30px;overflow: hidden;}

/**/
@-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);}
}
