body {
  font-family: "微软雅黑";
}
.container {
  max-width: 1000px !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 .header .logo {
  line-height: 65px;
}
.header-wrap .header .phone {
  margin-top: 15px;
}
.header-wrap .header .phone i {
  float: left;
  margin-right: 15px;
  margin-top: 8px;
}
.header-wrap .header .phone p {
  display: inline-block;
  float: left;
  color: #222;
  font-size: 1.6rem;
}
.header-wrap .header .phone p span {
  display: block;
  font-size: 3rem;
  color: #bb242b;
  font-weight: bold;
  font-style: italic;
}
.header-wrap .header .menu {
  float: right;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 60px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(183, 48, 57, 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 {
  background: #b62e38;
}
.nav-wrap .nav-ul {
  height: 65px;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 12.5%;
  height: 65px;
  text-align: center;
  background: url(../images/nav_jgx.png) no-repeat right;
}
.nav-wrap .nav-ul .navlist.mb {
  background: no-repeat;
}
.nav-wrap .nav-ul .navlist i {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  font-style: normal;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  padding-top: 13px;
  text-decoration: none;
  display: block;
  color: #fff;
  height: 40px;
  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:hover .navbg,
.nav-wrap .nav-ul .navlist a.listh1.on .navbg {
  opacity: 1;
}
.nav-wrap .nav-ul .navlist a.listh1 span {
  display: block;
  font-family: "Aparajita";
  font-size: 1.3rem;
  text-transform: uppercase;
}
.nav-wrap .nav-ul .navlist a.listh1 .navbg {
  position: absolute;
  background: url(../images/navlistbg.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 73px;
  top: -8px;
  left: 0;
  z-index: -1;
  opacity: 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;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 65px;
  display: none;
  z-index: 10;
  background: rgba(183, 48, 57, 0.8) !important;
  background: #b73039;
  filter: alpha(opacity=80);
  width: 140px;
}
.nav-wrap .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
  text-align: left;
  padding-left: 10px;
  line-height: 35px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #b73039;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.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;
  left: 47%;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ddb937;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #ddb937;
}
.banner-wrap .banner #wbanner-demo .item img {
  width: 100%;
}
.content-wrap .about-wrap {
  padding: 50px 0 30px;
}
.content-wrap .about-wrap .title-line {
  background: url(../images/titbg.png) no-repeat center center;
  width: 100%;
  height: 50px;
  text-align: center;
}
.content-wrap .about-wrap .title-line h3 {
  position: relative;
  top: -30px;
  font-size: 3rem;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
}
.content-wrap .about-wrap .title-line h3 span {
  margin-top: 10px;
  display: block;
  font-size: 2.2rem;
  color: #bc2a2a;
}
.content-wrap .about-wrap .about-con {
  margin-top: 30px;
  background: url(../images/aboutbg.png) no-repeat;
  height: 330px;
  width: 100%;
  padding: 40px 30px 10px 90px;
}
.content-wrap .about-wrap .about-con a {
  background: #c95454;
  display: block;
  color: #fff;
  padding: 20px;
  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 .about-wrap .about-con a:hover {
  color: #000;
}
.content-wrap .about-wrap .about-con a .con {
  height: 184px;
  overflow: hidden;
}
.content-wrap .about-wrap .about-con a .con p {
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 23px;
}
.content-wrap .about-wrap .about-con a .morebtn {
  margin-top: 10px;
}
.content-wrap .hotpro-wrap {
  padding: 30px 0;
}
.content-wrap .hotpro-wrap .title-line {
  background: url(../images/titbg.png) no-repeat center center;
  width: 100%;
  height: 50px;
  text-align: center;
}
.content-wrap .hotpro-wrap .title-line h3 {
  position: relative;
  top: -30px;
  font-size: 3rem;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
}
.content-wrap .hotpro-wrap .title-line h3 span {
  margin-top: 10px;
  display: block;
  font-size: 2.2rem;
  color: #bc2a2a;
}
.content-wrap .hotpro-wrap .hotpro-con {
  margin-top: 30px;
}
.content-wrap .hotpro-wrap .hotpro-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .hotpro-wrap .hotpro-con .plist a {
  display: block;
  text-decoration: none;
}
.content-wrap .hotpro-wrap .hotpro-con .plist a:hover .picbox .tit {
  background: rgba(188, 42, 42, 0.8) !important;
  background: #bc2a2a;
  filter: alpha(opacity=80);
}
.content-wrap .hotpro-wrap .hotpro-con .plist a .picbox {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 1px;
}
.content-wrap .hotpro-wrap .hotpro-con .plist a .picbox .tit {
  position: absolute;
  width: 100%;
  height: 35px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.5) !important;
  background: #000;
  filter: alpha(opacity=50);
  z-index: 10;
  bottom: 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 .product-wrap {
  padding: 30px 0;
}
.content-wrap .product-wrap .title-line {
  background: url(../images/titbg.png) no-repeat center center;
  width: 100%;
  height: 50px;
  text-align: center;
}
.content-wrap .product-wrap .title-line h3 {
  position: relative;
  top: -30px;
  font-size: 3rem;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
}
.content-wrap .product-wrap .title-line h3 span {
  margin-top: 10px;
  display: block;
  font-size: 2.2rem;
  color: #bc2a2a;
}
.content-wrap .product-wrap .product-con {
  margin-top: 30px;
}
.content-wrap .product-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .product-wrap .product-con .plist a {
  display: block;
  text-decoration: none;
}
.content-wrap .product-wrap .product-con .plist a:hover .picbox .tit {
  background: rgba(188, 42, 42, 0.8) !important;
  background: #bc2a2a;
  filter: alpha(opacity=80);
}
.content-wrap .product-wrap .product-con .plist a .picbox {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 1px;
}
.content-wrap .product-wrap .product-con .plist a .picbox .tit {
  position: absolute;
  width: 100%;
  height: 35px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.5) !important;
  background: #000;
  filter: alpha(opacity=50);
  z-index: 10;
  bottom: 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 .news-wrap {
  padding: 30px 0;
}
.content-wrap .news-wrap .title-line {
  background: url(../images/titbg.png) no-repeat center center;
  width: 100%;
  height: 50px;
  text-align: center;
}
.content-wrap .news-wrap .title-line h3 {
  position: relative;
  top: -30px;
  font-size: 3rem;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
}
.content-wrap .news-wrap .title-line h3 span {
  margin-top: 10px;
  display: block;
  font-size: 2.2rem;
  color: #bc2a2a;
}
.content-wrap .news-wrap .news-con {
  margin-top: 55px;
  background: url(../images/newsbg.jpg) no-repeat center center;
  background-size: cover;
}
.content-wrap .contact-wrap {
  padding: 30px 0;
}
.content-wrap .contact-wrap .title-line {
  background: url(../images/titbg.png) no-repeat center center;
  width: 100%;
  height: 50px;
  text-align: center;
}
.content-wrap .contact-wrap .title-line h3 {
  position: relative;
  top: -30px;
  font-size: 3rem;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
}
.content-wrap .contact-wrap .title-line h3 span {
  margin-top: 10px;
  display: block;
  font-size: 2.2rem;
  color: #bc2a2a;
}
.content-wrap .contact-wrap .contact-con {
  margin-top: 20px;
}
.content-wrap .contact-wrap .contact-con .ccon {
  position: relative;
}
.content-wrap .contact-wrap .contact-con .ccon .title {
  font-size: 1.6rem;
  color: #222;
  margin-bottom: 20px;
}
.content-wrap .contact-wrap .contact-con .ccon .con .iconbox .ilist {
  margin-bottom: 13px;
}
.content-wrap .contact-wrap .contact-con .ccon .con .iconbox .ilist i {
  margin-right: 10px;
}
.content-wrap .contact-wrap .contact-con .ccon .con .iconbox .ilist span {
  font-size: 1.4rem;
  color: #222;
}
.content-wrap .contact-wrap .contact-con .ccon .ewmpic {
  position: absolute;
  right: 30px;
  bottom: 0;
}
.content-wrap .contact-wrap .contact-con .messagecon .title {
  font-size: 1.6rem;
  color: #222;
  margin-bottom: 20px;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist {
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .textbox1 {
  width: 100%;
  height: 35px;
  padding: 5px;
  font-size: 1.4rem;
  color: #222;
  border: 1px dashed #ccc;
  background: #f2f2f2;
  border-radius: 5px;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .textbox2 {
  width: 100%;
  height: 100px;
  padding: 5px;
  font-size: 1.4rem;
  color: #222;
  border: 1px dashed #ccc;
  background: #f2f2f2;
  border-radius: 5px;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .submitbtn {
  background: #bc2a2a;
  height: 40px;
  width: 100%;
  border: none;
  color: #fff;
  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;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .submitbtn:hover {
  background: #922121;
}
.content-wrap .content {
  margin-top: 30px;
}
.content-wrap .content .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .content .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #bc2a2a;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .content .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .content .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .content .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .content .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eaeaea;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .content .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .content .w-ltside .show-hide .div2:hover {
  background: #bc2a2a;
}
.content-wrap .content .w-ltside .show-hide .div2:hover a {
  color: #fff;
}
.content-wrap .content .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .content .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #ececec;
  overflow: hidden;
  margin-top: 2px;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li a:hover {
  color: #379eff;
}
.content-wrap .content .title-line {
  background: url(../images/titbg.png) no-repeat center center;
  width: 100%;
  height: 50px;
  text-align: center;
  margin-bottom: 10px;
}
.content-wrap .content .title-line h3 {
  position: relative;
  top: -30px;
  font-size: 3rem;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
}
.content-wrap .content .title-line h3 span {
  margin-top: 10px;
  display: block;
  font-size: 2.2rem;
  color: #bc2a2a;
}
.content-wrap .content .ltside {
  width: 220px;
  margin-bottom: 20px;
}
.content-wrap .content .ltside h4.title {
  background: #1e1e1e;
  background-size: cover;
  color: #fff;
  font-size: 1.8rem;
  height: 55px;
  line-height: 55px;
  margin: 0;
  text-indent: 2em;
}
.content-wrap .content .ltside .link-wrap {
  background: #eaeaea;
  padding: 10px 0;
}
.content-wrap .content .ltside .link-wrap .list {
  background: #eaeaea;
  border-bottom: 1px solid #fff;
  display: block;
  height: 35px;
  text-align: center;
  color: #505050;
  line-height: 35px;
  font-size: 1.4rem;
  text-decoration: none;
}
.content-wrap .content .ltside .link-wrap .list:hover {
  background: #317cb3;
  color: #fff !important;
}
.content-wrap .content .ltside .link-wrap .list2 {
  display: none;
}
.content-wrap .content .ltside .link-wrap .list2 ul li a {
  display: block;
  height: 38px;
  text-align: left;
  text-indent: 5.3em;
  color: #666164;
  line-height: 38px;
  font-size: 1.4rem;
  text-decoration: none;
  background: #e9e9e9;
}
.content-wrap .content .ltside .link-wrap .list2 ul li a:hover {
  color: #f08300;
}
.content-wrap .content .ltside .link-wrap .list2 ul li a span {
  margin-right: 10px;
}
.content-wrap .content .ltside .contactbox {
  margin-top: 15px;
}
.content-wrap .content .ltside .contactbox .con {
  background: #e7e7e7;
  margin-top: 5px;
  padding: 5px;
}
.content-wrap .content .ltside .contactbox .con .pic img {
  width: 100%;
}
.content-wrap .content .ltside .contactbox .con p {
  margin-top: 10px;
  color: #262626;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 28px;
}
.content-wrap .content .choosebox {
  margin-bottom: 20px;
}
.content-wrap .content .choosebox .clist {
  display: inline-block;
}
.content-wrap .content .choosebox .clist a {
  border: 1px solid #ccc;
  text-align: center;
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 1.4rem;
  display: block;
  background: #f6f6f6;
  margin-bottom: 5px;
  text-decoration: none;
  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 .content .choosebox .clist a:hover {
  background: #bc2a2a;
  border: 1px solid #bc2a2a;
  color: #fff;
}
.content-wrap .content .posit {
  margin-bottom: 20px;
  background: #dfdfdf;
  font-size: 1.4rem;
  color: #222;
  padding: 5px 20px;
}
.content-wrap .content .posit a {
  color: #222;
}
.content-wrap .content .main-wrap {
  padding-bottom: 20px;
}
.content-wrap .content .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .about-con .pic {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .content .main-wrap .about-con .pic img {
  max-width: 100%;
}
.content-wrap .content .main-wrap .about-con .con {
  color: #222;
  font-size: 1.4rem;
}
.content-wrap .content .main-wrap .about-con .con p {
  text-indent: 2em;
  margin-bottom: 0;
  line-height: 30px;
}
.content-wrap .content .main-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .content .main-wrap .product-con .plist a {
  display: block;
  text-decoration: none;
}
.content-wrap .content .main-wrap .product-con .plist a:hover .picbox .tit {
  background: rgba(188, 42, 42, 0.8) !important;
  background: #bc2a2a;
  filter: alpha(opacity=80);
}
.content-wrap .content .main-wrap .product-con .plist a .picbox {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 1px;
}
.content-wrap .content .main-wrap .product-con .plist a .picbox .tit {
  position: absolute;
  width: 100%;
  height: 35px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.5) !important;
  background: #000;
  filter: alpha(opacity=50);
  z-index: 10;
  bottom: 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 .content .main-wrap .news-con .nlist {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.content-wrap .content .main-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .content .main-wrap .news-con .nlist a:hover .picbox {
  opacity: .7;
}
.content-wrap .content .main-wrap .news-con .nlist a .picbox {
  width: 22%;
  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 .content .main-wrap .news-con .nlist a .con {
  width: 76%;
}
.content-wrap .content .main-wrap .news-con .nlist a .con h5 {
  font-size: 1.4rem;
  color: #222;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: bold;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .cn {
  font-size: 1.4rem;
  color: #222;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .morebtn {
  color: #bc2a2a;
  font-size: 1.4rem;
  font-weight: bold;
}
.content-wrap .content .main-wrap .talent-con {
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .talent-con .con {
  color: #222;
  font-size: 1.4rem;
}
.content-wrap .content .main-wrap .talent-con .con p {
  text-indent: 2em;
  margin-bottom: 0;
  line-height: 30px;
}
.content-wrap .content .main-wrap .message-con .pic {
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .message-con .pic img {
  max-width: 100%;
}
.content-wrap .content .main-wrap .message-con .mbox .inputlist {
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #333;
}
.content-wrap .content .main-wrap .message-con .mbox .inputlist label {
  font-weight: normal;
  width: 10%;
  float: left;
}
.content-wrap .content .main-wrap .message-con .mbox .inputlist .textbox1 {
  padding: 5px;
  float: right;
  height: 25px;
  width: 88%;
  border: 1px solid #7f9db9;
  font-size: 1.2rem;
}
.content-wrap .content .main-wrap .message-con .mbox .inputlist .textbox2 {
  padding: 5px;
  float: right;
  height: 100px;
  width: 88%;
  border: 1px solid #7f9db9;
  font-size: 1.2rem;
}
.content-wrap .content .main-wrap .message-con .mbox .inputlist .submitbtn {
  width: 88%;
  margin-left: 12%;
  background: #bc2a2a;
  height: 35px;
  border: none;
  color: #fff;
}
.content-wrap .content .main-wrap .contact-con .ccon {
  position: relative;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .contact-con .ccon .title {
  font-size: 1.6rem;
  color: #222;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .contact-con .ccon .con .iconbox .ilist {
  margin-bottom: 5px;
}
.content-wrap .content .main-wrap .contact-con .ccon .con .iconbox .ilist i {
  margin-right: 10px;
}
.content-wrap .content .main-wrap .contact-con .ccon .con .iconbox .ilist span {
  font-size: 1.4rem;
  color: #222;
}
.content-wrap .content .main-wrap .contact-con .ccon .ewmpic {
  position: absolute;
  right: 30px;
  bottom: 0;
}
.content-wrap .content .main-wrap .contact-con .mappic img {
  max-width: 100%;
}
.content-wrap .content .main-wrap .news-details-con h5 {
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}
.content-wrap .content .main-wrap .news-details-con .stit {
  text-align: center;
  font-size: 1.4rem;
  color: #222;
  margin-bottom: 10px;
}
.content-wrap .content .main-wrap .news-details-con .con {
  color: #222;
  font-size: 1.4rem;
}
.content-wrap .content .main-wrap .news-details-con .con p {
  text-indent: 2em;
  margin-bottom: 0;
  line-height: 30px;
}
.content-wrap .content .main-wrap .product-details-con h5 {
  text-align: center;
  font-size: 2rem;
  color: #222;
  margin: 0;
}
.content-wrap .content .main-wrap .product-details-con .pic {
  margin-top: 20px;
  text-align: center;
}
.content-wrap .content .main-wrap .product-details-con .pic img {
  max-width: 100%;
  height:auto;
}
.content-wrap .content .main-wrap .product-details-con .con {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #222;
  line-height: 25px;
}
.footer-wrap .footer {
  background: #bc2a2a;
  padding: 20px 0;
  text-align: center;
}
.footer-wrap .footer .linkbox {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.footer-wrap .footer .linkbox .list {
  display: inline-block;
}
.footer-wrap .footer .linkbox .list a {
  color: #fff;
}
.footer-wrap .footer .linkbox .list span {
  margin: 0 5px;
}
.footer-wrap .footer .copyright {
  color: #fff;
  font-size: 1.4rem;
}
.footer-wrap .footer .copyright a {
  color: #fff;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #262626;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #a0272e;
}
.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: 95px;
  }
  .header-wrap .header .logo {
    line-height: 95px;
  }
  .content-wrap .contact-wrap .contact-con .ccon {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  
}
@media (max-width: 960px) {
  .container {
    padding-left: .5em;
    padding-right: .5em;
  }
  .header-wrap .header .logo {
    line-height: 60px;
  }
  .header-wrap .header .menu {
    line-height: 60px;
    text-align: right;
    padding-right: 10px;
  }
  .header-wrap .header .menu img {
    width: 80%;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: .5em;
    padding-right: .5em;
  }
  .header-wrap .header .logo {
    line-height: 60px;
  }
  .header-wrap .header .menu {
    line-height: 60px;
    text-align: right;
    padding-right: 10px;
  }
  .header-wrap .header .menu img {
    width: 80%;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
}
@media (max-width: 680px) {
  
}
@media (max-width: 640px) {
  
}
@media (max-width: 480px) {
  .logo img {
    width: 83%;
  }
  .banner-wrap .owl-theme .owl-controls {
    left: 40%;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .picbox {
    width: 45%;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .con {
    width: 53%;
  }
  .content-wrap .content .main-wrap .message-con .mbox .inputlist label {
    width: 15%;
  }
  .content-wrap .content .main-wrap .message-con .mbox .inputlist .textbox1 {
    width: 83%;
  }
  .content-wrap .content .main-wrap .message-con .mbox .inputlist .textbox2 {
    width: 83%;
  }
  .content-wrap .content .main-wrap .message-con .mbox .inputlist .submitbtn {
    width: 83%;
    margin-left: 17%;
  }
}
@media (max-width: 435px) {
  
}
@media (max-width: 414px) {
  
}
@media (max-width: 375px) {
  .logo img {
    width: 83%;
  }
  .menu img {
    width: 83%;
  }
}
@media (max-width: 346px) {
  .content-wrap .content .main-wrap .news-con .nlist a .con h5 {
    margin-top: 0;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .con .cn {
    height: 50px;
  }
}
@media (max-width: 320px) {
  
}
