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;
}
.topbar {
  background: #fff;
  height: 35px;
  line-height: 35px;
  color: #acacac;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ccc;
}
.topbar .tlt .tit {
  display: inline-block;
  float: left;
}
.topbar .trt .linkbox a {
  color: #acacac;
  margin: 0 5px;
}
.topbar .trt .phonetxt {
  margin-left: 20px;
  color: #fff;
  background: #cecece;
  padding-left: 20px;
}
.topbar .trt .phonetxt i {
  float: left;
  margin-top: -2px;
  margin-right: 10px;
}
.topbar .trt .phonetxt p {
  margin-top: -2px;
  float: left;
  display: inline-block;
  margin-bottom: 0;
}
.topbar .trt .phonetxt p span {
  font-size: 1.6rem;
  font-weight: bold;
}
.topbar .topbg {
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
  height: 35px;
  background: #cecece;
  z-index: -1;
}
.header-wrap .header {
  position: relative;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .logo img {
  max-width: 100%;
}
.header-wrap .header .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 14.25%;
}
.header-wrap .header .nav-ul .navlist a.listh1 {
  height: 90px;
  text-decoration: none;
  display: block;
  color: #414141;
  padding-top: 28px;
  padding-left: 20px;
  font-size: 1.4rem;
  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;
}
.header-wrap .header .nav-ul .navlist a.listh1:hover,
.header-wrap .header .nav-ul .navlist a.listh1.on {
  border-bottom: 5px solid #cd0000;
}
.header-wrap .header .nav-ul .navlist a.listh1 span {
  font-weight: normal;
  display: block;
  font-family: "Aparajita";
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #959595;
  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;
}
.header-wrap .header .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 90px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 140px;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2 {
  font-size: 1.3rem;
  text-align: left;
  padding-left: 10px;
  line-height: 35px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2:hover,
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #cd0000;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul {
  font-size: 1.3rem;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
  text-align: center;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.header-wrap .header .menu {
  line-height: 65px;
  float: right;
}
.header-wrap .header .menu img {
  max-width: 100%;
}
.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;
}
.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 {
  background: #fff;
  opacity: 1;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #e88623;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #e88623;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .firstScreen-wrap {
  padding: 35px 0;
}
.content-wrap .firstScreen-wrap .product-wrap {
  margin-bottom: 20px;
}
.content-wrap .firstScreen-wrap .product-wrap .title-line .title .icon {
  margin-top: 5px;
  margin-right: 10px;
  float: left;
  width: 3px;
  height: 15px;
  background: #cd0000;
}
.content-wrap .firstScreen-wrap .product-wrap .title-line .title .tit {
  float: left;
  color: #3a3a3a;
  font-size: 1.6rem;
}
.content-wrap .firstScreen-wrap .product-wrap .title-line .title .tit span {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #c2c2c2;
  text-transform: uppercase;
  font-family: "Arial";
}
.content-wrap .firstScreen-wrap .product-wrap .title-line .morebtn {
  margin-top: 5px;
}
.content-wrap .firstScreen-wrap .product-wrap .title-line .morebtn a {
  display: block;
  color: #a3a3a3;
  font-size: 1.2rem;
}
.content-wrap .firstScreen-wrap .product-wrap .product-con {
  margin-top: 25px;
}
.content-wrap .firstScreen-wrap .product-wrap .product-con div:nth-child(2) .plist a .picbox .showcn {
  background: rgba(45, 156, 220, 0.9) !important;
  background: #2d9cdc;
  filter: alpha(opacity=90);
}
.content-wrap .firstScreen-wrap .product-wrap .product-con div:nth-child(3) .plist a .picbox .showcn {
  background: rgba(244, 178, 74, 0.9) !important;
  background: #f4b24a;
  filter: alpha(opacity=90);
}
.content-wrap .firstScreen-wrap .product-wrap .product-con .plist a {
  text-decoration: none;
  display: block;
}
.content-wrap .firstScreen-wrap .product-wrap .product-con .plist a:hover .picbox .showcn .morebtn {
  background: #fff;
  color: #333;
}
.content-wrap .firstScreen-wrap .product-wrap .product-con .plist a .picbox {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.content-wrap .firstScreen-wrap .product-wrap .product-con .plist a .picbox .showcn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(251, 76, 76, 0.85) !important;
  background: #fb4c4c;
  filter: alpha(opacity=85);
  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;
  text-align: center;
  color: #fff;
}
.content-wrap .firstScreen-wrap .product-wrap .product-con .plist a .picbox .showcn .icon {
  margin-top: 15%;
}
.content-wrap .firstScreen-wrap .product-wrap .product-con .plist a .picbox .showcn .chtit {
  font-size: 1.4rem;
}
.content-wrap .firstScreen-wrap .product-wrap .product-con .plist a .picbox .showcn .entit {
  font-size: 1.4rem;
  font-family: "Aparajita";
  text-transform: uppercase;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .firstScreen-wrap .product-wrap .product-con .plist a .picbox .showcn .morebtn {
  width: 70%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 25px auto 0;
  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 .firstScreen-wrap .about-wrap {
  margin-bottom: 20px;
}
.content-wrap .firstScreen-wrap .about-wrap .title-line .title .icon {
  margin-top: 5px;
  margin-right: 10px;
  float: left;
  width: 3px;
  height: 15px;
  background: #4da1ff;
}
.content-wrap .firstScreen-wrap .about-wrap .title-line .title .tit {
  float: left;
  color: #3a3a3a;
  font-size: 1.6rem;
}
.content-wrap .firstScreen-wrap .about-wrap .title-line .title .tit span {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #c2c2c2;
  text-transform: uppercase;
  font-family: "Arial";
}
.content-wrap .firstScreen-wrap .about-wrap .title-line .morebtn {
  margin-top: 5px;
}
.content-wrap .firstScreen-wrap .about-wrap .title-line .morebtn a {
  display: block;
  color: #a3a3a3;
  font-size: 1.2rem;
}
.content-wrap .firstScreen-wrap .about-wrap .about-con {
  margin-top: 25px;
}
.content-wrap .firstScreen-wrap .about-wrap .about-con a {
  text-decoration: none;
  display: block;
  color: #5e5e5e;
  font-size: 1.2rem;
  line-height: 25px;
}
.content-wrap .firstScreen-wrap .about-wrap .about-con a:hover .pic {
  opacity: .5;
}
.content-wrap .firstScreen-wrap .about-wrap .about-con a .pic {
  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 .firstScreen-wrap .about-wrap .about-con a .con {
  margin-top: 10px;
  height: 50px;
  overflow: hidden;
}
.content-wrap .firstScreen-wrap .about-wrap .about-con a .con span {
  display: inline-block;
  color: #9c9c9c;
}
.content-wrap .firstScreen-wrap .active-wrap .title-line .title .icon {
  margin-top: 5px;
  margin-right: 10px;
  float: left;
  width: 3px;
  height: 15px;
  background: #ee9433;
}
.content-wrap .firstScreen-wrap .active-wrap .title-line .title .tit {
  float: left;
  color: #3a3a3a;
  font-size: 1.6rem;
}
.content-wrap .firstScreen-wrap .active-wrap .title-line .title .tit span {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #c2c2c2;
  text-transform: uppercase;
  font-family: "Arial";
}
.content-wrap .firstScreen-wrap .active-wrap .title-line .morebtn {
  margin-top: 5px;
}
.content-wrap .firstScreen-wrap .active-wrap .title-line .morebtn a {
  display: block;
  color: #a3a3a3;
  font-size: 1.2rem;
}
.content-wrap .firstScreen-wrap .active-wrap .active-con {
  margin-top: 25px;
}
.content-wrap .firstScreen-wrap .active-wrap .active-con .bnlist {
  margin-bottom: 15px;
}
.content-wrap .firstScreen-wrap .active-wrap .active-con .bnlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .firstScreen-wrap .active-wrap .active-con .bnlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .firstScreen-wrap .active-wrap .active-con .bnlist a .picbox {
  width: 35%;
  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 .firstScreen-wrap .active-wrap .active-con .bnlist a .con {
  width: 63%;
}
.content-wrap .firstScreen-wrap .active-wrap .active-con .bnlist a .con .tit {
  font-size: 1.4rem;
  color: #cd0000;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.content-wrap .firstScreen-wrap .active-wrap .active-con .bnlist a .con .cn {
  font-size: 1.2rem;
  color: #818181;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .firstScreen-wrap .active-wrap .active-con .bnlist a .con .morebtn {
  margin-top: 5px;
  color: #bcbcbc;
  font-size: 1.2rem;
}
.content-wrap .firstScreen-wrap .active-wrap .active-con .nlistbox .nlist {
  margin-bottom: 8px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
}
.content-wrap .firstScreen-wrap .active-wrap .active-con .nlistbox .nlist a {
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
  color: #727272;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .firstScreen-wrap .active-wrap .active-con .nlistbox .nlist a:hover {
  color: #cd0000;
}
.content-wrap .firstScreen-wrap .active-wrap .active-con .nlistbox .nlist a i {
  width: 5%;
  font-style: normal;
  color: #a2a2a2;
  font-family: "ËÎÌå";
}
.content-wrap .firstScreen-wrap .active-wrap .active-con .nlistbox .nlist a .tit {
  display: inline-block;
  width: 55%;
}
.content-wrap .contentbox {
  padding-top: 20px;
  background: url(/images/mainbg1.jpg) repeat;
}
.content-wrap .contentbox .tit-line {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .contentbox .tit-line h2 {
  font-family: "Aparajita";
  color: #383838;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.content-wrap .contentbox .tit-line h2 span {
  font-family: "Î¢ÈíÑÅºÚ";
  display: block;
  font-size: 2rem;
}
.content-wrap .contentbox .tit-line .line-wrap {
  width: 100%;
  height: 1px;
  background: #ccc;
}
.content-wrap .contentbox .tit-line .line-wrap .line {
  position: relative;
  top: -1px;
  height: 3px;
  background: #d92129;
  width: 80px;
  margin: 0 auto;
}
.content-wrap .contentbox .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #d92129;
  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: #d92129;
  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: #fff;
  overflow: hidden;
  margin-top: 2px;
  border-bottom: 1px solid #eee;
}
.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: #d92129;
}
.content-wrap .contentbox .ltside {
  margin-bottom: 20px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow {
  color: #2b2b2b;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit {
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit span {
  position: relative;
  top: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap {
  margin-top: 5px;
  border: 1px solid #ccc;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-top: 10px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list {
  display: block;
  height: 45px;
  text-align: left;
  font-size: 1.6rem;
  text-decoration: none;
  color: #2f2f2f;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 5px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list:hover {
  background: #d92129;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list:hover span {
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list.on1 {
  background: #d92129;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list.on1 span {
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list span {
  display: block;
  font-size: 1.2rem;
  color: #d92129;
  text-transform: uppercase;
  font-family: "Aparajita";
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 {
  border-left: 2px solid #d92129;
  display: none;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul {
  padding: 10px 10px 0;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li {
  float: left;
  width: 50%;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a {
  display: block;
  height: 35px;
  text-align: left;
  color: #3b3b3b;
  line-height: 35px;
  font-size: 1.2rem;
  text-decoration: none;
  overflow: hidden;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
  color: #d92129;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
  float: left;
  width: 15%;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
  float: left;
  width: 85%;
}
.content-wrap .contentbox .ltside .contactbox {
  margin-top: 15px;
}
.content-wrap .contentbox .ltside .contactbox .title-arrow .title {
  margin: 0;
  font-size: 2.4rem;
  color: #3d4b65;
}
.content-wrap .contentbox .ltside .contactbox .con {
  margin-top: 15px;
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .ltside .contactbox .con .pic {
  margin-bottom: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con .pic img {
  width: 100%;
}
.content-wrap .contentbox .ltside .contactbox .con .ctit {
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist {
  margin-bottom: 5px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist i {
  float: left;
  width: 15%;
  text-align: center;
}
.content-wrap .contentbox .ltside .contactbox .con .clist span {
  width: 85%;
  float: left;
  color: #000;
  font-size: 1.2rem;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn a {
  width: 95%;
  height: 35px;
  background: #404040;
  color: #fff;
  display: block;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn a:hover {
  background: #ac0b0b;
}
.content-wrap .contentbox .main-wrap {
  padding-bottom: 30px;
}
.content-wrap .contentbox .main-wrap .title-posit {
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .title-posit .tp {
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title {
  color: #2b2b2b;
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title span {
  margin-left: 10px;
  text-transform: uppercase;
  font-family: "Aparajita";
  font-size: 1.2rem;
  color: #a9a9a9;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit {
  color: #343434;
  font-size: 1.2rem;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit a {
  font-weight: normal;
  color: #616161;
}
.content-wrap .contentbox .main-wrap .title-posit .line {
  border-top: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .searchbox {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .searchbox .searchtxt {
  float: left;
  width: 85%;
  height: 30px;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  color: #666;
  padding: 5px;
  outline: none;
}
.content-wrap .contentbox .main-wrap .searchbox .submitbtn {
  float: left;
  width: 15%;
  height: 30px;
  background: #2d2d2d;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  outline: none;
}
.content-wrap .contentbox .main-wrap .searchbox .submitbtn:hover {
  background: #d92129;
}
.content-wrap .contentbox .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.2rem;
  color: #666;
  line-height: 28px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .about-con .con p {
  margin-bottom: 0;
  text-indent: 2em;
}
.content-wrap .contentbox .main-wrap .about-con .con img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap .active-con .alist {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .main-wrap .active-con .alist a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .active-con .alist a:hover {
  background: #fff;
}
.content-wrap .contentbox .main-wrap .active-con .alist a:hover .picbox {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .active-con .alist a:hover .con .tit {
  color: #d92129;
}
.content-wrap .contentbox .main-wrap .active-con .alist a .picbox {
  width: 23%;
  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 .active-con .alist a .con {
  width: 75%;
}
.content-wrap .contentbox .main-wrap .active-con .alist a .con .tit {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #2b2b2b;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .active-con .alist a .con .time {
  margin: 7px 0;
  font-size: 1.2rem;
  color: #a5a5a5;
}
.content-wrap .contentbox .main-wrap .active-con .alist a .con .cn {
  font-size: 1.2rem;
  color: #a5a5a5;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.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;
  border: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .picbox {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .picbox {
  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 .product-con .plist a .btit {
  border-top: 1px solid #ccc;
  line-height: 45px;
  height: 45px;
  text-align: center;
  font-size: 1.4rem;
  color: #151515;
  overflow: hidden;
  padding: 0 10px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist {
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
  font-weight: normal;
  font-size: 1.4rem;
  width: 22%;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 30px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 130px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn {
  margin-top: 10px;
  width: 100px;
  height: 30px;
  color: #292929;
  border: none;
  background: #d1d1d1;
  font-size: 1.4rem;
  margin-right: 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 .main-wrap .messages-con .mbox .inputlist .sbtn:hover {
  background: #0093dd;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
  margin-left: 23%;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox {
  padding-left: 20px;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox .pbox {
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px;
}

.content-wrap .contentbox .main-wrap .contact-con .ccon .tit {
  font-size: 1.8rem;
  margin-bottom: 5px;
  color: #333;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .cn {
  font-size: 1.2rem;
  color: #666;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .active-details-con .tit {
  text-align: center;
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .active-details-con .tit span {
  font-size: 2.4rem;
  border-bottom: 1px solid #0196dc;
  padding-bottom: 5px;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .active-details-con .pic {
  margin: 10px 0;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .active-details-con .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .active-details-con .con p {
  text-indent: 2em;
  color: #636363;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 28px;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox img {
  border: 1px solid #ccc;
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d2d2d;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px;
}
.footer-wrap .footer {
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.footer-wrap .footer .flt {
  text-align: center;
}
.footer-wrap .footer .flt .linkbox {
  color: #acacac;
  font-size: 1.2rem;
  line-height: 25px;
}
.footer-wrap .footer .flt .linkbox a {
  color: #acacac;
  display: inline-block;
}
.footer-wrap .footer .flt .linkbox span {
  margin: 0 15px;
}
.footer-wrap .footer .flt .copyright {
  margin-top: 10px;
  color: #acacac;
  font-size: 1.2rem;
  line-height: 20px;
}
.footer-wrap .footer .frt {
  margin-top: 10px;
  text-align: center;
}
.footer-wrap .footer .frt .ewmbox {
  position: relative;
}
.footer-wrap .footer .frt .ewmbox .etxt {
  position: relative;
  top: 10px;
  margin-right: 20px;
  text-align: right;
  display: inline-block;
  font-size: 1.2rem;
  color: #acacac;
  line-height: 20px;
}
.footer-wrap .footer .frt .ewmbox .etxt span {
  display: block;
}
.footer-wrap .footer .frt .ewmbox .ewm {
  display: inline-block;
}
.footer-wrap .footer .frt .ewmbox .arrow {
  position: absolute;
  top: 25px;
  right: 37%;
  color: #acacac;
  font-size: 1.8rem;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #cd0000;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #ed0707;
}
.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: 90px;
  }
  .header-wrap .header .logo {
    line-height: 90px;
  }
  .content-wrap .firstScreen-wrap .product-wrap {
    padding-right: 15px;
  }
  .content-wrap .firstScreen-wrap .about-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-wrap .firstScreen-wrap .active-wrap {
    padding-left: 15px;
  }
  .content-wrap .contentbox .main-wrap {
    padding-left: 20px;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 13%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 14%;
  }
  .footer-wrap .footer .flt {
    margin-top: 10px;
    float: left;
    text-align: left;
  }
  .footer-wrap .footer .flt .copyright {
    margin-top: 5px;
  }
  .footer-wrap .footer .frt {
    text-align: left;
    margin-top: 0;
    float: right;
  }
  .footer-wrap .footer .frt .ewmbox .etxt {
    margin-right: 40px;
  }
}
@media (max-width: 990px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
}
@media (max-width: 480px) {
  .header-wrap .header .logo img {
    max-width: 70%;
  }
  .content-wrap .contentbox .main-wrap .active-con .alist a .picbox {
    width: 35%;
  }
  .content-wrap .contentbox .main-wrap .active-con .alist a .con {
    width: 63%;
  }
}
@media (max-width: 375px) {
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 28%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 28%;
  }
}
