/* 清除内外边距 */
@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("../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{background: #2474b5;padding-top: 45px;height: 110px;overflow: hidden;}
.yinz ul li{float: left;background: url(../images/yinz_line.gif) no-repeat right 5px;width: 255px;height: 110px;margin-left: 80px;}
.yinz ul li em{width: 56px;height: 58px;display: block;float: left;line-height: 0;overflow: hidden;}
.yinz ul li em img{width: 56px;height: 58px;}
.yinz ul li span{display: block;float: left;font-size: 16px;color: #fff;line-height: 28px;padding: 0 0 0 10px;}
.yinz ul li b{display: block;font-size: 20px;}
.yinz ul li:hover em,.fuw dl dt:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.yinz ul li:first-child{margin-left: 0;}
.yinz ul li.nobor{width: 175px;background: none;}

/*产品中心*/
.chanp{padding: 90px 0 70px;position: relative;z-index: 1;}
.chanp:before{content: "";width: 360px;height: 1px;background: #e5e5e5;position: absolute;top: 540px;left: 0;z-index: -1;}
.cp_tit{font-size: 40px;color: #262626;text-align: center;line-height: 40px;height: 90px;overflow: hidden;background: url(../images/cp_tbg.png) no-repeat center 12px;font-weight: normal;}
.cp_tit a{color: #262626;}
.cp_tit a:hover{color: #2474b5;}
.cp_tit span{display: block;font-size: 16px;color: #666;padding: 5px 0 0;}

.cp_l{width: 175px;padding: 35px 0 0;}
.cp_l ul{padding-bottom: 10px;}
.cp_l ul li{height: 45px;}
.cp_l ul li a{font-size: 16px;color: #333;display: block;height: 38px;line-height: 38px;overflow: hidden;background: url(../images/cp_ico01.png) no-repeat 20px 17px;padding-left: 35px;width: 140px;}
.cp_l ul li a:hover,.cp_l ul li:first-child a{color: #fff;background:#2474b5 url(../images/cp_ico02.png) no-repeat 20px 17px;border-radius: 0 20px 20px 0;}
.cp_l ul li i{display: block;float: left;}
.cp_l ul li em{display: block;width: 19px;height: 13px;float: left;line-height: 0;overflow: hidden;padding: 13px 0 0 10px;}
.cp_l ul li em img{width: 19px;height: 13px;}
.cp_l p{border-top: #a1d33d 1px solid;color: #333;padding: 15px 0 0 10px;line-height: 30px;}
.cp_l p em{display: block;font-size: 16px;background: url(../images/cp_tel.gif) no-repeat 0 5px;padding-left: 30px;}
.cp_l p b{display: block;font-size: 20px;}
.cp_r{width: 980px;height: 404px;line-height: 0;overflow: hidden;position: relative;margin-top: 35px;}
.cp_r img{width: 980px;height: 404px;}
.cp_r: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_r:hover:before{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.cp_list{padding: 40px 0 0;width: 1200px;overflow: hidden;}
.cp_list ul li{width: 374px;float: left;margin-left: 38px;}
.cp_list ul li em{width: 374px;height: 280px;display: block;line-height: 0;overflow: hidden;}
.cp_list ul li img{width: 374px;height: 280px;}
.cp_list ul li img,.pinz dl dt img,.poster-item dt img,.news_l dl dt img,.photo ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.cp_list ul li img:hover,.pinz dl dt img:hover,.poster-item dt img:hover,.news_l dl dt img:hover,.photo ul li img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.cp_list ul li span{display: block;width: 374px;text-align: center;font-size: 14px;color: #333;font-weight: bold;height: 30px;line-height: 30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding: 5px 0 0;}

/*品质工艺*/
.pinz{background: url(../images/pinz_bg.jpg) no-repeat center 0;height: 760px;overflow: hidden;padding: 70px 0 0;}
.pinz .cp_tit{color: #fff;background: url(../images/pinz_tbg.png) no-repeat center 12px;}
.pinz .cp_tit span,.fuw .cp_tit span{color: #fff;}
.pinz dl{width: 380px;background: #fff;height: 555px;float: left;margin-top: 35px;margin-right: 30px;position: relative;}
.pinz dl dt{width: 380px;height: 320px;line-height: 0;overflow: hidden;}
.pinz dl dt img{width: 380px;height: 320px;}
.pinz dl dd{width: 330px;text-align: center;margin: 0 auto;padding: 30px 0 0;}
.pinz dl dd h5{font-size: 22px;color: #2474b5;height: 72px;line-height: 36px;overflow: hidden;}
.pinz dl dd h5 i{display: block;font-size: 18px;color: #333;}
.pinz dl dd p{font-size: 14px;color: #666;line-height: 24px;height: 72px;overflow: hidden;padding: 15px 0 0;}
.pinz dl.nobor{margin-right: 0;}
.pinz dl{
  -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;}
.pinz dl:before {
	content: "";
  position: absolute;
  z-index: -1;
  left: 42%;
  right: 42%;
  bottom: 0;
  background:#a1d33d;
  height: 3px;
  -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;
}
.pinz dl:hover:before,.pinz dl:focus:before,.pinz dl:active:before {
   left: 0;
   right: 0;
}

/*优势*/
.yous{background: url(../images/ys_bg.jpg) no-repeat center 0;height: 1965px;overflow: hidden;padding: 72px 0 0;}
.yous .cp_tit{background: url(../images/ys_tbg.png) no-repeat center 12px;}
.yous dl dd h5{height: 90px;position: relative;font-size: 30px;color: #2474b5;line-height: 30px;overflow: hidden;}
.yous dl dd h5:before{content: "";width: 234px;height: 1px;background: #ccc;position: absolute;bottom: 0;left: 0;}
.yous dl dd em{display: block;line-height: 0;width: 60px;height: 60px;overflow: hidden;border-radius: 50%;background: #a0a0a0;float: left; transition: all 0.3s ease-in-out 0s;}
.yous dl dd em img{width: 60px;height: 60px;}
.yous dl dd:hover em{ transform: rotateY(180deg);background: #a1d33d;}
.yous dl dd span{display: block;float: left;padding: 5px 0 0 10px;}
.yous dl dd i{display: block;font-size: 14px;color: #999;font-weight: normal;font-family:Arial, Helvetica, sans-serif;}
.ys_desc{height: 162px;position: relative;margin-top: 30px;}
.ys_desc:before{content: "";width: 1px;height: 100%;background: #dcdcdc;position: absolute;top: 10px;left: 35px;}
.ys_desc p{font-size: 16px;color: #333;height: 54px;line-height: 54px;position: relative;padding-left: 85px;}
.ys_desc p b{font-size: 30px;color: #2474b5;}
.ys_desc p:before{content: "";width: 10px;height: 10px;background: #a1d33d;position: absolute;top: 24px;left: 30px;border-radius: 50%;}
.ys01{height: 553px;}
.ys01 dt{float: right;margin: 16px -10px 0 0;}
.ys01 dt img{width: 622px;height: 490px;}
.ys01 dd{width: 510px;float: left;padding: 100px 0 0;}
.ys02{height: 430px;}
.ys02 dt{float: left;}
.ys02 dt img{width: 512px;height: 430px;}
.ys02 dd{width: 600px;float: right;padding: 50px 0 0;}
.ys03{height: 484px;}
.ys03 dt{float: right;margin: -40px 0 0;}
.ys03 dt img{width: 615px;height: 447px;}
.ys03 dd{width: 550px;float: left;padding: 100px 0 0;}
.ys04{height: 408px;}
.ys04 dt{float: left;margin: 0 0 16px 16px;width: 511px;height: 312px;line-height: 0;position: relative;}
.ys04 dt:before{content: "";width: 16px;height: 312px;background: #3484d4;position: absolute;top: 16px;left: -16px;}
.ys04 dt:after{content: "";width: 488px;height: 16px;background: #3484d4;position: absolute;bottom: -16px;left: 0;}
.ys04 dt img{width: 511px;height: 312px;}
.ys04 dd{width: 600px;float: right;padding: 26px 0 0;}
.yous dl dt{-webkit-transition:transform .3s;transition:transform .3s;}
.yous dl dt:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}

/*服务全*/
.fuw{background: url(../images/fuw_bg.jpg) no-repeat center 0;height: 530px;overflow: hidden;padding: 70px 0 0;}
.fuw .cp_tit{color: #fff;background: url(../images/pinz_tbg.png) no-repeat center 12px;}
.fuw dl{width: 185px;height: 337px;background: #fff;float: left;position: relative;overflow: hidden;border-radius: 10px;margin-top: 40px;margin-right: 18px;}
.fuw dl dt{position: absolute;top: 80px;left: 0;text-align: center;width: 185px;height: 140px;-webkit-transition:all .5s;transition:all .5s;}
.fuw dl dt em{width: 60px;height: 50px;display: block;line-height: 0;overflow: hidden;margin: 0 auto;}
.fuw dl dt em img{width: 60px;height: 50px;}
.fuw dl dt b{display: block;font-size: 22px;color: #232323;height: 30px;line-height: 30px;overflow: hidden;padding: 12px 0 0;}
.fuw dl dt i{display: block;font-size: 14px;color: #999;text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;height: 30px;line-height: 30px;}
.fuw dl dt:before{content: "";width: 22px;height: 2px;background: #dcdcdc;position: absolute;bottom: 0;left: 50%;margin-left: -11px;}
.fuw dl dd{position: absolute;top: 285px;left: -25px;text-align: center;background: #f2f2f2;width: 235px;height: 235px;border-radius: 50%;-webkit-transition:all .5s;transition:all .5s;}
.fuw dl dd i{display: block;font-size: 18px;color: #2474b5;font-family:Arial, Helvetica, sans-serif;height: 55px;line-height: 55px;}
.fuw dl dd p{font-size: 14px;color: #333;line-height: 26px;height: 52px;overflow: hidden;width: 160px;margin: 0 auto;}
.fuw dl:hover dt,.fuw dl.cur dt{top: 60px;}
.fuw dl:hover dt:before,.fuw dl.cur dt:before{background: #a1d33d;}
.fuw dl:hover dd,.fuw dl.cur dd{top: 200px;}
.fuw dl.nobor{margin-right: 0;}

/*定制流程*/
.liuc{background: url(../images/liuc_bg.jpg) no-repeat center 0;height: 170px;overflow: hidden;}
.liuc_l{font-size: 32px;color: #fff;width: 188px;height: 90px;background: url(../images/liuc_line01.png) no-repeat right 0;line-height: 34px;position: relative;letter-spacing: 3px;}
.liuc_l:before{content: "";width: 22px;height: 3px;background: #a1d33d;position: absolute;bottom: 0;left: 0;}
.liuc_l i{display: block;font-size: 16px;text-transform: uppercase;color: rgba(255,255,255,0.5); font-family:Arial, Helvetica, sans-serif;letter-spacing: normal;}
.liuc_r{width: 1040px;margin-right: -40px;background: url(../images/liuc_line02.png) no-repeat 110px 26px;}
.liuc_r ul li{font-size: 14px;color: #fff;float: left;width: 130px;text-align: center;}
.liuc_r ul li p{width:65px; height:65px; position:relative;margin: 0 auto;}
.liuc_r 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;}
.liuc_r 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;}
.liuc_r ul li b img,.liuc_r ul li em img{ display: block;width: 65px;height: 65px;}
.liuc_r ul li span{display: block;line-height: 34px;}
.liuc_r ul li.cur b{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.liuc_r ul li.cur em{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}

/*定制案例*/
.case_bg{background:#f4f4f4 url(../images/case_line.gif) repeat-x 0 224px;padding: 70px 0 50px;overflow: hidden;}
.case .cp_tit{background: url(../images/case_tbg.png) no-repeat center 12px;}
.case_nav{padding: 20px 0 0;height: 75px;line-height: 30px;}
.case_nav span{display: block;float: right;}
.case_nav span a{font-size: 16px;color: #333;font-weight: bold;}
.case_nav ul li{height: 55px;line-height: 30px;float: left;width: 162px;}
.case_nav li a{ font-size:16px; color:#333;display:block; float:left;position: relative;vertical-align: middle;width: 162px;height: 55px;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%;
  bottom: 0;
  background:url(../images/case_nav.png) no-repeat center bottom;
  height: 20px;
  -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.cur a:before {
   left: 0;
   right: 0;
}
.case_nav li a:hover{color: #a1d33d;}
.poster-main {position: relative;}
.poster-main .poster-btn a { position: absolute; top: 210px; display:block;  width:44px; height:44px;border-radius: 50%;-webkit-transition:transform .3s;transition:transform .3s;}
.poster-main .poster-btn a:hover{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}
.poster-main .poster-prev-btn a {background:url(../images/case_lico01.png) no-repeat; left: -75px; }
.poster-main .poster-prev-btn a:hover{background:url(../images/case_lico02.png) no-repeat;}
.poster-main .poster-next-btn a {background:url(../images/case_rico01.png) no-repeat; right: -75px; }
.poster-main .poster-next-btn a:hover{background:url(../images/case_rico02.png) no-repeat;}
.poster-main .poster-next-btn{right:0px;}
.poster-main .poster-prev-btn{left:0px;}
.poster-item{ margin: 0 auto; }
.poster-main .poster-list .poster-item img {display: block;width: 100%;}
.poster-main .poster-list .poster-item {position: absolute;left: 0;top: 0;}
.poster-item{width: 100%;line-height: 0;overflow: hidden;border: #fff 5px solid;}
.poster-item dt{width: 100%;line-height: 0;overflow: hidden;}
.poster-item dd{width: 90%;height: 78px;position: absolute;bottom: 0;left: 0;background: rgba(36,116,181,0.9);padding: 12px 5% 0;}
.poster-item dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.poster-item dd h5 a{font-size: 18px;color: #fff;}
.case_desc{font-size: 14px;color: #fff;height: 30px;line-height: 30px;overflow: hidden;}
.poster-item dd span{display: block;width: 80px;text-align: center;position: absolute;top: 20px;right: 5%;}
.poster-item dd span a{font-size: 16px;color: #fff;display: block;line-height:20px;}
.poster-item dd em{display: block;width: 20px;height: 20px;margin: 8px auto 0;}
.poster-item dd em img{width: 20px;height: 20px;}
.poster-main .poster-btn {position: absolute;top: 0;cursor: pointer;}

/**/
.news{padding: 70px 0;}
.news .cp_tit,.about .cp_tit{background: url(../images/news_tbg.png) no-repeat center 12px;}
.news_l{width: 750px;}
.news_t{height: 60px;line-height: 50px;overflow: hidden;text-transform: uppercase;}
.news_t a{font-size: 14px;color: #232323;}
.news_t b{font-size: 20px;}
.news_t span{color: #737373;float: right;}
.news_l dl{border-bottom: #dcdcdc 1px solid;height: 185px;padding-bottom: 30px;}
.news_l dl dt{width: 328px;height: 185px;float: left;line-height: 0;overflow: hidden;}
.news_l dl dt img{width: 328px;height: 185px;}
.news_l dl dd{width: 400px;float: right;height: 185px;}
.news_l dl dd h5{height: 40px;line-height: 40px;overflow: hidden;}
.news_l dl dd h5 a{font-size: 18px;color: #333;display: block;width: 400px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_l dl dd h5 a:hover{color: #2474b5;}
.news_l .news_desc{font-size: 14px;color: #858585;line-height: 25px;height: 75px;overflow: hidden;padding: 10px 0 0;}
.news_l dl dd span{display: block;padding: 30px 0 0;}
.news_l dl dd span a{font-size: 14px;color: #333;display: block;width: 98px;text-align: center;height: 28px;line-height: 28px;border: #d6d6d6 1px solid;border-radius: 30px;}
.news_l dl dd span a:hover{border: #2474b5 1px solid;background: #2474b5;color: #fff;}
.news02{width: 750px;overflow: hidden;padding: 20px 0 0;}
.news02 ul{width: 360px;float: left;margin-left: 40px;}
.news02 ul li{width: 360px;height: 44px;line-height: 44px;overflow: hidden;}
.news02 ul li a{font-size: 14px;color: #434343;display: block;width: 260px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;float:left;}
.news02 ul li a:hover{color: #2474b5;}
.news02 ul li span{float:right;text-align:right;}

/*常见问答*/
.wd{width: 365px;}
.wd dl{height: 90px;width: 365px;padding-top: 15px;border-bottom: #dcdcdc 1px solid;}
.wd dl dt{height: 24px;line-height: 24px;overflow: hidden;background: url(../images/wen.gif) no-repeat 0 5px;}
.wd dl dt a{width: 335px;font-size: 14px;color: #272727;padding-left: 30px;display: block;height: 24px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.wd dl dt a:hover{color: #2474b5;}
.wd dl dd{width: 335px;font-size: 14px;color: #858585;height: 44px;line-height: 22px;overflow: hidden;padding:5px 0 0 30px;background: url(../images/da.gif) no-repeat 0 8px;}

/*关于鑫宏特*/
.ab_bg{background: url(../images/ab_bg.jpg) no-repeat center 0;padding: 87px 0 0;overflow: hidden;height: 620px;}
.about{height: 295px;}
.ab_desc{font-size: 14px;color: #666;line-height: 30px;width: 960px;text-align: center;margin: 0 auto;height: 60px;overflow: hidden;padding: 40px 0 0;}
.ab_more{display: block;width: 120px;text-align: center;height: 36px;line-height: 36px;margin: 25px auto 0;border-bottom: #2474b5 2px solid;}
.ab_more a{font-size: 16px;color: #2474b5;text-transform: uppercase;font-weight: bold;}

/*企业相册*/
.photo_qie{width: 1200px;overflow: hidden;}
.photo ul li{width: 280px;height: 210px;float: left;margin-right: 25px;line-height: 0;overflow: hidden;}
.photo ul li img{width: 280px;height: 210px;}
.photo p{ position: absolute; top: 80px; width:44px; height:44px;border-radius: 50%;-webkit-transition:transform .3s;transition:transform .3s;}
.photo p a{width: 44px;height: 44px;display: block;}
.photo_l{left: -70px;}
.photo_r{right: -70px;}
.photo_l a {background:url(../images/case_lico01.png) no-repeat;}
.photo_l a:hover{background:url(../images/case_lico02.png) no-repeat;}
.photo_r a {background:url(../images/case_rico01.png) no-repeat;}
.photo_r a:hover{background:url(../images/case_rico02.png) no-repeat;}
.photo p:hover{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}

/*友情链接*/
.f_link{height: 150px;overflow: hidden;width: 330px;margin-top: -150px;float: right;}
.f_link b{display: block;font-size: 14px;color: #fff;width: 364px;height: 30px;line-height: 30px;overflow: hidden; background:url(../images/f_ico02.png) no-repeat 0 5px;padding: 0 0 0 30px;}
.f_link p{font-size: 14px;color: #333;width: 394px;}
.f_link p a{font-size: 14px;color: #d4d4d4; padding:0 0 0 30px; display: inline-block;line-height: 30px;}
.f_link p a:hover{color: #fff;}

/**/
@-webkit-keyframes shake{
  from,to{-webkit-transform:translate3d(0, 0, 0);}
  20%,60%{-webkit-transform:translate3d(-10px, 0, 0);}
  40%,80%{-webkit-transform:translate3d(10px, 0, 0);}
}

@keyframes shake {
  from,to{transform:translate3d(0, 0, 0);}
  20%,60%{transform:translate3d(-10px, 0, 0);}
  40%,80%{transform:translate3d(10px, 0, 0);}
}
