body {
  font-family: "Î¢ÈíÑÅºÚ";
}
.container1 {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
  margin: 0;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-wrap {
  background: #fff;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .logo img {
  max-width: 80%;
}
.header-wrap .header .phonetxt {
  margin-top: 10px;
}
.header-wrap .header .phonetxt img {
  float: left;
  margin-right: 10px;
  margin-top: 30px;
}
.header-wrap .header .phonetxt .ptxt {
  width: 90%;
  float: left;
  margin-top: 2px;
  display: inline-block;
  font-size: 1.6rem;
  color: #000;
}
.header-wrap .header .phonetxt .ptxt .tit {
  float: left;
  width: 20%;
  margin-top: 32px;
}
.header-wrap .header .phonetxt .ptxt .cn {
  width: 80%;
  float: left;
  font-size: 2rem;
  color: #1ba3e2;
  font-weight: bold;
  padding-top:16px;
}
.header-wrap .header .phonetxt .ptxt .cn .clist {
  float: left;
  width: 50%;
  display: inline-block;
}
.header-wrap .header .menu {
  margin-top: 20px;
  float: right;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.header-wrap .header .menulist a {
  font-size: 1.4rem;
  font-family: "Î¢ÈíÑÅºÚ";
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.header-wrap .header .menulist a:hover {
  background: #000;
}
.nav-wrap {
  width: 100%;
  height: 45px;
  background: #4abff5;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 14.28%;
  height: 45px;
  box-sizing: border-box;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.nav-wrap .nav-ul .navlist a.listh1 span {
  float: right;
}
.nav-wrap .nav-ul .navlist a.listh1 span.slt {
  float: left;
}
.nav-wrap .nav-ul .navlist a.listh1:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  background: url(/css/../images/navlistbg.jpg) repeat-x;
  height: 45px;
}
.nav-wrap .nav-ul .navlist a.listh1:hover span,
.nav-wrap .nav-ul .navlist a.listh1.on span {
  opacity: 0;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 45px;
  display: none;
  z-index: 10;
  background: #E5E5E5;
  width: 100%;
}
.nav-wrap .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
  font-size: 1.5rem;
  text-align: left;
  padding-left: 10px;
  line-height: 35px;
  color: #333;
  display: block;
  text-decoration: none;
  border-left: 5px solid #E5E5E5;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #F4F4F4;
  color: #ff8400;
  border-left: 5px solid #4abff5;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 666px;
  background: #F4F4F4;
  padding: 20px;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .lbox {
  float: left;
  display: inline-block;
  width: 33.33%;
  min-height:210px;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .lbox .flcon {
  margin-bottom: 10px;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .lbox .flcon .tit {
  margin-bottom: 5px;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .lbox .flcon .tit a {
  color: #4abff5;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .lbox .flcon .con .list2 {
  margin-bottom: 5px;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .lbox .flcon .con .list2 a {
  color: #333;
  font-size: 1.2rem;
  line-height: 14px;
  height: 14px;
  overflow: hidden;
}
.banner-wrap {
  position: relative;
}
.banner-wrap #owl-demo {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ffc600;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #ffc600;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .search-wrap {
  padding: 30px 0;
  background: url(/css/../images/searchboxbg.jpg) repeat-x;
  background-size: 100% 100%;
  width: 100%;
}
.content-wrap .search-wrap .title-line {
  text-align: center;
}
.content-wrap .search-wrap .title-line .title {
  font-size: 2.6rem;
  font-weight: bold;
}
.content-wrap .search-wrap .title-line .title span {
  font-weight: normal;
  font-size: 1.6rem;
  color: #333;
  display: block;
  text-transform: uppercase;
}
.content-wrap .search-wrap .search-con {
  margin-top: 20px;
}
.content-wrap .search-wrap .search-con .searchbox {
  width: 100%;
  margin: 0 auto 20px;
}
.content-wrap .search-wrap .search-con .searchbox .searchtxt {
  float: left;
  width: 72%;
  border: 1px solid #fff;
  color: #000;
  font-size: 1.6rem;
  height: 50px;
  padding: 5px;
  background: rgba(0, 0, 0, 0) !important;
  outline: none;
}
.content-wrap .search-wrap .search-con .searchbox .searchbtn {
  float: left;
  width: 28%;
  height: 50px;
  border: none;
  background: #fff url(../images/searchicon.png) no-repeat center center;
  color: #000;
}
.content-wrap .search-wrap .search-con .con {
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
  line-height: 30px;
  margin-left:150px;
}
.content-wrap .product-wrap {
  padding: 30px 0;
}
.content-wrap .product-wrap .title-line {
  text-align: center;
}
.content-wrap .product-wrap .title-line .title {
  font-size: 2.6rem;
  font-weight: bold;
}
.content-wrap .product-wrap .title-line .title span {
  font-weight: normal;
  font-size: 1.6rem;
  color: #333;
  display: block;
  text-transform: uppercase;
}
.content-wrap .product-wrap .product-con {
  margin-top: 30px;
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .layB .tbC {
  position: relative;
}
.content-wrap .product-wrap .product-con .layB .tbC .slide {
  width: 1200px;
}
.content-wrap .product-wrap .product-con .layB .tbC .slide ul {
  overflow: hidden;
  zoom: 1;
}
.content-wrap .product-wrap .product-con .layB .tbC .slide ul li {
  margin: 0 50px 30px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 200px;
}
.content-wrap .product-wrap .product-con .layB .tbC .slide ul li a {
  display: block;
  text-decoration: none;
}
.content-wrap .product-wrap .product-con .layB .tbC .slide ul li a:hover .picbox {
  border-color: #0f55a8;
}
.content-wrap .product-wrap .product-con .layB .tbC .slide ul li a:hover .tit {
  color: #0f55a8;
}
.content-wrap .product-wrap .product-con .layB .tbC .slide ul li a .picbox {
  border-radius: 50%;
  position: relative;
  border: 2px solid #7acef5;
  padding: 5px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .product-wrap .product-con .layB .tbC .slide ul li a .picbox .pic {
  border-radius: 50%;
  border: 1px solid #7acef5;
}
.content-wrap .product-wrap .product-con .layB .tbC .slide ul li a .tit {
  color: #333;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .hotsale-wrap {
  padding: 30px 0;
}
.content-wrap .hotsale-wrap .title-line {
  height: 5px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .hotsale-wrap .title-line .title {
  position: relative;
  top: -15px;
  background: #fff;
  display: inline-block;
}
.content-wrap .hotsale-wrap .title-line .title i {
  height: 30px;
  width: 7px;
  background: #4abff5;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.content-wrap .hotsale-wrap .title-line .title span {
  float: left;
  font-size: 2rem;
  color: #4abff5;
  font-weight: bold;
  margin-right: 15px;
}
.content-wrap .hotsale-wrap .hotsale-con {
  margin-top: 50px;
  overflow: hidden;
}
.content-wrap .hotsale-wrap .hotsale-con .hlist {
  padding: 0 10px 20px;
}
.content-wrap .hotsale-wrap .hotsale-con .hlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .hotsale-wrap .hotsale-con .hlist a:hover .picbox {
  border-color: #0f55a8;
}
.content-wrap .hotsale-wrap .hotsale-con .hlist a:hover .tit {
  color: #0f55a8;
}
.content-wrap .hotsale-wrap .hotsale-con .hlist a .picbox {
  border-radius: 50%;
  position: relative;
  border: 2px solid #7acef5;
  padding: 5px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .hotsale-wrap .hotsale-con .hlist a .picbox .pic {
  border-radius: 50%;
  border: 1px solid #7acef5;
}
.content-wrap .hotsale-wrap .hotsale-con .hlist a .tit {
  text-align: center;
  color: #333;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .hotsale-wrap .hotsale-con .layB .tbC {
  position: relative;
}
.content-wrap .hotsale-wrap .hotsale-con .layB .tbC .slide {
  width: 1200px;
}
.content-wrap .hotsale-wrap .hotsale-con .layB .tbC .slide ul {
  overflow: hidden;
  zoom: 1;
}
.content-wrap .hotsale-wrap .hotsale-con .layB .tbC .slide ul li {
  margin: 0 50px 30px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 200px;
}
.content-wrap .hotsale-wrap .hotsale-con .layB .tbC .slide ul li a {
  display: block;
  text-decoration: none;
}
.content-wrap .hotsale-wrap .hotsale-con .layB .tbC .slide ul li a:hover .picbox {
  border-color: #0f55a8;
}
.content-wrap .hotsale-wrap .hotsale-con .layB .tbC .slide ul li a:hover .tit {
  color: #0f55a8;
}
.content-wrap .hotsale-wrap .hotsale-con .layB .tbC .slide ul li a .picbox {
  border-radius: 50%;
  position: relative;
  border: 2px solid #7acef5;
  padding: 5px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .hotsale-wrap .hotsale-con .layB .tbC .slide ul li a .picbox .pic {
  border-radius: 50%;
  border: 1px solid #7acef5;
}
.content-wrap .hotsale-wrap .hotsale-con .layB .tbC .slide ul li a .tit {
  color: #333;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox {
  margin-top: 20px;
}
.content-wrap .contentbox .w-ltside .mb {
  margin-bottom: 10px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #128ddd;
  background-size: cover;
  overflow: hidden;
  font-family: 'Î¢ÈíÑÅºÚ';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .contentbox .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eee;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div2:hover a {
  background: #128ddd;
  color: #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #ccc;
  overflow: hidden;
  margin-top: 2px;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a:hover {
  color: #379eff;
}
.content-wrap .contentbox .w-posit {
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .w-posit .tit {
  font-size: 1.2rem;
  color: #4d4d4d;
}
.content-wrap .contentbox .w-posit .posit {
  font-size: 1.2rem;
  color: #4d4d4d;
}
.content-wrap .contentbox .w-posit .posit a {
  color: #4d4d4d;
}
.content-wrap .contentbox .ltside {
  width: 270px;
  margin-bottom: 20px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow {
  background: url(/css/../images/ltside-titbg.jpg) repeat-x;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 10px 10px 0 0;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit i {
  float: left;
  margin-left: 35px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit span {
  margin-left: 20px;
  float: left;
  font-size: 2rem;
  font-weight: bold;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap {
  margin-top: 5px;
  border: 1px solid #ccc;
  padding: 5px 5px 0;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list {
  background: #4abff5;
  display: block;
  height: 45px;
  text-align: left;
  color: #fff;
  line-height: 35px;
  font-size: 1.4rem;
  text-decoration: none;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list.on1 i.arrow {
  transform: rotate(90deg);
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list i.arrow {
  font-family: "ºÚÌå";
  font-style: normal;
  margin-top: 6px;
  display: inline-block;
  margin-right: 20px;
  font-size: 1.8rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list span {
  text-indent: 2em;
  margin-top: 5px;
  font-weight: bold;
  float: left;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 {
  margin-top: 1px;
  display: none;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li {
  margin-bottom: 5px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a {
  display: block;
  height: 38px;
  text-align: left;
  color: #3497d8;
  line-height: 38px;
  font-size: 1.4rem;
  text-decoration: none;
  background: #e6f6fd;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a:hover {
  background: #8dd6f7;
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a i {
  margin-left: 40px;
  float: left;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a span {
  float: left;
  margin-left: 10px;
}
.content-wrap .contentbox .ltside .contactbox {
  margin-top: 15px;
}
.content-wrap .contentbox .ltside .contactbox .title-arrow {
  background: url(/css/../images/ltside-titbg.jpg) repeat-x;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 10px 10px 0 0;
}
.content-wrap .contentbox .ltside .contactbox .title-arrow .tit i {
  float: left;
  margin-left: 35px;
}
.content-wrap .contentbox .ltside .contactbox .title-arrow .tit span {
  margin-left: 20px;
  float: left;
  font-size: 2rem;
  font-weight: bold;
}
.content-wrap .contentbox .ltside .contactbox .con {
  margin-top: 2px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  line-height: 25px;
  font-size: 1.4rem;
  color: #333;
}
.content-wrap .contentbox .main-wrap {
  padding-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .searchbox {
  width: 100%;
  margin: 0 auto 10px;
}
.content-wrap .contentbox .main-wrap .searchbox .searchtxt {
  float: left;
  width: 72%;
  border: 2px solid #4abff5;
  color: #000;
  font-size: 1.6rem;
  height: 50px;
  padding: 5px;
  background: rgba(0, 0, 0, 0) !important;
  outline: none;
}
.content-wrap .contentbox .main-wrap .searchbox .searchbtn {
  float: left;
  width: 28%;
  height: 50px;
  border: none;
  background: #4abff5 url(../images/searchicon2.png) no-repeat center center;
  color: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .searchbox .searchbtn:hover {
  background: #1aaef2 url(../images/searchicon2.png) no-repeat center center;
}
.content-wrap .contentbox .main-wrap .title-posit {
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title img {
  float: left;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title span {
  margin-left: 8px;
  display: inline-block;
  margin-top: 2px;
  font-size: 1.4rem;
  color: #4abff5;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit {
  margin-top: 5px;
  color: #333333;
  font-size: 1.4rem;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit a {
  color: #333333;
}
.content-wrap .contentbox .main-wrap .title-posit .line {
  margin-top: 5px;
  border-top: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.4rem;
  color: #0f0f0f;
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .about-con .con p {
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .product-con .plist a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .tit {
  background: #4abff5;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .picbox {
  border: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .tit {
  text-align: center;
  font-size: 1.4rem;
  color: #232020;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .app-con .thumbs li {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .app-con .thumbs li a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .app-con .thumbs li a:hover .tit {
  background: #4abff5;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .app-con .thumbs li a .picbox {
  border: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .app-con .thumbs li a .tit {
  text-align: center;
  font-size: 1.4rem;
  color: #232020;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .news-con .nlist {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a {
  display: block;
  color: #333;
  font-size: 1.4rem;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover {
  color: #4abff5;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a i {
  font-style: normal;
  color: #257cc5;
  width: 5%;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a span.tit {
  display: inline-block;
  width: 95%;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon {
  font-size: 1.4rem;
  color: #333;
  line-height: 30px;
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit {
  font-size: 1.4rem;
  text-align: center;
  color: #333;
  padding: 10px 0;
}
.content-wrap .contentbox .main-wrap .news-details-con .time {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .news-details-con .con p {
  margin-bottom: 0;
  line-height: 25px;
  font-size: 1.4rem;
  color: #333;
}
.content-wrap .contentbox .main-wrap .product-details-con .pcon {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .product-details-con .pcon .w-showbox {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .product-details-con .pcon .showtxt p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .product-details-con .pcon .showtxt p span {
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tit {
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .con {
  line-height: 25px;
  font-size: 1.4rem;
}
.footer-wrap {
  background: #4abff5;
}
.footer-wrap .footer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-wrap .footer .ewmbox {
  text-align: center;
}
.footer-wrap .footer .ewmbox .pic {
  margin-bottom: 10px;
}
.footer-wrap .footer .ewmbox .tit {
  color: #fff;
  font-size: 1.4rem;
}
.footer-wrap .footer .ccon {
  font-size: 1.4rem;
  color: #fff;
  line-height: 30px;
}
.footer-wrap .footer .linkbox {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 20px;
}
.footer-wrap .footer .linkbox .list {
  display: inline-block;
  float: left;
  width: 33.33%;
  text-align: center;
  margin-bottom: 15px;
}
.footer-wrap .footer .linkbox .list a {
  color: #fff;
}
.footer-wrap .footer .linkbox .list span {
  float: right;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background: #128ddd;
  z-index: 999;
}
.hot-wrap .list {
  height: 68px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #5cbefe;
}
.hot-wrap .list a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.hot-wrap .list a i {
  display: block;
  padding-bottom: .2em;
  padding-top: .5em;
}
.hot-wrap .list a span {
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 992px) {
  .col-md-13 {
    width: 20%;
    float: left;
  }
  .header-wrap .header {
    height: 110px;
  }
  .header-wrap .header .logo {
    line-height: 110px;
  }
  .content-wrap .search-wrap .search-con .searchbox {
    width: 50%;
  }
  .content-wrap .search-wrap .search-con .searchbox .searchtxt {
    width: 81%;
  }
  .content-wrap .search-wrap .search-con .searchbox .searchbtn {
    width: 19%;
  }
  .content-wrap .hotsale-wrap .hotsale-con .hlist {
    padding: 0 50px 20px;
  }
  .content-wrap .contentbox .main-wrap .searchbox .searchtxt {
    width: 81%;
  }
  .content-wrap .contentbox .main-wrap .searchbox .searchbtn {
    width: 19%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a i {
    width: 15px;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a span.tit {
    width: 630px;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .pcon .showtxt {
    padding-left: 30px;
  }
  .footer-wrap .footer .linkbox {
    margin-top: 50px;
  }
}
@media (max-width: 990px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
  .content-wrap .search-wrap .search-con .con {
  margin-left:0;
}
}
@media (max-width: 480px) {
  .logo img {
    width: 83%;
  }
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 {
  margin-top: 1px;
  display: none;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 .list2box .list3 {
  margin-bottom: 5px;
  display: block;
  height: 38px;
  text-align: left;
  color: #3497d8;
  line-height: 38px;
  font-size: 1.4rem;
  text-decoration: none;
  background: #e6f6fd;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 .list2box .list3:hover,
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 .list2box .list3.on1 {
  background: #8dd6f7;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 .list2box .list3 i {
  margin-left: 40px;
  float: left;
  margin-right: 10px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 .list2box .list3box {
  display: none;
  margin-top: 1px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 .list2box .list3box ul li {
  margin-bottom: 1px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 .list2box .list3box ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  background: #eee;
  color: #666;
  text-indent: 4em;
}
.content-wrap .product-wrap .product-con .hlist {
  padding: 0 10px 20px;
}
.content-wrap .product-wrap .product-con .hlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .product-wrap .product-con .hlist a:hover .picbox {
  border-color: #0f55a8;
}
.content-wrap .product-wrap .product-con .hlist a:hover .tit {
  color: #0f55a8;
}
.content-wrap .product-wrap .product-con .hlist a .picbox {
  border-radius: 50%;
  position: relative;
  border: 2px solid #7acef5;
  padding: 5px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .product-wrap .product-con .hlist a .picbox .pic {
  border-radius: 50%;
  border: 1px solid #7acef5;
}
.content-wrap .product-wrap .product-con .hlist a .tit {
  text-align: center;
  color: #333;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
