@font-face {
  font-family: "zzh";
  src: url(../lib/zzh.ttf);
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "寰蒋闆呴粦";
}
.container-fluid {
  max-width: 1250px !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 {
  position: relative;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .logo img {
  max-width: 100%;
}
.header-wrap .header .videobox {
  margin-top: 20px;
  text-align: right;
}
.header-wrap .header .videobox .list {
  display: inline-block;
  float: left;
  width: 33.33%;
}
.header-wrap .header .videobox .list span{text-align: center;line-height:30px;font-size:16px;color:#929292;padding-right:10px;}
.header-wrap .header .videobox .list a:hover img {
  opacity: .5;
}
.header-wrap .header .videobox .list a img {
  max-width: 100%;
}
.nav-wrap {
  background: url(../images/navbg.jpg) repeat-x;
  background-size: 100% 100%;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 33%;
  background: url(../images/navline.jpg) no-repeat right top;
  border-bottom: 1px solid #858585;
}
.nav-wrap .nav-ul .navlist:first-child .listh1 {
  background: url(../images/navline.jpg) no-repeat left top;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  line-height: 59px;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}
.nav-wrap .nav-ul .navlist a.listh1:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  background: url(../images/navlist-hover.png) no-repeat;
  background-size: 100% 100%;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 59px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 100%;
}
.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: #71152e;
}
.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 {
  text-align: center;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.banner-wrap {
  position: relative;
}
.banner-wrap .container-fluid {
  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: #fff;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner-wrap .banner-txt {
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 20;
}
.banner-wrap .banner-txt a {
  text-decoration: none;
  background: rgba(46, 46, 46, 0.39) !important;
  background: #2e2e2e;
  filter: alpha(opacity=39);
  display: inline-block;
  font-size: 2.3rem;
  color: #f5f189;
  padding: 5px 15px;
  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 .banner-txt a:hover {
  color: #fff;
}
.banner-wrap .banner-txt a:hover i img {
  -webkit-filter: brightness(100);
}
.banner-wrap .banner-txt a span {
  margin-right: 20px;
}
.nybanner-wrap .picbox {
  padding: 55px 0;
}
.nybanner-wrap .picbox .title {
  color: #fff;
  font-size: 4.2rem;
}
.content-wrap .product-wrap {
  padding: 45px 0;
}
.content-wrap .product-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .product-wrap .product-con .plist a {
  text-decoration: none;
  display: block;
}
.content-wrap .product-wrap .product-con .plist a:hover .titbox .pic {
  transform: scale(1.2);
}
.content-wrap .product-wrap .product-con .plist a:hover .titbox .btit {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.content-wrap .product-wrap .product-con .plist a .titbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .plist a .titbox .pic {
  transition: all 1.3s ease 0s;
  -moz-transition: all 1.3s ease 0s;
  -webkit-transition: all 1.3s ease 0s;
  -o-transition: all 1.3s ease 0s;
}
.content-wrap .product-wrap .product-con .plist a .titbox .btit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  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 .contentbox {
  margin-top: 20px;
  margin-bottom: 80px;
}
.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: #71152e;
  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: #666;
  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;
  margin-top:17px;
}
.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: #71152e;
  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;
  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: #71152e;
}
.content-wrap .contentbox .ltside {
  padding-right: 20px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap {
  margin-top: 5px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list {
  background: url(../images/ltside-listbg.jpg) repeat-x;
  background-size: 100% 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 1.4rem;
  text-decoration: none;
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  border: 1px solid #eee;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list:hover {
  background: #666;
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list.on1 {
  background: #666;
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 {
  display: none;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li {
  border-bottom: 1px solid #ddd;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a {
  padding-left: 15px;
  display: block;
  height: 40px;
  text-align: left;
  color: #333;
  line-height: 40px;
  font-size: 1.4rem;
  text-decoration: none;
  overflow: hidden;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
  color: #920e32;
}
.content-wrap .contentbox .ltside .contactbox {
  margin-top: 20px;
}
.content-wrap .contentbox .ltside .contactbox .pic {
  margin-bottom: 10px;
  text-align: center;
}
.content-wrap .contentbox .ltside .contactbox .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .title-posit {
  margin-bottom: 15px;
  line-height: 30px;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit {
  color: #727272;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit span {
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit a {
  color: #727272;
}
.content-wrap .contentbox .main-wrap .maintit {
  font-size: 2.6rem;
  color: #262626;
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con img {
  max-width: 100%;
  margin: 10px 0;
}
.content-wrap .contentbox .main-wrap .about-con .atit {
  font-size: 1.6rem;
  color: #920e32;
}
.content-wrap .contentbox .main-wrap .about-con .atit span {
  font-size: 2rem;
}
.content-wrap .contentbox .main-wrap .about-con .conbox {
  margin-top: 0;
  font-size: 1.4rem;
  color: #111;
  line-height: 28px;
}
.content-wrap .contentbox .main-wrap .newslist-con .nlist {
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .newslist-con .nlist a {
  background: #f6f6f6;
  padding: 20px;
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .newslist-con .nlist a:hover .conbox .morebtn {
  opacity: 1;
}
.content-wrap .contentbox .main-wrap .newslist-con .nlist a .title {
  font-size: 1.4rem;
  color: #424242;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .newslist-con .nlist a .title span {
  color: #e31e2c;
  font-family: "Arial";
}
.content-wrap .contentbox .main-wrap .newslist-con .nlist a .conbox {
  margin-top: 10px;
}
.content-wrap .contentbox .main-wrap .newslist-con .nlist a .conbox .picbox {
  width: 20%;
}
.content-wrap .contentbox .main-wrap .newslist-con .nlist a .conbox .con {
  margin-left: 5%;
  width: 75%;
}
.content-wrap .contentbox .main-wrap .newslist-con .nlist a .conbox .con .tit {
  font-size: 1.4rem;
  color: #2e2e2e;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .newslist-con .nlist a .conbox .con .cn {
  margin-top: 3px;
  font-size: 1.4rem;
  color: #2e2e2e;
  line-height: 24px;
}
.content-wrap .contentbox .main-wrap .newslist-con .nlist a .conbox .morebtn {
  margin-top: 30px;
  width: 50px;
  height: 27px;
  background: #71152e;
  color: #fff;
  text-align: center;
  line-height: 27px;
  font-size: 1.4rem;
  font-weight: bold;
  opacity: 0;
}
.content-wrap .contentbox .main-wrap .news-con .ntit {
  font-size: 1.6rem;
  color: #920e32;
}
.content-wrap .contentbox .main-wrap .news-con .ntit span {
  font-size: 2rem;
}
.content-wrap .contentbox .main-wrap .news-con .nconbox {
  margin-top: 20px;
  overflow-y: hidden;
}
.content-wrap .contentbox .main-wrap .news-con .nconbox table {
  width: 880px;
  overflow-x: auto;
}
.content-wrap .contentbox .main-wrap .news-con .nconbox table tr {
  border-bottom: 1px solid #ddd;
  line-height: 35px;
}
.content-wrap .contentbox .main-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox {
  border: 1px solid #eee;
  padding-bottom: 10px;
  height: 330px;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .btit a {
  display: block;
  text-decoration: none;
  height: 65px;
  background: #888;
  padding: 0 10px;
  line-height: 65px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .btit a:hover {
  color: #71152e;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox {
  padding: 0 5px;
  height:130px;
  overflow-y:scroll;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .list a {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  font-size: 1.4rem;
  color: #3c2e32;
  overflow: hidden;
  height: 30px;
}
.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .list a:hover {
  color: #71152e;
}
.content-wrap .contentbox .main-wrap .company-con .clist {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.content-wrap .contentbox .main-wrap .company-con .clist .picbox {
  background: #666;
}
.content-wrap .contentbox .main-wrap .company-con .clist .conbox {
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .company-con .clist .conbox .tit {
  font-size: 1.8rem;
  color: #920e32;
  font-weight: bold;
  text-transform: uppercase;
}
.content-wrap .contentbox .main-wrap .company-con .clist .conbox .con {
  margin-top: 10px;
}
.content-wrap .contentbox .main-wrap .company-con .clist .conbox .con .list {
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #484848;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .company-con .clist .clogo {
  position: absolute;
  bottom: 0;
  right: 30%;
  z-index: -1;
}
.content-wrap .contentbox .main-wrap .market-con .mappic {
  background: #fff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 3px 5px #ccc;
}
.content-wrap .contentbox .main-wrap .market-con .mappic img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap .market-con .conbox {
  margin-top: 30px;
}
.content-wrap .contentbox .main-wrap .market-con .conbox .clist {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .market-con .conbox .clist .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1d1d1d;
}
.content-wrap .contentbox .main-wrap .market-con .conbox .clist .con {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #1d1d1d;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .video-con .vtit {
  color: #920e32;
  font-size: 2rem;
}
.content-wrap .contentbox .main-wrap .video-con .vtit span {
  margin-left: 10px;
}
.content-wrap .contentbox .main-wrap .video-con .vconbox {
  margin-top: 20px;
}
.content-wrap .contentbox .main-wrap .video-con .vconbox .tabbd .tbdlist {
  display: none;
}
.content-wrap .contentbox .main-wrap .video-con .vconbox .tabbd .tbdlist:first-child {
  display: block;
}
.content-wrap .contentbox .main-wrap .video-con .vconbox .tabbd .tbdlist .picbox img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap .video-con .vconbox .tabhd {
  margin-top: 20px;
}
.content-wrap .contentbox .main-wrap .video-con .vconbox .tabhd .thdlist {
  float: left;
  display: inline-block;
  width: 50%;
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .video-con .vconbox .tabhd .thdlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .video-con .vconbox .tabhd .thdlist a .picbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .video-con .vconbox .tabhd .thdlist a .picbox .showcn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video-fdj.png) no-repeat center center;
}
.content-wrap .contentbox .main-wrap .video-con .vconbox .tabhd .thdlist a .conbox {
  margin-top: 15px;
  border-top: 3px solid #666;
  padding-top: 10px;
  height: 80px;
}
.content-wrap .contentbox .main-wrap .video-con .vconbox .tabhd .thdlist a .conbox .tit {
  font-size: 1.4rem;
  color: #920e32;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .video-con .vconbox .tabhd .thdlist a .conbox .con {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #282828;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.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 .textbox3 {
  margin-left: 2%;
  float: left;
  width: 15%;
  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 .pic {
  float: left;
  margin-left: 5px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic img {
  height: 30px;
}
.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: #0f43af;
  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 .ccon {
  font-size: 1.4rem;
  color: #454545;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox {
  margin-top: 15px;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mtit {
  font-size: 1.6rem;
  color: #920e32;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox {
  margin-top: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist {
  margin-bottom: 15px;
  padding: 0 10px;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist .textbox1 {
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  padding: 0 10px;
  color: #1c1c1c;
  outline: none;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist .textbox2 {
  width: 100%;
  height: 85px;
  border: 1px solid #ddd;
  padding: 10px;
  color: #1c1c1c;
  outline: none;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist .textbox3 {
  width: 150px;
  height: 35px;
  border: 1px solid #ddd;
  padding: 0 10px;
  color: #1c1c1c;
  outline: none;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist .selectbox1 {
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  color: #1c1c1c;
  outline: none;
  padding: 0 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist label {
  font-weight: normal;
  color: #2a2a2a;
  font-size: 1.4rem;
  float: left;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist .submitbtn {
  background: url(../images/contact-mbox-mbtn.png) no-repeat;
  border: none;
  width: 97px;
  height: 32px;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist .ilist {
  float: left;
  display: inline-block;
  margin-left: 35px;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist .ilist .cbox1 {
  float: left;
  margin-right: 10px;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist .ilist span {
  float: left;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist .yzmpic {
  margin-top: 15px;
  font-size: 1.4rem;
  color: #383838;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist .yzmpic img {
  margin-right: 10px;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist .yzmpic span {
  display: inline-block;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b9b9b9;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b9b9b9;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b9b9b9;
}
.content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox .inputlist :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b9b9b9;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit {
  text-align: center;
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit span {
  font-size: 2.4rem;
  border-bottom: 1px solid #0196dc;
  padding-bottom: 5px;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic {
  margin: 10px 0;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .news-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 {
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .product-details-con .pdtit {
  font-size: 1.5rem;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox {
  margin-top: 20px;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .thpic {
  text-align: center;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .thpic .tlist {
  display: none;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .thpic .tlist:first-child {
  display: block;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .thpic .tlist img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .pd-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  margin-bottom: 30px;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .pd-carousel .item {
  text-decoration: none;
  display: block;
  margin: 0 10px;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  color: #333;
  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-details-con .picbox .pd-carousel .item:hover,
.content-wrap .contentbox .main-wrap .product-details-con .picbox .pd-carousel .item.on {
  border-color: #920e32;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .pd-carousel .item .btit {
  line-height: 35px;
  height: 35px;
  text-align: center;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .owl-theme .owl-controls {
  margin-top: 0;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -30px;
  top: 30%;
  color: #ddd;
  font-size: 4rem;
  font-family: "榛戜綋";
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: -30px;
  top: 30%;
  color: #ddd;
  font-size: 4rem;
  font-family: "榛戜綋";
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .pbtn .list {
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .pbtn .list a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #ddd;
  color: #ccc;
  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-details-con .picbox .pbtn .list a:hover {
  border-color: #920e32;
  color: #920e32;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .pbtn .list a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .pbtn .list a span {
  display: block;
  margin-top: 5px;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox .pbtn .list a img {
  opacity: .3;
  -webkit-filter: grayscale(1);
  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-details-con .conbox {
  margin-top: 40px;
}
.content-wrap .contentbox .main-wrap .product-details-con .conbox .tabhd .thdlist {
  display: inline-block;
}
.content-wrap .contentbox .main-wrap .product-details-con .conbox .tabhd .thdlist a {
  text-decoration: none;
  display: block;
  padding: 10px 25px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  font-size: 1.6rem;
}
.content-wrap .contentbox .main-wrap .product-details-con .conbox .tabhd .thdlist a:hover,
.content-wrap .contentbox .main-wrap .product-details-con .conbox .tabhd .thdlist a.on {
  background: #666;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .product-details-con .conbox .tabbd {
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: -1px;
}
.content-wrap .contentbox .main-wrap .product-details-con .conbox .tabbd .tbdlist {
  display: none;
  font-size: 1.4rem;
  color: #333;
  line-height: 30px;
}
.content-wrap .contentbox .main-wrap .product-details-con .conbox .tabbd .tbdlist:first-child {
  display: block;
}
.footer-wrap .footer {
  border-top: 5px solid #ddd;
  padding: 30px 0;
}
.footer-wrap .footer .f1box .linkbox {
  color: #929292;
  font-size: 1.5rem;
  line-height: 30px;
}
.footer-wrap .footer .f1box .linkbox a {
  text-decoration: none;
  display: inline-block;
  color: #929292;
}
.footer-wrap .footer .f1box .linkbox a:hover {
  color: #71152e;
}
.footer-wrap .footer .f1box .linkbox span {
  margin: 0 10px;
}
.footer-wrap .footer .f2box {
  margin-top: 20px;
}
.footer-wrap .footer .f2box .cconbox {
  font-size: 1.4rem;
  color: #686868;
  line-height: 25px;
}
.footer-wrap .footer .f2box .link-copyright {
  margin-top: 0;
}
.footer-wrap .footer .f2box .link-copyright .linkbox a:hover {
  opacity: .6;
}
.footer-wrap .footer .f2box .link-copyright .copyright {
  margin-top:20px;
  color:#9c9c9c;
  text-transform: uppercase;
  line-height: 23px;
}
.footer-wrap .footer .f2box .link-copyright .copyright a {
  color: #9c9c9c;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #454747;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #191919;
}
.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;
  }
  .col-md-14 {
    width: 11.11%;
    float: left;
  }
  .header-wrap .header {
    height: 120px;
  }
  .header-wrap .header .logo { margin-top:20px;
  }
  .header-wrap .header .videobox {
    margin-top: 40px;
    float: right;
  }
  .header-wrap .header .videobox .list {
    width: auto;
	font-size: 20px;
  }
  .nav-wrap .nav-ul .navlist {
    width: 12.5%;
    border-bottom: none;
  }
  .banner-wrap .banner-txt {
    top: 30%;
    right: 8%;
  }
  .banner-wrap .banner-txt a {
    font-size: 3.3rem;
  }
  .content-wrap .product-wrap {
    margin-top: -176px;
  }
  .content-wrap .contentbox .main-wrap {
    padding-left: 20px;
  }
  .content-wrap .contentbox .main-wrap .newslist-con .nlist a .conbox .picbox {
    width: 20%;
  }
  .content-wrap .contentbox .main-wrap .newslist-con .nlist a .conbox .con {
    width: 60%;
  }
  .content-wrap .contentbox .main-wrap .company-con .clist .picbox {
    width: 24%;
    float: left;
  }
  .content-wrap .contentbox .main-wrap .company-con .clist .picbox .pic {
    position: relative;
    top: -5px;
    left: -5px;
  }
  .content-wrap .contentbox .main-wrap .company-con .clist .conbox {
    width: 46%;
    float: left;
    padding: 0 20px;
    margin-top: 0;
  }
  .content-wrap .contentbox .main-wrap .company-con .clist .mappic {
    float: right;
    width: 30%;
  }
  .content-wrap .contentbox .main-wrap .company-con .clist .mappic img {
    max-width: 100%;
  }
  .content-wrap .contentbox .main-wrap .market-con .conbox .clist {
    float: left;
    width: 50%;
    min-height: 150px;
    padding: 0 20px 40px;
    margin-bottom: 0;
  }
  .content-wrap .contentbox .main-wrap .video-con .vconbox .tabhd .thdlist {
    width: 33.33%;
    padding: 0 20px 40px;
  }
  .content-wrap .contentbox .main-wrap .contact-con .messagesbox .mbox {
    padding: 30px;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mconbox {
    width: 800px;
    margin: 0 auto;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 12%;
  }
  .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%;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .picbox .pbtn {
    padding-left: 20px;
  }
  .footer-wrap .footer .f2box .link-copyright {
    float: right;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .content-wrap .contentbox .main-wrap .product-details-con .picbox .thpic {
    height: 340px;
    line-height: 340px;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .picbox .thpic img {
    max-height: 340px;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .picbox .pd-carousel {
    width: 70% !important;
  }
}
@media (max-width: 990px) {
  .container-fluid {
    padding-left: .5em;
    padding-right: .5em;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
}
@media (max-width: 480px) {
  .logo img {
    max-width: 60%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 35%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .conbox {
    width: 63%;
  }
  .content-wrap .contentbox .main-wrap .newslist-con .nlist a .conbox .picbox {
    width: 35%;
  }
  .content-wrap .contentbox .main-wrap .newslist-con .nlist a .conbox .con {
    margin-left: 5%;
    width: 60%;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .picbox .thpic {
    height: 300px;
    line-height: 300px;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .picbox .thpic img {
    max-height: 300px;
  }
}
@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%;
  }
}
@media screen and (max-width:768px){
  
  .header-wrap .header .videobox .list {
    display: inline-block;
    float: right;
    width: auto;
  }
  .header-wrap .header .videobox .list span{line-height:30px;font-size:16px;color:#929292;}
}

.container-fluid2 {
  max-width: 1250px !important;
  margin: 0 auto;
  padding: 0 10px;
}
.fl{ float:left; display:inline;}
.fr{ float:right; display:inline;}
.new{height: 246px;width: 100%; border: 1px solid #ebebeb;padding: 30px 15px;overflow: hidden;background: #fafafa; margin-bottom:66px;}
.newimg{width: 19%;height: 188px;margin-right: 18px; padding-left:12px;}
.new-right{width: 78%;height: 183px;border-left: 1px solid #ebebeb;padding-left:15px;overflow: hidden;}
.title{line-height: 30px;font-size: 18px;color: #0e2b65; margin-top: 0;}
.title span{font-size: 16px;color: #3c3c3c;padding-left: 5px;}
.new ul{height: 150px;overflow: hidden;}
.new ul li{line-height: 29px;border-bottom: 1px dotted #d6d6d6;}
.new ul li a{color: #676767;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.new ul li a:hover{color: #71152e;}
.new ul li span{ float:right;}
