/* 清除内外边距 */
@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{ background:url(../images/yinz_bg.jpg) no-repeat center 0;height: 223px;padding: 94px 0 0;overflow: hidden;}
.yinz_l{width: 360px; background:url(../images/yinz_line01.gif) no-repeat 338px 0;}
.yinz_l h5{font-size: 36px;color: #333;height: 50px;line-height: 50px;overflow: hidden;padding:5px 0 0 75px;}
.yinz_l em{width: 66px;height: 54px;display: block;position: absolute;top: 0;left: 0;}
.yinz_l em img{width: 66px;height: 54px;}
.yinz_l i{color: #3573b9;}
.yinz_l span{display: block;font-size: 32px;color: #666;height: 40px;line-height: 40px;overflow: hidden;padding: 15px 0 0;}
.yinz_r{width: 805px;}
.yinz_r p{font-size: 16px;color: #666;line-height: 30px;height: 90px;overflow: hidden;}
.yinz_r span{display: block;float: right;padding: 12px 0 0 156px; background:url(../images/yinz_line02.gif) no-repeat 0 22px;height: 22px;width: 194px;}

/**/
.cp_bg{background: #f3f3f3;padding: 60px 0 80px;}
.cp_t{font-size: 40px;color: #333; background:url(../images/cp_tbg.png) no-repeat center 14px;height: 100px;line-height: 40px;text-align: center;overflow: hidden;}
.cp_t a{color: #333;display: block;}
.cp_t span{display: block;font-size: 20px;color: #666;font-weight: normal;padding: 5px 0 0;}

.fenl{padding: 25px 0 70px;}
.fenl01{width: 285px;height: 165px;background: #fff;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);border-radius: 10px;margin-right: 20px;}
.fenl01 h3{height: 60px;line-height: 60px;overflow: hidden;border-radius: 10px 10px 0 0;border-bottom: #e8e8e8 1px solid;margin-bottom: 5px;}
.fenl01 h3 a{font-size: 18px;color: #3573b9;display: block;width: 285px;height: 60px;text-align: center;}
.fenl01 h3 a:hover{background: #3573b9;color: #fff;}
.fenl01 ul{height: 72px;}
.fenl01 ul li{height: 24px;line-height: 24px;overflow: hidden;width: 285px;text-align: center;}
.fenl01 ul li a{font-size: 14px;color: #666;}
.fenl01 ul li a:hover{color: #3573b9;font-weight: bold;}
.fenl01 span{display: block;width: 38px;height: 38px;margin: 5px auto 0;overflow: hidden;}
.fenl01 span a{display: block;width: 38px;height: 38px;background: #c9c9c9;border-radius: 50%;line-height: 0;}
.fenl01 span a:hover{background: #dab64d;}
.fenl01 span img{width: 38px;height: 38px;}
.fenl .nobor{margin-right: 0;}

.cp01{padding: 0 0 75px;}
.cp_l{width: 590px;height: 547px;line-height: 0;overflow: hidden;}
.cp_l img{width: 590px;height: 547px;}
.cp_l img,.cp_rb ul li img,.case dl dt img,.news dl dt img,.photo_m ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.cp_l img:hover,.cp_rb ul li img:hover,.case dl dt 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);}
.cp_r{width: 550px;}

.cp_tit{font-size: 36px;color: #333; background:url(../images/cp_line01.gif) no-repeat 0 0;padding-left: 25px;height: 100px;line-height: 36px;overflow: hidden;}
.cp_tit a{color: #333;}
.cp_tit a:hover{color: #3573b9;}
.cp_tit i{display: block;font-weight: normal;color: #bdbdbd;font-size: 18px;text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;}

.cp_rt{height: 155px;}
.cp_rt ul li{font-size: 16px;color: #333;width: 215px;float: left;line-height: 22px;background:url(../images/cp_line02.gif) no-repeat 150px 0;-webkit-transition:transform .3s;transition:transform .3s;}
.cp_rt ul li em{width: 52px;height: 58px;display: block;line-height: 0;}
.cp_rt ul li em img{width: 52px;height: 58px;}
.cp_rt ul li i{display: block;padding: 10px 0 0;}
.cp_rt ul li.nobor{background: none;width: 120px;}
.cp_rt ul li:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}

.cp_tit02{height: 30px;line-height: 30px;overflow: hidden;position: relative;margin-bottom: 20px;}
.cp_tit02:before{content: "";width: 60%;height: 1px;background: #dcdcdc;position: absolute;top: 15px;left: 25%;}
.cp_tit02 a{font-size: 20px;color: #333;}
.cp_tit02 span{float: right;}
.cp_tit02 span a{font-size: 16px;text-transform: uppercase;}

.cp_rb ul li{width: 264px;float: left;padding: 0 16px 0 0;}
.cp_rb ul li em{width: 264px;height: 198px;line-height: 0;overflow: hidden;display: block;}
.cp_rb ul li img{width: 264px;height: 198px;}
.cp_rb ul li span{display: block;width: 264px;text-align: center;font-size: 14px;color: #666;height: 30px;line-height: 30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding: 5px 0 0;}

.cp02{width: 590px;}
.cp02 dl{width: 590px;height: 370px;background: #0c0907;position: relative;}
.cp02 dl dt{width: 590px;height: 370px;line-height: 0;}
.cp02 dl dt img{width: 590px;height: 370px;}
.cp02 dl dd{width: 260px;position: absolute;top: 75px;right: 0;}
.cp02 dl dd h5{font-size: 24px;color: #fff;height: 40px;line-height: 40px;overflow: hidden;font-weight: normal;}
.cp02 .cp_desc{padding: 10px 0 0;font-size: 14px;color: rgba(255,255,255,0.6);height: 96px;overflow: hidden;}
.cp02 dl dd p{line-height: 24px;position: relative;padding: 0 0 0 15px;}
.cp02 dl dd p:before{content: "";width: 4px;height: 4px;background: rgba(255,255,255,0.6);position: absolute;top: 10px;left: 0;border-radius: 50%;}
.cp02 dl dd span{display: block;width: 112px;padding: 30px 0 0;}
.cp02 dl dd span a{display: block;width: 112px;text-align: center;height: 35px;line-height: 35px;background: #dab64d;font-size: 14px;color: #fff;overflow: hidden;border-radius: 20px;}
.cp02 dl dd span a:hover{background: #3573b9;}

/*技术支持*/
.five{padding: 65px 0 80px;}
.five .cp_t{ background:url(../images/five_tbg.png) no-repeat center 14px;margin-bottom: 40px;}
.five dl{float: left;width: 150px;overflow: hidden;background: #3573b9;height: 450px;position: relative;border-right:1px solid rgba(255,255,255,1);box-sizing: border-box;cursor: pointer;}
.five dl.cur,.five dl:last-child{border: none;}
.five dl dt{padding-left: 20px;padding-top: 80px;}
.five dl dt em{color: rgba(255,255,255,0.3);font-size: 60px;display: block;line-height: 60px;font-weight: bold;font-family: "DINOT";}
.five dl dt b{display: block;font-size: 20px;color: #fff;line-height: 30px;margin-top: 25px;}
.five dl dt b i{display: block;}
.five dl dt span{display: block;font-family: Arial;font-size: 12px;text-transform: uppercase;color:rgba(255,255,255,0.6);margin-top: 15px;line-height: 12px;}
.five dl dt span:after{content: "";display: block;width: 26px;height: 3px;background: #fff;margin-top: 60px;border-radius: 3px;}
.five dl dd{display:block;opacity: 0;width: 0;box-sizing: border-box;transition: all .25s linear;padding-top: 80px;}
.five dl dd em{color: #dab64d;font-size: 60px;display: block;line-height: 60px;font-weight: bold;font-family: "DINOT";}
.five dl dd b{font-size: 30px;line-height: 40px;color: #fff;margin-top: 25px;display: block;}
.five dl dd p{width: 280px;color:#fff;line-height: 28px;font-size: 16px;margin-top: 20px;height: 92px;}
.five dl dd p:after{content: "";display: block;width: 26px;height: 3px;background: #fff;position: absolute;left: 0;bottom: 0;}
.five dl dd span{position: absolute;left: 0;top: 0;width: 0;height: 100%;}
.five dl dd span img{width: 100%;height: 100%;}
.five dl dd em,.five dl dd b,.five dl dd p{position: relative;z-index: 1;}
.five dl.cur{width: 600px;}
.five dl.cur dt{display: none;}
.five dl.cur dd{opacity: 1;width: 600px;height: 450px;overflow: hidden;padding-left: 300px;}
.five dl.cur dd span{width: 600px;height: 450px;}

/*流程*/
.liuc{ background:url(../images/liuc_bg.jpg) no-repeat center 0;height: 222px;overflow: hidden;padding: 60px 0 0;}
.liuc li{ width:74px;height: 140px; float:left; font:16px "Microsoft YaHei"; color: #fff;padding-right: 66px;text-align: center; background:url(../images/liuc_line.png) no-repeat 90px 35px;}
.liuc li span{ display:block; width:74px; height:74px; position:relative; overflow:hidden; margin:0 0 10px;}
.liuc li span img{display:block; width:74px; height:74px;}
.liuc li em{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0);transform: translateX(0) rotate(0);-webkit-transition: all 0.35s ease-out 0.1s;transition: all 0.35s ease-out 0.1s;}
.liuc li i{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;}
.liuc li:hover em{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.liuc li:hover i{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.liuc li.nobor{width: 74px;padding-right: 0;background: none;}
.liuc li:hover{color: #dab64d;}
.liuc_btn{padding: 0 0 0 300px;}
.liuc_btn p{font-size: 26px;color: #fff;float: left;height: 50px;line-height: 50px;overflow: hidden;width: 480px;}
.liuc_btn em,.ban01 p em{display: block;width: 110px;float: left;padding: 8px 0 0;}
.liuc_btn em a,.ban01 p em a{display: block;font-size: 14px;color: #fff;width: 110px;text-align: center;height: 30px;line-height: 30px;background: #dab64d;overflow: hidden;border-radius: 30px;}
.liuc_btn em a:hover,.ban01 p em a:hover{background: #fff;color: #3573b9;}

/*优势*/
.yous{ background:url(../images/ys_bg.jpg) no-repeat center 0;height: 1358px;overflow: hidden;padding: 73px 0 0;}
.yous .cp_t{ background:url(../images/ys_tbg.png) no-repeat center 14px;margin-bottom: 30px;}
.yous dl{width: 1200px;height: 540px;}
.yous dl dt{width: 640px;}
.yous dl dd{width: 490px;margin-top: 65px;position: relative;z-index: 1;}
.yous dl dd:before{content: "";width: 1px;height: 160px;background: #e5e5e5;position: absolute;top: 143px;left: 5px;z-index: -1;}
.yous dl dd h5{font-size: 36px;color: #333; background:url(../images/ys_line.gif) no-repeat;padding: 0 0 0 25px;line-height: 40px;height: 100px;overflow: hidden;}
.yous dl dd h5 i{display: block;font-size: 24px;font-weight: normal;}
.yous dl dd p{font-size: 16px;color: #666;line-height: 25px; background:url(../images/ys_ico01.png) no-repeat 0 36px;padding: 30px 0 0 25px;}
.yous dl.dl02{padding: 92px 0 0;}
.yous dl.dl02 dt{width: 680px;margin-right: -50px;}
.yous dl.dl02 dd{width: 460px;margin-top: 135px;}

/*服务贴心*/
.fuw{background: #f3f3f3;padding: 85px 0;}
.fuw_t{font-size: 36px;color: #333;text-align: center;height: 125px;line-height: 100px;overflow: hidden;}
.fuw_m{width: 1200px;height: 286px;background: #fff;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}
.fuw_m ul li{width: 200px;height: 236px;float: left;padding-top: 50px;text-align: center;-webkit-transition:transform .3s;transition:transform .3s; background:url(../images/fuw_line.gif) no-repeat right 0;}
.fuw_m ul li em{width: 80px;height: 80px;display: block;line-height: 0;overflow: hidden;border-radius: 50%;background: #434343;margin: 0 auto 15px;}
.fuw_m ul li em img{width: 80px;height: 80px;}
.fuw_m ul li span{display: block;font-size: 20px;color: #333;height: 36px;line-height: 36px;overflow: hidden;}
.fuw_m ul li i{display: block;font-size: 16px;color: #999;height: 30px;line-height: 30px;overflow: hidden;}
.fuw_m ul li p{display: none;font-size: 14px;color: rgba(255,255,255,0.6);line-height: 22px;height: 44px;overflow: hidden;padding: 5px 0 0;width: 160px;margin: 0 auto;}
.fuw_m ul li.cur{background: #3573b9 none;box-shadow: 0 3px 10px 3px rgba(53,115,185,0.3);-webkit-transform:translate(0,-18px);transform:translate(0,-18px);height: 261px;}
.fuw_m ul li.cur em{background: #dab64d;}
.fuw_m ul li.cur i{display: none;}
.fuw_m ul li.cur span{color: #fff;}
.fuw_m ul li.cur p{display: block;}

/*广告条*/
.ban01{ background:url(../images/ban01.jpg) no-repeat center 0;height: 220px;overflow: hidden;padding: 40px 0 0;}
.ban01_t{font-size: 36px;color: #fff;font-weight: bold;line-height: 60px;width: 630px;height: 140px;}
.ban01_t span{display: block;font-size: 34px;border-bottom:rgba(255,255,255,0.3) 1px solid;height: 60px;}
.ban01_t i{font-weight: normal;}
.ban01 p{display: inline-block;width: 800px;}
.ban01 p span{display: block;float: left;font-size: 16px;color: #fff;width: 520px;height: 46px;line-height: 46px;}
.ban01 p b{font-size: 30px;font-family: "DINOT";}

/*客户案例*/
.case_bg{background: #f3f3f3;padding: 90px 0 60px;overflow: hidden;}
.case_m{padding: 40px 0 0;width: 1200px;overflow: hidden;}
.case dl{width: 386px;background: #fff;height: 475px;float: left;overflow: hidden;margin-right: 19px;}
.case dl dt{width: 386px;height: 217px;line-height: 0;overflow: hidden;}
.case dl dt img{width: 386px;height: 217px;}
.case dl dd{width: 345px;padding: 20px 0 0;margin: 0 auto;}
.case dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.case dl dd h5 a{font-size: 22px;color: #444;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: normal;}
.case dl dd h5 a:hover{color: #3573b9;}
.case dl dd span{display: block;font-size: 14px;color: #666;height: 20px;line-height: 20px;overflow: hidden;padding: 5px 0 0;}
.case .case_desc{font-size: 14px;color: #666;line-height: 25px;height: 50px;overflow: hidden;padding: 20px 0 0;}
.case dl dd em{display: block;width: 120px;padding: 30px 0 0;}
.case dl dd em a{display: block;width: 120px;text-align: center;height: 35px;line-height: 35px;font-size: 16px;color: #666;background: #e5e5e5;border-radius: 30px;}
.case dl dd em a:hover{background: #3573b9;color: #fff;}
.case_lico,.case_rico{width: 63px;height: 63px;border-radius: 50%;line-height: 0;position: absolute;top: 350px;-webkit-transition:transform .3s;transition:transform .3s; cursor: pointer;}
.case_lico img,.case_rico img{width: 63px;height: 63px;}
.case_lico{left: -100px;}
.case_rico{right: -100px;}
.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.1);}

/*合作客户*/
.hz{padding: 50px 0 0;}
.hz ul li{width: 240px;height: 120px;float: left;position: relative;line-height: 0;margin: 10px 0;}
.hz ul li img{width: 240px;height: 120px;}
.hz ul li:before{content: "";width: 1px;height: 120px;background: #e8e8e8;position: absolute;top: 0;right: 0;z-index: 10;}
.hz ul li a{width: 240px;height: 120px;display: block;-webkit-transition:transform .3s;transition:transform .3s;position: relative;}
.hz ul li a:hover:after{ content: "";width: 240px;height: 120px;position: absolute;top: 0;left: 0; box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);z-index: 10;}

/*新闻资讯*/
.news_bg{padding: 70px 0 60px; background:url(../images/news_line01.gif) repeat-x 0 228px;}
.news_t{height: 60px;line-height: 50px;overflow: hidden; background:url(../images/news_line02.gif) no-repeat 0 bottom;}
.news_t b{display: block;float: left;}
.news_t b a{font-size: 24px;color: #333;}
.news_t span,.wd_t span{float: right;}
.news_t span a,.wd_t span a{font-size: 14px;color: #666;text-transform: uppercase;}
.news_t a:hover,.news dl dd h5 a:hover,.news_m ul li a:hover,.wd_t a:hover,.wd dl:hover dt,.wd dl:hover dd h5{color: #3573b9;}
.news dl{padding: 30px 0 0;}
.news dl dt{width: 560px;height: 280px;float: left;line-height: 0;overflow: hidden;}
.news dl dt img{width: 560px;height: 280px;}
.news dl dd{width: 580px;float: right;}
.news dl dd h5{height: 44px;line-height: 44px;overflow: hidden;}
.news dl dd h5 a{font-size: 24px;color: #333;display: block;width: 580px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news .news_desc{font-size: 14px;color: #666;line-height: 25px;height: 50px;overflow: hidden;padding: 5px 0 0;}
.news_m{width: 580px;position: absolute;top: 300px;right: 0;}
.news_m ul li{height: 40px;line-height: 40px;overflow: hidden;border-bottom: #e3e0e0 1px solid;}
.news_m ul li a{display: block;float: left;width: 470px;font-size: 14px;color: #666;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_m ul li a:hover{font-weight: bold;}
.news_m ul li span{font-size: 14px;color: #666;float: right;}

/*常见问答*/
.wd{padding: 30px 0 0;}
.wd_t{height: 44px;line-height: 44px;overflow: hidden; background:url(../images/wd_ico01.gif) no-repeat 0 12px;border-bottom: #d9d9d9 1px solid;}
.wd_t b{display: block;float: left;padding-left: 30px;}
.wd_t b a{font-size: 14px;color: #333;}
.wd_qie{float: left;padding-right: 40px;width: 560px;}
.wd dl{width: 560px;height: 60px;padding: 30px 0 0;}
.wd dl dt{font-size: 18px;color: #b2b2b2;float: left;width: 120px;font-family:Arial, Helvetica, sans-serif;height: 30px;line-height: 30px;}
.wd dl:hover dt{color: #3573b9;}
.wd dl dd{width: 430px;float: left;}
.wd dl dd a{display: block;}
.wd dl dd h5{height: 25px;line-height: 25px;font-size: 14px;color: #333;width: 430px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.wd .wd_desc{font-size: 14px;color: #666;height: 30px;line-height: 30px;overflow: hidden;padding: 5px 0 0;}

/*关于杭昱科技*/
.ab_bg{ background:url(../images/ab_bg.jpg) no-repeat center 0;height: 660px;overflow: hidden;padding: 75px 0 0;}
.about{height: 300px;}
.ab_desc{font-size: 16px;color: #666;line-height: 32px;height: 96px;overflow: hidden;width: 1120px;text-align: center;margin: 0 auto;padding: 30px 0 0;}
.ab_btn{display: block;line-height: 32px;text-align: center;}
.ab_btn a{font-size: 16px;color: #dab64d;}

/*公司相册*/
.photo_t{height: 40px;width: 480px;margin: 0 auto;}
.photo_t ul li{width: 120px;height: 40px;line-height: 40px;float: left;text-align: center; background:url(../images/photo_bor.png) no-repeat 0 13px;}
.photo_t ul li a{font-size: 18px;color: #333;font-weight: bold;}
.photo_t ul li.on a{color: #3573b9;}
.photo_t ul li:first-child{background: none;}
.photo_m{padding: 25px 0 0;width: 1200px;overflow: hidden;}
.photo_m ul li{width: 283px;float: left;margin-right: 20px;line-height: 0;}
.photo_m ul li em{width: 283px;height: 213px;display: block;line-height: 0;overflow: hidden;}
.photo_m ul li img{width: 283px;height: 213px;}
.photo_m ul li span{display: block;width: 283px;text-align: center;font-size: 16px;color: #666;height: 30px;line-height: 30px;overflow: hidden;padding-top: 10px;}

/*友情链接*/
.f_link{height: 50px;line-height: 50px;overflow: hidden;}
.f_link b{display: block;float: left;font-size: 14px;color: #666;width: 80px;text-transform: uppercase;}
.f_link p{font-size: 14px;color: #666;float: left;width: 1120px;}
.f_link p a{font-size: 14px;color: #666; padding:0 10px 0 0;}


/**/


/**/
@-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);}
}
