/* CSS Document */
ol,
ul,
li,
dl,
dd,
p,
dt {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}
body {
  font-size: 12px;
  color: #333333;
  line-height: 25px;
  margin: 0 auto;
  -webkit-text-size-adjust: none;
  font-family: '微软雅黑';
}
input {
  font-family: '微软雅黑';
}
img {
  border: 0px;
}
i {
  font-family: '宋体';
  font-style: normal;
}
form {
  padding: 0px;
  margin: 0px;
}
a {
  text-decoration: none;
  color: #666666;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a:hover {
  color: #f47f1f;
}
input {
  outline: none;
}
textarea {
  outline: none;
}
.clear {
  clear: both;
}

.width {
  width: 1100px;
  margin: 0px auto;
  overflow: hidden;
}
.topbg {
  background: #f9f9f9;
  height: 40px;
  line-height: 40px;
  min-width: 1100px;
}
.cn {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  width: 90px;
  text-align: center;
  float: left;
}
.fx {
  float: right;
  border-right: 1px solid #e8e8e8;
}
.fx a {
  border-left: 1px solid #e8e8e8;
  display: block;
  float: left;
  height: 34px;
  padding: 0px 10px;
  padding-top: 6px;
}
.fx a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.seabox {
  width: 246px;
  height: 30px;
  float: right;
  overflow: hidden;
  margin-top: 3px;
  margin-right: 10px;
  position: relative;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  line-height: 30px;
}
.seabox input {
  width: 190px;
  height: 30px;
  margin-left: 5px;
  background: none;
  border: none;
  color: #999999;
}
.seaanniu {
  position: absolute;
  right: 15px;
  top: 1px;
  cursor: pointer;
}
/*logo菜单*/
.lmbox {
  width: 1100px;
  margin: 0px auto;
  height: 80px;
}
.logo {
  float: left;
  padding-top: 10px;
}
.menu {
  float: right;
}
.menu ul {
}
.menu li {
  float: left;
  height: 77px;
  line-height: 77px;
  font-size: 14px;
}
.menu li a {
  display: block;
  float: left;
  padding: 0px 8px;
}
.menu li a:hover {
  background: #f9f9f9;
  border-bottom: 3px solid #870600;
  color: #870600;
}

.en_nav {
  height: 80px;
  float: right;
}
.en_nav ul {
}
.en_nav ul,
.en_nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.en_nav li.en_navli {
  float: left;
  position: relative;
  z-index: 99999;
}
.en_lia {
  display: block;
  color: #666666;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
.en_navli .span {
  display: block;
  height: 77px;
  line-height: 77px;
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
}
.inspan {
  background: #f9f9f9;
  border-bottom: 3px solid #870600;
  color: #870600;
  padding: 0px 8px;
}

.en_adiv {
  display: none; /*弹出层默认隐藏*/
  z-index: 99999999;
}
.innavli .en_adiv {
  background: #ffffff;
  width: 140px;
  color: #fff;
  position: absolute;
  display: block; /*弹出层显示*/
  padding: 8px 0;
  z-index: 99999999;
}
.en_adiv li {
  text-align: left;
  border-bottom: 1px dotted #ccc;
  margin: 0px 8px;
  z-index: 99999999;
}
.en_adiv li a {
  color: #999999;
  font-size: 12px;
  line-height: 28px;
  z-index: 99999999;
  background: url(../img/m06.png) no-repeat 10px center;
  padding-left: 25px;
}
.en_adiv li a:hover {
  color: #870600;
  background: url(../img/m07.png) no-repeat 10px center;
}

.innavli .enadiv01 {
  width: 260px;
}

/*banner*/
.slide-main {
  height: 387px;
  position: relative;
}

.prev,
.next {
  display: block;
  width: 30px;
  height: 60px;
  position: absolute;
  z-index: 222;
  top: 150px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  _border: 1px solid none;
}
.prev {
  left: 70px;
}
.next {
  right: 70px;
}
.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
}

.item {
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 124;
  top: 350px;
  left: 0;
  text-align: center;
}
.item a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border: 3px solid #fff;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.item a.cur {
  background: #fff;
}

.slide-box,
.slide {
  display: block;
  width: 100%;
  height: 387px;
  overflow: hidden;
  min-width: 1100px;
}
.slide-box {
  position: relative;
}
.slide {
  display: none;
  height: 387px;
  padding-top: 89px;
  background: #ff6900;
  position: relative;
  position: absolute;
  z-index: 8;
}

#bgstylea {
  background: url(../img/banner.jpg) no-repeat center top;
}
#bgstyleb {
  background: #193d85;
}
#bgstylec {
  background: #000;
}

/*产品类*/
.cplist {
  width: 1100px;
  margin: 0px auto;
  overflow: hidden;
  padding-top: 40px;
}
.cplist ul {
}
.cplist li {
  width: 220px;
  text-align: center;
  float: left;
  font-size: 17px;
  font-weight: bold;
  color: #666666;
}
.cplist li a {
  padding-top: 105px;
  display: block;
}
.cplist li a:hover {
  color: #f47f1f;
}
.cplist li.c01 a {
  background: url(../img/c01.png) no-repeat center top;
}
.cplist li.c01 a:hover {
  background: url(../img/c01_1.png) no-repeat center top;
}
.cplist li.c02 a {
  background: url(../img/c02.png) no-repeat center top;
}
.cplist li.c02 a:hover {
  background: url(../img/c02_1.png) no-repeat center top;
}
.cplist li.c03 a {
  background: url(../img/c03.png) no-repeat center top;
}
.cplist li.c03 a:hover {
  background: url(../img/c03_1.png) no-repeat center top;
}
.cplist li.c04 a {
  background: url(../img/c04.png) no-repeat center top;
}
.cplist li.c04 a:hover {
  background: url(../img/c04_1.png) no-repeat center top;
}
.cplist li.c05 a {
  background: url(../img/c05.png) no-repeat center top;
}
.cplist li.c05 a:hover {
  background: url(../img/c05_1.png) no-repeat center top;
}

/*内容*/
.nrbg {
  background: #f9f9f9;
  min-width: 1100px;
  padding: 40px 0px;
  margin-top: 40px;
}
.newbox {
  width: 363px;
  float: left;
  overflow: hidden;
  margin-right: 50px;
}
.n_title {
  border-bottom: 1px solid #797979;
  font-size: 17px;
  color: #333333;
  padding-bottom: 10px;
}
.n_title span {
  float: right;
  font-size: 12px;
}
.xwlist {
}
.xwlist ul {
}
.xwlist li {
  padding-top: 20px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
}
.newimg {
  float: left;
  width: 115px;
  height: 59px;
  padding: 1px;
  border: 1px solid #eaeaea;
  background: #fff;
}
.newfont {
  width: 230px;
  float: right;
}
.newfont span {
  color: #f47f1f;
}
.newfont h2 {
  font-weight: bold;
}

.dtlist {
}
.dtlist ul {
}
.dtlist li {
  line-height: 35px;
  border-bottom: 1px dotted #999999;
  background: url(../img/icon05.gif) no-repeat center left;
  padding-left: 10px;
}
.dtlist li span {
  float: right;
  color: #999999;
}
.dtlist li a {
  display: block;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.videobox {
  width: 274px;
  float: right;
  overflow: hidden;
}
.video {
  height: 167px;
  padding-top: 15px;
}
.video iframe {
  height: 100% !important;
}
.videotelbg {
  background: #f47f1f;
  height: 50px;
  margin-top: 20px;
}
.tel {
  background: url(../img/tel.png) no-repeat left center;
  padding-left: 45px;
  color: #fff;
  line-height: 18px;
  padding-top: 6px;
  margin-left: 10px;
}
.tel span {
  font-size: 20px;
}

.yqt {
  float: left;
  height: 45px;
  line-height: 45px;
  color: #3a7bcb;
  padding: 20px 0px;
}
.yqlist {
  margin-left: 80px;
  padding: 20px 0px;
}
.yqlist ul {
  margin: 0 -5px;
}
.yqlist li {
  width: 12.5%;
  float: left;
  padding: 10px 5px;
  box-sizing: border-box;
}
.yqlist li a {
  height: 43px;
  border: 1px solid #e6e6e6;
  display: block;
}

.yqlist li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*友情链接*/
.copybg {
  background: #dfdfdf;
  padding: 30px 0px;
  min-width: 1100px;
  overflow: hidden;
  margin-top: 20px;
  clear: both;
}
.copyf {
  color: #666666;
  font-size: 14px;
  float: left;
}
.copyf span {
  font-size: 17px;
  color: #333333;
  display: block;
  padding-bottom: 10px;
}

.ewm {
  float: right;
  width: 99px;
  text-align: center;
}
.ewm span {
  display: block;
}

/*关于我们*/
.banner01 {
  background: url(../img/b01.jpg) no-repeat center;
  height: 238px;
  clear: both;
}
.banner02 {
  background: url(../img/b02.jpg) no-repeat center;
  height: 238px;
  clear: both;
}
.banner03 {
  background: url(../img/b03.jpg) no-repeat center;
  height: 238px;
  clear: both;
}
.banner04 {
  background: url(../img/b04.jpg) no-repeat center;
  height: 238px;
  clear: both;
}
.banner05 {
  background: url(../img/b05.jpg) no-repeat center;
  height: 238px;
  clear: both;
}
.banner06 {
  background: url(../img/b06.jpg) no-repeat center;
  height: 238px;
  clear: both;
}
.banner07 {
  background: url(../img/b07.jpg) no-repeat center;
  height: 238px;
  clear: both;
}
.banner08 {
  background: url(../img/b08.jpg) no-repeat center;
  height: 238px;
  clear: both;
}
.banner09 {
  background: url(../img/b09.jpg) no-repeat center;
  height: 238px;
  clear: both;
}
.menubox {
  width: 232px;
  overflow: hidden;
  margin-top: 30px;
  float: left;
}

.menutitle {
  background: url(../img/m01.gif) no-repeat 11px center #f47f1f;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
}
.menulist {
  border: 1px solid #cdcdcd;
  border-top-style: none;
  background: #f6f6f6;
  border-bottom-style: none;
}
.menulist ul {
}
.menulist li {
  font-size: 14px;
  border-bottom: 1px solid #c7c7c7;
  line-height: 41px;
}
.menulist li.jishu.active {
  padding-bottom: 10px;
}
.menulist li.jishu > a {
  font-weight: bold;
}
.menulist li > a {
  display: block;
  line-height: 42px;
  background: url(../img/m02.png) no-repeat 11px center;
  padding-left: 25px;
}
.menulist li > a:hover {
  background: url(../img/m03.png) no-repeat 11px center #9b9b9b;
  color: #fff;
}
#menulist {
  background: url(../img/m03.png) no-repeat 11px center #9b9b9b;
  color: #fff;
  border-bottom-style: none;
}

.subNav {
  cursor: pointer;
  font-size: 12px;
  line-height: 36px;
  border-bottom: 1px dotted #9b9b9b;
  border-bottom: 1px dotted #9b9b9b;
  margin: 0px 25px;
  padding-left: 10px;
  background: url(../img/icon17.gif) no-repeat left center;
}

.subNav1 {
  cursor: pointer;
  font-size: 12px;
  line-height: 36px;
  border-bottom: 1px dotted #9b9b9b;
  border-bottom: 1px dotted #9b9b9b;
  margin: 0px 25px;
  padding-left: 10px;
  background: url(../img/icon17.gif) no-repeat left center;
}
.subNav1.on {
  background: url(../img/icon16.gif) no-repeat left center;
}
.subNav1.on a {
  color: #f47f1f;
}
.subNav1:last-child {
  border: none;
}

.subNav:hover {
  color: #f47f1f;
  background: url(../img/icon16.gif) no-repeat left center;
  padding-left: 10px;
}

#subNav {
  color: #f47f1f;
  background: url(/img/icon16.gif) no-repeat left center;
  padding-left: 10px;
}

.currentDd {
  color: #f47f1f;
  border-bottom-style: none;
  background: url(../img/icon16.gif) no-repeat left center;
  padding-left: 10px;
}
.currentDt {
  background: url(../img/icon16.gif) no-repeat left center;
  padding-left: 10px;
}
.navContent {
  display: none;
  background: #fff;
}
.navContent li {
  border-bottom-style: none;
  padding-left: 10px;
}
.navContent li a {
  display: block;
  heighr: 28px;
  font-size: 12px;
  line-height: 28px;
  color: #666;
  border-bottom-style: none;
  background: none;
}
.navContent li a:hover {
  color: #f47f1f;
  background: none;
  border-bottom-style: none;
}
#navContent {
  color: #f47f1f;
}

.r_box {
  width: 850px;
  float: right;
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 50px;
}
.r_t_box {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.r_t_t {
  background: url(../img/m04.gif) no-repeat left center;
  padding-left: 10px;
  color: #f47f1f;
  font-size: 15px;
  float: left;
}
.r_mbx {
  float: right;
  color: #999999;
}
.r_mbx a {
  color: #999999;
}
.r_mbx i {
  padding: 0px 5px;
  color: #999999;
}
.Gy_f {
  line-height: 28px;
  color: #666666;
  padding-top: 30px;
  font-size: 14px;
}
.Gy_f h1 {
  font-size: 24px;
  color: #4d4852;
}
.Gy_f h2 {
  font-size: 17px;
  color: #f47f1f;
  font-weight: bold;
  padding: 20px 0px;
}
.Gy_f h3 {
  font-size: 13px;
  color: #4d4852;
  padding-top: 5px;
}
.Gy_f span {
}
.Gy_f iframe {
  width: 100%;
  height: 400px;
}
.Gy_img {
  padding-top: 30px;
}

.rylist {
  width: 910px;
}
.rylist ul {
}
.rylist li {
  float: left;
  border-bottom: 1px dotted #d3d3d3;
  width: 198px;
  margin-right: 60px;
  padding-bottom: 30px;
  margin-top: 30px;
}
.ryimg {
  background: url(../img/z01.gif) no-repeat;
  width: 198px;
  height: 203px;
  text-align: center;
  padding-top: 15px;
  float: left;
  margin-left: 40px;
}
.ryfont {
  float: right;
  width: 120px;
  font-size: 14px;
  color: #333333;
  background: url(../img/z02.gif) no-repeat top left;
  padding-top: 20px;
  margin-top: 50px;
}
.ryfont span {
  display: block;
  color: #999999;
}

/*新闻*/
.nimg {
  float: left;
  padding-top: 20px;
}
.nfont {
  float: right;
  width: 620px;
  padding-top: 20px;
}
.nfont h2 {
  font-size: 14px;
  font-weight: bold;
}
.nfont div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nfont span {
  display: block;
  background: url(/img/icon06.png) no-repeat left center;
  padding-left: 30px;
  color: #c2c2c2;
  margin-top: 30px;
}

.newlist {
}
.newlist ul {
}
.newlist li {
  margin-top: 20px;
}
.newlist li a {
  border: 1px solid #e5e5e5;
  height: 114px;
  display: block;
}
.newlist li a:hover {
  background: #f47f1f;
  border: 1px solid #f47f1f;
  display: block;
  color: #fff;
}
.newtime {
  width: 120px;
  text-align: center;
  height: 60px;
  border-right: 1px solid #e5e5e5;
  margin-top: 20px;
  color: #c3c3c3;
  font-size: 18px;
  font-family: arial;
  padding-top: 12px;
  float: left;
}
.newtime span {
  display: block;
  color: #666666;
  font-size: 30px;
}
.newsfont {
  float: right;
  width: 700px;
  padding-top: 12px;
}
.newsfont div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsfont h2 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #333;
}
.newlist li a:hover .newtime {
  color: #fff;
}
.newlist li a:hover .newtime span {
  color: #fff;
}
.newlist li a:hover .newsfont h2 {
  color: #fff;
}

.page {
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-top: 20px;
}
.page a {
  border: 1px solid #dfdfdf;
  padding: 5px 10px;
  color: #333;
}
.page a:hover {
  background: #f47f1f;
  border: 1px solid #f47f1f;
  color: #fff;
}

.newtitle {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 30px;
  padding-bottom: 10px;
}
.newtitle span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}
.line {
  border-bottom: 1px solid #e3e3e3;
  margin: 20px 0px;
}

.sx {
  float: left;
}
.sx a {
  display: block;
}

/*产品*/

.cpbg {
  background: url(../img/cpbg.gif) repeat-y;
  overflow: hidden;
  margin: 30px 0px;
}
.cpleft {
  width: 327px;
  float: left;
  overflow: hidden;
}
.cpright {
  width: 327px;
  float: right;
  overflow: hidden;
}
.cpflb {
  background: url(../img/icon07.png) no-repeat 40px center #f47f1f;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  height: 110px;
  line-height: 110px;
  padding-left: 120px;
}
.cpflb01 {
  background: url(../img/icon08.png) no-repeat 40px center #006cff;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  height: 110px;
  line-height: 110px;
  padding-left: 120px;
}
.cpflb a {
  color: #fff;
  display: block;
}
.cpflb01 a {
  color: #fff;
  display: block;
}

.menu01 {
  width: 327px;
  overflow: hidden;
}
.menu01 li {
  background: url(../img/c06.gif) no-repeat left 20px;
  padding-left: 10px;
  border-bottom: 1px dotted #999999;
}
.menu01 li a {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  width: 327px;
  display: block;
}

.menu01 li ul {
  background: #fff;
  font-size: 12px;
  padding-bottom: 10px;
}
.menu01 li ul li {
  border-bottom-style: none;
  background: url(../img/c07.png) no-repeat left center;
}
.menu01 li ul li a {
  background: none;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  color: #666666;
}

.subNav01 {
  cursor: pointer;
  font-size: 12px;
  line-height: 36px;
  border-bottom: 1px dotted #9b9b9b;
  border-bottom: 1px dotted #9b9b9b;
  padding-left: 10px;
  background: url(../img/c06.gif) no-repeat left center;
  font-size: 15px;
  font-weight: bold;
}
.subNav01:hover {
}
.currentDd01 {
  color: #f47f1f;
  border-bottom-style: none;
  padding-left: 10px;
  background: url(../img/c06_1.gif) no-repeat left center;
}
.currentDt01 {
  padding-left: 10px;
}
.navContent01 {
  display: none;
  background: #fff;
}
.navContent01 li {
  border-bottom-style: none;
  background: url(../img/c07.png) no-repeat left center;
  padding-left: 10px;
  margin-left: 10px;
}
.navContent01 li a {
  display: block;
  heighr: 28px;
  font-size: 12px;
  line-height: 28px;
  color: #666;
  border-bottom-style: none;
}
.navContent01 li a:hover {
  color: #f47f1f;
  background: none;
  border-bottom-style: none;
}

.chanpinlist {
  width: 870px;
  overflow: hidden;
}
.chanpinlist ul {
}
.chanpinlist li {
  width: 413px;
  height: 225px;
  border: 1px solid #eaeaea;
  float: left;
  margin-right: 20px;
  margin-top: 30px;
  overflow: hidden;
}
.cpimg {
  float: left;
  padding-top: 20px;
}
.cpfont {
  float: right;
  width: 230px;
  padding-left: 20px;
  padding-top: 40px;
  line-height: 24px;
}
.cpfont h2 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  height: 24px;
  overflow: hidden;
}
.cpfont span {
  display: block;
  width: 105px;
  height: 38px;
  border: 1px solid #eaeaea;
  text-align: center;
  line-height: 38px;
  margin-top: 20px;
}
.cpfont a {
  display: block;
}
.cpfont:hover span {
  background: #f47f1f;
  border: 1px solid #f47f1f;
  color: #fff;
}
.cpfont:hover h2 {
  color: #f47f1f;
}
.cpfont .cpjj {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cpnrimg {
  float: left;
  width: 340px;
  text-align: center;
  padding-top: 30px;
}
.cpnrfont {
  width: 500px;
  float: right;
  padding-top: 50px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.cpnrfont span {
  background: #f6f6f6;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
}
.cpnrfont span a {
  color: #f47f1f;
  display: block;
}

.ChanPin_Fb {
  background: #f6f6f6;
  height: 60px;
  border: 1px solid #dddddd;
  width: 848px;
  margin: 0px auto;
  margin-top: 20px;
}
.ChanPinfdj {
  float: left;
  background: url(../img/fdj.png) no-repeat 10px #fcfcfc;
  border: 1px solid #cdcdcd;
  width: 83px;
  height: 45px;
  line-height: 45px;
  padding-left: 45px;
  color: #333;
  margin-top: 6px;
  margin-left: 9px;
}
.ChanPinFD_Img {
  float: left;
  width: 650px;
  padding-left: 20px;
  padding-top: 6px;
  margin-right: 10px;
}
.ChanPinFD_Img img {
  width: 45px;
  height: 45px;
  border: 1px solid #cdcdcd;
  margin-right: 5px;
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 9999;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 50px;
  height: 50px;
  background: url(../img/fancy_closebox.png) no-repeat;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

.fancybox-title-inside {
  font-size: 20px;
  line-height: 36px;
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

#fancybox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Arial;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-over {
  color: #fff;
  text-align: center;
}

#fancybox-title-over {
  padding: 5px;
  /*background-image: url('images/fancy_title_over.png');*/
  background-image: url('../images/fancy_title_over.png');
  display: block;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

.w620 {
  clear: both;
  width: 850px;
  margin: 0px auto;
  margin-top: 20px; /*这里调整整个滑动门的宽度*/
}
/* TAB 切换效果 */
.tb_ {
  background: url(../img/c12.gif) no-repeat;
  width: 850px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-family: '微软雅黑';
}
.tb_ ul {
  height: 36px;
}
.tb_ li {
  float: left;
  height: 36px;
  width: 95px;
  padding-left: 12px;
  cursor: pointer;
  display: inline;
}
/* 用于控制显示与隐藏的css类   */
.normaltab {
  color: #333333;
}
.hovertab {
  background: url(../img/c14.gif) no-repeat;
  color: #f47f1f;
}
.dis {
  display: block;
}
.undis {
  display: none;
}

.N_b {
  width: 723px;
  margin-top: 20px;
  float: left;
}
.N_b ul {
}
.N_b li {
  height: 30px;
  line-height: 30px;
  margin-bottom: 1px;
  background: #ececec;
  font-size: 14px;
}
.N_b li span {
  background: #c9c9c9;
  border-right: 1px solid #fff;
  width: 91px;
  text-align: center;
  height: 30px;
  display: block;
  float: left;
  color: #fff;
  margin-right: 15px;
}
.Fh {
  background: url(../img/icon15.png) no-repeat 27px center #ececec;
  width: 56px;
  line-height: 61px;
  height: 61px;
  margin-top: 20px;
  padding-left: 70px;
  float: right;
  font-size: 14px;
}

.XgxmT {
  background: #c9c9c9;
  height: 35px;
  line-height: 35px;
  padding-left: 18px;
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
}

.XgxmList {
  width: 865px;
}
.XgxmList ul {
  overflow: hidden;
  margin-top: 15px;
}
.XgxmList li {
  float: left;
  border: 1px solid #e0e0e0;
  margin-right: 14px;
  width: 200px;
  height: 200px;
}

/*解决方案*/
.fanganlist {
}
.fanganlist ul {
}
.fanganlist li {
  border-bottom: 1px dotted #c2c2c2;
  overflow: hidden;
  padding-bottom: 20px;
  margin-top: 20px;
}
.fanganimg {
  float: left;
}
.fanganfont {
  float: right;
  width: 590px;
  line-height: 20px;
}
.fanganfont h1 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
}
.fanganfont h2 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
}
.fanganfont div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.fanganfont span {
  display: block;
  width: 87px;
  height: 31px;
  border: 1px solid #e3e3e3;
  text-align: center;
  line-height: 31px;
  margin-top: 30px;
}
.fanganfont a {
  display: block;
}
.fanganfont a:hover h2 {
  color: #f47f1f;
}
.fanganfont a:hover h1 {
  color: #f47f1f;
}
.fanganfont a:hover span {
  border: 1px solid #f47f1f;
  background: #f47f1f;
  color: #fff;
}

/*技术应用*/
.jsyylist {
}
.jsyylist ul {
}
.jsyylist li {
  border-bottom: 1px dotted #c2c2c2;
  overflow: hidden;
  padding-bottom: 20px;
  margin-top: 20px;
  line-height: 20px;
}
.jsyylist a {
  display: block;
}
.jsyylist h2 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
}
.jsyylist div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.jsyylist span {
  display: block;
  width: 87px;
  height: 31px;
  border: 1px solid #e3e3e3;
  text-align: center;
  line-height: 31px;
  margin-top: 10px;
}
.jsyylist a:hover h2 {
  color: #f47f1f;
}
.jsyylist a:hover span {
  border: 1px solid #f47f1f;
  background: #f47f1f;
  color: #fff;
}
.down {
  background: url(../img/icon09.gif) no-repeat left center;
  padding-left: 40px;
  height: 32px;
  line-height: 32px;
  font-size: 17px;
  color: #fe0000;
  font-weight: bold;
  margin-top: 30px;
}
.down a {
  color: #fe0000;
}

/*技术支持*/
.jszc {
  line-height: 28px;
  padding-top: 20px;
  color: #666666;
  font-size: 14px;
}
.jszc h2 {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 10px;
}

/*备件耗材*/
.bjbg {
  background: url(../img/hcbg.gif) repeat-x top #f47f1f;
  height: 644px;
  margin-top: 30px;
}

.hc {
  padding: 30px 20px 0px 20px;
  line-height: 28px;
  color: #fef1eb;
  font-size: 14px;
}
.hc01 {
  height: 80px;
  overflow: hidden;
}
.hc01 h2 {
  font-weight: bold;
  font-size: 17px;
  color: #fff;
}
.more {
  color: #fff;
  border: 1px solid #fff;
  width: 100px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  margin-top: 10px;
  cursor: pointer;
}
.more a {
  color: #fff;
}
.more a:hover {
  color: #fff;
}

.hclist {
  border-top: 1px dotted #fff;
  height: auto;
  overflow-y: scroll;
  padding-top: 30px;
  display: none;
  background: #f47f1f;
}
.hclist ul {
}
.hclist li {
  width: 188px;
  padding: 0px;
  border: 0px;
  padding-left: 20px;
  float: left;
  border-bottom: 1px dotted #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hclist div {
  color: #fff;
}
.hclist div h2 {
  font-size: 14px;
  font-weight: bold;
}

.fwlist {
}
.fwlist > ul {
}
.fwlist > ul > li {
  border: 1px solid #eaeaea;
  margin-top: 30px;
  padding: 20px;
  font-size: 14px;
  line-height: 28px;
}
.fwlist > ul > li:hover {
  background: #f47f1f;
  border: 1px solid #f47f1f;
  color: #fff;
  cursor: pointer;
}

.fwlist > ul > li:hover .fw {
  color: #fff;
}
.fwlist > ul > li:hover .more01 {
  color: #fff;
}
.fwlist > ul > li:hover .more01 a {
  color: #fff;
}
.fwlist > ul > li.on {
  background: #f47f1f;
  border: 1px solid #f47f1f;
  color: #fff;
  cursor: pointer;
}
.fwlist > ul > li.on .fw {
  color: #fff;
}
.fwlist > ul > li.on .more01 {
  color: #fff;
}
.fwlist > ul > li.on .more01 a {
  color: #fff;
}
.fw {
  color: #666;
}
.fw01 {
  height: 80px;
  overflow: hidden;
}
.fw01 h2 {
  font-weight: bold;
  font-size: 17px;
}
.more01 {
  color: #999999;
  border: 1px solid #e3e3e3;
  width: 100px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  margin-top: 10px;
  cursor: pointer;
}
.more01 a {
  color: #999999;
}
#fwlist {
  background: #f47f1f;
  color: #fff;
  padding: 0px;
}

/*案例*/
#gdqe {
  width: 850px;
  height: 134px;
  overflow: hidden;
  float: left;
  margin-top: 20px;
}
#gdqe div {
  width: 50000px;
}
#gdqe li {
  width: 216px;
  height: 134px;
  float: left;
}
#gdqe dd a {
  color: #000;
  text-decoration: none;
  text-align: center;
  display: inline;
}
.ProductsBgBox {
  width: 850px;
  height: 134px;
  position: relative;
}
#upimgpe {
  position: absolute;
  top: 55px;
  left: 0px;
  z-index: 999;
}
#upimgpe:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: pointer;
}
#downimgpe {
  position: absolute;
  top: 55px;
  right: 0px;
  z-index: 999;
}
#downimgpe:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: pointer;
}

/*联系我们*/
.lxfont {
  line-height: 30px;
  color: #333333;
  font-size: 14px;
  padding-top: 30px;
}
.lxfont h2 {
  font-size: 17px;
  color: #333333;
  font-weight: bold;
}
.lxfont span {
  float: left;
  padding-top: 0px;
  padding-right: 10px;
}

.lxfb {
  width: 360px;
  float: left;
  font-size: 14px;
  min-height: 180px;
}
.lxfb01 {
  width: 490px;
  float: left;
  font-size: 14px;
  min-height: 180px;
}
.lxt {
  border-bottom: 1px solid #e3e3e3;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  font-weight: bold;
}
.lxt span {
  border-bottom: 1px solid #f47f1f;
  line-height: 30px;
  display: block;
  float: left;
}
.lxf {
  line-height: 28px;
  padding-top: 10px;
  float: left;
  padding-right: 50px;
}
/*产品中弹出框*/
.xjwidth {
  width: 870px;
  border: 10px solid #2f2f2f;
  padding: 0px 30px 80px 30px;
}

.xjt {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  padding-top: 20px;
}

.xjfx {
  height: 30px;
  line-height: 30px;
  padding-right: 100px;
  float: left;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}

.xjinput {
  width: 94px;
  height: 30px;
  float: left;
  overflow: hidden;
  margin-top: 20px;
  margin-right: 10px;
}

.xjinput input {
  width: 90px;
  height: 26px;
  border: 1px solid #9b9b9b;
}

.txxxbox {
  width: 520px;
  margin: 0px auto;
  overflow: hidden;
}

.txxxf {
  width: 110px;
  text-align: right;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  float: left;
}

.txxxf span {
  color: #f00;
  padding-right: 5px;
}

.txxxinput {
  width: 280px;
  height: 30px;
  float: left;
  margin-top: 20px;
}

.txxxinput input {
  width: 280px;
  height: 26px;
  border: 1px solid #9b9b9b;
}

.txxxinput01 {
  width: 150px;
  height: 60px;
  float: left;
  margin-top: 20px;
}

.txxxinput01 input {
  width: 150px;
  height: 26px;
  border: 1px solid #9b9b9b;
}

.txxxtextarea {
  width: 407px;
  height: 162px;
  float: left;
  margin-top: 20px;
}

.txxxtextarea textarea {
  width: 400px;
  height: 128px;
  border: 1px solid #9b9b9b;
}

.yzm {
  padding-top: 20px;
  padding-left: 20px;
  float: left;
}

.yzm a {
  color: #f00;
}

.anniu {
  text-align: center;
  /*margin-top: 30px;*/
}

.anniu a {
  background: #ff8a00;
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  margin: 0px 5px;
}

.anniu a.a01 {
  border: 1px solid #9b9b9b;
  background: #eeeeee;
  color: #333;
}

/*错误信息样式*/
.has-error {
  color: #ec6102;
}

span.has-error {
  display: block;
  /*padding-top: 5px;*/
  padding-left: 1em;
  font-size: 12px;
}

.sub_fw_title {
  text-align: center;
  font-size: 22px;
  color: #333333;
  text-align: center;
  padding-top: 50px;
}
.ProductsBgBox {
  min-height: 190px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
#gdqe1 {
  width: 880px;
  min-height: 190px;
  overflow: hidden;
}
#gdqe1 div {
  width: 50000px;
}
#gdqe1 li {
  width: 223px;
  min-height: 190px;
  float: left;
  text-align: center;
}
#gdqe1 li span {
  border: 1px solid #f4f4f4;
  width: 210px;
  height: 145px;
  display: block;
}
#gdqe1 li div {
  width: 210px;
  text-align: center;
  line-height: 18px;
  padding-top: 10px;
}
#upimgpe1 {
  position: absolute;
  left: 0px;
  top: 40px;
  background: url(/ximg/icon14.png) no-repeat;
  width: 30px;
  height: 65px;
  text-indent: 9999em;
  cursor: pointer;
}
#upimgpe1:hover {
  background: url(/ximg/icon14_1.png) no-repeat;
}
#downimgpe1 {
  position: absolute;
  right: 0px;
  top: 40px;
  background: url(/ximg/icon15.png) no-repeat;
  width: 30px;
  height: 65px;
  text-indent: 9999em;
  cursor: pointer;
}
#downimgpe1:hover {
  background: url(/ximg/icon15_1.png) no-repeat;
}

.sub_right {
  padding-bottom: 20px;
}
.sub_right table {
  width: 100% !important;
  border-collapse: collapse;
}
.sub_r_title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-top: 55px;
}
.sub_r_title:after {
  content: '';
  background: #da0000;
  height: 20px;
  width: 4px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.sub_r_title span {
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #999999;
}
.sub_r_title span a {
  color: #999999;
}

.sub_fw_table {
  background: #f4f4f4;
  margin-top: 30px;
  line-height: 24px;
  border-collapse: collapse;
  width: 100% !important;
}
.sub_fw_table td {
  border: 1px solid #e0e0e0;
  padding: 8px 10px;
  border-collapse: collapse;
}
.sub_fw_table_tr {
  color: #da0000;
}
.sub_fw_table a:hover {
  color: #da0000;
  text-decoration: underline;
}
.sub_fw_zk {
  color: #da0000;
}

.lxbox2 {
  padding: 20px 0;
  padding-top: 30px;
  font-size: 14px;
}
.lxbox2 h2 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 1;
  padding-bottom: 10px;
}
.lxbox3,
.lxbox3 * {
  box-sizing: border-box;
}
.lxbox3 {
  padding-top: 40px;
  font-size: 14px;
}
.lxbox3:after {
  display: block;
  content: '';
  clear: both;
}
.lxbox3 ul {
  width: 50%;
  float: left;
  height: 160px;
}
.lxbox3 b {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #f47f1f;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.lxbox3 ul > li:first-child {
  border-bottom: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}

.njj {
  padding: 20px 0;
}
.njj a {
  color: #333;
}
.njj:after {
  content: '';
  display: block;
  clear: both;
}
.njj img {
  float: left;
  width: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
  height: auto;
}
