body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
}
input {
  outline: none;
  border: none;
}
html {
  _overflow-y: scroll;
}
/*****！！页面通用css样式定义开始******/
html,
body {
  min-width: 1000px;
  font-family: 'Microsoft YaHei';
  _width: expression(document.body.clientWidth < 1000 ? '1000px': 'auto');
}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body {
  font-family: '微软雅黑'; /*文字字体定义 */
  font-size: 14px; /*文字大小定义 */
  color: #666666; /*文字颜色定义 */
  min-width: 1000px;
  outline: none;
}
/* 网站超链接css通用设置 */
a {
  text-decoration: none;
  color: #666666;
} /* 链接无下划线,有为underline */
a:link {
  color: #666666;
} /* 未访问的链接 */
/*a:visited {color: #2c2c2c;} !* 已访问的链接 *!*/
a:hover {
  text-decoration: none;
} /* 鼠标在链接上 */
a:active {
  color: #2c2c2c;
} /* 点击激活链接 */
p {
  line-height: 24px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.dib {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/
.clear:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
} /*清除浮动*/
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
} /*清除浮动*/
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.dib {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}
.red {
  color: red;
}
/*表格样式定义 */
checkbox {
  border: 0px;
} /*选择框样式定义 */
.input {
  border: 1px solid #ccc;
  height: 20px;
  line-height: 20px;
}
ul,
li {
  list-style: none;
}
.banner17 .shutter {
  overflow: hidden;
  width: 1920px;
  height: auto;
  position: relative;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.banner17 .shutter-img {
  z-index: 1;
}
.banner17 .shutter-img,
.banner17 .shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner17 .shutter-img a {
  cursor: default;
}
.banner17 .shutter-img a > img {
  width: 1920px;
  height: auto;
}
.banner17 .shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.banner17 .shutter-btn {
  width: 1200px;
  height: 64px;
  z-index: 9;
  position: absolute;
  top: 50%;
  margin-left: -600px;
  margin-top: -32px;
  left: 50%;
  clear: both;
  display: none;
}
.banner17 .shutter-btn li {
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.banner17 .shutter-btn li.prev {
  float: left;
  background: url(../images/left3.png) no-repeat;
}
.banner17 .shutter-btn li.next {
  float: right;
  background: url(../images/right3.png) no-repeat;
}

/*public*/
.size1 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.backcolor {
  background: #0268cc;
}
.color {
  color: #0268cc;
}
/*header*/
.header_top {
  width: 100%;
  height: auto;
  /*background: url("../images/h55.png") no-repeat bottom center;*/
}
.header_top01 {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #f2f2f2;
}
.header_top01 .wrap {
  height: 40px;
  line-height: 40px;
}
.header_logo {
  width: 100%;
  height: 114px;
  border-bottom: 1px solid #c5c5c5;
}
.header_logo .fl {
  margin-top: 32px;
}
.header_phone {
  width: 263px;
  height: 46px;
  background: url('../images/x1.png') no-repeat center;
  margin-top: 34px;
}
.header_phone p {
  font-size: 25px;
  color: black;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 24px 0 0 67px;
}
.header_nav {
  height: 76px;
  line-height: 76px;
  background: url('../images/x3.jpg') no-repeat;
}
.header_nav ul {
  width: 1197px;
  margin: 0 auto;
}
.header_nav ul li {
  width: 149px;
  height: 76px;
  float: left;
  font-size: 16px;
  text-align: center;
}
.header_nav ul li a {
  color: white;
}
.header_nav ul li.hover,
.header_nav ul li:hover {
  background: url('../images/x2.png') no-repeat center bottom;
}

/*footer*/
.footer {
  width: 100%;
  height: 60px;
  background: url('../images/f3.png') no-repeat bottom center;
  /*background-size: 100% auto;*/
  position: relative;
}
.footer .wrap {
  /*height: 600px;*/
  /*background: white;opacity: 0.4;*/
  /*padding-top: 100px;*/
  color: white;
}
.footer .left {
  width: 380px;
  height: auto;
  margin-left: 20px;
}
.footer .left h1 {
  font-size: 26px;
  padding-left: 5px;
}
.footer .left div {
  width: 100%;
  height: 140px;
  background: url('../images/f2.png') no-repeat left center;
  margin-top: 200px;
}
.footer .left div p {
  line-height: 47px;
  text-indent: 30px;
  font-size: 16px;
}
.footer .right {
  width: 758px;
  height: auto;
}
.footer .right form {
  display: block;
  width: 100%;
  height: auto;
}
.footer .right form textarea {
  width: 757px;
  height: 145px;
  background: #373939;
  border: 1px solid #373939;
  font-size: 18px;
  line-height: 40px;
  text-indent: 30px;
  outline: none;
  color: white;
}
.footer .right form .txtt {
  width: 370px;
  height: 60px;
  background: #373939;
  border: 1px solid #373939;
  font-size: 18px;
  line-height: 40px;
  text-indent: 30px;
  outline: none;
  color: white;
  margin: 10px 0;
  margin-left: 9px;
}
.footer .right form .btnt {
  width: 757px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: white;
  border: 0;
  background: url('../images/f1.png') no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.footer_bottom {
  position: absolute;
  width: 100%;
  height: 60px;
  line-height: 60px;
  bottom: 0;
  left: 0;
  text-align: center;
  color: white;
}
.footer_bottom a {
  color: white;
}
.footer_bottom strong {
  padding: 0 20px;
}
.vercode {
  display: inline-block;
  vertical-align: middle;
}
