blockquote,
body,
div,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
dd,
ol {
  list-style: none;
  list-style-type: none;
}
a img,
a,
a:hover,
a:active,
a:visited {
  border: none;
  text-decoration: none;
  outline: none;
}
body {font-size:14px; margin:0px; padding:0px;font-family:"微软雅黑";background: #f4f4f4;}
a {
  color: #333333;
}
input,
button,
select,
textarea {
  outline: none;
}
.content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.com-inline {
  display: inline-block;
  zoom: 1;
  *display: inline;
}


.topDiv{width: 100%;height:34px;background: #f6f6f6;min-width: 1200px;overflow: hidden;border-bottom: 1px solid #dfdfdf;}
.topDiv .top{height:34px;width: 1200px;margin:0px auto;overflow: hidden;}
.topDiv .left{display:block;float:left;font-size:14px;color: #666;line-height: 34px;height: 34px;max-width: 850px;overflow: hidden;}
.topDiv .righTop{float: right;margin-top:7px;}
.topDiv .righTop a{display: inline-block;margin-left: 15px;color: #666;}
.topDiv .righTop a img{position: relative;top:2px;margin-right: 5px;}
.topDiv .righTop a:hover{color: #f39800;}

.headDiv{width: 100%;height:90px;background: #fff;min-width: 1200px;overflow: hidden;}
.headDiv .head{height:90px;width: 1200px;margin:0px auto;overflow: hidden;}
.headDiv .logo{display: block;float: left;height:64px;overflow: hidden;margin-top:15px;}
.headDiv .telDiv{float: right;margin-top:50px;color: #333;font-size: 14px;}
.headDiv .telDiv img{position: relative;top:1px;margin-right: 5px;}
.headDiv .telDiv span{font-size: 26px;color: #f00;font-weight: bold;}

.navDiv{width: 100%;height:55px;background: #15acc3;min-width: 1200px;clear: both;}
.navDiv .nav{height: 55px;width: 1200px;margin:0px auto;}
.navDiv .nav li{display: block;float: left;height:auto;text-align: center;position: relative;margin:0 5px;}
.navDiv .nav li .navf{display: block;color: #fff;font-size: 16px;width: 123px;height:55px;line-height:55px;overflow: hidden;}
.navDiv .nav li:hover .navf,.navDiv .nav li .navf.hover{background: #f39800;height:51px;border-bottom: 4px solid #dc8a01;}
.navDiv .nav li dl{position:absolute;left:0;z-index:101;top:55px;background: #15acc3;overflow: hidden;width: 170px;display: none;}
.navDiv .nav li dl dd{display: block;height: 35px;line-height: 35px;overflow: hidden;}
.navDiv .nav li dl dd a{color: #fff;font-size: 14px;}
.navDiv .nav li dl dd:hover{background: #f39800;}

.footerDiv{width: 100%;height:135px;background: #3d3e3e;min-width: 1200px;overflow: hidden;clear: both;}
.footerDiv .footer{height: 135px;width: 1200px;margin:0px auto;overflow: hidden;background: url(../images/logo-foot.png) no-repeat right center;}
.footerDiv .left{float: left;height:90px;width: 900px;overflow: hidden;margin-top: 22px;color: #fff;}
.footerDiv .foot-nav a{color: #fff;}
.footerDiv .copyright{height:48px;line-height: 24px;overflow: hidden;margin-top:20px;}
.footerDiv .copyright a{color: #fff;}

/* 在线客服 */
.online-div{ position:fixed;top:30%; right:10px; z-index:300; overflow:hidden; width:149px; height:auto; min-height:450px; background:url(../images/online.png) no-repeat top center;}
.online-close{ float:right; width:32px; height:32px;cursor:pointer;}
.online-tel{ clear:both; overflow:hidden; margin:184px auto 0px auto; width:149px; height:24px; color:#fff; text-align:center; font-size:16px; line-height:24px;}
.online-list{ overflow:hidden; margin:0px auto; padding:10px 0; width:149px; height:auto; min-height:90px; background:#15acc3;}
.online-list li{ display:block; margin:0px auto 10px auto; width:117px; height:37px; background:#fff; text-align:center; line-height:37px;}
.online-list li a{ display:block;width:117px; height:37px; color:#15acc3;}
.online-top{ margin:0 auto; width:149px; height:91px; background:url(../images/arrow-top.png) no-repeat center center; cursor:pointer;}
/*pageshow*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #E62129;
  border-color: #E62129;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page {
  text-align: center;
  clear: both;
}
.page li.active a {
  background: #D10000;
  border: solid 1px #D10000;
}

/*footer-fix*/
.float_bottom.on {
  height: 0px;
  overflow: hidden;
}
.float_bottom {
  width: 100%;
  height: 82px;
  background: url(../images/opacity.png);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s;display: none;
}
.float_bottom_box {
  width: 1200px;
  height: 82px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s;
}
.float_bottom_left {
  position: absolute;
  left: 0;
  top: -33px;
  -webkit-transition: all 0.3s;
  overflow: hidden;
}
.float_bottom_center {
  margin: 0 0 0 460px;
  position: relative;
  padding-top: 20px;
  -webkit-transition: all 0.3s;
  overflow: hidden;
}
.float_bottom_center input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 10px;
  padding: 0 20px 0 35px;
  height: 43px;
  line-height: 43px;
  font-size: 18px;
  color: #000;
  border: 0px;
  width: 200px;
  border-radius: 8px;
}
.float_bottom_center .RealName,
.float_bottom_center .Telephone {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
.float_bottom_center .RealName:after {
  content: "";
  background: url(../images/red1.png);
  width: 12px;
  height: 16px;
  position: absolute;
  left: 17px;
  top: 13px;
}
.float_bottom_center .Telephone:after {
  content: "";
  background: url(../images/red2.png);
  width: 16px;
  height: 18px;
  position: absolute;
  left: 16px;
  top: 13px;
}
.float_bottom_center button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  border: 0px;
  margin: 0;
  padding: 0;
  background: url(../images/float_bottom_btn.png) no-repeat left center;
  width: 167px;
  height: 43px;
  cursor: pointer;
}
.float_bottom_max {
  display: none;
  position: absolute;
  left: 0px;
  top: -27px;
  -webkit-transition: all 0.3s;
}
.float_bottom.in {
  width: 370px;
  height: 100px;
  bottom: 50px;
  border-radius: 0 130px 130px 0;
  cursor: pointer;
}
.float_bottom.in .float_bottom_box {
  width: 370px;
  height: 100px;
}
.float_bottom.in .float_bottom_left,
.float_bottom.in .float_bottom_center {
  width: 0;
  height: 0;
}
.float_bottom.in .float_bottom_max {
  display: block;
}
.float_bottom_close {
  display: none;
  width: 33px;
  position: fixed;
  bottom: 32px;
  left: 50%;
  margin-left: 565px;
  height: 50px;
  z-index: 1001;
}
.float_bottom_close i {
  float: left;
  margin: 0 16px;
  width: 1px;
  height: 30px;
  background: #fff;
}
.float_bottom_close img {
  float: left;
  width: 33px;
  height: 33px;
  cursor: pointer;
}