/* 清除内外边距 */
@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"," "," ",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_bg{background: #f4f4f4;padding: 80px 0;}
.yinz_tit{font-size: 40px;color: #313131;text-align: center;position: relative;overflow: hidden;line-height: 40px;height: 90px;z-index: 2;}
.yinz_tit a{color: #313131;}
.yinz_tit:before{content: "";width: 500px;height: 10px;background: #b60017;position: absolute;top: 34px;left: 50%;margin-left: -250px;z-index: -1;}
.yinz_tit span{display: block;font-size: 20px;color: #b60017;font-weight: normal;padding: 8px 0 0;}
.yinz_pic{width: 1200px;height: 400px;line-height: 0;overflow: hidden;margin-top: 30px;position: relative;}
.yinz_pic img{width: 1200px;height: 400px;}
.yinz_pic span{display: block;position: absolute;top: 45px;left: 311px;}
.yinz_pic b{width: 118px;height: 118px;display: block;float: left;background: rgba(255,255,255,1);border-radius: 50%;font-size: 34px;color: #b60017;text-align: center;line-height: 118px;overflow: hidden;margin-right: 112px;}
.yinz_pic b{
-webkit-transition: -webkit-transform 0.5s ease-out;
-moz-transition: -moz-transform 0.5s ease-out;
-o-transition: -o-transform 0.5s ease-out;
-ms-transition: -ms-transform 0.5s ease-out;}
.yinz_pic b:hover {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
.yinz_bt{width: 432px;margin: -33px auto 0;position: relative;z-index: 10;height: 110px;}
.yinz_bt b{font-size: 30px;color: #333;display: block;width: 428px;height: 62px;text-align: center;line-height: 62px;overflow: hidden;background: rgba(255,255,255,0.7);border: rgba(182,0,23,0.6) 2px solid;border-radius: 40px;}
.yinz_bt i{color: #b60017;}
.yinz_bt em{display: block;width: 24px;height: 20px;margin: 0 auto;padding: 3px 0 0;}
.yinz_bt em img{width: 24px;height: 20px;}
.yinz_m{width: 1135px;height: 384px;background: #fff;margin-top: -78px;padding: 70px 0 0 65px;}
.yinz_m dl{width: 250px;float: left;height: 333px;position: relative;background:url(../images/yinz_ico03.png) no-repeat center;overflow: hidden;border: #e3e3e3 1px solid;margin-right: 20px;}
.yinz_m dl dt{width: 250px;text-align: center;padding: 90px 0 0;height: 243px;}
.yinz_m dl dt i,.yinz_m dl dd b{display: block;font-size: 42px;color: rgba(49,49,49,0.7);height: 40px;line-height: 40px;overflow: hidden; font-family:"Times New Roman", Times, serif;font-weight: bold;}
.yinz_m dl dt p{font-size: 24px;color: #333;line-height: 60px;height: 60px;overflow: hidden;}
.yinz_m dl dt em{width: 38px;height: 38px;display: block;line-height: 0;overflow: hidden;margin: 10px auto 0;}
.yinz_m dl dt em img{width: 38px;height: 38px;}
.yinz_m dl dd{width: 250px;height: 0;position: absolute;top: 0;left: 0;overflow: hidden;}
.yinz_m dl dd img{width: 250px;height: 333px;}
.yinz_m dl dd .yinz_desc{position: absolute;top: 0;left: 0;width: 250px;height: 333px;z-index: 10;}
.yinz_m dl dd h5{font-size: 24px;color: #fff;height: 70px;line-height: 70px;overflow: hidden;position: relative;padding-top: 70px;text-align: center;}
.yinz_m dl dd h5:before{content: "";width: 30px;height: 1px;background: #fff;position: absolute;bottom: 0;left: 50%;margin-left: -15px;}
.yinz_m dl dd p{font-size: 16px;color: #fff;line-height: 30px;width: 215px;margin: 0 auto;max-height: 120px;padding: 20px 0 0;}
.yinz_m dl dd b{color: rgba(255,255,255,0.7);position: absolute;top: 40px;left: 0;width:100%;text-align: center;}
.yinz_m dl dd {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  transition: all 0.3s;
}
.yinz_m dl dd:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  -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;
}
.yinz_m dl:hover dd:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.yinz_m dl:hover dd{height: 333px;}
.yinz_l,.yinz_r{width: 32px;height: 32px;position: absolute;top: 750px;}
.yinz_l a,.yinz_r a{display: block;width: 32px;height: 32px;-webkit-transition:transform .3s;transition:transform .3s;}
.yinz_l a,.photo_lico a{background: url(../images/yinz_lico01.png) no-repeat;}
.yinz_l a:hover,.photo_lico a:hover{background: url(../images/yinz_lico02.png) no-repeat;}
.yinz_r a,.photo_rico a{background: url(../images/yinz_rico01.png) no-repeat;}
.yinz_r a:hover,.photo_rico a:hover{background: url(../images/yinz_rico02.png) no-repeat;}
.yinz_l a:hover,.yinz_r a:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}
.yinz_l{left: 15px;}
.yinz_r{right: 15px;}

/*优势*/
.ys_bg{background: url(../images/ys_bg.jpg) no-repeat center 260px;padding: 80px 0 60px;}
.ys_tit{font-size: 40px;color: #313131;text-align: center;position: relative;overflow: hidden;line-height: 40px;height: 180px;z-index: 2;}
.ys_tit a{color: #313131;}
.ys_tit:before{content: "";width: 324px;height: 10px;background: #b60017;position: absolute;top: 81px;left: 50%;margin-left: -162px;z-index: -1;}
.ys_tit i{display: block;font-size: 20px;color: #b60017;font-weight: normal;padding: 8px 0 0;}
.ys_tit span{display: block;font-size: 26px;padding-bottom: 7px;}
.ys_video{width: 1200px;height: 510px;}
.ys_video a{display: block;height: 510px;background: url(../images/video_ico.png) no-repeat center;}
.ys_m{width: 1080px;height: 340px;background: #fff;padding: 40px 60px 0;}
.ys_m dl{width: 1080px;}
.ys_m dl dt{width: 562px;height: 280px;float: right;line-height: 0;overflow: hidden;}
.ys_m dl dt img{width: 562px;height: 280px;}
.ys_m dl dt img,.case_m dl dt img,.case_m ul li img,.hz_m ul li img,.news dl dt img,.photo_m ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.ys_m dl dt img:hover,.case_m dl dt img:hover,.case_m ul li img:hover,.hz_m ul li img:hover,.news dl dt img:hover,.photo_m ul li img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.ys_m dl dd{width: 450px;float: left;}
.ys_m dl dd h5{font-size: 36px;color: #333;height: 80px;border-bottom: #16231a 1px solid;}
.ys_m dl dd h5 em{width: 56px;height: 44px;display: block;line-height: 0;overflow: hidden;float: left;padding-right: 15px;}
.ys_m dl dd h5 em img{width: 56px;height: 44px;}
.ys_m dl dd p{font-size: 16px;color: #666;line-height: 32px;padding: 30px 0 0;height: 64px;overflow: hidden;}
.ys_m dl dd span{display: block;padding: 30px 0 0;}
.ys_m dl dd span a{display: block;font-size: 16px;color: #333;width: 150px;text-align: center;height: 44px;line-height: 44px;border: #333 1px solid;border-radius: 30px;}
.ys_m dl dd span a:hover{background: #b60017;color: #fff;border: #b60017 1px solid;}
.ys_bot ul li{font-size: 22px;color: #333;width: 240px;float: left;height: 105px;position: relative;text-align: center;padding: 10px 0 0;}
.ys_bot ul li:before{content: "";width: 1px;height: 100%;background: #d4d3d7;position: absolute;top: 0;left: 0;}
.ys_bot ul li em{display: block;width: 50px;height: 50px;line-height: 0;overflow: hidden;margin: 0 auto 10px;}
.ys_bot ul li em img{width: 50px;height: 100px;-webkit-transition:all .5s;transition:all .5s;}
.ys_bot ul li:first-child:before{background: none;}
.ys_bot ul li.on{color: #b60017;font-weight: bold;}
.ys_bot ul li.on em img{margin-top: -50px;}

/*案例*/
.case_bg{background: url(../images/case_bg.jpg) no-repeat center 0;height: 825px;overflow: hidden;padding: 95px 0 0;}
.case .ys_tit{height: 156px;}
.case .ys_tit:before{width: 286px;margin-left: -143px;}
.case .ys_tit span{font-size: 30px;}
.case_t{height: 100px;overflow: hidden;}
.case_t ul li{height: 70px;line-height: 70px;width: 171px;float: left;position: relative;}
.case_t ul li:before{content: "";width: 1px;height: 36px;background: #c9c9cc;position: absolute;top: 18px;left: 0;}
.case_t ul li a{font-size: 18px;color: #4b4b4b; display: flex; justify-content: center; align-items: center;height: 70px;}
.case_t ul li em{width: 34px;height: 40px;display: block;float: left;line-height: 0;overflow: hidden;padding: 0 18px 0 0;}
.case_t ul li em img{width: 34px;height: 40px;}
.case_t ul li a:hover,.case_t ul li.on a{color: #b60017;font-weight: bold;}
.case_t ul li:first-child:before{background: none;}
.case_t ul li:hover em,.photo_bot ul li:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.case_t ul li a,.photo_bot 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;}
.case_t ul li a:before,.photo_bot ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #b60017;
  height: 3px;
  -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;
}
.case_t ul li a:hover:before,.case_t ul li a:focus:before,.case_t ul li a:active:before,.case_t ul li.on a:before {
  right: 0;
}
.case_m dl{height: 489px;position: relative;}
.case_m dl dt{width: 640px;height: 489px;float: left;line-height: 0;overflow: hidden;}
.case_m dl dt img{width: 640px;height: 489px;}
.case_m dl dd{width: 510px;height: 410px;padding: 20px 60px 0;position: absolute;top: 40px;right: 0;background: #fff;}
.case_m dl dd h5{height: 75px;line-height: 75px;overflow: hidden;position: relative;background: url(../images/yinz_ico02.png) no-repeat right 18px;}
.case dl dd h5:before{content: "";width: 30px;height: 1px;background: #16231a;position: absolute;bottom: 0;left: 0;}
.case_m dl dd h5 a{font-size: 24px;color: #4b4b4b;display: block;}
.case_m dl dd h5 a:hover{color: #b60017;}
.case_m .case_desc{font-size: 14px;color: #4b4b4b;line-height: 30px;height: 100px;overflow: hidden;padding: 15px 0 0;}
.case_m ul{position: absolute;top: 250px;left: 594px;}
.case_m ul li{width: 230px;float: left;margin-left: 40px;}
.case_m ul li em{width: 230px;height: 129px;display: block;line-height: 0;overflow: hidden;}
.case_m ul li img{width: 230px;height: 129px;}
.case_m ul li span{display: block;font-size: 14px;color: #4b4b4b;height: 40px;line-height: 40px;width: 210px;text-align: center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding: 0 10px;}

/*合作客户*/
.hz_bg{background: url(../images/hz_bg.jpg) no-repeat center 0;height: 540px;overflow: hidden;padding: 60px 0 0;}
.hz{width: 555px;}
.hz h3{height: 90px;line-height: 70px;position: relative;overflow: hidden;}
.hz h3:before{content: "";width: 3px;height: 28px;background: #b60017;position: absolute;top: 20px;left: 0;}
.hz h3 a{font-size: 30px;color: #333;padding-left: 30px;}
.hz h3 a:hover{color: #b60017;}

.hz_m ul{width: 160px;float: left;margin-right: 25px;}
.hz_m ul li{width: 160px;height: 90px;line-height: 0;overflow: hidden;margin-bottom: 35px;}
.hz_m ul li img{width: 160px;height: 90px;}
.hz p{width: 32px;height: 32px;position: absolute;top: 20px;right: 25px;}
.hz p a,.photo_m p a{display: block;width: 32px;height: 32px;}
.hz_l a{background: url(../images/hz_lico01.png) no-repeat;}
.hz_l a:hover{background: url(../images/yinz_lico02.png) no-repeat;}
.hz_r a{background: url(../images/hz_rico01.png) no-repeat;}
.hz_r a:hover{background: url(../images/yinz_rico02.png) no-repeat;}
.hz p.hz_l{right: 75px;}

.ban01{width: 450px;}
.ban01 span{display: block;font-size: 24px;color: #fff;height: 72px;line-height: 72px;overflow: hidden;}
.ban01 p{width: 385px;text-align: center;font-size: 38px;color: #fff;font-weight: bold;line-height: 56px;height: 130px;padding: 20px 0 0;position: relative;border-bottom: rgba(255,255,255,0.4) 1px solid;border-top: rgba(255,255,255,0.4) 1px solid;z-index: 2;}
.ban01 p:before{content: "";width: 100%;height: 14px;background: #b60017;position: absolute;top: 115px;left: 0;z-index: -1;}
.ban01 em{display: block;font-size: 42px;font-weight: normal;letter-spacing: 20px;}
.ban01 i{display: block; font-family:Arial, Helvetica, sans-serif;font-size: 12px;color: rgba(255,255,255,0.5);text-transform: uppercase;width: 380px;line-height: 20px;padding: 20px 0 0;}

/*新闻*/
.news{padding: 70px 0 85px;}
.news_t{height: 60px;line-height: 60px;overflow: hidden;}
.news_t h2{float: left;height: 60px;position: relative;}
.news_t h2:before{content: "";width: 3px;height: 28px;background: #b60017;position: absolute;top: 18px;left: 0;}
.news_t h2 a{font-size: 30px;color: #333;padding-left: 20px;}
.news_t h2 a:hover,.news_t ul li a:hover,.news_t ul li.on a{color: #b60017;font-weight: bold;}
.news_t ul{float: right;}
.news_t ul li{float: left;padding: 0 15px;}
.news_t ul li a{position: relative;vertical-align: middle;height: 60px;font-size: 20px;color: #333;display: block;
  -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: 8px;
  background: #b60017;
  height: 3px;
  -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,.news_t ul li.on a:before {
  right: 0;
}
.news01{width: 430px;padding: 35px 0 0;}
.news01 dl{width: 368px;height: 550px;background: #f4f4f4;padding: 30px 31px 0;}
.news01 dl dt{width: 368px;height: 207px;line-height: 0;overflow: hidden;}
.news01 dl dt img{width: 368px;height: 207px;}
.news01 dl dd{padding: 25px 0 0;}
.news01 dl dd h5{line-height: 36px;max-height: 72px;overflow: hidden;width: 310px;}
.news01 dl dd h5 a{font-size: 22px;color: #3d3d3d;font-weight: normal;}
.news01 dl dd h5 a:hover,.news02 dl dd h5 a:hover{color: #b60017;}
.news01 .news_desc{font-size: 14px;color: #999;line-height: 26px;height: 78px;overflow: hidden;padding: 15px 0 0;}
.news_time{font-size: 20px;color: #999;padding: 30px 0 0;line-height: 30px;}
.news_time b{display: block;font-size: 36px;}
.news_time a{display: block;float: right;font-size: 16px;color: #b60017;text-transform: uppercase;line-height: 60px;}
.news02{width: 730px;}
.news02 dl{width: 710px;height: 90px;padding: 35px 0 35px 20px;border-bottom: #e4e4e4 1px solid;overflow: hidden;}
.news02 dl dt{width: 160px;height: 90px;line-height: 0;overflow: hidden;float: left;}
.news02 dl dt img{width: 160px;height: 90px;}
.news02 dl dd{padding: 0 0 0 30px;float: left;width: 500px;}
.news02 dl dd h5{line-height: 25px;height: 25px;overflow: hidden;}
.news02 dl dd h5 a{font-size: 20px;color: #3d3d3d;font-weight: normal;}
.news02 .news_desc{font-size: 14px;color: #999;line-height: 30px;height: 30px;overflow: hidden;padding: 5px 0 0;}
.news02 dl dd span{font-size: 20px;color: #999;display: block; font-family:"Times New Roman", Times, serif;line-height: 25px;height: 25px;}
.news02 dl.nobor{border-bottom: none;}
.news02 dl:hover{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}

/*走进中盐*/
.ab_bg{background: url(../images/ab_bg.jpg) no-repeat center 0;height: 936px;overflow: hidden;padding: 60px 0 0;}
.about{height: 624px;}
.about .yinz_tit:before{width: 440px;margin-left: -220px;}
.about dl{width: 1080px;margin: 0 auto;text-align: center;padding: 100px 0 0;}
.about dl dt{height: 80px;line-height: 80px;position: relative;overflow: hidden;}
.about dl dt:before{content: "";width: 32px;height: 1px;background: #fff;position: absolute;bottom: 0;left: 50%;margin-left: -16px;}
.about dl dt a{font-size: 30px;color: #fff;}
.about dl dd{padding: 20px 0 0;}
.about .ab_desc{font-size: 16px;color: #fff;line-height: 36px;height: 108px;overflow: hidden;}
.about dl dd span{display: block;width: 152px;margin: 0 auto;padding: 30px 0 0;}
.about dl dd span a{display: block;font-size: 16px;color: #fff;width: 150px;height: 45px;line-height: 45px;overflow: hidden;border: #fff 1px solid;border-radius: 30px;background-image: url(../images/ab_ico.png);background-repeat: no-repeat;background-position: 115px 15px;}
.about dl dd span a:hover{background-color: #b60017;border: #b60017 1px solid;}

/*荣誉资质*/
.photo_con{height: 182px;padding: 35px 0 0;}
.photo_m{padding-left: 70px;}
.photo_m ul li{width: 194px;height: 146px;float: left;line-height: 0;overflow: hidden;margin-right: 20px;}
.photo_m ul li img{/*width: 194px;*/height: 146px;}
.photo_m p{width: 32px;height: 32px;position: absolute;top: 60px;}
.photo_lico{left: 20px;}
.photo_rico{right: 20px;}
.photo_bot{height: 77px;line-height: 77px;overflow: hidden;}
.photo_bot ul li{height: 77px;line-height: 77px;width: 400px;float: left;position: relative;}
.photo_bot ul li:before{content: "";width: 1px;height: 36px;background: #c9c9cc;position: absolute;top: 20px;left: 0;}
.photo_bot ul li a{font-size: 24px;color: #4b4b4b;display: block;height: 77px;}
.photo_bot ul li em{width: 44px;height: 36px;display: block;float: left;line-height: 0;overflow: hidden;padding: 21px 20px 0 110px;}
.photo_bot ul li em img{width: 44px;height: 36px;}
.photo_bot ul li a:hover,.photo_bot ul li.on a{color: #b60017;font-weight: bold;}
.photo_bot ul li:first-child:before{background: none;}
.photo_bot ul li a:hover:before,.photo_bot ul li a:focus:before,.photo_bot ul li a:active:before,.photo_bot ul li.on a:before {
  right: 0;
}

/*友情链接*/
.f_link{height: 75px;line-height: 75px;overflow: hidden;background: #f4f4f4;border-top: #ddd 1px solid;}
.f_link b{display: block;float: left;font-size: 16px;color: #7f7f7f;width: 140px;}
.f_link i{font-weight: normal;text-transform: uppercase;}
.f_link p{font-size: 14px;color: #999;float: left;width: 1060px;}
.f_link p a{font-size: 14px;color: #999; padding:0 10px 0 0;}
.f_link p a:hover{color: #000;}

/**/
@-webkit-keyframes shake{
  from,to{-webkit-transform:translate3d(0, 0, 0);}
  20%,60%{-webkit-transform:translate3d(-10px, 0, 0);}
  40%,80%{-webkit-transform:translate3d(10px, 0, 0);}
}

@keyframes shake {
  from,to{transform:translate3d(0, 0, 0);}
  20%,60%{transform:translate3d(-10px, 0, 0);}
  40%,80%{transform:translate3d(10px, 0, 0);}
}

/**/
@-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);
  }
}