/* CSS Document */
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
.clearfix {
  zoom: 1;
}
dl,
dd,
dt {
  padding: 0px;
  margin: 0px;
}
html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
legend {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #666666;
  font-family: '微软雅黑';
  background-color: #f2f2f2;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #0b47a7;
  text-decoration: none;
}
img {
  border: none;
}
/*顶部导航*/
.header-nav {
  background: #f6f6f6;
  height: 36px;
}
.header-nav .header-nav-content {
  width: 1000px;
  margin: 0 auto;
}
.header-nav-content .left-nav {
  float: left;
}
.header-nav-content .left-nav a {
  color: #109941;
  font-size: 12px;
  font-weight: 400;
}
.header-nav-content .left-nav li {
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 7px;
  background: none;
}
.header-nav-content .left-nav li:first-child {
  padding-left: 0;
}
.header-nav-content .right-nav {
  float: right;
}
.header-nav-content .right-nav li {
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 11.5px;
  font-size: 12px;
  background: none;
}
.header-nav-content .right-nav li:last-child {
  padding-right: 0;
}
.header-nav-content .right-nav li a:hover {
  color: #109941;
}
.header-nav-content .right-nav .phone-qr-code {
}
.phone-qr-code a {
}
.phone-qr-code .qr-code {
  width: 180px;
  height: 180px;
  position: absolute;
  background-color: white;
  margin-left: -70px;
  padding: 20px;
  box-shadow: 0 0 7px rgb(0 0 0 / 10%);
  display: none;
  z-index: 1;
}

/*主体内容顶部*/
.main-top {
  height: 130px;
  background-color: white;
}
.main-top .top-bar {
  width: 1320px;
  margin: 0 auto;
}
.main-top .logo {
  width: 246px;
  height: 130px;
  float: left;
  background-image: url('/images/index/logo.svg');
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  margin-left: -11px;
  background-size: 156%;
  background-position: -55px -98px;
}
.main-top .logo img {
  margin-top: 6px;
  /*width: 246px;*/
  /*height: 122px;*/
  /*image-rendering:-moz-crisp-edges;*/
  /*image-rendering:-o-crisp-edges;*/
  /*image-rendering:-webkit-optimize-contrast;*/
  /*image-rendering: crisp-edges;*/
  /*-ms-interpolation-mode:nearest-neighbor;*/
}
.top-bar .search {
  margin-left: 37px;
  float: left;
}
.top-bar .search .search-bar img {
  position: absolute;
  margin-top: 47px;
  margin-left: 19px;
}
.top-bar .search input {
  width: 566px;
  height: 40px;
  margin-top: 34px;
  float: left;
  border: 1px solid #109941;
  border-right: none;
  padding-left: 41px;
  border-radius: 2px;
  font-size: 14px;
}
.top-bar .search .search-btn {
  width: 90px;
  height: 40px;
  margin-top: 34px;
  float: left;
  border: 1px solid #109941;
  border-left: none;
  background-color: #109941;
  color: white;
  border-radius: 2px;
  font-weight: bold;
}
.top-bar .search .search-btn:hover {
  background-color: #168944;
}
.top-bar .search .search-btn-you {
  width: 110px;
  height: 40px;
  margin-top: 34px;
  margin-left: 20px;
  float: left;
  border: 1px solid #109941;
  color: #109941;
  background-color: white;
  border-radius: 2px;
}
.top-bar .search .search-recommend a {
  margin-top: 15px;
  display: inline-block;
  margin-left: 12px;
  font-size: 12px;
}
.top-bar .search .search-recommend a:hover {
  color: #109941;
}
.top-bar .search .search-recommend img {
  margin-top: -18px;
  margin-left: 2px;
}
.top-bar .search .search-recommend a:first-child {
  margin-left: 0;
}
.top-bar .cart {
  float: left;
}
.cart .cart-btn {
  width: 160px;
  height: 40px;
  border: 1px solid #d7d7d7;
  background-color: white;
  margin-top: 34px;
  margin-left: 20px;
  border-radius: 2px;
  font-weight: 400;
}
.cart .cart-btn:hover {
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.cart .cart-icon {
  background-color: #fa7e1e;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  text-align: center;
  position: absolute;
  margin-top: 24px;
  margin-left: 186px;
}
.cart .cart-icon span {
  line-height: 24px;
  font-size: 12px;
  color: white;
}
.cart .dropdown-cart {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  display: none;
  position: absolute;
  width: 308px;
  z-index: 1;
  margin-top: 10px;
  margin-left: -129px;
}
.cart .hover .dropdown-cart {
  display: block;
}
.cart .dropdown-cart .title {
  text-align: left;
  height: 25px;
  padding: 6px 8px;
  line-height: 25px;
  overflow: hidden;
  zoom: 1;
}
.cart .dropdown-cart ul li {
  padding: 8px 10px;
  border-top: 1px dotted #ccc;
  overflow: hidden;
  line-height: 17px;
  vertical-align: bottom;
}
.cart .dropdown-cart ul li:first-child {
  border-top: none;
}
.cart .dropdown-cart ul li:hover {
  background-color: #e3e4e5;
}
.cart .dropdown-cart .title h4 {
  color: #666;
  font-weight: 400;
  font-size: 12px;
}
.dropdown-cart .product-item {
  color: #666;
  font-size: 12px;
}
.dropdown-cart .product-item .cover {
  width: 50px;
  height: 50px;
  float: left;
}
.dropdown-cart .product-item .product-title {
  float: left;
  width: 135px;
  height: 52px;
  margin-left: 5px;
  overflow: hidden;
  color: #666;
  font-size: 12px;
}

/*分页*/
.page {
  font-family: Arial, Helvetica, sans-serif;
  clear: both;
  line-height: 20px;
  margin: 10px 0;
  padding: 5px;
}
.page a {
  color: #666666;
  padding: 3px;
  border: 1px solid #666666;
  text-decoration: none;
  margin-right: 5px;
}
.page a:link {
  color: #666666;
}
.page a:visited {
  color: #666666;
}
.page a:hover {
  background: #666666;
  color: #fff;
}
.page a:active {
  color: #666666;
}
.page span {
  background: #666666;
  color: #fff;
  padding: 3px;
  border: 1px solid #666666;
  margin-right: 3px;
}
.page .cur {
  color: #fff;
}
.page .cur a {
  color: #fff;
  margin-right: 0px;
}
.page .cur a:link {
  color: #fff;
}
.page .cur a:visited {
  color: #fff;
}
.page .cur a:hover {
  color: #fff;
}
.page .cur a:active {
  color: #fff;
}
/*分页*/

/*内页菜单*/
#left {
  margin: 0;
}
#left ul {
  list-style: none;
  padding: 0;
  border: 0;
  margin: 0;
  width: 231px;
}
#left li {
  display: inline;
  list-style-type: none;
}
#left li a:link,
#left li a:visited {
  float: left;
  text-decoration: none;
  color: #666666;
  font-size: 14px;
  background-image: url(../img/left1.jpg);
  width: 231px;
  line-height: 39px;
  padding-left: 10px;
}
#left li a:hover {
  color: #0b47a7;
  background-image: url(../img/left1.jpg);
}
/*内页菜单*/

/*导航开始*/
ul,
li {
  list-style-type: none;
  text-transform: capitalize;
}
.clear {
  clear: both;
  *display: inline; /*IE only*/
}
#nav {
  margin: 0 auto 0px;
  width: 1000px;
  display: block;
  z-index: 9999;
  position: relative;
  background: url(../img/t1.jpg);
}
#nav .jquery {
  margin-right: 0px;
  padding: 0 2em;
}
#nav .mainlevel {
  float: left;
  font-family: '微软雅黑';
  background: url(../img/fgx.jpg) right no-repeat; /*IE6 only*/
}
#nav .mainlevel a {
  color: #ffffff;
  font-family: '微软雅黑';
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 41px;
  display: block;
  padding-right: 36px;
  padding-left: 36px;
}
#nav .mainlevel a:hover {
  background: #1055bb;
  color: #ffffff;
  text-decoration: none;
}
#nav .mainlevel ul {
  display: none;
  position: absolute;
}
#nav .mainlevel li a {
  color: #666666;
  background-color: #dddddd;
  font-size: 14px;
  font-family: '微软雅黑';
  text-align: left;
  padding-left: 36px;
  padding-right: 36px;
  height: 35px;
  line-height: 35px; /*IE6 only*/
}
#nav .mainlevel li a:hover {
  background: #0d4eb0;
  color: #ffffff; /*IE6 only*/
}
/*导航介绍*/

#body {
  font-size: 14px;
  line-height: 28px;
  padding: 10px;
}
.t1 {
  font-size: 22px;
  color: #ffffff;
}
#t2 {
  background-color: #054199;
  height: 395px;
  width: 100%;
}
#t3 {
  text-decoration: none;
  color: #333333;
  font-size: 24px;
  background-image: url(../img/left.jpg);
  width: 909px;
  line-height: 56px;
  padding-left: 30px;
}
#t4 {
  font-size: 22px;
}
#t5 {
  height: 40px;
  line-height: 40px;
  padding-right: 30px;
}
#navbg {
  background: url(../img/t1.jpg);
  height: 41px;
}
.t2 {
  font-size: 18px;
  padding-left: 10px;
}
.t3 {
  font-size: 24px;
}
.t4 {
  font-size: 24px;
  color: #333333;
}
.ly {
  border: 1px solid #cccccc;
  height: 24px;
  line-height: 24px;
  width: 250px;
}
.lys {
  border: 1px solid #cccccc;
  height: 124px;
  line-height: 24px;
  width: 450px;
}
.yzm {
  border: 1px solid #cccccc;
  height: 24px;
  line-height: 24px;
  width: 100px;
}

/* qqshop focus */
#focus {
  width: 1000px;
  height: 395px;
  overflow: hidden;
  margin: auto;
  position: relative;
}
#focus ul {
  height: 95px;
  position: absolute;
}
#focus ul li {
  float: left;
  width: 1000px;
  height: 395px;
  overflow: hidden;
  position: relative;
  background: #054199;
}
#focus ul li div {
  position: absolute;
  overflow: hidden;
}
#focus .preNext {
  width: 45px;
  height: 100px;
  position: absolute;
  top: 130px;
  background: url(../img/sprite.png) no-repeat 0 0;
  cursor: pointer;
}
#focus .pre {
  left: 0;
}
#focus .next {
  right: 0;
  background-position: right top;
}

/*main css*/
.izl-rmenu {
  position: fixed;
  right: 0;
  margin-right: 20px;
  bottom: 20px;
  padding-bottom: 20px;
  z-index: 999;
}
.izl-rmenu .btn {
  width: 72px;
  height: 73px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}
.izl-rmenu .btn-qq {
  background: url(../images/r_qq.png) 0px 0px no-repeat;
  background-color: #6da9de;
}
.izl-rmenu .btn-qq:hover {
  background-color: #488bc7;
}
.izl-rmenu .btn-ly {
  background: url(../images/r_ly.png) 0px 0px no-repeat;
  background-color: #246ada;
}
.izl-rmenu .btn-ly:hover {
  background-color: #0b47a7;
}
.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
  background: url(../images/r_qq.png) 0px 0px no-repeat;
  background-color: #6da9de;
  text-decoration: none;
  display: block;
}
.izl-rmenu .btn-wx {
  background: url(../images/r_wx.png) 0px 0px no-repeat;
  background-color: #78c340;
}
.izl-rmenu .btn-wx:hover {
  background-color: #58a81c;
}
.izl-rmenu .btn-wx .pic {
  position: absolute;
  left: -160px;
  top: 0px;
  display: none;
  width: 160px;
  height: 160px;
}
.izl-rmenu .btn-phone {
  background: url(../images/r_phone.png) 0px 0px no-repeat;
  background-color: #fbb01f;
}
.izl-rmenu .btn-phone:hover {
  background-color: #ff811b;
}
.izl-rmenu .btn-phone .phone {
  background-color: #ff811b;
  position: absolute;
  width: 160px;
  left: -160px;
  top: 0px;
  line-height: 73px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: none;
}
.izl-rmenu .btn-top {
  background: url(../images/r_top.png) 0px 0px no-repeat;
  background-color: #666666;
  display: none;
}
.izl-rmenu .btn-top:hover {
  background-color: #444;
}

.cleafix {
  clear: both;
}
