﻿
html, body {
  min-width: 1200px;
}

html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,img {
  margin: 0;
  padding: 0
}
html,body,h1,h2,h3{
  font-weight: normal;
  font-family: "Microsoft Yahei";
}
ul,li,ol{
  list-style-type: none;
}
.clearFix:after {
  content:"";
  display: block;
  clear:both;
  height: 0;
  float: none;
}
/*.clearFix{*/
  /*clear: both;*/
  /*float: none;*/
  /*margin: 0;*/
  /*padding: 0;*/
  /*height: 0;*/
/*}*/
/*--- ????banner ---*/
.banner-title {
  height: 56px;
}
.banner-title .banner-logo {
  display: inline-block;
  width: 236px;
  height: 30px;
  background: url(img/logo1.png) no-repeat;
}
.banner-title ul.banner-menu {
  float: right;
}
.banner-title ul.banner-menu li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.banner-title ul.banner-menu li {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 6px;
  cursor: default;
}
.banner-title ul.banner-menu li+li {
  margin-left: 45px;
}
.banner-title ul.banner-menu li.active {
  border-bottom: solid 2px #fff;
}
.banner-title ul.banner-menu li:not(.active) {
  cursor: pointer;
}

/* ??? */
.footer_products{
  height:98px;
  background-color: #f2f2f2;
}
.footer_products_link{
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.footer_products_link>span{
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}
.footer_products_link>span:after{
  position: absolute;
  height: 100%;
  width: 1px;
  content:'';
  right: -5px;
  background-color: #666666;
}
.footer_products_link>span:nth-last-child(1):after{
  width: 0;
}
.footer_products_record{
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #666666;
}

/* .footer{
  width: 100%;
  background-color: #f1f2fc;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
} */

.footer-jump{
  margin-top: 28px;
  margin-bottom: 15px;
}

.footer-jump-link{
  text-align: center;
}

.footer-jump-link>a{
  color: #666666;
  text-decoration: none;
  position: relative;
  padding: 0 10px;
}

.footer-jump-link>a:after{
  content:'';
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  background-color: #cccccc;
}
.footer-jump-link>a:nth-last-child(1):after{
  display: none;
}

.footer-details{
  text-align: center;
}

