/* 清除内外边距 */
@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{width: 1200px;margin: 0 auto 20px auto;padding: 56px 0 0;}



/*首页产品中心*/
.cp_bg{background: #f3f4f5; padding: 55px 0 30px;}
.cp_t{font-size: 40px;color: #333;line-height: 40px;text-align: center;margin-bottom: 40px;}
.cp_t a{font-size: 40px;color: #333;}
.cp_t i{color: #29479d;}
.cp_t span{display: block;font-size: 24px;color: #999;font-weight: normal; font-family: "宋体";padding: 5px 0 0;}

.cp_l{width: 295px;background: #fff;}
.cp_l h3{ background:#29479d;width: 295px;height: 115px;text-align: center;overflow: hidden;font-weight: normal;line-height: 30px;}
.cp_l h3 a{font-size: 24px;color: #fff;display: block; padding:30px 0 0;}
.cp_l h3 i{display: block;font-size: 20px;color: #9caecf; font-family:"Times New Roman", Times, serif;}
.cp_l ul li{height: 62px;line-height: 62px;width: 295px;text-align: center;border-bottom: #eaeaea 1px solid;}
.cp_l ul li a{font-size: 16px;color: #333;}
.cp_l ul li a:hover{font-weight: bold;}

.cp_r{width: 905px;}
.cp_r p{width: 885px;height: 378px;line-height: 0;margin-left: 16px;}
.cp_r p img{width: 885px;height: 378px;}
.cp_r ul li{width: 287px;float: left;line-height: 0;margin-left: 14px;overflow: hidden;margin-bottom: 23px;}
.cp_r ul li img{width: 285px;height: 210px;}
.cp_r ul li span{ width:285px;text-align: center; display:block; height:50px; line-height:50px;font-size: 14px;color: #666; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;background: #fff;border-top: #e6e6e6 1px solid;}
.cp_r ul li a{display: block;width: 285px;height: 261px;border: #e6e6e6 1px solid;}
.cp_r ul li a:hover{border: #29479d 1px solid;}

/*工程案例*/
.case{padding: 80px 0;}
.case .cp_t{margin-bottom: 40px;}
.case01{width: 33%;height:40.7rem;line-height: 0;position: relative;overflow: hidden;}
.case01 img{display: block;height:40.7rem;}
.case02 ul li{width: 33%;height:20rem;line-height: 0;position: relative;overflow: hidden;}
.case a{display: block;}
.case b img{display: block;width: 100%;}
.case_name{position: absolute;width: 100%;position: absolute;bottom: 0;left: 0;background:url(../images/case_k01.png) no-repeat 50% 50%;height: 3.2rem;overflow: hidden;font-size: 20px;color: #fff;font-weight: normal;padding-top: 0.8rem;}
.case_name em{width: 2.1rem;height: 2rem;display: block;float: left;line-height: 0;overflow: hidden;padding: 0 1rem;}
.case_name em img{width: 2.1rem;height: 2rem;}
.case_name span{display: block;float: left;line-height: 2rem;margin: 0 1rem;}
.case_name i{display: block;font-size: 12px;color: rgba(255,255,255,0.5);text-transform: uppercase; font-family:Arial, Helvetica, sans-serif;font-weight: normal;}
.case01:hover .case_name,.case02 ul li:hover .case_name{background:url(../images/case_k02.png) no-repeat 50% 50%;}
.case01:hover .case_name span,.case02 ul li:hover span{font-weight: bold;}
.case02{width: 67%;}
.case02 ul li{margin: 0 0 0.7rem 1%;float: left;width: 49%;}

html {font-size: 10px;-webkit-text-size-adjust: none;}
@media screen and (min-width: 1200px) {html {font-size: 12.5px;}}
@media screen and (min-width: 1280px) {html {font-size: 13.33px;}}
@media screen and (min-width: 1366px) {html {font-size: 14.22px;}}
@media screen and (min-width: 1440px) {html {font-size: 15px;}}
@media screen and (min-width: 1600px) {html {font-size: 16.66px;}}
@media screen and (min-width: 1920px) {html {font-size: 20px;}}

/*五重检测*/
.five{background: url(../images/five_bg.jpg) no-repeat center 0;height: 305px;overflow: hidden;}
.five_m:after{content: "";width: 1px;height: 180px;background: rgba(255,255,255,0.2);position: absolute;top: 125px;right: 0;}
.five h4{font-size: 30px;color: #fff;height: 125px;line-height: 130px;text-align: center;overflow: hidden;font-weight: normal;}
.five ul li{width: 240px;height: 135px;float: left;position: relative;text-align: center;font-size: 20px;color: #fff;font-weight: bold;line-height: 26px;padding: 45px 0 0;}
.five ul li em{width: 96px;height: 36px;display: block;line-height: 0;overflow: hidden;margin: 0 auto 12px;}
.five ul li em img{width: 96px;height: 36px;}
.five ul li i{display: block;font-size: 12px;color: rgba(255,255,255,0.8);text-transform: uppercase; font-family:Arial, Helvetica, sans-serif;font-weight: normal;}
.five ul li:after{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.2);position: absolute;top: 0;left: 0;}
.five ul li {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.five ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(41, 71, 157);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -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;
}

.five ul li:hover:before,.five ul li.cur:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*服务辐射全国*/
.map{background: url(../images/map_bg.jpg) no-repeat center 0;height: 686px;overflow: hidden;padding: 74px 0 0;}
.map_l{width: 430px;padding: 60px 0 0;}
.map_l h5{font-size: 36px;color: #333;background: url(../images/yinz_ico01.png) no-repeat;height: 120px;padding: 45px 0 0;line-height: 36px;}
.map_l h5 i{display: block;font-size: 20px;font-weight: normal;}
.map_l ul{width: 340px;height: 375px;background: #fff;border-radius: 10px;padding: 5px 30px 0;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}
.map_l ul li{border-top: #e1e1e1 1px solid;height: 56px;line-height: 56px;padding: 18px 0;}
.map_l ul li em{width: 56px;height: 56px;display: block;float: left;line-height: 0;overflow: hidden;background: url(../images/map_k01.png) no-repeat;margin: 0 10px 0 40px;border-radius: 50%; transition: all 0.3s ease-in-out 0s;}
.map_l ul li em img{width: 56px;height: 56px;}
.map_l ul li a{display: block;font-size: 20px;color: #333;}
.map_l ul li:hover em{background: url(../images/map_k02.png) no-repeat;box-shadow: 0 2px 5px 2px rgba(0,0,0,0.1); transform: rotateY(180deg);}
.map_l ul li:hover a{font-weight: bold;}
.map_l ul li:first-child{border-top: none;}
.map_r{width: 750px;height: 615px;line-height: 0;margin-right: -60px;}
.map_r img{width: 750px;height: 615px;}

/*广告条*/
.ban01{background: url(../images/ban01.jpg) no-repeat center 0;height: 222px;overflow: hidden;padding-top: 50px;}
.ban01 p{font-size: 34px;color: #fff;height: 92px;line-height: 40px;position: relative;z-index: 1;}
.ban01 p:before{content: "";width: 70px;height: 2px;background: #fff;position: absolute;bottom: 0;left: 0;}
.ban01 p:after{content: "";width: 256px;height: 15px;background: #77b23d;position: absolute;top: 28px;left: 278px;z-index: -1;}
.ban01 p span{display: block;font-size: 20px;}
.ban01_tel{padding: 35px 0 0;}
.ban01_tel b{display: block;font-size: 30px;font-family: "DINOT";color: #fff;float: left;height: 40px;line-height: 40px;overflow: hidden;padding:0 40px;background: url(../images/ban_tel.png) no-repeat 0 5px;}
.ban01_tel span{float: left;display: block;padding: 4px 0 0;}
.ban01_tel span a{font-size: 14px;color: #333;display: block;width: 100px;height: 30px;line-height: 30px;overflow: hidden;border-radius: 30px;text-align: center;}
.ban01_tel span a:hover{color: #fff;}
.ban01_tel span a {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #77b23d;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ban01_tel span a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 30px;
  -webkit-transform: scale(2);
  transform: scale(2);
  -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;
}
.ban01_tel span a:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/*新闻资讯*/
.news{padding: 90px 0 80px;}
.news_t{height: 64px;line-height: 64px;overflow: hidden;padding: 30px 0 0;position: relative;}
.news_t:before{content: "";width: 100%;height: 1px;background: #e6e6e6;position: absolute;bottom: 0;left: 0;}
.news_t ul li{float: left;width: 180px;height: 64px;}
.news_t ul li a{font-size: 18px;color: #333;font-weight: bold;display: block;width: 180px;height: 64px;text-align: center;line-height: 64px;overflow: hidden;}
.news_t ul li a:hover,.news_t ul li.on a{color: #fff;}
.news_t span{float: right;}
.news_t span a{font-size: 18px;color: #333;}
.news_t ul li a {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.news_t ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #29479d; /* Old browsers */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29479d', endColorstr='#77b23d',GradientType=1 ); /* IE6-9 */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -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;
}
.news_t ul li a:hover:before,.news_t ul li.on a:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.news_m{padding: 25px 0 0;}
.news_l{ width:850px;}
.news_l dl{background: #f2f2f2;height: 232px;overflow: hidden;margin-bottom: 10px;}
.news_l dl dt{width: 413px;height: 232px;line-height: 0;overflow: hidden;float: left;}
.news_l dl dt img{width: 413px;height: 232px;}
.news_l dl dd{width: 300px;float: left;padding: 35px 0 0 60px;}
.news_l dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.news_l dl dd h5 a{font-size: 20px;color: #333;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_l dl dd h5 a:hover,.news_l ul li a:hover{color: #29479d;}
.news_desc{font-size: 14px;color: #666;line-height: 24px;height: 48px;overflow: hidden;padding: 10px 0 0;}
.news_time{font-size: 14px;color: #333;font-weight: bold;line-height: 24px;padding: 20px 0 0;}
.news_time b{display: block;font-size: 26px;}
.news_l ul li{ height:60px; line-height:60px; overflow:hidden;border-top: #dadada 1px solid;}
.news_l ul li a{ font-size:14px; color:#666;font-weight: bold;display: block;float: left;width: 670px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_l ul li span{display: block;float: right;font-size: 14px;color: #666;width: 100px; text-align:right;font-weight: bold;}
.news_r{width: 270px;margin-top: -25px;height: 424px;overflow: hidden;}
.news_r dl{height: 125px;padding: 30px 0 0;width: 270px;border-top: #e6e6e6 1px solid;}
.news_r dl dt a{display: block;font-size: 14px;color: #333;font-weight: bold;height: 25px;line-height: 25px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 100%;}
.news_r dl dt a:hover{color: #1187c8;}
.news_r dl dd{font-size: 14px;color: #666;height: 50px;line-height: 25px;overflow: hidden;padding: 5px 0 0;}
.news_r dl dd a{display: block;color: #666;}
.news_l ul li:first-child,.news_r dl:first-child{border-top: none;}

/*走进建东*/
.ab_bg{background: url(../images/ab_bg.jpg) no-repeat center 0;padding: 85px 0 0;overflow: hidden;height: 735px;}
.about{height: 325px;}
.ab_desc{font-size: 14px;color: #1f1f1f;line-height: 36px;width: 990px;text-align: center;margin: 0 auto;height: 108px;overflow: hidden;padding: 20px 0 0;}
.ab_more{display: block;width: 155px;margin: 0 auto;padding: 35px 0 0;}
.ab_more a{font-size: 14px;color: #1f1f1f;display: block;width: 113px;height: 40px;line-height: 40px;overflow: hidden;border-radius: 30px;padding: 0 10px 0 25px;border: #1187c7 2px solid;}
.ab_more em{width: 31px;height: 31px;display: block;float: right;line-height: 0;margin: 5px 0 0;}
.ab_more em img{width: 31px;height: 31px;}
.ab_more a:hover{background: #fff;}

/*资质证书*/
.photo_t{height: 52px;line-height: 52px;overflow: hidden;position: relative;}
.photo_t:before{content: "";width: 100%;height: 1px;background: rgba(255,255,255,0.2);position: absolute;bottom: 0;left: 0;}
.photo_t:after{content: "";width: 115px;height: 2px;background: #fff;position: absolute;bottom: 0;left: 0;z-index: 2;}
.photo_t p{float: left;}
.photo_t p a{font-size: 20px;color: #fff;}
.photo_t em{display: block;float: left;line-height: 0;overflow: hidden;width: 22px;height: 22px;padding: 16px 8px 0 0;}
.photo_t em img{width: 22px;height: 22px;}
.photo_t span{float: right;}
.photo_t span a{font-size: 14px;color: #fff;font-weight: normal;text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;}
.photo_qie{width: 1200px;overflow: hidden;padding: 35px 0 0;}
.photo ul li{width: 158px;float: left;margin-right: 41px;line-height: 0;overflow: hidden;-webkit-transition:transform .3s;transition:transform .3s;padding-top: 5px;}
.photo ul li em{width: 158px;height: 208px;display: block;line-height: 0;overflow: hidden;}
.photo ul li img{width: 158px;height: 208px;}
.photo ul li span{display: block;width: 158px;text-align: center;font-size: 14px;color: #fff;height: 30px;line-height: 30px;padding: 5px 0 0;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.photo ul li:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}

/*友情链接*/
.f_link{background: url(../images/link_bg.jpg) no-repeat center 0;overflow: hidden;height: 68px;line-height: 68px;border-top: rgba(51,51,51,0.2) 1px solid;}
.f_link b{display: block;float: left;font-size: 14px;color: #333;width: 110px;}
.f_link p{font-size: 14px;color: #666;float: left;width: 1090px;}
.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);}
}

/*  */
@-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);
  }
}