.clear {clear:both;}
.showpage,.showpage ul{ margin:0px; padding:0px; list-style:none;border:none; }
.showpage{ margin:10px auto;text-align:center;}
.showpage ul{}
.showpage ul li{display:inline-block; *display:inline; zoom:1; text-align:center }
.showpage ul li span{display:block;margin:4px 3px 0; padding:2px 10px; border:1px #dadada solid; background:#dadada; color:#333; }
.showpage ul li a{ display:block;border:1px #dadada solid; margin:4px 3px 0; padding:2px 10px;   text-align:center;}
.showpage ul li a:hover{ background:#dadada}

.dy_table{ border:1px solid #dadada; border-collapse: collapse;}
.dy_table th{ background:#dadada;}
.dy_table tr td{ padding:5px; border:1px solid #dadada; line-height:24px; }


.dy_link:link{ color:#333; text-decoration:underline;}
.dy_link:visited{ color:#ccc}
.dy_link:hover{ color:#f00}
.dy_link:active{ color:#00F}

.dy_need{ color:#f00;}
.dy_input{ height:24px; line-height:24px; border:1px solid #dadada;}
.dy_btn{ width:60px; height:26px; line-height:26px; background:#efefef; border:1px solid #dadada;}
.dy_h1{ font-size:14px; font-weight:700; height:40px;line-height:40px; border-bottom:1px solid #dadada; text-align:center }








/*header*/
.header {
  width: 100%;
  height: 95px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  min-width: 1300px;
}
.header .logo {
  padding-top: 12px;
  height: 83px;
  display: block;
  float: left;
  overflow: hidden; padding-left:30px
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .nav {
  height: 95px;
  position: relative;
  float: left;
  border-left: 1px solid #ebeff1;
}
.header .nav li {
  width: 100px;
  border-right: 1px solid #ebeff1;
  float: left;
  position: relative;
  z-index: 10;
}
.header .nav li:before {
  width: 0;
  height: 2px;
  background: #425466;
  display: block;
  content: "\20";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.header .nav li a {
  width: 100%;
  height: 60px;
  padding-top: 30px;
  font-size: 18px;
  color: #000000;
  display: block;
  position: relative;
  *padding-top: 30px;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  line-height: 20px;
}
.header .nav li a span {
  font-family: arial;
  text-transform: uppercase;
  font-size: 12px;
  color: #999999;
  display: block;
}
.header .nav li.hover .nav1,
.header .nav li:hover .nav1 {
  background: #425466;
  *border-bottom: 2px solid #425466;
  *height: 63px;
  color: #fff;
}
.header .nav li.hover .nav1 span,
.header .nav li:hover .nav1 span {
  color: #fff;
}
.header .nav li.hover:before,
.header .nav li:hover:before {
  width: 100%;
}
.header .nav li .subNav {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 99;
  display: none;
  left: 0px;
  top: 95px;
  background: url(../images/blue75.png) repeat 0 0;
}
.header .nav li .subNav a {
  padding: 0;
  display: block;
  height: 38px;
  overflow: hidden;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
}
.header .nav li .subNav a:hover {
  background: #425466;
}
.header .search {
  width: 170px;
  height: 30px;
  float: left;
  position: relative;
  margin: 32px 0 0 22px;
  line-height: 30px;
  background: #ebeff1;
}
.header .search input {
  background-color: none;
  outline: none;
  border: none;
}
.header .search .stxt {
  width: 97%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding-left: 3%;
  position: absolute;
  left: 0;
  top: 0;
}
.header .search .sbtn {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
  background-position: -87px 0;
}
.header .tel {
  width: 220px;
  height: 54px;
  line-height: 95px;
  float: right;
  color: #FF9C1D;
  font-family: impact;
  text-align: center;
  font-size: 20px;
}
.header .tel s {
  width: 33px;
  height: 33px;
  margin-right: 8px;
  background-position: 0 0;
}
.header .tel strong {
  font-weight: normal;
}
@media (min-width: 1400px) {
  .header .nav li {
    width: 111px;
  }
  .header .search {
    margin-left: 25px;
  }
}
@media (min-width: 1600px) {
  .header .logo {
    margin-right: 10px;
    width: 280px;
    height: 95px;
    padding-top: 0;
  }
  .header .nav li {
    width: 100px;
  }
  .header .search {
    width: 222px;
    margin-left: 30px;
  }
  .header .tel {
    width: 320px;
    font-size: 26px;
  }
}
@media (min-width: 1800px) {
  .header .logo {
    margin-right: 100px;
  }
  .header .nav li {
    width: 160px;
  }
  .header .search {
    width: 232px;
    margin-left: 38px;
  }
  .header .tel {
    width: 270px;
  }
}