/* 清除内外边距 */
@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;max-width: 1920px;margin: 0 auto;overflow-x: hidden; width: 100%;}
.content{ width:1200px; margin:0 auto;}

/**/
.h_tel{height: 80px;line-height: 80px;overflow: hidden;/*background: url(../images/s_bg.gif) no-repeat center 0;*/}
.h_tel p{float: right;color: #333;}
.h_tel p em{width: 31px;height: 31px;display: block;float: left;line-height: 0;padding: 24px 10px 0 0;}
.h_tel p em img{width: 31px;height: 31px;}
.h_tel p b{font-size: 20px;font-family: "DINOT";padding: 0 10px;}

/*产品优势*/
.six_bg{padding: 90px 0;overflow: hidden;}
.six_tit{font-size: 42px;color: #333;background: url(../images/six_tline.png) no-repeat center 12px;line-height: 42px;text-align: center;height: 92px;overflow: hidden;}
.six_tit a{color: #333;}
.six_tit a:hover,.six_tit:hover{color: #be9a4d;}
.six_tit span{display: block;font-size: 20px;color: #666;font-weight: normal;padding: 8px 0 0;}
.six_nav{padding: 35px 0 0;height: 135px;}
.six_nav ul li{font-size: 20px;color: #333;font-weight: bold;float: left;width: 200px;text-align: center;}
.six_nav ul li em{display: block;line-height: 0;width: 60px;height: 50px;overflow: hidden;margin: 0 auto 10px;}
.six_nav ul li em img{width: 60px;height: 100px;-webkit-transition:all .5s;transition:all .5s;}
.six_nav ul li:hover,.six_nav ul li.on{color: #be9a4d;}
.six_nav ul li:hover em img,.six_nav ul li.on em img{margin-top: -50px;}
.six_qie{position: relative;height: 700px;}
.six_qie .six_pic{width: 1920px;height: 700px;display: block;line-height: 0;position: absolute;top: 0;left: 50%;margin-left: -960px;}
.six_qie .six_pic img{width: 1920px;height: 700px;}
.six_m dl{width: 350px;height: 550px;position: absolute;top: 0;left: 0;background: rgba(190,154,77,0.9);padding: 150px 50px 0;}
.six_m dl dt{font-size: 36px;color: #fff;line-height: 56px;font-weight: normal;height: 185px;}
.six_m dl dt b{display: block;}
.six_m dl dt i{display: block;font-size: 16px;text-transform: uppercase;color: rgba(255,255,255,0.2);font-family:Arial, Helvetica, sans-serif;font-weight: bold;}
.six_m dl dd{font-size: 18px;color: #fff;line-height: 36px;height: 72px;overflow: hidden;}
.six_btn{position: absolute;top: 805px;left: 50px;width: 144px;height: 60px;background: url(../images/six_line.png) no-repeat center 19px;}
.six_btn a{display: block;width: 42px;height: 42px;line-height: 0;float: left;}
.six_lico{background: url(../images/six_lico01.png) no-repeat;margin-right: 60px;}
.six_lico:hover{background: url(../images/six_lico02.png) no-repeat;}
.six_rico{background: url(../images/six_rico01.png) no-repeat;}
.six_rico:hover{background: url(../images/six_rico02.png) no-repeat;}

/*产品中心*/
.cp_bg{padding: 0 0 90px;background: url(../images/cp_line.gif) repeat-x 0 188px;}
.chanp .six_tit{background: url(../images/cp_tline.png) no-repeat center 12px;}
.cp_nav{padding: 15px 0 30px;height: 90px;line-height: 90px;}
.cp_nav ul li{width: 133px;float: left;text-align: center;height: 90px;}
.cp_nav ul li a{font-size: 20px;color: #333;display: block;height: 90px;line-height: 90px;}
.cp_nav ul li a:hover,.cp_nav ul li.cur a{background: url(../images/cpnav_line.png) no-repeat center bottom;}
.cp01{width: 892px;height: 426px;}
.cp01 a{display: block;width: 892px;height: 426px;position: relative;line-height: 0;overflow: hidden;}
.cp01 img{width: 892px;height: 426px;}
.cp01 h4{font-size: 48px;color: #333;position: absolute;top: 130px;left: 120px;line-height: 50px;}
.cp01 h4 i{display: block;font-size: 14px;font-weight: normal;text-transform: uppercase;}
.cp01 span{display: block;font-size: 18px;color: #fff;width: 120px;height: 50px;line-height: 50px;background: #be9a4d;overflow: hidden;border-radius: 30px;position: relative;margin-top: 40px;padding: 0 30px;font-weight: normal;}
.cp01 em{width: 18px;height: 10px;display: block; line-height:0; position: absolute;top: 18px;right: 30px;-webkit-transition:transform .3s;transition:transform .3s;}
.cp01 em img{width: 18px;height: 10px;}
.cp01 h4:hover em,.cp02:hover h4 em{-webkit-transform:translate(3px,0);transform:translate(3px,0);}
.cp02{width: 280px;height: 426px;}
.cp02 a{display: block;width: 280px;height: 426px;position: relative;line-height: 0;overflow: hidden;}
.cp02 img{width: 280px;height: 426px;}
.cp02 h4{font-size: 24px;color: #fff;position: absolute;bottom: 20px;left: 0;line-height: 40px;width: 280px;text-align: center;}
.cp02 em{width: 25px;height: 25px;display: block;position: absolute;top: 7px;right: 60px;-webkit-transition:transform .3s;transition:transform .3s;}
.cp02 em img{width: 25px;height: 25px;}
.cp03{padding: 25px 0 0;}
.cp03 ul li{width: 280px;height: 373px;float: left;line-height: 0;position: relative;overflow: hidden;margin-left: 26px;}
.cp03 ul li img{width: 280px;height: 373px;}
.cp03 ul li img,.shop_l ul li img,.shop_r dl dt img,.wd_m dd h5 img,.about dl dt img,.photo ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.cp03 ul li img:hover,.shop_l ul li img:hover,.shop_r dl dt img:hover,.wd_m dd h5 img:hover,.about 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);}
.cp03 ul li span{display: block;font-size: 16px;color: #333;height: 50px;line-height: 50px;position: absolute;bottom: 0;left: 0;width: 280px;text-align: center;}
.cp03 ul li:first-child{margin-left: 0;}

.cp03 ul li span {
  vertical-align: middle;z-index: 1;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
}
.cp03 ul li span:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -48px;
  background: #be9a4d;
  height: 50px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.cp03 ul li:hover span:before,.cp03 ul li span:focus:before,.cp03 ul li span:active:before {
  -webkit-transform: translateY(-48px);
  transform: translateY(-48px);
  border-radius: 30px 30px 0 0;
}
.cp03 ul li:hover span{color: #fff;}

/*优势*/
.fanw{ height:920px; overflow:hidden;width: 100%;max-width: 1920px;margin:0 auto;}
.fanw .six_tit{background: url(../images/ys_tline.png) no-repeat center 12px;}
.serv_c{width: 100%;height: 778px;overflow: hidden; margin-top:45px;}
.serv_c ul{width: 102%;height: 778px;}
.serv_c li{width:33.33%;float: left;position: relative;cursor:pointer;height: 778px;}
.serv_c li:last-child{margin: 0;}
.serv_c li img{display: block;}
.mo{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;background:rgba(0,0,0,0.5);}
.shu2 dl{ width:265px; height:290px; margin:480px auto 0;}
.shu2 dt,.bock dt{font-size: 36px;color: #fff;font-weight: bold;line-height: 44px;background: url(../images/ys_ico01.png) no-repeat right 12px;height: 125px;width: 270px;}
.shu2 dt i,.bock dt i{ display:block;font-size: 14px;text-transform: uppercase;color: rgba(255,255,255,0.3);}
.shu2 dd{width:265px; height:71px;}
.shu2 dd img{width:265px; height:71px;}
.hav{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;}
.bock{position: absolute;left: 0;top:323px;width:100%;height:100%;box-sizing: border-box; opacity:0;}
.bock dl{background: url(../images/ys_k.png) no-repeat;width: 522px;height: 295px;padding: 160px 0 0 90px;}
.bock dt{background: url(../images/ys_ico02.png) no-repeat right 12px;height: 100px;}
.bock dd{font-size: 16px;color: #fff;line-height: 30px;height: 90px;overflow: hidden;width: 410px;}

/*市场前景*/
.four{background: url(../images/four_bg.jpg) no-repeat center 0;height: 560px;overflow: hidden;padding-top: 93px;}
.four .six_tit{background: url(../images/shop_tline.png) no-repeat center 12px;}
.four dl{width: 300px;float: left;height: 365px;position: relative;overflow: hidden;z-index: 1;margin-top: 45px;}
.four dl:after {content: "";position: absolute;top: 0;right: 0;background:#e5e5e5;width: 1px;height: 100%;}
.four dl dt{width: 300px;text-align: center;position: absolute;top: 65px;left: 0;-webkit-transition:all .5s;transition:all .5s;}
.four dl dt p{width:106px; height:106px; margin: 0 auto 20px;position: relative;}
.four dl dt 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;}
.four dl dt 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;}
.four dl dt b img,.four dl dt em img{ display: block;width:106px; height:106px;}
.four dl dt h5{font-size: 26px;color: #333;line-height: 36px;height: 88px;overflow: hidden;position: relative;}
.four dl dt h5:before{content: "";width: 30px;height: 3px;background: #be9a4d;position: absolute;bottom: 0;left: 50%;z-index: 5;margin-left: -15px;}
.four dl dt h5 i{display: block;font-weight: normal;}
.four dl dd{width: 240px;overflow: hidden;text-align: center;font-size: 16px;color: #666;line-height: 30px;height: 120px;overflow: hidden;margin: 0 auto;position: absolute;bottom: -122px;left: 30px;-webkit-transition:all .5s;transition:all .5s;}
.four dl.cur dt b{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.four dl.cur dt em{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.four dl.cur dt{top: 0;}
.four dl.cur dd{bottom: 20px;}
.four dl.nobor:after{background: none;}

/*广告条*/
.ban01{background: url(../images/ban01_bg.jpg) no-repeat center 0;height: 280px;overflow: hidden;}
.ban_pic{width: 1200px;height: 200px;line-height: 0;border-radius: 10px;}
.ban_pic img{width: 1200px;height: 200px;border-radius: 10px;}
.ban01 p{font-size: 32px;color: #fff;position: absolute;top: 45px;right: 140px;width: 450px;text-align: right;}
.ban01 p em{display: block;font-size: 18px;color: #fff;width: 270px;text-align: center;height: 45px;line-height: 45px;background: #be9a4d;border-radius: 30px;margin-top: 20px;float: right;}

/*8大扶持*/
.eight{background: url(../images/eight_bg.jpg) no-repeat center 0;height: 710px;overflow: hidden;padding-top: 74px;}
.eight .six_tit{background: url(../images/eight_tline.png) no-repeat center 12px;margin-bottom: 40px;}
.eight dl{width: 300px;height: 230px;float: left;position: relative;border-bottom: #e5e5e5 1px solid;background: #fff;overflow: hidden;}
.eight dl:after {content: "";position: absolute;top: 0;right: 0;background:#e5e5e5;width: 1px;height: 100%;}
.eight dl dt{padding: 60px 0 0 55px;width: 200px;height: 150px;position: relative;}
.eight dl dt:before{content: "";width: 30px;height: 5px;background: #be9a4d;position: absolute;top: 145px;left: 0;}
.eight dl dt em{display: block;width: 66px;height: 50px;line-height: 0;padding-bottom: 20px;}
.eight dl dt em img{width: 66px;height: 50px;}
.eight dl h5{font-size: 24px;color: #333;line-height: 32px;height: 64px;overflow: hidden;}
.eight dl h5 i{display: block;font-size: 14px;text-transform: uppercase;font-weight: normal;color: rgba(51,51,51,0.3);font-family:Arial, Helvetica, sans-serif;}
.eight dl dd{padding:45px 0 0 50px;z-index: 1;width: 250px;position: absolute;top: -230px;left: 0;height: 185px;}
.eight dl dd h5{color: #fff;}
.eight dl dd h5 i{color: rgba(255,255,255,0.3);}
.eight dl dd p{font-size: 16px;color: #fff;line-height: 30px;height: 60px;overflow: hidden;width: 215px;padding: 15px 0 0;}
.eight 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;
}
.eight dl dd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #be9a4d;
  -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;
}
.eight dl:hover dd:before,.eight dl.cur 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);
}
.eight dl:hover dd,.eight dl.cur dd{top: 0;}

/*线下门店*/
.shop{padding: 90px 0 55px;}
.shop .six_tit{background: url(../images/shop_tline.png) no-repeat center 12px;margin-bottom: 40px;}
.shop_l{width: 199px;}
.shop_l ul li{width: 199px;height: 267px;line-height: 0;overflow: hidden;position: relative;margin-bottom: 20px;}
.shop_l ul li img{width: 199px;height: 267px;}
.shop_l ul li span{display: block;width: 183px;text-align: center;height: 50px;line-height: 50px; padding: 0 8px; position: absolute;bottom: 0;left: 0;background: #f2f2f2;border-radius: 20px 20px 0 0;font-size: 18px;color: #333;font-weight: bold;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.shop_l ul li:hover span,.shop_l ul li.on span{background: #be9a4d;color: #fff;}

.shop_r dl{width: 984px;height: 554px;position: relative;}
.shop_r dl dt{width: 984px;height: 554px;line-height: 0;overflow: hidden;}
.shop_r dl dt img{width: 984px;height: 554px;}
.shop_r dl dd{width: 355px;height: 220px;position: absolute;bottom: 0;right: 0;background: rgba(255,255,255,0.8);border-radius: 30px 0 0 0;padding: 30px 50px 0;}
.shop_r dl dd h5{background: url(../images/shop_line.png) no-repeat 0 bottom;height: 60px;line-height: 54px;overflow: hidden;width: 355px;}
.shop_r dl dd h5 a{font-size: 24px;color: #333;display: block;width: 355px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.shop_r dl dd h5 a:hover{color: #be9a4d;}
.shop_r .shop_desc{font-size: 16px;color: #333;line-height: 30px;padding: 15px 0 0;height: 60px;overflow: hidden;}
.shop_r dl dd span{display: block;width: 130px;height: 40px;padding: 10px 0 0;}
.shop_r dl dd span a{display: block;width: 130px;text-align: center;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: #be9a4d;overflow: hidden;border-radius: 30px;}
.shop_r dl dd span a:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}

/*新闻中心*/
.news_bg{background: #f2f2f2;padding: 70px 0;}
.news_bg .six_tit{background: url(../images/news_tline.png) no-repeat center 12px;}
.news{ width:800px;}
.news_t{ height:40px; line-height:40px; }
.news_t ul li{float: left;}
.news_t ul li a{font-size: 18px;color: #333;display: block;height: 40px; padding:0 40px 0 15px;float: left; background:url(../images/news_ico01.gif) no-repeat 0 11px;}
.news_t ul li a:hover,.news_t ul li.on a{font-weight: bold;color: #be9a4d; background:url(../images/news_ico02.gif) no-repeat 0 9px;}
.news_t span{float: right;display: block;width: 90px;text-align: center;}
.news_t span a{font-size: 16px;color: #adadad;text-transform: uppercase;}
.news_m dl{ width:800px;height: 110px; border-bottom:#ddd 1px solid; padding:20px 0 0;overflow: hidden;}
.news_m dt{width: 90px;height: 90px;float: right; font-family:"DINOT";font-size: 16px;color: #5c5c5c;text-align: center;line-height: 34px; padding:10px 0 0;}
.news_m dt b{display: block;font-size: 44px;}
.news_m dd{ float:left; overflow:hidden; width:640px;}
.news_m dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.news_m dd h5 a{font-size: 16px;color: #333;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_m dl:hover h5 a{color: #be9a4d;}
.news_m .news_desc{font-size: 14px;color: #666;line-height: 24px;height: 48px;overflow: hidden; padding:5px 0 0;}
.news_m dl:hover{ border-bottom:#be9a4d 1px solid;}
.news_m dl:hover dt{color: #be9a4d;}

/**/
.wd{ width:325px;padding: 10px 0 0;}
.wd_m dl{ width:325px;}
.wd_m dt{width: 275px;height: 80px;background: #be9a4d;overflow: hidden; padding:20px 25px 0;}
.wd_m dt a{display: block;font-size: 18px;color: #fff;font-weight: bold;height: 30px;line-height: 30px;width: 275px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.wd_m dt span{display: block;font-size: 18px;color: #fff; font-family:Arial, Helvetica, sans-serif;height: 30px;line-height: 30px;overflow: hidden;}
.wd_m dd{ width:325px;border-bottom: #ccc 1px solid;padding-bottom: 15px;}
.wd_m dd h5{width: 325px;height: 244px;overflow: hidden;line-height: 0;}
.wd_m dd h5 img{width: 325px;height: 244px;}
.wd_m .news_desc{font-size: 14px;color: #5c5c5c;line-height: 22px;overflow: hidden; padding:15px 0 0;height: 44px;overflow: hidden;}
.news_btn{position: absolute;top: 330px;right: 3px;z-index: 20;width: 60px;height: 10px;}
.news_btn ul li{width: 10px;height: 10px;background: #fff;float: left;border-radius: 50%;margin-right: 10px;text-indent: -99999px;cursor: pointer;}
.news_btn ul li.on{background: #be9a4d;}

/*关于我们*/
.ab_bg{overflow: hidden;}
.about dl{height: 694px;position: relative;}
.about dl dt{width: 960px;height: 694px;position: absolute;top: 0;left: 50%;line-height: 0;overflow: hidden;}
.about dl dt img{width: 960px;height: 694px;}
.about dl dd{width: 555px;float: left;padding: 80px 0 0;}
.about dl dd h5{font-size: 42px;color: #333;height: 100px;line-height: 44px;background:url(../images/ab_ico.gif) no-repeat 270px 13px;}
.about dl dd h5 a{color: #333;}
.about dl dd h5 a:hover{color: #be9a4d;}
.about dl dd h5 span{display: block;font-size: 20px;color: #666;font-weight: normal;padding: 5px 0 0;}
.about .ab_desc{font-size: 16px;color: #666;line-height: 30px;height: 120px;overflow: hidden;padding: 30px 0 0;}
.about dl dd em{display: block;line-height: 30px;margin: -30px 0 0 350px;}
.about dl dd em a{font-size: 16px;color: #be9a4d;}

/*企业风采*/
.photo{position: absolute;top: 405px;left: 0;}
.photo h3{height: 40px;line-height: 40px;overflow: hidden;background:url(../images/photo_ico.gif) no-repeat 117px 7px;margin-bottom: 20px;}
.photo h3 a{font-size: 26px;color: #be9a4d;}
.photo ul li{width: 171px;float: left;padding-left: 18px;}
.photo ul li em{width: 171px;height: 128px;display: block;line-height: 0;overflow: hidden;}
.photo ul li img{width: 171px;height: 128px;}
.photo ul li span{display: block;font-size: 14px;color: #666;width: 171px;text-align: center;height: 30px;line-height: 30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding: 10px 0 0;}

/*友情链接*/
.f_link{height: 70px;line-height: 70px;overflow: hidden;margin: -70px 0 0 600px;width: 600px;}
.f_link b{display: block;float: left;font-size: 16px;color: #7a7a7a;width: 80px;text-align: right;font-weight: normal;}
.f_link p{font-size: 16px;color: #7a7a7a;float: left;width: 520px;}
.f_link p a{font-size: 16px;color: #7a7a7a; padding:0 10px 0 0;}
.f_link p a:hover{color: #333;}

/**/
@-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);}
}
