@font-face {
  font-family: "zzh";
  src: url(../ttf/zzh.ttf);
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "微软雅黑";
}
.container-fluid {
  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 {
  height: 35px;
  line-height: 35px;
  color: #676767;
  font-size: 1.2rem;
  border-bottom: 1px solid #eee;
}
.topbar .trt .linktxt a {
  color: #676767;
  margin: 0 10px;
}
.header-wrap .header {
  background: url(../jpg/headerbg.webp) repeat;
  position: relative;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .logo img {
  max-width: 100%;
}
.header-wrap .header .stxt {
  margin-top: 40px;
  margin-left: 20px;
  border-left: 1px solid #ececec;
  padding-left: 20px;
}
.header-wrap .header .stxt .s1 {
  font-size: 1.4rem;
}
.header-wrap .header .stxt .s2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #121212;
}
.header-wrap .header .stxt .s2 span {
  color: #e31a03;
}
.header-wrap .header .phonebox {
  margin-top: 40px;
  float: right;
}
.header-wrap .header .phonebox .p1 {
  float: left;
  margin-right: 10px;
}
.header-wrap .header .phonebox .p2 {
  float: left;
  font-size: 1.4rem;
  color: #747474;
}
.header-wrap .header .phonebox .p2 span {
  letter-spacing: -1px;
  margin-top: -5px;
  display: block;
  color: #df1903;
  font-size: 2.8rem;
  font-family: "Arial";
  font-weight: bold;
}
.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;
}
.nav-wrap {
  height: 44px;
  background: url(../jpg/navbg.webp) repeat-x;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 12.5%;
}
.nav-wrap .nav-ul .navlist:first-child {
  background: url(../png/navline.webp) no-repeat left 15px;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  background: url(../png/navline.webp) no-repeat right 15px;
}
.nav-wrap .nav-ul .navlist a.listh1:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  background: #e31a03;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 44px;
  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: #e31a03;
}
.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;
  z-index: 1;
}
.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%;
}
.searchbox-wrap {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.searchbox-wrap .slt {
  font-size: 1.4rem;
  color: #4f4f4f;
  line-height: 30px;
}
.searchbox-wrap .slt span {
  font-weight: bold;
  margin-right: 8px;
}
.searchbox-wrap .slt a {
  margin: 0 8px;
  font-size: 1.4rem;
  color: #7d7d7d;
}
.searchbox-wrap .srt {
  margin-top: 5px;
}
.searchbox-wrap .srt .sbox .searchtxt {
  height: 30px;
  width: 260px;
  border: 1px solid #ddd;
  padding: 3px 5px;
  font-size: 1.4rem;
  color: #666;
  float: left;
  outline: none;
}
.searchbox-wrap .srt .sbox .submitbtn {
  float: left;
  width: 45px;
  height: 30px;
  background: #e31a03 url(../png/searchbox-searchbtn.webp) no-repeat center center;
  border: none;
  outline: none;
}
.content-wrap .product-wrap {
  padding: 45px 0;
}
.content-wrap .product-wrap .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .product-wrap .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #303030;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .product-wrap .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .product-wrap .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .product-wrap .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .product-wrap .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 .product-wrap .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .product-wrap .w-ltside .show-hide .div2:hover a {
  background: #e31a03;
  color: #fff;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .product-wrap .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 .product-wrap .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .product-wrap .w-ltside .show-hide .div3 ul li a:hover {
  color: #e31a03;
}
.content-wrap .product-wrap .ltside {
  padding-right: 30px;
}
.content-wrap .product-wrap .ltside .linkbox {
  background: #303030;
  border-radius: 3px 3px 0 0;
  padding: 5px;
}
.content-wrap .product-wrap .ltside .linkbox .titbox {
  border: 1px solid #525252;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 15px;
}
.content-wrap .product-wrap .ltside .linkbox .lbox {
  margin-top: 5px;
  background: #fff;
  padding: 10px 10px 0;
}
.content-wrap .product-wrap .ltside .linkbox .lbox .list {
  display: block;
  font-size: 1.4rem;
  color: #424242;
  border: 1px solid #cecacb;
  background: #e5e5e5;
  border-radius: 3px;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  margin-bottom: 5px;
}
.content-wrap .product-wrap .ltside .linkbox .lbox .list:hover {
  color: #d60001;
}
.content-wrap .product-wrap .ltside .linkbox .lbox .list.on1 {
  color: #d60001;
}
.content-wrap .product-wrap .ltside .linkbox .lbox .list .arrow {
  width: 10%;
}
.content-wrap .product-wrap .ltside .linkbox .lbox .list span {
  font-weight: bold;
  float: left;
  width: 80%;
}
.content-wrap .product-wrap .ltside .linkbox .lbox .list2 {
  display: none;
}
.content-wrap .product-wrap .ltside .linkbox .lbox .list2 ul li a {
  display: block;
  font-size: 1.4rem;
  color: #474747;
  line-height: 30px;
  height: 30px;
  padding-left: 15px;
  text-decoration: none;
  border-bottom: 1px dashed #ddd;
}
.content-wrap .product-wrap .ltside .linkbox .lbox .list2 ul li a:hover {
  color: #e31a03;
}
.content-wrap .product-wrap .ltside .contactbox {
  background: #e42929;
  padding: 20px 8px;
}
.content-wrap .product-wrap .ltside .contactbox .c1 {
  margin-right: 10px;
}
.content-wrap .product-wrap .ltside .contactbox .c2 {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #fff;
}
.content-wrap .product-wrap .ltside .contactbox .c2 span {
  font-size: 2rem;
  font-family: "Arial";
  display: block;
  font-weight: bold;
}
.content-wrap .product-wrap .product-con .title-morebtn .titbox {
  background: #f4f4f4;
  border: 1px solid #ddd;
  height: 35px;
  line-height: 32px;
  padding: 0 15px;
}
.content-wrap .product-wrap .product-con .title-morebtn .titbox .tit i {
  margin-top: -2px;
  float: left;
  margin-right: 10px;
}
.content-wrap .product-wrap .product-con .title-morebtn .titbox .tit span {
  float: left;
  color: #3e3e3e;
  font-size: 1.4rem;
  font-weight: bold;
}
.content-wrap .product-wrap .product-con .title-morebtn .titbox .morebtn {
  margin-right: 10px;
}
.content-wrap .product-wrap .product-con .title-morebtn .titbox .morebtn a {
  color: #8e8e8e;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Arial";
}
.content-wrap .product-wrap .product-con .hcon {
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px 10px 5px;
}
.content-wrap .product-wrap .product-con .hcon .plist {
  padding: 0 5px 10px;
}
.content-wrap .product-wrap .product-con .hcon .plist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ddd;
}
.content-wrap .product-wrap .product-con .hcon .plist a .picbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .hcon .plist a .picbox .stit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(227, 26, 3, 0.75) !important;
  color: #fff;
  overflow: hidden;
  line-height: 30px;
  padding: 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
.content-wrap .product-wrap .product-con .hcon .plist a .conbox {
  padding: 10px;
}
.content-wrap .product-wrap .product-con .hcon .plist a .conbox .con {
  font-size: 1.2rem;
  color: #929292;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  font-family: "宋体";
}
.content-wrap .advantage-wrap {
  padding: 35px 0;
}
.content-wrap .advantage-wrap .title-line {
  text-align: center;
}
.content-wrap .advantage-wrap .title-line img {
  max-width: 100%;
}
.content-wrap .advantage-wrap .advantage-con {
  margin-top: 80px;
  box-shadow: 0 0 10px #ccc;
  padding: 30px 20px;
}
.content-wrap .advantage-wrap .advantage-con .alist {
  padding: 15px 0;
}
.content-wrap .advantage-wrap .advantage-con .alist .picbox {
  text-align: center;
}
.content-wrap .advantage-wrap .advantage-con .alist .picbox img {
  max-width: 100%;
}
.content-wrap .advantage-wrap .advantage-con .alist .conbox {
  margin-top: 30px;
}
.content-wrap .advantage-wrap .advantage-con .alist .conbox .tit img {
  max-width: 100%;
}
.content-wrap .advantage-wrap .advantage-con .alist .conbox .con {
  margin-top: 20px;
}
.content-wrap .advantage-wrap .advantage-con .alist .conbox .con .icon {
  width: 5%;
}
.content-wrap .advantage-wrap .advantage-con .alist .conbox .con .icon img {
  max-width: 100%;
}
.content-wrap .advantage-wrap .advantage-con .alist .conbox .con .cn {
  width: 95%;
}
.content-wrap .advantage-wrap .advantage-con .alist .conbox .con .cn .chtit {
  font-size: 1.4rem;
  color: #202020;
  line-height: 24px;
}
.content-wrap .advantage-wrap .advantage-con .alist .conbox .con .cn .entit {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #b0b0b0;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .advantage-wrap .advantage-con .alist .aline {
  margin: 10px 0;
}
.content-wrap .advantage-wrap .advantage-con .alist .aline img {
  width: 100%;
}
.content-wrap .protd-wrap {
  padding: 25px 0;
}
.content-wrap .protd-wrap .title-line {
  background: url(../jpg/protdbg.webp) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-bottom: 30px;
}
.content-wrap .protd-wrap .title-line img {
  max-width: 100%;
}
.content-wrap .protd-wrap .protd-con {
  margin-top: 45px;
}
.content-wrap .protd-wrap .protd-con .container-fluid {
  position: relative;
}
.content-wrap .protd-wrap .protd-con .rwpic {
  text-align: center;
}
.content-wrap .protd-wrap .protd-con .rwpic img {
  max-width: 100%;
}
.content-wrap .protd-wrap .protd-con .conbox {
  margin-top: 20px;
}
.content-wrap .protd-wrap .protd-con .conbox .clist {
  border-bottom: 1px dashed #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.content-wrap .protd-wrap .protd-con .conbox .clist .numbox {
  float: left;
  width: 38px;
  height: 38px;
  background: url(../png/problem-numbg.webp) no-repeat;
  text-align: center;
  line-height: 38px;
  font-size: 2.2rem;
  color: #cfcfcf;
  font-family: "Arial";
}
.content-wrap .protd-wrap .protd-con .conbox .clist .con {
  float: right;
  width: 85%;
}
.content-wrap .protd-wrap .protd-con .conbox .clist .con .tit {
  margin-top: -3px;
  font-size: 1.6rem;
  color: #5f5f5f;
}
.content-wrap .protd-wrap .protd-con .conbox .clist .con .cn {
  font-size: 1.2rem;
  color: #d2d2d2;
}
.content-wrap .protd-wrap .protd-con .tdpicbox {
  margin-top: 30px;
}
.content-wrap .protd-wrap .protd-con .tdpicbox .plist {
  padding: 0 10px 20px;
}
.content-wrap .protd-wrap .protd-con .tdpicbox .plist a {
  text-decoration: none;
  display: block;
}
.content-wrap .protd-wrap .protd-con .tdpicbox .plist a .picbox {
  border: 1px solid #ddd;
  padding: 3px;
}
.content-wrap .protd-wrap .protd-con .tdpicbox .plist a .btit {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #414141;
  text-align: center;
}
.content-wrap .protd-wrap .protd-con .tdpicbox .yypic {
  margin-top: 20px;
}
.content-wrap .protd-wrap .protd-con .tdpicbox .yypic img {
  width: 100%;
}
.content-wrap .adbox-wrap .pic img {
  width: 100%;
}
.content-wrap .about-wrap {
  padding: 25px 0;
}
.content-wrap .about-wrap .title-line {
  background: url(../jpg/about-titlebg.webp) repeat-x;
  height: 42px;
  border: 1px solid #ddd;
  line-height: 40px;
  padding: 0 15px;
}
.content-wrap .about-wrap .title-line .title {
  font-size: 1.6rem;
  color: #2f2f2f;
  font-weight: bold;
}
.content-wrap .about-wrap .title-line .title i {
  margin-right: 10px;
}
.content-wrap .about-wrap .title-line .morebtn a {
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
  color: #b9b9b9;
  text-transform: uppercase;
  font-family: "Arial";
}
.content-wrap .about-wrap .about-con {
  padding: 15px;
  border: 1px solid #ddd;
}
.content-wrap .about-wrap .about-con .picbox {
  border: 1px solid #ddd;
}
.content-wrap .about-wrap .about-con .conbox .titbox {
  margin-top: 20px;
}
.content-wrap .about-wrap .about-con .conbox .titbox .tbox .tit {
  font-size: 1.8rem;
  color: #2f2f2f;
  font-weight: bold;
}
.content-wrap .about-wrap .about-con .conbox .titbox .tbox .line {
  margin-top: 15px;
  width: 35px;
  height: 2px;
  background: #ff0000;
}
.content-wrap .about-wrap .about-con .conbox .titbox .stit {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #e31a03;
}
.content-wrap .about-wrap .about-con .conbox .con {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #2f2f2f;
  line-height: 30px;
}
.content-wrap .about-wrap .about-con .conbox .morebtn {
  margin-top: 15px;
}
.content-wrap .about-wrap .about-con .conbox .morebtn a {
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  color: #b8b8b8;
}
.content-wrap .fifthScreen-wrap {
  padding: 0 0 25px;
}
.content-wrap .fifthScreen-wrap .fifthBox {
  position: relative;
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap {
  margin-bottom: 20px;
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap .newsbox {
  border: 1px solid #ddd;
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap .newsbox .title-line {
  background: url(../jpg/about-titlebg.webp) repeat-x;
  height: 42px;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
  padding: 0 15px;
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap .newsbox .title-line .title {
  font-size: 1.6rem;
  color: #2f2f2f;
  font-weight: bold;
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap .newsbox .title-line .title i {
  margin-right: 10px;
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap .newsbox .title-line .morebtn a {
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
  color: #b9b9b9;
  text-transform: uppercase;
  font-family: "Arial";
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap .newsbox .news-con {
  padding: 10px;
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap .newsbox .news-con .bnpic img {
  width: 100%;
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap .newsbox .news-con .nlistbox {
  margin-top: 5px;
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap .newsbox .news-con .nlistbox .nlist {
  border-bottom: 1px dashed #ddd;
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap .newsbox .news-con .nlistbox .nlist:first-child {
  border-bottom: none;
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap .newsbox .news-con .nlistbox .nlist a {
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  color: #2f2f2f;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap .newsbox .news-con .nlistbox .nlist a:hover {
  color: #e31a03;
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap .newsbox .news-con .nlistbox .nlist a .tit {
  float: left;
  width: 50%;
  display: inline-block;
}
.content-wrap .fifthScreen-wrap .fifthBox .news-wrap .newsbox .news-con .nlistbox .nlist a .time {
  font-size: 1.2rem;
  color: #737373;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap {
  margin-bottom: 20px;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox {
  border: 1px solid #ddd;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox .title-line {
  background: url(../jpg/about-titlebg.webp) repeat-x;
  height: 42px;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
  padding: 0 15px;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox .title-line .title {
  font-size: 1.6rem;
  color: #2f2f2f;
  font-weight: bold;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox .title-line .title i {
  margin-right: 10px;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox .title-line .morebtn a {
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
  color: #b9b9b9;
  text-transform: uppercase;
  font-family: "Arial";
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox .problem-con {
  padding: 20px 10px;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox .problem-con .txtMarquee-top {
  overflow: hidden;
  position: relative;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox .problem-con .txtMarquee-top .bd .infoList li {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox .problem-con .txtMarquee-top .bd .infoList li a {
  text-decoration: none;
  display: block;
  font-family: "宋体";
  margin-bottom: 10px;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox .problem-con .txtMarquee-top .bd .infoList li a .asktxt {
  font-size: 1.4rem;
  color: #2f2f2f;
  line-height: 21px;
  height: 21px;
  overflow: hidden;
  background: #e1e1e1;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox .problem-con .txtMarquee-top .bd .infoList li a .asktxt i {
  float: left;
  width: 21px;
  height: 21px;
  background: #3d3d3d;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  font-style: normal;
  text-align: center;
  line-height: 21px;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox .problem-con .txtMarquee-top .bd .infoList li a .asktxt span {
  float: right;
  width: 92%;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox .problem-con .txtMarquee-top .bd .infoList li a .answertxt {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #2f2f2f;
  overflow: hidden;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox .problem-con .txtMarquee-top .bd .infoList li a .answertxt i {
  float: left;
  width: 21px;
  height: 21px;
  background: #e31a03;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  font-style: normal;
  text-align: center;
  line-height: 21px;
}
.content-wrap .fifthScreen-wrap .fifthBox .problem-wrap .problembox .problem-con .txtMarquee-top .bd .infoList li a .answertxt span {
  float: right;
  width: 92%;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
}
.content-wrap .fifthScreen-wrap .fifthBox .contact-wrap .contactbox {
  border: 1px solid #ddd;
}
.content-wrap .fifthScreen-wrap .fifthBox .contact-wrap .contactbox .title-line {
  background: url(../jpg/about-titlebg.webp) repeat-x;
  height: 42px;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
  padding: 0 15px;
}
.content-wrap .fifthScreen-wrap .fifthBox .contact-wrap .contactbox .title-line .title {
  font-size: 1.6rem;
  color: #2f2f2f;
  font-weight: bold;
}
.content-wrap .fifthScreen-wrap .fifthBox .contact-wrap .contactbox .title-line .title i {
  margin-right: 10px;
}
.content-wrap .fifthScreen-wrap .fifthBox .contact-wrap .contactbox .title-line .morebtn a {
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
  color: #b9b9b9;
  text-transform: uppercase;
  font-family: "Arial";
}
.content-wrap .fifthScreen-wrap .fifthBox .contact-wrap .contactbox .contact-con {
  padding: 12px;
}
.content-wrap .fifthScreen-wrap .fifthBox .contact-wrap .contactbox .contact-con .pic {
  border: 1px solid #ddd;
  padding: 3px;
}
.content-wrap .fifthScreen-wrap .fifthBox .contact-wrap .contactbox .contact-con .pic img {
  width: 100%;
}
.content-wrap .fifthScreen-wrap .fifthBox .contact-wrap .contactbox .contact-con .con {
  margin-top: 12px;
  font-size: 1.4rem;
  color: #888;
  line-height: 33px;
}
.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: #e31a03;
  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: #303030;
  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: #e31a03;
  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: #e31a03;
}
.content-wrap .contentbox .ltside {
  padding-right: 30px;
}
.content-wrap .contentbox .ltside .linkbox {
  background: #303030;
  border-radius: 3px 3px 0 0;
  padding: 5px;
}
.content-wrap .contentbox .ltside .linkbox .titbox {
  border: 1px solid #525252;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 15px;
}
.content-wrap .contentbox .ltside .linkbox .titbox .list {
  display: block;
  font-size: 1.4rem;
  color: #424242;
  border: 1px solid #cecacb;
  background: #e5e5e5;
  border-radius: 3px;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  margin-bottom: 5px;
}
.content-wrap .contentbox .ltside .linkbox .titbox .list:hover {
  color: #d60001;
}
.content-wrap .contentbox .ltside .linkbox .titbox .list.on1 {
  color: #d60001;
}
.content-wrap .contentbox .ltside .linkbox .titbox .list .arrow {
  width: 10%;
}
.content-wrap .contentbox .ltside .linkbox .titbox .list span {
  font-weight: bold;
  float: left;
  width: 80%;
}
.content-wrap .contentbox .ltside .linkbox .lbox {
  margin-top: 5px;
  background: #fff;
  padding: 10px 10px 0;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list {
  display: block;
  font-size: 1.4rem;
  color: #424242;
  border: 1px solid #cecacb;
  background: #e5e5e5;
  border-radius: 3px;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  margin-bottom: 5px;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list:hover {
  color: #d60001;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list.on1 {
  color: #d60001;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list .arrow {
  width: 10%;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list span {
  font-weight: bold;
  float: left;
  width: 80%;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list2 {
  display: none;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list2 ul li a {
  display: block;
  font-size: 1.4rem;
  color: #474747;
  line-height: 30px;
  height: 30px;
  padding-left: 15px;
  text-decoration: none;
  border-bottom: 1px dashed #ddd;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list2 ul li a:hover {
  color: #e31a03;
}
.content-wrap .contentbox .ltside .linkbox .lbox2 {
  margin-top: 3px;
  background: #fff;
  padding: 0 10px;
}
.content-wrap .contentbox .ltside .linkbox .lbox2 .list {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  display: block;
  text-decoration: none;
  font-family: "宋体";
  font-size: 1.2rem;
  color: #363636;
}
.content-wrap .contentbox .ltside .linkbox .lbox2 .list:hover {
  color: #d81903;
}
.content-wrap .contentbox .ltside .linkbox .lbox2 .list .icon {
  font-style: normal;
  color: #d81903;
  width: 7%;
  float: left;
}
.content-wrap .contentbox .ltside .linkbox .lbox2 .list span {
  float: left;
  width: 93%;
}
.content-wrap .contentbox .ltside .contactbox {
  margin-top: 15px;
}
.content-wrap .contentbox .ltside .contactbox .con {
  background: #fff;
  margin-top: 15px;
  border: 1px solid #ddd;
  padding: 20px;
}
.content-wrap .contentbox .ltside .contactbox .con .ctit {
  font-size: 1.4rem;
  color: #434343;
  font-weight: bold;
  margin-bottom: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist {
  margin-bottom: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist i {
  float: left;
  margin-right: 10px;
  width: 12px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p {
  text-transform: uppercase;
  word-wrap: break-word;
  float: left;
  color: #434343;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p span {
  display: block;
  color: #434343;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn a {
  width: 100%;
  height: 35px;
  background: #404040;
  color: #fff;
  display: block;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn a:hover {
  background: #da1414;
}
.content-wrap .contentbox .main-wrap .title-morebtn .titbox {
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  height: 35px;
  line-height: 32px;
  padding: 0 15px;
}
.content-wrap .contentbox .main-wrap .title-morebtn .titbox .tit i {
  margin-top: -2px;
  float: left;
  margin-right: 10px;
}
.content-wrap .contentbox .main-wrap .title-morebtn .titbox .tit span {
  float: left;
  color: #3e3e3e;
  font-size: 1.4rem;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-morebtn .titbox .tit a {
  color: #3e3e3e;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-morebtn .titbox .backbtn {
  margin-right: 10px;
}
.content-wrap .contentbox .main-wrap .title-morebtn .titbox .backbtn a {
  color: #8e8e8e;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Arial";
}
.content-wrap .contentbox .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con img {
  text-align: center;
  max-width: 100%;
  margin: 15px 0;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.4rem;
  color: #0d0d0d;
  line-height: 30px;
}
.content-wrap .contentbox .main-wrap .product-con .plist {
  padding: 0 5px 10px;
}
.content-wrap .contentbox .main-wrap .product-con .plist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ddd;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .picbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .picbox .stit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(227, 26, 3, 0.75) !important;
  color: #fff;
  overflow: hidden;
  line-height: 30px;
  padding: 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .conbox {
  padding: 10px;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .conbox .con {
  font-size: 1.2rem;
  color: #929292;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  font-family: "宋体";
}
.content-wrap .contentbox .main-wrap .news-con .nlist {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .titbox .tit i img {
  -webkit-filter: grayscale(0);
  opacity: 1;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .titbox .tit {
  width: 60%;
  font-size: 1.6rem;
  color: #080909;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .titbox .tit i {
  width: 5%;
  float: left;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .titbox .tit i img {
  max-width: 100%;
  -webkit-filter: grayscale(1);
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .titbox .tit span {
  float: left;
  width: 95%;
  display: inline-block;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .titbox .time {
  margin-top: 3px;
  font-size: 1.2rem;
  color: #afafaf;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con {
  padding-left: 2%;
  margin-top: 5px;
  font-size: 1.4rem;
  color: #6f6f6f;
  line-height: 30px;
  height: 30px;
  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: #e31a03;
  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 {
  padding: 20px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .tit {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .cn {
  font-size: 1.2rem;
  color: #696969;
  line-height: 25px;
}
.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 img {
  max-width: 100%;
}
.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 {
  border-top: 5px solid #cacaca;
  background: #262626;
}
.footer-wrap .fbox1 {
  padding: 50px 0;
}
.footer-wrap .fbox1 .prolist .tit {
  color: #fff;
  font-size: 1.8rem;
}
.footer-wrap .fbox1 .prolist .lbox {
  margin-top: 20px;
}
.footer-wrap .fbox1 .prolist .lbox .list {
  float: left;
  width: 50%;
}
.footer-wrap .fbox1 .prolist .lbox .list a {
  display: block;
  color: #eaeaea;
  font-size: 1.2rem;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}
.footer-wrap .fbox1 .cbox {
  border-left: 1px dashed #424242;
  border-right: 1px dashed #424242;
  padding-left: 80px;
}
.footer-wrap .fbox1 .cbox .tit {
  color: #e9e9e9;
  font-size: 1.8rem;
}
.footer-wrap .fbox1 .cbox .con {
  margin-top: 20px;
  color: #e9e9e9;
  font-size: 1.2rem;
  line-height: 30px;
  text-transform: uppercase;
}
.footer-wrap .fbox1 .cbox .name {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.footer-wrap .fbox1 .mapbox {
  padding-left: 80px;
}
.footer-wrap .fbox1 .mapbox .tit {
  color: #e9e9e9;
  font-size: 1.8rem;
}
.footer-wrap .fbox1 .mapbox .map {
  margin-top: 20px;
}
.footer-wrap .fbox1 .mapbox .map img {
  max-width: 100%;
}
.footer-wrap .fbox2 .copyright {
  border-top: 1px solid #393939;
  color: #eaeaea;
  font-size: 1.2rem;
  text-align: center;
  padding: 15px 0;
  line-height: 20px;
}
.footer-wrap .fbox2 .copyright a {
  color: #eaeaea;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #c1180e;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #b2150c;
}
.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: 12.5%;
    float: left;
  }
  .header-wrap .header {
    height: 120px;
  }
  .header-wrap .header .logo {
    line-height: 120px;
  }
  .searchbox-wrap .slt {
    float: left;
  }
  .searchbox-wrap .srt {
    margin-top: 0;
    float: right;
  }
  .content-wrap .advantage-wrap .advantage-con {
    padding: 40px 20px;
  }
  .content-wrap .advantage-wrap .advantage-con .alist .conbox {
    padding: 0 40px 0 20px;
  }
  .content-wrap .protd-wrap .protd-con .conbox {
    margin-top: 0;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist {
    position: absolute;
    top: 30px;
    left: 0;
    width: 400px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(2) {
    top: 120px;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(3) {
    top: 210px;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(4) {
    top: 300px;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(5) {
    left: auto;
    right: 0;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(5) .numbox {
    float: right;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(5) .con {
    float: left;
    text-align: right;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(6) {
    left: auto;
    right: 0;
    top: 120px;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(6) .numbox {
    float: right;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(6) .con {
    float: left;
    text-align: right;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(7) {
    left: auto;
    right: 0;
    top: 210px;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(7) .numbox {
    float: right;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(7) .con {
    float: left;
    text-align: right;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(8) {
    left: auto;
    right: 0;
    top: 300px;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(8) .numbox {
    float: right;
  }
  .content-wrap .protd-wrap .protd-con .conbox .clist:nth-child(8) .con {
    float: left;
    text-align: right;
  }
  .content-wrap .protd-wrap .protd-con .tdpicbox {
    margin-top: 100px;
  }
  .content-wrap .about-wrap .about-con .conbox {
    padding-left: 30px;
  }
  .content-wrap .about-wrap .about-con .conbox .titbox .tbox {
    float: left;
  }
  .content-wrap .about-wrap .about-con .conbox .titbox .stit {
    margin-top: 0;
    float: right;
  }
  .content-wrap .fifthScreen-wrap .fifthBox .news-wrap {
    padding-right: 20px;
    margin-bottom: 0;
  }
  .content-wrap .fifthScreen-wrap .fifthBox .contact-wrap {
    padding-left: 20px;
  }
  .content-wrap .contentbox .main-wrap {
    border: 1px solid #ddd;
  }
  .content-wrap .contentbox .main-wrap .news-con {
    padding: 20px;
  }
  .content-wrap .contentbox .main-wrap .product-con {
    padding: 20px;
  }
  .content-wrap .contentbox .main-wrap .product-details-con {
    padding: 20px;
  }
  .content-wrap .contentbox .main-wrap .news-details-con {
    padding: 20px;
  }
  .content-wrap .contentbox .main-wrap .about-con {
    padding: 20px;
  }
  .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%;
  }
  .footer-wrap .fbox2 .copyright .clt {
    float: left;
  }
  .footer-wrap .fbox2 .copyright .crt {
    float: right;
  }
}
@media (max-width: 990px) {
  .container-fluid {
    padding-left: .5em;
    padding-right: .5em;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
}
@media (max-width: 480px) {
  .header-wrap .header .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%;
  }
}
@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%;
  }
}
