@charset "utf-8";
/*********开始内页解决方案*************/
.scheme {
  width: 100%;
  float: left;
}
.scheme dl {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.scheme dl dt {
  width: 782px;
  float: left;
  background-color: #e9e9e9;
  background-image: url(../images/icon/ico04.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  height: 40px;
  line-height: 40px;
  padding-left: 46px;
  color: #e60012;
  font-size: 14px;
}
.scheme dl dd {
  float: left;
  width: 803px;
  padding-left: 15px;
  margin-left: 10px;
  margin-top: 20px;
  color: #666666;
  line-height: 22px;
  border-left: #f0f0f0 solid 1px;
}
/*********结束内页解决方案*************/
/*********开始内页客户留言*************/
.message {
  float: left;
  width: 100%;
  border-top: #e7e7e7 dotted 1px;
  margin-top: 10px;
  padding-top: 35px;
}
.message ul {
  width: 100%;
  float: left;
}
.message ul li {
  width: 100%;
  float: left;
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
}
.message ul li span {
  float: left;
  background: #f2f2f2;
  text-align: center;
  color: #666;
  width: 100px;
}
.message ul li .message_text {
  float: left;
  width: 310px;
  border: #dddddd solid 1px;
  margin-left: 10px;
  height: 38px;
  line-height: 38px;
}
.message ul li em {
  margin-left: 10px;
  color: #aaa;
}
.message a.submit {
  margin-left: 100px;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #e60012;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
/*********开始内页客户留言*************/
/*********开始内页新闻中心*************/
.pnewslist {
  width: 100%;
  float: left;
}
.pnewslist ul {
  width: 100%
			float: left;
}
.pnewslist ul li {
  float: left;
  width: 243px;
  margin: 35px 10px 0px 10px;
  text-align: center;
  border: #edf0f3 solid 1px;
  padding: 5px;
}
.pnewslist ul li a {
  display: block;
}
.pnewslist ul li a img {
  width: 243px;
  height: 189px;
}
.pnewslist ul li a span {
  width: 100%;
  height: 30px;
  line-height: 35px;
  display: block;
  color: #666666;
}
.pnewslist ul li:hover {
  background: #edf0f3;
  border: #edf0f3 solid 1px;
}
.pnewslist ul li:hover span {
  color: #ca1c29;
}

/*-------------新闻详情页--------------*/
.news_info{}
.news_title{font-family: "微软雅黑";font-size: 16px;font-weight: bold;padding-bottom: 10px;padding-top: 15px;margin-bottom: 10px;border-bottom: #e9e9e9 1px solid;
text-align:center;color:#333;}
.new_con{ line-height:22px; padding:30px 0; color:#555; font-size:18px; }
.new_con p{line-height:30px;}
/*********结束内页新闻中心*************/
/*********开始内页下载中心*************/
.down_tab {
  width: 100%;
  float: left;
}
.down_tab .down_tab_span {
  float: left;
  width: 600px;
}
.down_tab .down_tab_span span {
  display: inline-block;
  background: url(../images/icon/ico05.png) no-repeat left center;
  padding-left: 25px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.down_tab .down_tab_span span:hover,
.down_tab .down_tab_span span.active {
  color: #e60012;
  background: url(../images/icon/ico04.png) no-repeat left center;
}
.down_tab .search {
  float: right;
  width: 222px;
  height: 30px;
  line-height: 30px;
  background: #eae9e9;
}
.down_tab .search .search_text {
  float: left;
  width: 170px;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: none;
}
.down_tab .search .search_button {
  height: 30px;
  line-height: 30px;
  width: 19px;
  border: 0;
  float: right;
  margin-right: 10px;
  background: url(../images/icon/search.png) no-repeat center center;
  cursor: pointer;
}
.down_list {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.down_list dl {
  width: 100%;
  float: left;
  padding: 27px 0px;
  border-bottom: #cccccc dotted 1px;
}
.down_list dl dt {
  width: 96px;
  height: 34px;
  border-radius: 6px;
  background-color: #f2f2f2;
  text-align: center;
  padding-top: 50px;
  float: left;
  background-image: url(../images/down_img01.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  cursor: pointer;
}
.down_list dl dt:hover {
  background-image: url(../images/down_img.png);
}
.down_list dl dt:hover span {
  color: #d91111;
}
.down_list dl dt img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.down_list dl dt span {
  color: #888;
  font-size: 14px;
  font-weight: bold;
}
.down_list dl dd {
  width: 670px;
  padding-left: 20px;
  float: left;
}
.down_list dl dd.t1 {
  font-size: 16px;
  color: #313131;
}
.down_list dl dd.t2 {
  margin-top: 10px;
  background: url(../images/icon/icon18.jpg) no-repeat 20px center;
  padding-left: 50px;
  color: #888;
}
/*********结束内页下载中心*************/
/*********开始内页团队研究*************/
.team {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.team .team_left {
  width: 293px;
  float: left;
  min-height: 442px;
  padding: 0 20px;
  background: url(../images/team_bg.jpg) no-repeat;
}
.team .team_right {
  width: 495px;
  float: left;
  height: 422px;
  position: relative;
  overflow: hidden;
}
.team .team_right ul {
  position: absolute;
  left: 0px;
  top: 0px;
}
.team .team_right ul li {
  width: 495px;
  height: 422px;
  float: left;
}
.team .team_right ul li img {
  width: 495px;
  height: 422px;
}
.team .team_right .index_a {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.team .team_right .index_a a {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 0px 2px;
  border: #fefdfd solid 2px;
}
.team .team_right .index_a a:hover,
.team .team_right .index_a a.active {
  background: #094;
}
/*********结束内页团队研究*************/
/*********结束内页元件产品*************/
.p_productlist {
  width: 100%;
  float: left;
  margin-top: 20px;
  border-left: #edf0f3 solid 1px;
}
.p_productlist dl {
  width: 265px;
  height: 280px;
  position: relative;
  float: left;
  border: #edf0f3 solid 1px;
  border-left: none;
}
.p_productlist dl dt {
  width: 100%;
  text-align: center;
  float: left;
  padding: 20px 0px 10px;
}
.p_productlist dl dt img{ width:217px; height:200px;}
.p_productlist dl dd.t1 {
  width: 255px;
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 5px;
  background: #edf0f3;
}
.p_productlist dl dd.t2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p_productlist dl:hover dd.t2,
.p_productlist dl.active dd.t2 {
  background: rgba(0, 0, 0, 0.5);
  background-image: url(../images/more.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.p_productlist dl:hover dd.t2 a,
.p_productlist dl.active dd.t2 a {
  display: block;
  width: 100%;
  height: 100%;
}


/*********工程业绩************/
.gcyg {
  width: 100%;
  float: left;
  margin-top: 20px;
  border-left: #edf0f3 solid 1px;
}
.gcyg dl {
  width: 265px;
  margin: 0 10px 20px 0;
  height:210px;
  position: relative;
  float: left;
  border: #edf0f3 solid 1px;
  border-left: none;
}
.gcyg dl dt {
  width: 100%;
  text-align: center;
  float: left;
  padding: 8px 0px 10px;
}
.gcyg dl dt img{ width:254px; height:173px;}
.gcyg dl dd.t1 { font-size:14px;
  width: 255px;
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 5px;
  background: #ffffff;
}
.gcyg dl dd.t2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gcyg dl:hover dd.t2,
.gcyg dl.active dd.t2 {
  background: rgba(0, 0, 0, 0.5);
  background-image: url(../images/more.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.gcyg dl:hover dd.t2 a,
.gcyg dl.active dd.t2 a {
  display: block;
  width: 100%;
  height: 100%;
}
/*********工程业绩************/


/*********荣誉资质************/
.ryzz {
  width: 100%;
  float: left;
  margin-top: 20px;
  border-left: #edf0f3 solid 1px;
}
.ryzz dl {
  width: 190px;
  margin: 0 10px 30px 0;
  height:160px;
  position: relative;
  float: left;
  border: #eaeaea solid 1px;
  border-left: none;
}
.ryzz dl dt {
  width: 100%;
  text-align: center;
  float: left;
  padding: 8px 0px 10px;
}
.ryzz dl dt img{ width:145px; height:113px;}
.ryzz dl dd.t1 { font-size:14px;
  width: 185px;
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 5px;
  background: #ffffff;
}
.ryzz dl dd.t2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ryzz dl:hover dd.t2,
.ryzz dl.active dd.t2 {
  background: rgba(0, 0, 0, 0.5);
  background-image: url(../images/more.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.ryzz dl:hover dd.t2 a,
.ryzz dl.active dd.t2 a {
  display: block;
  width: 100%;
  height: 100%;
}
/*********荣誉资质************/




/*********开始内页元件产品详细页*************/
.p_p_product {
  width: 788px;
  margin-top: 30px;
  padding: 0px 20px;
  float: left;
}
/******************** 产品 *******************/
.Nr_product{width:870px; min-height:200px; float:left; margin-top:6px; margin-bottom:18px; overflow:hidden;}
.left-pro{width:770px; padding:20px 10px;border:1px solid #e9e9e9;text-align:left;float:left}
.left-pro .t1{width:102px;float:left}
.left-pro .t2{width:400px;text-indent:0; height:400px; float:left;padding-left:10px}
.left-pro .t2 img{text-indent:0;}
#showArea img{cursor:pointer;display:block;margin-bottom:5px;width:85px;padding:1px;border:1px solid #ccc; min-height:61px;float:left}
#main_img{cursor:pointer;display:block}
#gotop{cursor:pointer;display:block;margin-left:14px}
#gobottom{cursor:pointer;display:block;margin-left:14px}
#showArea{height:344px;margin:10px 6px 10px 6px;overflow:hidden}
#showArea ul a{ height:86px;}
/*.p_p_product #preview {
  width: 726px;
  height: 450px;
  margin: 10px auto;
  border: 1px solid #e9e9e9;
  padding: 35px;
  zoom: 1;
  overflow: hidden;
}
.p_p_product #spec-n1 {
  float: right;
  width: 580px;
  height: 480px;
  padding-top: 20px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  zoom: 1;
}
.p_p_product #spec-n1 .o-img {
  width: 580px;
  height: 420px;
  text-align: center;
}
.p_p_product #spec-n1 .switch {
  width: 580px;
  height: 420px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.p_p_product #spec-n1 img {
  max-width: 580px;
  max-height: 420px;
  _height: 384px;
}
.p_p_product #spec-n5 {
  position: relative;
  float: left;
  width: 96px;
  height: 396px;
  padding: 25px 0px;
  zoom: 1;
}
.p_p_product #spec-list {
  width: 96px;
  height: 396px;
  overflow: hidden;
}
.p_p_product #spec-list ul {
  height: 396px;
  overflow: hidden;
}
.p_p_product #spec-list li {
  width: 96px;
  height: 100px;
  text-align: center;
}
.p_p_product #spec-list img {
  padding: 2px;
  border: 1px solid #eae8e8;
}
.p_p_product #spec-list .curr img {
  padding: 2px;
  border: 1px solid #fb4040;
}
.p_p_product #spec-n5 .control {
  position: absolute;
  width: 96px;
  height: 25px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.p_p_product #spec-top {
  top: -2px;
  background: url(../images/icoin01.png);
}
.p_p_product #spec-top.disabled {
  background-position: center center;
}
.p_p_product #spec-bottom {
  bottom: -2px;
  background: url(../images/icoin02.png) center center;
}
.p_p_product #spec-bottom.disabled {
  background-position: center center;
}
.p_p_product #intro {
  float: left;
  width: 720px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
}
.p_p_product #foward {
  display: block;
  width: 360px;
  height: 540px;
  float: left;
  cursor: url(../images/foward.ico), pointer;
  background: #fff;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.p_p_product #foward.disabled,
.p_p_product #next.disabled {
  cursor: default;
}
.p_p_product #next {
  display: block;
  width: 360px;
  height: 540px;
  float: right;
  cursor: url(../images/next.ico), pointer;
  background: #fff;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.p_p_product .thickcon {
  line-height: 40px;
  text-align: center;
}*/
/*********结束内页元件产品详细页*************/
/*********内页在线招聘*************/
.recruit {
  width: 100%;
  float: left;
}
.recruit dl {
  width: 345px;
  float: left;
  border: #f2f2f2 solid 1px;
  background: #fafafa;
  margin: 35px 15px 0 15px;
  text-align: center;
  padding: 10px 14px;
}
.recruit dl dd.t1 {
  color: #717a87;
  line-height: 40px;
}
.recruit dl dd.t2 a {
  color: #666;
  margin-right: 10px;
}
.recruit dl dd.t2 a:hover{ color:#CB1C29}
.recruit dl dd.t4 a {
  width: 75px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #009a44;
  margin: 10px 0px 5px;
}
.recruit dl dd.t4 a:hover{ background: #CB1C29;}
/*********结束内页在线招聘*************/
/*********开始内页在线招聘info*************/
.recruit_info {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.recruit_info table {
  width: 100%;
  float: left;
  border: #eaeaea solid 1px;
}
.recruit_info table thead tr th {
  height: 40px;
  background: #eaeaea;
  text-align: center;
  font-weight: bold;
  color: #717a87;
}
.recruit_info table tbody tr td {
  height: 46px;
  color: #666;
  color: #717a87;
  text-align: center;
}
.recruit_info table tbody tr td a {
  width: 75px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #009a44;
}
.recruit_info table tbody tr td a:hover{ background: #CB1C29;}
/*********结束内页在线招聘info*************/
/*********开始内页在线招聘详细*************/
.recruit_view {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.recruit_view .recruit_t {
  width: 100%;
  float: left;
  border-bottom: #e3e3e3 solid 1px;
  line-height: 40px;
}
.recruit_view .recruit_t span {
  color: #333;
  font-size: 16px;
  border-bottom: #ca1c29 solid 1px;
  display: inline-block;
}
.recruit_view .recruit_view_table {
  width: 100%;
  float: left;
  margin-top: 20px;
  border-top: #d6d6d6 solid 1px;
  border-left: #d6d6d6 solid 1px;
}
.recruit_view .recruit_view_table tbody tr td {
  border-bottom: #d6d6d6 solid 1px;
  border-right: #d6d6d6 solid 1px;
  height: 45px;
  padding-left: 20px;
}
.recruit_view .recruit_view_table tbody tr td.tl {
  background: #eee;
}
.recruit_view .recruit_now {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.recruit_view .recruit_now a.a1 {
  background: #094;
  height: 34px;
  line-height: 34px;
  width: 105px;
  text-align: center;
  color: #fff;
}
.recruit_view .recruit_now a.a1:hover{ background: #CB1C29;}
.recruit_view .recruit_now a.a2 {
  border: #d9d9d9 solid 1px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 85px;
  color: #999;
  margin-left: 20px;
}
.recruit_view .recruit_now a.a2:hover{ background: #eee;}
/*********结束内页在线招聘详细*************/
/*********开始内页在线招聘应聘表单*************/
.form {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.form tbody tr td {
  height: 40px;
}
.form tbody tr td:nth-child(1),
.form tbody tr td:nth-child(3) {
  color: #706666;
  text-align: right;
}
.form tbody tr td .recruit_tab {
  width: 225px;
  height: 22px;
  line-height: 22px;
  border: #ccc solid 1px;
}
.form tbody tr td em {
  color: #f00;
  padding: 0px 10px;
}
.table_from {
  width: 100%;
  float: left;
}
.table_from dl {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.table_from dl dt {
  float: left;
  width: 90px;
  text-align: right;
  color: #706666;
}
.table_from dl dd {
  float: left;
  width: 620px;
  height: 140px;
}
.table_from dl dd .textarea_tab {
  width: 590px;
  height: 140px;
  border: #ccc solid 1px;
  float: left;
}
.table_from dl dd em {
  float: left;
  color: #f00;
  width: 20px;
}
.recruit_now.recruit_now02 {
  text-align: center;
  margin-top: 40px;
}
.recruit_now.recruit_now02 a.a1 {
  background: #094;
  height: 34px;
  line-height: 34px;
  width: 105px;
  text-align: center;
  color: #fff;
}
.recruit_now.recruit_now02 a.a2 {
  border: #d9d9d9 solid 1px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 105px;
  color: #999;
  margin-left: 20px;
}
/*********结束内页在线招聘应聘表单*************/
/*********开始页资质认证*******/
.aptitude {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.aptitude ul {
  width: 100%;
  float: left;
}
.aptitude ul li {
  margin: 20px 15px 0px 15px;
  float: left;
  text-align: center;
  width: 245px;
}
.aptitude ul li a {
  border: #e8e8e8 solid 1px;
  width: 243px;
  height: 190px;
  display: table-cell;
  vertical-align: middle;
}
.aptitude ul li a img {
  vertical-align: middle;
  max-width: 243px;
  max-height: 190px;
}
.aptitude ul li span {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 40px;
  color: #666;
}
/*********结束内页资质认证*******/
/**********开始内页公司动态************/

#combanner{  }
.combanner_text_big{position: absolute; 
top: -70px;
/*left: 50px;*/
z-index: 100;
opacity: 0;}
.combanner_text{  padding:240px 0 0 104px; color:#d40d1b;  margin:0 auto;}
.combanner_text span{font-size:32px;font-family:时尚中黑简体,黑体; width:100%; display:block;text-shadow:#333 2px 1px 2px;}
.combanner_text b{font-size:14px; display:block; color:#333; width:470px; line-height:18px; font-weight:normal; font-family:"微软雅黑"; padding:5px 0 0 0;}

.combanner_text_con{  padding:58px 0 0 842px; color:#d40d1b;  margin:0 auto;}
.combanner_text_con span{font-size:32px;font-family:"微软雅黑";width:100%; display:block;}
.combanner_text_con b{font-size:14px; display:block; color:#333; width:470px; line-height:18px; font-weight:normal; font-family:"微软雅黑"; padding:5px 0 0 0;}



.p_banner {
  width: 100%;
  float: left;
  height: 221px;
  overflow: hidden;
  position: relative;
}
.p_banner img {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -960px;
}
.p_left {
  float: left;
  width: 227px;
}
.p_sort {
  float: left;
  width: 100%;
  position: relative;
}
.p_sort h1 {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding-top: 15px;
  height: 106px;
  top: -65px;
  background: url(../images/sort_tbg.png) no-repeat;
}
.p_sort ul {
  width: 100%;
  float: left;
  margin-top: 73px;
  border-top: #cfcfd9 dotted 1px;
  padding-top: 10px;
}
.p_sort ul li {
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 4px;
}
.p_sort ul li a {
  display: block;
  color: #393939;
  font-size: 14px;
  background: #edf0f3;
}
.p_sort ul li a:hover,
.p_sort ul li a.active {
  background: url(../images/sort_libg.jpg) no-repeat;
  color: #fff;
  transition: none;
}
.p_right {
  float: right;
  width: 828px;
  padding: 25px 0px 50px 22px;
  border-left: #cfcfd9 dotted 1px;
}
.location {
  width: 100%;
  float: left;
  line-height: 50px;
  height: 50px;
  border-bottom: #cfcfd9 dotted 1px;
}
.location dt {
  float: left;
  background: url(../images/icon/icon17.jpg) no-repeat left center;
  color: #c40000;
  font-size: 18px;
  padding-left: 20px;
}
.location dd {
  float: right;
  background: url(../images/location.png) no-repeat left center;
  padding-left: 25px;
}
.location dd a {
  padding: 0px 5px;
  color: #888888;
}
.location dd a:hover {
  font-weight: bold;
  color: #e60012;
}
.p_newslist {
  width: 100%;
  float: left;
}
.p_newslist dl {
  padding: 25px 0px;
  width: 100%;
  float: left;
  border-bottom: #cfcfd9 dotted 1px;
}
.p_newslist dl dt {
  float: left;
  width: 102px;
  height: 90px;
  text-align: center;
  background: #f2f2f2;
  border-radius: 9px;
}

.p_newslist dl dt em {
  font-size: 44px;
  color: #888;
  display: block;
  margin-top: 8px;
  line-height: 50px;
}
.p_newslist dl dt i {
  color: #888;
  font-size: 14px;
}
.p_newslist dl dd {
  float: right;
  width: 660px;
}
.p_newslist dl dd.t1 {
  line-height: 40px;
  height: 40px;
}
.p_newslist dl dd.t1 a {
  color: #313131;
  font-size: 16px;
}
.p_newslist dl dd.t2 {
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  height: 45px;
  overflow: hidden;
}
.p_newslist dl dd.t1 a:hover{ color:#c40000;}
/**********结束内页公司动态************/
/***************开始内页翻页*************/
.page {
  width: 100%;
  float: left;
  margin: 40px 0;
  text-align: center;
}
.page a {
  width: 38px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  color: #696969;
  background: #ececec;
  margin: 0px 2px;
  font-size: 14px;
  border-radius: 3px;
}
.page a.first {
  width: 70px;
}
.page a:hover,
.page a.active {
  background: #e60012;
  color: #fff;
}
/***************结束内页翻页*************/

.i_link { clear:both;  width:830px; height:173px; margin-top:20px; margin-bottom:20px; }
.i_link .wrap2 { width:830px; margin:0 auto; padding:11px 0 0 0}
.i_link li { float:left; list-style: none; padding-left:6px;}