@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 文本格式元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td, /* table elements 表格元素 */ img/* img elements 图片元素 */ { margin: 0; padding: 0; }
body{font-family:"微软雅黑";}
/*body{font-family:"微软雅黑";}*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
form { display:block; }
em { font-style:normal; }
/** 重置列表元素 **/ 
ul, ol, li { list-style: none; }
/** 重置超链接元素 **/ 
a { text-decoration: none;transition: .5s; color:#000; }
a:hover { text-decoration:none; color:#1051bc;transition: .5s all; }
/** 重置图片元素 **/ 
img { border:0px; }

.main .content .MorePro  .t_page{
    padding:10px;
    text-align:center;
    font-size:12px;
    line-height:25px;
    
    }   
.main .content .MorePro  .t_page a{
    padding:2px 5px;
    border:1px solid #DEDEDC;
    margin:0px 3px;}
.MorePro .ColorLink{text-align: center;}
.container{margin:0 auto;width: 1200px;}
input{background: none;}
.fl{
   float: left;
}
.fr{
   float: right;
}
.cl{
   clear: both;
}
.titleBox{
   text-align: center;
   font-family: "微软雅黑";
}
.titleBox div{
  font-size: 32px;
  color: #1d1d1d;
  margin: 20px 0 10px;
  font-weight: bold;
}
.titleBox div span{
  font-size: 52px;
  font-weight: bold;
  color: #1051bc;
  margin:0 5px;
  position: relative;
  top: 8px;
  right: unset;
}
.titleBox p{
  font-family: "ArialMT";
  font-size: 14px;
  color: #bebebe;
}
/*头部*/
.topBox{
  height: 30px;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  font-size: 12px;
  line-height: 30px;
  color: #545454;
}
.topBox .topR a{
  display: inline-block;
  margin:0 5px;
    font-family: "SimSun";
  font-size: 12px;
  line-height: 38px;
  color: #545454;
}
.topBox .topR a:hover{
  color: #1051bc;
}
.topBox:before{
  content: "";
  clear: both;
}

/* logo */
.logoBox{
	width: 430px;
}
.logoBox .logoImg a{
  display: block;
  width: 182px;
  height: 66px;
}
.logoBox .logoImg a img{
  width: 100%;
  height: 100%;
}
.logoBox .logoImg .fr h3{
  font-family: "微软雅黑";
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #1d1d1d;
  margin-bottom: 5px;
}
.logoBox .logoImg .fr p{
  width: 220px;
  text-align: center;
  height: 27px;
  background-color: #1051bc;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
}
.logoTelBox.fr{
}
.logoBox .logoImg .fr{
  margin-top: 6px;
}
.logoTelBox.fr .logoTel{
  height: 28px;
  font-family: "微软雅黑";
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  padding-left: 35px;
  margin-bottom: 3px;
  font-weight:bold;
  background: url(/images/topTel.png) left center no-repeat;
}
.logoTelBox.fr .LogoNum{
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  color: #000000;
}
/*nav*/
.navbox{
  width: 100%;
  height: 46px;
  background-color: #1051bc;
  position: relative;
}
.nav{
  width:1200px;
  margin:0 auto;
}

.nav ul li{
   float:left;
   position: relative;
   z-index: 999;
   line-height: 45px;
 }
.nav ul li:before{
    content: "";
    display:block;
    height: 19px;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 15px;
    right: 0;
  }
.nav ul li:last-child:before{
    content: "";
    background: none;
  }
 .nav ul li .f_a{
  font-family: "微软雅黑";
  text-align:center;
  transition:all .3s;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  padding:0 43px;
  font-weight:normal;
}
.nav_pc{}
 .nav ul li:hover .f_a{
  background: #0090ff;
   color: #ffffff; 
   }
 .nav ul li .s_navbox{
   display:none;
   position: absolute;
   width: 100%; 
   z-index:1;
   top: 35px;
   left: 0px;
   }
.s_navbox .s_a{
  margin-top: 11px;
  background: #f0f0f0;
}
.nav ul li .s_navbox .s_a a{
   color: #000000;
   font-size:14px;
   font-weight: 600;
   display:block;
   text-align: center;
   line-height: 43px;
   border-bottom: 1px dotted #fff;
   }
.nav ul li .s_navbox .s_a a:hover{
   background-color:#1051bc;
   color: #fff;}
/* 轮播图 */
.slider {position: relative;overflow: hidden;width: 100%;z-index: 0;}
.slideBox .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 43%;
	bottom: 20px;
	-ms-transform: translateX(-50%);  IE 9 transform: translateX(-50%);

	z-index: 9;}
.slideBox .hd ul{ text-align:center;  padding-top:5px;  }
.slideBox .hd ul li {cursor:pointer;float: left;margin-right: 5px;width: 40px;height: 10px;line-height: 14px;text-align: center;background: #fff;}
.slideBox .hd ul .on {background: #1051bc;color: #fff;}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li img{width:100%; vertical-align:top;height: auto;  } 
/* 下面是前/后按钮代码 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:50px; background:#959595 url(/images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;background-position-y: center;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px;background-position-y: center; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

/*产品中心*/
.proListBox div{
  line-height: 47px;
  background: #1051bc;
  margin-bottom: 1px;
  font-weight: bold;
}
.proListBox div a{
  color: #fff;
  padding-left: 10px;
  font-size: 15px;

}
.proListBox div em{ 
  float:right; 
  display:block; 
  width:40px; 
  height:32px;   
  background:url(/images/icoAdd.png) 11px 10px no-repeat; 
  cursor:pointer; }
.proListBox div.on em{ background-position:11px -52px; }
.proBox{
  margin-top: 60px;
  display: block;
  /*height: 100%;*/
}
.proBox .proL{
  width: 304px;
}
.proBox .proL .Sbox{
  text-align: center;
  border: 1px solid #1051bc;
  margin-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px #ccc;
}
.proBox .proL .Sbox .topic{
  line-height: 47px;
  background: #1051bc;
  background-image: linear-gradient(to bottom,#1051bc,#1051bc);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.proBox .proL .proListT{
  width: 100%;
  height: 168px;
  text-align: center; 
  color: #fff;
  background:url(/images/index_1.png) no-repeat center;
}
.proBox .proL .proListT .proShow{
    font-size: 32px;
    padding-top: 50px;
}
.proBox .proL .proListT .proShowEn{
    font-size: 20px;
}
.proListBox{
  width: 300px;
  height: 777px;
  border: solid 2px #1051bc;
  border-top: none;
}
.proListBox li{
  width: 50%;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  transition: .5s;
  /*background: url(/images/index_2.png) 235px center no-repeat;
  border-bottom: 1px solid #dcdcdc;*/
  float: left;
width: 50%;
border-bottom: 1px solid #F5F5F5;
background: #fff url(/images/pro_icon3.jpg) 4px center no-repeat;
}
.proListBox li a{
  display: block;
  height: 100%;
  height: 100%;
  font-size: 15px;
  padding-left: 15px;
  color: #7c7c7c;
}
.proListBox li a:hover{
  color: #1051bc;
}
.proListBox li:hover{
  border-color: #1051bc;
  /*background: url(/images/index_22.png) 235px center no-repeat;*/
}
.proBox .proR{
  width: 878px;
}
.proBox .proR .proRT{
  height: 48px;
  width: 100%;
  border-bottom:2px solid #dcdcdc;
  position: relative;
  margin-bottom: 40px;
}
.proBox .proR .proRT .proRTitle{
  font-size: 26px;
  color: #1051bc;
  
}
.proBox .proR .proRT:before{
  content: "";
  width: 60px;
  height: 2px;
  background: #ff9501;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.proBox .proR .proRT .proRTitle span{
  font-size: 24px;
  color: #d2d2d2;
  margin-left: 15px;
}
.proBox .proR .proRT .proMore a{
  font-family: "SimSun";
  font-size: 14px;
  color: #7c7c7c;
  line-height: 48px;
}
.proTjList li{
  float: left;
  width: 278px;
  margin:0 6px 30px;
  text-align:center;
}
.proTjList li a .proTmg{
  width: 278px;
  height: 278px;
  transition: .5s;
  border:1px solid #d8d8d8;
}
.proTjList li a .proTmg img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.proTjList li a .proShodow{
  height: 22px;
  width: 100%;
}
.proName{
  font-family: "SimSun";
  font-size: 14px;
  color: #555555;
  transition: .5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.proTjList li:hover .proTmg{
  border-color: #ff9501;
}
.proTjList li:hover .proName{
  color: #ff9501;
}
/*公司特性*/
.companyTx{
  margin-top:30px;
  height: 445px;
  width: 100%;
  background-color: #eeeeee;
  padding-top: 35px;
}
.companyTxList{
  margin-top: 35px;
}
.companyTxList li{
  width: 206px;
  height: 206px;
  float: left;
  text-align: center;
  margin-right: 123px;
  font-size: 17px;
  color: #797979;
  padding-top: 60px;
  cursor: pointer;
}
.companyTxList li span{
  font-size: 46px;
  color: #1051bc;
}
.companyTxList li.companyTxI1{
  background: url(/images/index_5.png) 0 0 no-repeat;
}
.companyTxList li.companyTxI2{
  background: url(/images/index_6.png) 0 0 no-repeat;
} 
.companyTxList li.companyTxI3{
  background: url(/images/index_7.png) 0 0 no-repeat;
} 
.companyTxList li.companyTxI4{
  background: url(/images/index_8.png) 0 0 no-repeat;
} 
.companyTxList li:hover{
  background: url(/images/index_9.png) 0 0 no-repeat;
}
/*最新产品*/
.setNewPro{
  width: 100%;
  height: 440px;
  background: url(/images/cp10.jpg) center center no-repeat;
}
.setNewL{
  width: 390px;
  margin-top: 60px;
}
.setNewL div{
  font-family: "微软雅黑";
  font-size: 30px;
  color: #1051bc;
  margin-bottom: 20px;
  font-weight: bold;
}
.setNewL div span{
  font-weight: normal;
  margin-left: 20px;
}
.setNewL .smallT{
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
.setNewL .orangeLine{
  width: 24px;
  height: 4px;
  background-color: #ff9501;
}
.setNewL .setNewBox{
  margin-top: 40px;
}
.setNewL .setNewBox .setNewBoxT{
  font-family: "微软雅黑";
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
overflow: hidden;
  width: 390px;
  margin-bottom: 15px;
}
.setNewL .setNewBox .setNewBoxT1{
  font-size: 14px;
  color: #555555;
  margin-bottom: 15px;
  line-height: 24px;
}
.setNewBoxMore{
  height: 60px;
  width: 155px;
  background: url(/images/index_11.png) 0 0 no-repeat;
}
.setNewBoxMore:hover{
  background: url(/images/index_12.png) 0 0 no-repeat;
}
.setNewBoxMore a{
  display: block;
  color: #fff;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  width: 155px;
  color: #ffffff;
}
.setnewImg{
  height: 280px;
  width:280px;
  margin:60px 40px;
}
.setnewImg img{
  width: 100%;
  height: 100%;
}
.setNewList{
  width: 360px;
  margin-top: 30px;
  position: relative;
  top: 0;
left: 0;
}
.setNewList:before{
  content: "";
  width: 1px;
  height: 380px;
  border-left: 1px dotted #ccc;
  display: block;
  position: absolute;
  right: 7px;
  top: 0;
}
.setNewList li{
  text-align: right;
  position: relative;
  background: url(/images/index_13.png) right center no-repeat;
  margin-bottom: 65px;
  padding-right: 25px;
  margin-top: 45px;
}
.setNewList li.on{
    background: url(/images/index_14.png) right center no-repeat;
}
.setNewList li a{
  display: block;
  font-family: "微软雅黑";
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.setNewList li.on a{
  color: #1051bc;
}
/*搜索中心*/
.searchBox{
  width: 100%;
  height: 210px;
  margin-bottom: 35px;
  background: url(/images/index_15.png) 0 center no-repeat;
}
.searchBoxL p{
  font-family: "微软雅黑";
  font-size: 24px;
  color: #ffffff;
}
.searchBoxL p img{
  margin-top: 30px;
  margin-bottom:5px;
}
.searchBoxR{
  width: 470px;
  height: 52px;
  margin-top: 75px;
  background: url(/images/searchBox.png) 0 0 no-repeat;
}
#form1{
	position:relative;}
#form1 .inputText{
  border: none;
  display:block;
  width: 384px;
  color: #ccc;
  font-size: 16px;
  padding-left: 20px;
  position: absolute;
  height:52px;
top: 0;
line-height:52px;
left: 0;

}
#form1 .submitIcon{
  cursor: pointer;
  width: 60px;
  height: 52px;
  position: absolute;
right: 0;
top: 0;
  border: none;
  background: url(/images/btnBox.png) center center no-repeat;
}
/*工地实物*/
.gtitle {padding:30px 0px 20px 0px;text-align:center;}
.gtitle div {color:#1051bc;font-size:32px;font-weight:bold;}
.gtitle div span {color:#222;}
.gtitle p {position:relative;display:inline-block;margin-top:5px;padding:0px 100px;height:20px;color:#999;font-size:16px;}
.gtitle p:before {position:absolute;top:8px;left:0px;display:block;width:76px;height:8px;content:"";background:url(/images/ititle2_bg1.png) no-repeat;}
.gtitle p:after {position:absolute;top:8px;right:0px;display:block;width:76px;height:8px;content:"";background:url(/images/ititle2_bg2.png) no-repeat;}
.showBox {position:relative;margin:0px auto;width:1200px;height:530px;overflow:hidden;}
.showBox .hd {width:1255px;height:78px;overflow:hidden;}
.showBox .hd li a {float:left;display:block;position:relative;margin-right:55px;width:196px;height:50px;color:#fff;font-size:18px;line-height:50px;text-align:center;border-radius:4px;background:#707070;}
.showBox .hd li a:after {position:absolute;bottom:-16px;left:50%;display:block;margin-left:-8px;width:0px;height:0px;content:"";border:8px solid transparent;border-top:8px solid #707070;}
.showBox .hd li.on a {color:#fff;background:#1051bc;}
.showBox .hd li.on a:after {border-top:8px solid #1051bc;}
.iscene_list {position:relative;width:874px;height:451px;overflow:hidden;}
.iscene_list div {position:relative;width:320px;height:450px;font-size:0px;background:url(/images/black60.png);}
.iscene_list div:hover {background:#1051bc;}
.iscene_list div:hover img{border-color:#1051bc;}
.iscene_list div p {
  display: flex;
  align-items: center;
  background: #fff;
  border:1px solid #ccc;
  border-bottom: none;
  height:412px;
  transition: .5s;
  overflow:hidden;}
.iscene_list div p:hover{
  border:1px solid #1051bc;
  }
.iscene_list div p:hover img{
  transform: scale(1.2);
}
.iscene_list div img {
	width:318px;
  transition: .5s;
	height:auto;}
.iscene_list div span {
	display:block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding:0px 10px;
	height:38px;color:#fff;font-size:16px;line-height:38px;}
.iscene_list ul {position:absolute;top:0px;right:0px;width:554px;}
.iscene_list ul li {
  transition: .5s;
  float:left;
  text-align: center;
  border:1px solid #ccc;
  margin:0px 0px 15px 21px;
  width:254px;
  overflow: hidden;
}
/*.iscene_list ul li:hover img{transform: scale(1.2);}*/
.iscene_list ul li:hover{border-color: #1051bc;}
.iscene_list ul li:hover .gots{background:#1051bc;}
.iscene_list ul li img {
  max-width:100%; 
  height:175px;
  transition: 1s;
  border-bottom: none;}
.iscene_list ul li p {
	padding:0px 10px;
	height:38px;
	color:#fff;
	font-size:16px;
	overflow: hidden;
  transition: .5s;
  background: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:38px;}
#idz {position:absolute;top:78px;right:0px;width:300px;height:451px;background:url(/images/idz2.jpg) no-repeat;}
#idz div {position:absolute;bottom:25px;left:0px;width:100%;color:#ff6600;font-family:Arial;font-size:30px;font-weight:normal;text-align:center;}
#idz input {position:absolute;left:54px;width:226px;height:43px;line-height:43px\9;border:none;background:none;}
#idz_name {top:106px;}
#idz_tel {top:152px;}
#idz p {position:absolute;top:213px;left:21px;width:258px;height:42px;color:#fff;font-size:16px;font-weight:bold;line-height:42px;text-align:center;border-radius:4px;background:#1051bc;cursor:pointer;}
/*四大优势*/
.sdysBox{
  width: 100%;
  height: 1518px;
  background: url(/images/index_18.png) center center no-repeat;
  background-size: 100%;
}
.sdysItem1{
  width: 100%;
  height: 333px;
  margin-top: 45px;
}
.sdysItem1 .sdysItem1L{
  width: 700px;
  /*! height: 300px; */
  margin-top: 20px;
}
.sdysItem1 .sdysItem1L .fl{
  width: 78px;
  height: 78px;
  line-height: 78px;
  font-family: Impact;
  font-size: 46px;
  text-align: center;
  color: #ffffff;
  background-color: #1051bc;
}
.sdysItem1 .sdysItem1L .fr{
  width: 600px;
}
.sdysItem1 .sdysItem1L .fr h3{
  font-family: "微软雅黑";
  font-size: 28px;
margin: -5px auto 8px;
  font-weight: bold;
  color: #1051bc;
}
.sdysItem1 .sdysItem1L .fr .sdysItem1T{
  text-indent: 1em;
  /*! margin:0 auto; */
  width: 486px;
  height: 33px;
  background-color: #ffffff;
  border: solid 3px #e0e0e0;
  font-family: "微软雅黑";
  font-size: 17px;
  line-height: 32px;
  color: #4d4d4d;
}
.sdysItem1 .sdysItem1R{
  width: 420px;
  /*! height: 430px; */
  text-align: right;
}
.sdysItem1R img{width: 100%;}
.sdysItem1 .sdysItem1L .fr .sdysItemL{
  margin: 25px auto;

}
.sdysItem1 .sdysItem1L .fr .sdysItemL li{
  font-family: "SimSun";
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #4d4d4d;
  padding-left: 20px;
  position: relative;
}
.sdysItem1 .sdysItem1L .fr .sdysItemL li:before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ff9501;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.sdysContact{
  width: 148px;
  height: 48px;
  line-height: 48px;

  text-align: center;
}
.sdysContact a{
  display: block;
  height: 100%;
  width: 100%;
  border: solid 2px #ff9501;
  border-radius: 25px; 
  font-family: "微软雅黑";
  font-size: 18px;
  font-weight: bold;
  color: #ff9501;
}
.sdysContact a:hover{
  background: #ff9501;
  color: #fff;
}


.pro-cont-td li{
    width: 49%;
    float: left;
    margin-right: 0%;
    background: #fff;
    margin-bottom: 20px;
}
.pro-cont-td li:nth-of-type(2n){
    margin-right: 0;
}
.pro-cont-td li .imgd{
    width: 44%;
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
}
.contdd{
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 80px 0;
    width: 60%;
    margin: 0 auto;
}
.contdd b{
    color: var(--action)
}
.pro-cont-td li .text{
    width: 54%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0%;
    padding-left: 0%;

}
.pro-cont-td li .text h4{
    font-size:  18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 3px;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap;
}
.pro-cont-td li .text > span{
    color: #999;
    display: block;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap;
}
.pro-cont-td li .text > div{
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    
    line-height: 1.3;
    color: #999;
    /* text-overflow: ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:3;  */
    margin-bottom: 20px;

    height: 56px;
}
.pro-cont-td li .imgd img{
   width: 100%;
   height: auto;
}
.pro-cont-td li .text a{
    width: 85px;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    background: #1051bc;
    color: #fff;
	margin-right: 10px;
}
.pro-cont-td li .text h4 a{
    background:none !important
}
.pro-cont-td li .text a:last-of-type{
    background: #dcdcdc;
    color: #333;
}


/*荣誉证书*/
.ryzsT{
  width: 100%;
  height: 60px;
  padding-top: 50px;
  text-align: center;
}
.ryzsT p{
  font-family: "微软雅黑";
  font-size: 29px;
  font-weight: bold;
  color:#1d1d1d;
}
.ryzsT p.ryline{
  width: 25px;
  height: 4px;
  background-color: #c3c3c3;
  margin:0 auto;
  margin-top: 10px;
}
.ryzsBox .picScroll-left{ 
  width:100%;  
  overflow:hidden; 
  position:relative;  }
.ryzsBox .picScroll-left .hd{ 
}

.ryzsBox .picScroll-left .hd .next{ 
  position: absolute;
  right: 0;
  top: 35%;
  display:block;  
  width:40px; 
  height:92px;  
  overflow:hidden;
  cursor:pointer; 
  background:url("/images/index_19.jpg") no-repeat;}
.ryzsBox .picScroll-left .hd .next:hover{
    background:url("/images/index_19_1.jpg") no-repeat;}
.ryzsBox .picScroll-left .hd .prev{ 
  position: absolute;
  left: 0;
  top: 35%;
  display:block;  
  width:40px; 
  height:92px;  
  overflow:hidden;
  cursor:pointer; 
  background:url("/images/index_20.jpg") no-repeat;}
.ryzsBox .picScroll-left .hd .prev:hover{
    background:url("/images/index_20_1.jpg") no-repeat;}


.ryzsBox .picScroll-left .hd ul{ 
  float:right; 
  overflow:hidden; 
  zoom:1; 
  margin-top:10px; 
  zoom:1; }
.ryzsBox .picScroll-left .hd ul li{ 
  float:left;  
  width:9px; 
  height:9px; 
  overflow:hidden; 
  margin-right:5px; 
  text-indent:-999px; 
  cursor:pointer; 
  background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.ryzsBox .picScroll-left .bd{ 
  margin: 40px auto;
  width: 1065px;
  margin-top: 15px;
  margin-bottom: 60px;
  padding-left: 40px;}
.ryzsBox .picScroll-left .bd ul{ 
  overflow:hidden; 
  zoom:1; }
.ryzsBox .picScroll-left .bd ul li{ 
  margin:0 8px; 
  float:left; 
  _display:inline; 
  overflow:hidden; 
  text-align:center;  }
.ryzsBox .picScroll-left .bd ul li .pic{ 
  text-align:center; }
.ryzsBox .picScroll-left .bd ul li .pic img{ 
  width:170px; 
  height:240px; 
  display:block;  }
.ryzsBox .picScroll-left .bd ul li .pic a:hover img{ 
  border-color:#999;}
.ryzsBox .picScroll-left .bd ul li .title a{
  font-size: 16px;
  line-height: 40px;
  color: #555555;}
.ryzsBox .picScroll-left .bd ul li:hover .title a{
    color: #1051bc;
  }
/*案例中心*/
.caseBox {
  margin-top: 40px;
}
.caseBox .hd{
  background:#f4f4f4;
  position:relative;
  width: 480px;
  float: right;}
.caseBox .hd ul{ 
  float:left; 
  position:absolute; 
  left:0; 
  top:-1px;}
.caseBox .hd ul li{ 
  float:left;
  cursor:pointer;
  width: 235px;
  height: 160px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;}
.caseBox .hd ul li a{
  display: block;
  width: 100%;
  height: 30%;
  padding-top: 115px;
  font-size: 16px;
  color: #7b7b7b;
}
.caseBox .hd ul li:nth-child(2n){
  border-right: none;
}
.caseBox .hd ul li:nth-last-child(2){
  border-bottom: none;
}
.caseBox .hd ul li:last-child{
  border-bottom: none;
}
.caseBox .hd ul li.caseItem1{
  background:#f0f0f0 url(/images/index_24.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem1.on{
  background:#1051bc url(/images/index_24_1.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem2{
  background:#f0f0f0 url(/images/index_25.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem2.on{
  background:#1051bc url(/images/index_25_1.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem3{
  background:#f0f0f0 url(/images/index_26.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem3.on{
  background:#1051bc url(/images/index_26_1.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem4{
  background:#f0f0f0 url(/images/index_27.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem4.on{
  background:#1051bc url(/images/index_27_1.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem5{
  background:#f0f0f0 url(/images/index_28.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem5.on{
  background:#1051bc url(/images/index_28_1.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem6{
  background:#f0f0f0 url(/images/index_29.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem6.on{
  background:#1051bc url(/images/index_29_1.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem7{
  background:#f0f0f0 url(/images/index_30.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem7.on{
  background:#1051bc url(/images/index_30_1.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem8{
  background:#f0f0f0 url(/images/index_31.png) center 40px no-repeat;
}
.caseBox .hd ul li.caseItem8.on{
  background:#1051bc url(/images/index_31_1.png) center 40px no-repeat;
}
.caseBox .hd ul li.on a{
  color: #fff;
}
.caseBox .bd{
  width: 700px;
  height: 640px;
  float: left;
}
.caseBox .bd ul{ 
  zoom:1;  }
.caseBox .bd ul li{
    position: relative;
	height:640px;
  }
.caseBox .bd ul li .caseShow{
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "微软雅黑";
  font-size: 24px;
  width: 100%;
  height: 95px;
  text-indent: 1em;
  line-height: 95px;
  color: #fff;
  background: url(/images/tmBg23.png) 0 0 repeat;
}
.caseBox .bd ul li a img{
  width: 100%;
  height: 100%;
}
/*关于我们*/
.aboutBox{
  width: 100%;
  height: 585px;
  margin-top: 45px;
  padding-top: 55px;
  background:url(/images/aboutBg.jpg) center center no-repeat;
}
.aboutBox .titleBox div{
  color: #fff;
}
.aboutContent{
  position: relative;
  margin-top: 55px;
  height: 388px;
}
.aboutL:after{
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #c6e1f0;
  position: absolute;
  top: 55px;
  right: -28px;

}
.aboutL{
  position: relative;
  width: 236px;
  height: 185px;
  border: solid 5px #c6e1f0;
  padding-left: 20px;
  padding-top: 35px;
}
.aboutL .aboutEn{
  font-family: "微软雅黑";
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
}
.aboutL .aboutZn{
  font-family: "微软雅黑";
  font-size: 36px;
  color: #ffffff;
}
.aboutL .aboutZn1{
  margin-top: 10px;
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.aboutR{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 815px;
  height: 258px;
  padding: 40px 30px 0;
  background-color: #ddebf6;
}
.aboutR p{
  font-size: 16px;
  line-height: 32px;
  color: #555555;
}
.aboutMore{
  width: 142px;
  height: 46px;
  margin-top:20px;
  text-align: center;
}
.aboutMore a{
  display: block;
  width: 100%;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  background-color: #1051bc;
}
.aboutMore a:hover{
  background: #1051bc;
}
/*生产车间*/
.sccjBox{
  margin-top: 30px;
}
.sccjR a{
  display: block;
  width: 175px;
  height: 195px;
  color:#fff;
  padding-left: 25px;
  background-color: #1051bc;
  padding-top: 28px;
}
.sccjR a:hover{
  background: #ff9501;
  border-radius: 15px;
}
.sccjR a .gsslName{
  font-size: 17px;
  line-height: 32px;
}
.sccjR a .gsslName1{
  font-size: 14px;
  margin-bottom: 95px;
}
.sccjL{ 
  width: 970px;
  height: 223px; 
  overflow:hidden; 
  margin-bottom: 45px;
  position:relative;}
.sccjL .hd{ 

}
.sccjL .hd .prev{
  position: absolute;
  top: 90px;
  left: 5px; 
  z-index: 999;
  display:block;  
  width:48px; 
  height:48px;  
  overflow:hidden;
  cursor:pointer; 
  background:url("/images/index_37.png") no-repeat;}
.sccjL .hd .prev:hover{
   background:url("/images/index_37_1.png") no-repeat;
}
.sccjL .hd .next{
  position: absolute;
  top: 90px;
  right: 5px; 
  z-index: 999;
  display:block;  
  width:48px; 
  height:48px;  
  overflow:hidden;
  cursor:pointer; 
  background:url("/images/index_38.png") no-repeat;}
.sccjL .hd .next:hover{
   background:url("/images/index_38_1.png") no-repeat;
}
.sccjL .hd ul{ 
  float:right; 
  overflow:hidden; 
  zoom:1; 
  margin-top:10px; }
.sccjL .hd ul li{ 
  float:left;  
  width:9px; 
  height:9px; 
  overflow:hidden; 
  margin-right:5px; 
  text-indent:-999px; 
  cursor:pointer; 
  background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.sccjL .bd{ 
  padding-left:25px;   }
.sccjL .bd ul{ 
  overflow:hidden; 
  zoom:1; }
.sccjL .bd ul li{ 
  margin:0 8px; 
  float:left; 
  _display:inline; 
  overflow:hidden; 
  text-align:center;
  position: relative;  }
.sccjL .bd ul li .pic{
  width: 290px;
  height: 223px;}
.sccjL .bd ul li .pic img{ 
  width: 100%;
  height: 100%;
  display:block;   }
.sccjL .bd ul li .pic a:hover img{ 
  border-color:#999;  }
.sccjL .bd ul li .title{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  line-height: 40px;
  background: url(/images/tmBg23.png) 0 0 repeat;
}
.sccjL .bd ul li .title a{
  color: #fff;
  font-family: "SimSun";
  font-size: 14px;
}

/*新闻中心*/
.newBox{
  
}
.newBox .slideTxtBox1{ 
  width:1200px;
  margin-top:30px;   }
.newBox .slideTxtBox1 .hd{ 
  height:48px; 
  line-height:48px; 
  padding:0 10px 0 20px;    
  position:relative; 
margin-bottom: 15px;}
.newBox .slideTxtBox1 .hd ul{ 
  height: 32px;
  margin: 0 auto;
  width: 482px;
  height:32px;   }
.newBox .slideTxtBox1 .hd ul li{ 
  float:left;
  text-align: center; 
  width: 150px;
  font-weight: bold;
  margin-right: 10px;
  cursor:pointer;}
.newBox .slideTxtBox1 .hd ul li a{
  display: inline-block;
  width: 100%;
  background: url(/images/index_40.png) no-repeat;
  font-family: "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  color: #555555;
}
.newBox .slideTxtBox1 .hd ul li.on a{ 
  color: #ffffff;
  background: url(/images/index_40_1.png) no-repeat;}
.newBox .slideTxtBox1 .bd ul{ 
  padding:15px;  
  zoom:1;  }
.newBox .slideTxtBox1 .bd li{ }
.newsListL{
  width: 552px;
}
 .NewsItem{
  height: 90px;
  margin-bottom: 45px;
}
 .NewsItem .newsTime{
  width: 118px;
  height: 90px;
  text-align: center;
  border-right: 2px solid #b4b4b4;
}
 .NewsItem .newsTime .newsDay{
  font-family: "微软雅黑";
  font-size: 16px;
  font-weight: bold;
  color: #7c7c7c;
}
 .NewsItem .newsTime .newsYear{
  font-family: "微软雅黑";
  font-size: 80px;
  font-weight: bold;
  color: #cccccc;
  margin-top: -18px;
}
 .NewsItem .newsCentent{
  width: 408px;
}
 .NewsItem .newsCentent .newsTitle{
  margin-bottom: 12px;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
 .NewsItem .newsCentent .newsTitle a{
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
 .NewsItem .newsCentent .newsjs a{
  font-size: 14px;
  color: #555555;
  display: inline-block;
  line-height: 25px;
}
 .NewsItem:hover .newsTitle a{
  color: #1051bc;
}
 .NewsItem:hover .newsjs a{
  color: #7b7b7b;
}
.newBox .slideTxtBox1 .bd li .newsListR .newsImg{
  margin-bottom: 25px;
  position: relative;
  width: 597px;
  height: 394px;
}
.newBox .slideTxtBox1 .bd li .newsListR .newsImg img{
  height: 100%;
  max-width:100%;
}
.newBox .slideTxtBox1 .bd li .newsListR .newsImg .newsImgTil{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 55px;
  background-color: #ff9501;
  text-align: center;
  line-height: 55px;
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
}
.newsListR .NewsItem .newsCentent{
  width: 450px;
}

/*底部*/
#footer.footer{
  width: 100%;
  padding: 20px 0 5px;
  height: auto;
  background:url(/images/index_42.jpg) center top;
}
#footer.footer .container .footNav{
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #77bae4;
  padding-bottom: 30px;
  margin-bottom: 45px;
}
#footer.footer .container .footNav a{
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin:0 20px;
}
#footer.footer .container .footNav a:hover{
  color: #ff9501;
}
#footer.footer .container .footInfo{
  height: 125px;
}
#footer.footer .container .footInfo .footLogo{
  width: 440px;
  height: 125px;
}
#footer.footer .container .footInfo .footLogo a{
  display: block;
  width: 320px;
  height: 125px;
}
#footer.footer .container .footInfo .footLogo a img{
  display: block;
  width: 100%;
  height: 100%; 
}
#footer.footer .footCompanyInfo strong{
  font-family: "微软雅黑";
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
}
#footer.footer .footCompanyInfo p{
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
}
#footer.footer .footCompanyInfo p a{
  color: #ffffff;
}
#footer.footer .footCompanyInfo p a:hover{
  color: #ff9501;
}
#footer.footer .ER_code{
  width: 115px;
  height: 115px;
}
#footer.footer .ER_code img{
  width: 100%;
  height: 100%;
}
/*友情链接*/
.Links{
 border-top: 1px solid #77bae4;
  font-size: 14px;
  color: #ffffff;
  margin-top: 40px;
  padding-top: 25px;
}
.Links a{
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  margin:0 10px;
}
.Links a:hover{
  color: #ff9501;
}
/*产品列表页栏目*/
.sideMenu{ }
.sideMenu div{ 
	height:40px; 
	line-height:40px; 
	padding-left:10px;  
	border-top:1px solid #e3e3e3; 
	background:#1051bc;
	font-weight: bold;
}
.sideMenu div a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
}
.sideMenu div em{ 
	float:right; 
	display:block; 
	width:40px; 
	height:32px;   
	background:url(/images/icoAdd.png) 11px 10px no-repeat; 
	cursor:pointer; }
.sideMenu div.on em{ background-position:11px -52px; }
.sideMenu ul{ color:#999; overflow:hidden; /*display:none;*/ /* 默认都隐藏 */ }
.sideMenu ul li{ 
	border-bottom: 1px solid #F5F5F5;
	background: #fff url(/images/pro_icon3.jpg) 4px center no-repeat;
	text-indent: 14px;
	line-height: 35px;
	float: left;
width: 50%;
}
.sideMenu ul li a{
	display: block;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.sideMenu ul li:hover{
	background: #eee url(/images/pro_icon3.jpg) 4px center no-repeat;
}
.prosearchI{
	display: block;
	width: 90%;
	margin: 20px auto 10px;
	border: 1px solid #ccc;
	line-height: 30px;
	border-radius: 5px;
	font-size: 12px;
	padding-left: 5px;
	color: #797979;
}
.prosearch .prosearchbtn{
	display: block;
	width: 86px;
	text-align: center;
	line-height: 25px;
	margin: 0 auto;
	color: #fff;
	border: none;
	background: #1051bc;
	border-radius: 6px;
	cursor: pointer;
	transition: .5s;
}
.prosearch .prosearchbtn:hover{
	background: #05649f;
}

/*客服*/
/*固定的悬浮窗*/
.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 200px;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease;
}
.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
}
.yb_bar .yb_top {
  background: #1051bc url(/images/fixCont1.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
  background: #1051bc url(/images/fixCont1.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
  text-indent: 0;
  background: #1051bc url(/images/fixCont1.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
  /*height:200px;*/
  background: #1051bc url(/images/fixCont1.png) no-repeat 0 -170px;
}
.hd_qr {
  padding: 0 29px 25px 29px;
}
.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff;
}

#form1 tr{height: 35px;}
#form1 td{
    font-weight: bold;
}
#form1 td img{
    margin-top: 5px;
}
.Cbutton{
    background: none;
    padding:10px 25px;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.Cbutton:hover{
    background: #1f3d9e;
    color: #fff;
}



.yfnycpul{ overflow:hidden;}
.yfnycpul li{ overflow:hidden;border-bottom: 1px solid #d9d9d9;padding-bottom: 25px;padding-top: 20px; width:auto !important; float:none !important;}
.yfnycpul li .img {
    float: left;
    max-width: 235px;
    margin-right: 30px;display: block;
}
.yfnycpul li .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.yfnycpul li h3 {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 47px;
	line-height: 24px;
	margin-bottom: 5px;
}
.product-desc {
    height: 112px;
    line-height: 28px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
	padding-bottom: 0;
}
.product-s1 {
    color: #333;
}
.product-more {
    width: 115px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    display: inline-block;
    margin-top: 0;
    margin-right: 20px;
}

