.bgFull {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/backgroundsize.min.htc);
  behavior: url(css/backgroundsize.min.htc);
}
.vcenter {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.block {
  display: block;
  position: relative;
}
.centerBlock {
  margin-left: auto;
  margin-right: auto;
}
.clearfix {
  clear: both;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  border: none;
  outline: none;
  border: 1px solid red;
}
.slick-prev {
  left: 30px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 30px;
}
.slick-next {
  right: 30px;
}
[dir="rtl"] .slick-next {
  left: 30px;
  right: auto;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #ccc;
  border-radius: 0px;
}
.slick-dots li.slick-active button {
  background: #333;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  overflow-x: hidden;
}
.t2 {
  text-indent: 2em;
}
/*图片居中*/
.jzimg {
  display: table-cell;
  *display: block;
  overflow: hidden;
  font: 0px/0px 'Arial';
  text-align: center;
  vertical-align: middle;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
.lxmimg {
  display: block;
  text-align: center;
}
.lxmimg img {
  max-height: 100%;
  max-width: 100%;
}
.lxmimg i {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/*
--------------------------------------------
首页样式 
--------------------------------------------
*/
.banner {
  width: 100%;
  background: #f7f7f7;
  position: relative;
  height: 559px;
  z-index: 1;
}
.banner ul {
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  position: relative;
}
.banner ul li {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 559px;
  display: none;
}
.banner ul li:first-child {
  display: block;
}
.banner a.prev,
.banner a.next {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -25px;
}
.banner a.prev {
  background: url(../images/prev.png) no-repeat left;
  left: 6%;
}
.banner a.next {
  background: url(../images/next.png) no-repeat right;
  right: 6%;
}
.con-div {
  position: relative;
  z-index: 2;
}
.con-div .con-div-span {
  position: absolute;
  top: -20px;
  left: 0;
  background: #fd6c71;
  height: 263px;
  width: 300px;
}
.con-div ul {
  position: relative;
  z-index: 2;
}
.con-div li {
  margin-top: -20px;
  width: 25%;
  float: left;
  padding: 50px 28px 0;
  height: 263px;
  text-align: center;
}
.con-div li .bt {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/ico01.jpg) no-repeat center bottom;
  padding-bottom: 28px;
}
.con-div li p {
  margin-top: 28px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.con-div li .more {
  margin-top: 6px;
  border: 1px solid #dbdbdb;
  height: 28px;
  line-height: 26px;
  padding: 0 16px;
  font-family: arial;
  display: inline-block;
}
.con-div li:hover .bt {
  color: #FFFFFF;
  background: url(../images/ico02.jpg) no-repeat center bottom;
}
.con-div li:hover p {
  color: #FFFFFF;
}
.con-div li:hover .more {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.con-div li.cur2 .bt {
  color: #FFFFFF;
  background: url(../images/ico02.jpg) no-repeat center bottom;
}
.con-div li.cur2 p {
  color: #FFFFFF;
}
.con-div li.cur2 .more {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.con-div li.cur {
  background: #5e8af7;
  height: 243px;
  margin-top: 0;
  padding-top: 30px;
}
.con-div li.cur .bt {
  color: #FFFFFF;
  background: url(../images/ico02.jpg) no-repeat center bottom;
}
.con-div li.cur p {
  color: #FFFFFF;
}
.con-div li.cur .more {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.con-pro {
  margin-top: 50px;
}
.con-pro .img01 {
  display: block;
  float: left;
  width: 600px;
  height: 403px;
  position: relative;
}
.con-pro .img01 img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.con-pro .text {
  width: 600px;
  float: right;
  padding: 75px 0 0 48px;
}
.con-pro .text .bt {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/ico03.jpg) no-repeat left bottom;
  padding-bottom: 20px;
}
.con-pro .text p {
  margin-top: 20px;
  line-height: 28px;
  height: 112px;
  overflow: hidden;
}
.con-pro .text .more {
  float: right;
  margin-top: 40px;
  border: 1px solid #dbdbdb;
  height: 28px;
  line-height: 26px;
  padding: 0 16px;
  font-family: arial;
  display: inline-block;
}
.con-pro2 {
  margin-top: 10px;
  margin-bottom: 35px;
}
.con-pro2 ul {
  margin-left: 1px;
}
.con-pro2 ul li {
  float: left;
  width: 25%;
  height: 202px;
  border: 1px solid #e0e0e0;
  text-align: center;
  padding-top: 15px;
  position: relative;
  margin-left: -1px;
}
.con-pro2 ul li p {
  color: #363636;
  font-size: 18px;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.con-pro2 ul li span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  color: #999999;
  line-height: 28px;
}
.con-pro2 ul li em {
  margin-top: 7px;
  display: block;
  width: 298px;
  height: 122px;
  position: relative;
}
.con-pro2 ul li em img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.con-pro2 ul li a {
  transition: All .8s ease;
  -webkit-transition: All .8s ease;
  -moz-transition: All .8s ease;
  -o-transition: All .8s ease;
  width: 297px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.con-pro2 ul li:hover a {
  display: block;
}
.links {
  margin-bottom: 40px;
  overflow: hidden;
}
.links ul {
  position: relative;
  width: 1000px;
}
.links ul li {
  margin-right: 20px;
  float: left;
  width: 145px;
  height: 48px;
}
/*
--------------------------------------------
公共样式 (如： 头部，底部，内页banner ... )
--------------------------------------------
*/
.head-box {
  background: #000000;
  height: 86px;
  width: 100%;
}
.head-box .head {
  position: relative;
}
.head-box .logo {
  display: inline-block;
  width: 129px;
  height: 28px;
  margin-top: 28px;
}
.head-box .nav {
  margin-left: 26px;
}
.head-box .nav li {
  width: 128px;
  text-align: center;
  float: left;
  line-height: 86px;
}
.head-box .nav li > a {
  color: #ffffff;
  font-size: 15px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.head-box .nav li:hover > a,
.head-box .nav li.cur > a {
  color: #debe0e;
}
.head-box .nav li .navbox {
  display: none;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 86px;
  background: url(../images/navbox01.png);
  width: 100%;
}
.head-box .nav li .navbox h3 {
  color: #FFFFFF;
  font-size: 26px;
  text-align: left;
  padding-left: 30px;
  width: 260px;
  height: 90px;
  background: #f08200;
  float: left;
}
.head-box .nav li .navbox .text {
  width: 940px;
  float: left;
}
.head-box .nav li .navbox .text a {
  float: left;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  padding: 0 38px;
}
.head-box .nav li .navbox .text a:hover {
  color: #debe0e;
}
.head-box .nav li .navbox1 {
  min-height: 279px;
  background: url(../images/hq-navbj.png) repeat-y;
  padding-bottom: 20px;
}
.head-box .nav li .navbox1 .nav-list {
  width: 260px;
}
.head-box .nav li .navbox1 .nav-list ul {
  padding: 0 30px;
}
.head-box .nav li .navbox1 .nav-list ul li {
  text-align: left;
  width: 100%;
  line-height: 40px;
  float: left;
  color: #FFFFFF;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.head-box .nav li .navbox1 .nav-list ul li:hover,
.head-box .nav li .navbox1 .nav-list ul li.cur {
  background: url(../images/navbox02.png) no-repeat right center;
  color: #000000;
  cursor: pointer;
}
.head-box .nav li .navbox1 .nav-text-box {
  width: 940px;
  float: left;
}
.head-box .nav li .navbox1 .nav-text-box .nav-text {
  display: none;
  width: 100%;
}
.head-box .nav li .navbox1 .nav-text-box .nav-text .nav-nr {
  width: 100%;
  padding-top: 20px;
}
.head-box .nav li .navbox1 .nav-text-box .nav-text .nav-nr li {
  float: left;
  width: 130px;
  text-align: left;
  padding-left: 35px;
  line-height: 50px;
  height: 220px;
}
.head-box .nav li .navbox1 .nav-text-box .nav-text .nav-nr li > a {
  color: #debe0e;
  display: block;
}
.head-box .nav li .navbox1 .nav-text-box .nav-text .nav-nr li div {
  width: 100%;
}
.head-box .nav li .navbox1 .nav-text-box .nav-text .nav-nr li div a {
  display: block;
  text-align: left;
  color: #ffffff;
  font-size: 13px;
  line-height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.head-box .nav li .navbox1 .nav-text-box .nav-text .nav-nr li div a:hover {
  text-decoration: underline;
}
.head-box .banben {
  float: right;
}
.head-box .banben a {
  display: block;
  line-height: 86px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: arial;
  font-size: 14px;
}
.head-box .search {
  float: right;
  width: 18px;
  height: 86px;
  margin-right: 45px;
  cursor: pointer;
}
.head-box .search-nr {
  position: absolute;
  width: 250px;
  height: 30px;
  background: #FFFFFF;
  right: 0;
  top: 86px;
  z-index: 99;
  display: none;
}
.head-box .search-nr span {
  display: block;
  width: 200px;
  border: 2px solid #DBDBDB;
  height: 30px;
  float: left;
}
.head-box .search-nr span input {
  width: 100%;
  height: 26px;
  line-height: 26px;
  float: left;
  border: none;
}
.head-box .search-nr .btn {
  width: 50px;
  height: 30px;
  background: #000000;
  color: #FFFFFF;
  border: none;
  float: right;
  line-height: 24px;
  font-family: "微软雅黑";
}
.foot-box {
  background: #292929;
  width: 100%;
  padding: 40px 0 32px;
}
.foot-box .foot ul {
  border-left: 1px solid #3f3f3f;
}
.foot-box .foot li {
  float: left;
  width: 171px;
  min-height: 165px;
  border-right: 1px solid #3f3f3f;
}
.foot-box .foot li > a {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 20px;
}
.foot-box .foot li > a:hover {
  color: #debe0e;
}
.foot-box .foot li .foot-nav {
  margin-top: 10px;
  text-align: center;
}
.foot-box .foot li .foot-nav a {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #c8c8c8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot-box .foot li .foot-nav a:hover {
  color: #debe0e;
}
.banquan {
  padding: 10px 0;
}
.banquan p {
  float: left;
  width: 50%;
  color: #434343;
  line-height: 30px;
}
.banquan p a {
  color: #434343;
  margin-left: 10px;
}
.banquan p a:hover {
  color: #F08200;
}
.banquan .fenxiang {
  float: right;
  max-width: 40%;
}
.banquan .fenxiang a {
  margin-top: 5px;
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  margin-left: 20px;
  line-height: 15px;
  cursor: pointer;
}
/*
--------------------------------------------
公共组件 (如：面包屑导航，按钮，标题 ... )
--------------------------------------------
*/
.column-banner {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  background: #f7f7f7;
  height: 367px;
}
.crumbs {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #dfdfdf;
}
.crumbs p {
  text-align: right;
  float: right;
    margin-right: 19%;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20%;
}
.crumbs p a {
  color: #3a3a3a;
  font-size: 12px;
}
.crumbs p a:first-child {
  background: url(../images/crumbs1.jpg) 0 center no-repeat;
  padding-left: 30px;
}
.crumbs p a:hover {
  color: #f08200;
}
.crumbs p span {
  color: #f08200;
}
.main {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
}
.main .title {
  text-align: center;
}
.main .title p {
  color: #000000;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 36px;
}
.main .title b {
  display: block;
  font-weight: normal;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
}
.main .title span {
  display: block;
  font-size: 12px;
  color: #818181;
  line-height: 24px;
}
.main .column-nav {
  background: #000000;
  margin-top: 23px;
  text-align: center;
}
.main .column-nav a.cur {
  background: #f08200;
}
.main .column-nav a {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 183px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: #ffffff;
  font-size: 16px;
  margin: 0 42px;
   white-space: nowrap;
   text-overflow: ellipsis;
}
.main .column-nav a:hover {
  background: #f08200;
}
.paging {
  text-align: center;
}
.paging a {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  color: #000000;
  margin-left: 10px;
}
.paging a:hover {
  background: #f08200;
  color: #fff;
  border: 1px solid #f08200;
}
.paging a:first-child {
  margin-left: 0;
}
.paging a.cpb {
  background: #f08200;
  color: #fff;
  border: 1px solid #f08200;
}
.paging .pag-tp {
  border: none;
}
.paging .pag-tp:hover {
  border: none;
  background: none;
}
.sx {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  height: 41px;
  line-height: 41px;
}
.sx p {
  width: 600px;
  padding: 0 25px;
  border-left: 1px solid #d2d2d2;
  font-weight: bold;
  overflow: hidden;
  height: 41px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sx p a {
  font-weight: normal;
  color: #666666;
  font-size: 14px;
}
.sx p a:hover {
  color: #f08200;
}
.sx p:first-child {
  border-left: none;
}
.xg {
  margin-top: 40px;
  width: 1200px;
  overflow: hidden;
}
.xg p.bt {
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px;
}
.xg ul {
  width: 110%;
}
.xg ul li {
  float: left;
  width: 600px;
}
.xg ul li a {
  display: block;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  font-size: 14px;
  line-height: 31px;
  height: 31px;
  background: url(../images/xg1.jpg) 2px center no-repeat;
  overflow: hidden;
}
.xg ul li a:hover {
  color: #F08200;
}
/*
--------------------------------------------
栏目样式 (如：关于我们，产品，新闻 ... )
--------------------------------------------
*/
.about .about-img {
  text-align: center;
}
.about .about-tw {
  position: relative;
}
.about .about-tw .about-twimg {
  margin-left: 363px;
}
.about .about-tw div {
  position: absolute;
  width: 270px;
}
.about .about-tw div > span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f08200;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Arial";
}
.about .about-tw div > p {
  margin-left: 10px;
}
.about .about-tw div > p span {
  color: #f08200;
  font-size: 18px;
  line-height: 20px;
  height: 18px;
  display: block;
}
.about .about-tw div > p b {
  font-weight: normal;
  color: #979797;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-top: 7px;
}
.about .about-tw div.about-twp1 {
  top: 58px;
  left: 83px;
}
.about .about-tw div.about-twp2 {
  top: 58px;
  left: 700px;
}
.about .about-tw div.about-twp2 > span {
  background: #a6a6a6;
}
.about .about-tw div.about-twp3 {
  top: 220px;
  left: 83px;
}
.about .about-tw div.about-twp3 > span {
  background: #a6a6a6;
}
.about .about-tw div.about-twp4 {
  top: 220px;
  left: 700px;
  width: 490px;
}
.about span.about-ys {
  color: #f08200;
  font-size: 18px;
}
.culture {
  color: #333333;
  line-height: 36px;
}
.culture .culture-img {
  margin-left: 30px;
}
.culture .culture_p {
  text-align: center;
}
.honor {
  width: 1200px;
  overflow: hidden;
  margin-bottom: 70px;
}
.honor ul {
  width: 110%;
}
.honor ul li {
  float: left;
  margin-right: 106px;
  width: 330px;
  height: 374px;
  background: #eeeeee;
  margin-top: 70px;
  padding: 15px 15px 0 15px;
}
.honor ul li a.jzimg {
  width: 298px;
  height: 298px;
  *font-size: 261px;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.honor ul li p {
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.framework {
  margin-top: 50px;
  margin-bottom: 70px;
}
.framework p {
  text-align: center;
}
.case {
  width: 1200px;
  overflow: hidden;
  margin-bottom: 70px;
}
.case ul {
  width: 110%;
  margin-bottom: 70px;
}
.case ul li {
  padding: 0 30px;
  margin-top: 60px;
  width: 358px;
  height: 382px;
  border: 1px solid #cccccc;
  margin-right: 63px;
  position: relative;
  float: left;
}
.case ul li:hover a.bt {
  color: #f08200;
}
.case ul li a.bt {
  display: block;
  text-align: center;
  color: #333333;
  line-height: 30px;
  font-size: 18px;
  margin-top: 25px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case ul li p {
  text-align: center;
  color: #666666;
  line-height: 21px;
  margin-top: 25px;
  height: 42px;
  overflow: hidden;
}
.case ul li a.lxmimg {
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 358px;
  height: 200px;
}
.caseshow {
  padding: 0 70px;
  color: #333333;
  font-size: 16px;
  line-height: 36px;
}
.caseshow h1 {
  text-align: center;
  color: #333333;
  font-size: 24px;
  line-height: 60px;
  font-weight: normal;
}
.caseshow .caseshow-box {
  border: 1px solid #cccccc;
  padding: 19px 19px;
  margin-top: 20px;
}
.caseshow .caseshow-box .slick-prev,
.caseshow .caseshow-box .slick-next {
  width: 53px;
  height: 70px;
  border: none;
}
.caseshow .caseshow-box .slick-prev {
  left: 19px;
  background: url(../images/caseshow2.png) no-repeat;
}
.caseshow .caseshow-box .slick-next {
  right: 19px;
  background: url(../images/caseshow3.png) no-repeat;
}
.caseshow .caseshow-box div span.lxmimg {
  width: 1020px;
  height: 575px;
}
.caseshow .caseshow-box div span.lxmimg img {
  display: inline-block;
}
.process {
  padding: 0 197px;
  margin-bottom: 70px;
}
.process div {
  position: relative;
  text-align: center;
  border: 1px solid #999999;
  padding: 50px 58px 20px 58px;
  margin-top: 76px;
}
.process div:hover {
  border: 1px solid #f08200;
}
.process div:hover b {
  background: #f08200;
}
.process div b {
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #565656;
  position: absolute;
  top: -47px;
  left: 50%;
  margin-left: -38px;
  text-align: center;
  line-height: 80px;
}
.process div span {
  color: #333333;
  font-size: 18px;
  line-height: 18px;
}
.process div p {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
}
.process .process-tp {
  text-align: center;
  margin-top: 29px;
}
.display {
  width: 1200px;
  overflow: hidden;
  margin-bottom: 70px;
}
.display ul {
  width: 110%;
  margin-bottom: 60px;
}
.display ul li {
  float: left;
  margin-right: 74px;
  margin-top: 60px;
  width: 350px;
  height: 340px;
  position: relative;
}
.display ul li:hover > div {
  display: block;
}
.display ul li > a.jzimg {
  width: 350px;
  height: 340px;
  *font-size: 298px;
}
.display ul li > a.display-fg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 350px;
  background: url(../images/displaybj2.png) no-repeat;
  line-height: 100px;
  color: #ffffff;
  font-size: 20px;
  padding-left: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  border-bottom: 3px solid #f18100;
}
.display ul li > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 350px;
  height: 163px;
  background: #f08200;
  padding: 0 20px;
  z-index: 2;
  display: none;
}
.display ul li > div a.bt {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 36px;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.display ul li > div a.bt:hover {
  text-decoration: underline;
}
.display ul li > div p {
  color: #ffffff;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  margin-top: 5px;
}
.display ul li > div a.ckxx {
  width: 140px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  font-size: 12px;
  background: url(../images/displaybj1.jpg) no-repeat;
  display: inline-block;
  padding-left: 23px;
  margin-left: 80px;
  margin-top: 15px;
}
.display ul li > div a.ckxx:hover {
  text-decoration: underline;
}
.displayshow {
  padding: 0 70px;
  color: #333333;
  font-size: 16px;
  line-height: 36px;
}
.displayshow h1 {
  text-align: center;
  color: #f08200;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
}
.displayshow .displayshow-img {
  text-align: center;
  margin-top: 20px;
}
.displayshow .displayshow-img img {
  border: 1px solid #cccccc;
  padding: 9px 9px;
}
.news {
  width: 1200px;
  overflow: hidden;
  margin-bottom: 70px;
}
.news ul {
  width: 110%;
  margin-top: 50px;
}
.news ul li {
  width: 560px;
  margin-bottom: 70px;
  margin-right: 80px;
  float: left;
}
.news ul li > span {
  width: 44px;
  height: 50px;
  text-align: center;
  line-height: 44px;
  background: url(../images/newsbj1.jpg) no-repeat;
  color: #aaaaaa;
  font-size: 21px;
  font-family: "Arial";
  margin-right: 24px;
}
.news ul li > div {
  width: 293px;
}
.news ul li > div a.bt {
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  height: 24px;
  display:block;
}
.news ul li > div a.bt:hover {
  color: #F08200;
}
.news ul li > div p.wz {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.news ul li > div span {
  margin-left: 2px;
  display: block;
  height: 1px;
  line-height: 1px;
}
.news ul li > div p.rq {
  margin-top: 20px;
}
.news ul li > div p.rq span {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.news ul li > div p.rq a {
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
  line-height: 20px;
}
.news ul li > div p.rq a:hover {
  color: #F08200;
}
.news ul li > div p.rq a b {
  font-weight: normal;
  font-family: "宋体";
}
.news ul li > p a.lxmimg {
  width: 170px;
  height: 130px;
  background: #DCDCDC;
}
.newsshow {
  line-height: 29px;
  color: #666666;
  margin-bottom: 70px;
}
.newsshow h1 {
  text-align: center;
  color: #505050;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}
.newsshow p.ly {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #989898;
  font-size: 12px;
}
.merchants {
  margin-bottom: 70px;
  border-top: 1px solid #dfdfdf;
  margin-top: 30px;
}
.merchants .merchants-div {
  position: relative;
}
.merchants .merchants-div .merchants-img {
  margin-top: 45px;
  text-align: center;
  display: block;
}
.merchants .merchants-div p {
  position: absolute;
  color: #333333;
  font-size: 12px;
  line-height: 20px;
}
.merchants .merchants-div p.merchants-dw1 {
  top: 20px;
  left: 150px;
  width: 275px;
}
.merchants .merchants-div p.merchants-dw2 {
  top: 103px;
  left: 40px;
  width: 315px;
}
.merchants .merchants-div p.merchants-dw3 {
  top: 207px;
  left: 15px;
  width: 315px;
}
.merchants .merchants-div p.merchants-dw4 {
  top: 308px;
  left: 57px;
  width: 320px;
}
.merchants .merchants-div p.merchants-dw5 {
  top: 33px;
  right: 0;
  width: 383px;
}
.merchants .merchants-div p.merchants-dw6 {
  top: 105px;
  right: 24px;
  width: 315px;
}
.merchants .merchants-div p.merchants-dw7 {
  top: 216px;
  right: 20px;
  width: 297px;
}
.merchants .merchants-div p.merchants-dw8 {
  top: 315px;
  right: 20px;
  width: 337px;
}
.merchants .merchants-div p.merchants-dw9 {
  bottom: -29px;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  text-align: center;
}
.merchants h2 {
  margin-top: 100px;
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 24px;
  line-height: 31px;
}
.merchants .merchants-div2 {
  margin-top: 30px;
}
.merchants .merchants-div2 > span {
  margin-left: 202px;
}
.merchants .merchants-div2 > div {
  line-height: 31px;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 23px;
}
.merchants .merchants-div2 > div .f16 {
  font-size: 16px;
}
.merchants .merchants-div3 {
  padding: 0 118px;
  width: 1200px;
  overflow: hidden;
}
.merchants .merchants-div3 ul {
  width: 110%;
}
.merchants .merchants-div3 ul li {
  width: 470px;
  margin-right: 12px;
  float: left;
  margin-top: 50px;
}
.merchants .merchants-div3 ul li > span {
  margin-right: 30px;
  float: left;
}
.merchants .merchants-div3 ul li > div {
  float: left;
  width: 354px;
}
.merchants .merchants-div3 ul li > div span {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 31px;
  height: 31px;
  overflow: hidden;
  margin-top: 7px;
}
.merchants .merchants-div3 ul li > div p {
  color: #333333;
  font-size: 12px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.merchants .merchants-div3 ul li.li1 > span {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.merchants .merchants-div3 ul li.li1 > div {
  float: left;
  text-align: right;
}
.merchants .merchants-img2 {
  text-align: center;
  margin-top: 35px;
}
.contact .contact-div {
  position: relative;
}
.contact .contact-div div.dw {
  position: absolute;
  top: 0;
  right: 0;
  width: 362px;
  height: 446px;
  background: #f08200;
  color: #ffffff;
  font-size: 14px;
  line-height: 31px;
  padding: 30px 10px 20px 65px;
  text-transform: uppercase;
}
.contact .contact-div div.dw p.f18 {
  font-size: 18px;
  margin-bottom: 15px;
}
.contact .wbk {
  margin-top: 50px;
}
.contact .wbk p {
  margin-bottom: 40px;
  margin-right: 16px;
}
.contact .wbk p > span {
  color: #2e2e2e;
  height: 32px;
  line-height: 32px;
  width: 70px;
  text-align: right;
  margin-right: 10px;
}
.contact .wbk p > span b {
  color: #ff0000;
}
.contact .wbk p input[type="text"] {
  height: 32px;
  line-height: 32px;
  width: 303px;
  padding: 0 10px;
}
.contact .wbk p input[type="text"]:hover {
  border: 1px solid #f08200;
}
.contact .wbk p img {
  margin-left: 10px;
}
.contact .wbk p input.input1 {
  width: 703px;
}
.contact .wbk p input.input2 {
  width: 100px;
}
.contact .wbk p textarea {
  width: 1102px;
  height: 208px;
  padding: 5px 10px;
}
.contact .wbk p textarea:hover {
  border: 1px solid #f08200;
}
.contact .wbk p.yzm {
  width: 100%;
}
.contact .wbk p.an input {
  width: 188px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background: #7f7f7f;
  margin-right: 20px;
  font-family: "微软雅黑";
}
.contact .wbk p.an input:hover {
  background: #fabe00;
  color: #4f4100;
}
.contact .wbk input[type="button"] {
  cursor: pointer;
  border: 0;
}
.contact .wbk input[type="submit"] {
  cursor: pointer;
  border: 0;
}
.contact .wbk input[type="reset"] {
  cursor: pointer;
  border: 0;
}
.job {
  margin-bottom: 70px;
}
.job ul {
  margin-top: 50px;
  margin-bottom: 70px;
}
.job ul li {
  margin-bottom: 28px;
}
.job ul li > p {
  height: 54px;
  line-height: 54px;
  background: #f5f5f5;
  cursor: pointer;
}
.job ul li > p span {
  margin-left: 28px;
  color: #333333;
  font-size: 16px;
  width: 600px;
  overflow: hidden;
  height: 54px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job ul li > p b {
  margin-right: 48px;
  height: 54px;
  width: 38px;
  background: url(../images/job1.jpg) 0 center no-repeat;
}
.job ul li > p.cur b {
  background: url(../images/job2.jpg) 0 center no-repeat;
}
.job ul li > div {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  padding: 20px 28px 0 28px;
  display: none;
}
.job ul li > div p.dx {
  text-transform: uppercase;
}
.map {
  margin-top: 50px;
}
.map ul li {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d3d3d3;
  float: left;
  padding-bottom: 20px;
}
.map ul li a {
  margin: 0 25px;
  height: 38px;
  float: left;
  line-height: 38px;
}
.map ul li a:hover {
  color: #f08200;
}
.map ul li > a {
  width: 120px;
  height: 38px;
  margin: 0;
  text-align: center;
  background: #f08200;
  color: #ffffff;
  line-height: 38px;
}
.map ul li > a:hover {
  text-decoration: underline;
  color: #fff;
}
.map ul li div {
  width: 1030px;
}
.map ul li div a {
  text-transform: uppercase;
}
.map ul li div p a:first-child {
  color: #333;
  font-weight: bold;
}
.pro {
  width: 1200px;
  overflow: hidden;
}
.pro p.bt {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  margin-top: 50px;
}
.pro p.bt span {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
}
.pro p.bt a {
  color: #000000;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
}
.pro p.bt a:hover {
  color: #F08200;
}
.pro ul {
  width: 110%;
}
.pro ul li {
  width: 278px;
  float: left;
  margin-top: 40px;
  margin-right: 29px;
}
.pro ul li:hover a.bt {
  color: #F08200;
}
.pro ul li a.lxmimg {
  width: 278px;
  height: 214px;
}
.pro ul li a.bt {
  display: block;
  color: #333333;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  margin-top: 20px;
  width: 278px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prosub {
  margin-bottom: 70px;
}
.proshow {
  margin-top: 50px;
  margin-bottom: 70px;
}
.proshow .pro-div .pro-left {
  width: 593px;
}
.proshow .pro-div .pro-left .pro-box {
  border: 1px solid #dadada;
  height: 455px;
}
.proshow .pro-div .pro-left .pro-box div span.lxmimg {
  width: 591px;
  height: 453px;
}
.proshow .pro-div .pro-left .pro-box div span.lxmimg img {
  display: inline-block;
}
.proshow .pro-div .pro-left .pro-box2 {
  width: 516px;
  margin-left: 44px;
  margin-top: 24px;
}
.proshow .pro-div .pro-left .pro-box2 .slick-prev,
.proshow .pro-div .pro-left .pro-box2 .slick-next {
  width: 13px;
  height: 22px;
  margin-top: -11px;
  border: none;
}
.proshow .pro-div .pro-left .pro-box2 .slick-prev {
  background: url(../images/proshow-btnl.jpg) no-repeat;
  left: -38px;
}
.proshow .pro-div .pro-left .pro-box2 .slick-next {
  background: url(../images/proshow-btnr.jpg) no-repeat;
  right: -27px;
}
.proshow .pro-div .pro-left .pro-box2 div {
  cursor: pointer;
}
.proshow .pro-div .pro-left .pro-box2 div span.lxmimg {
  width: 117px;
  height: 91px;
  border: 1px solid #d8d8d8;
}
.proshow .pro-div .pro-left .pro-box2 div span.lxmimg img {
  display: inline-block;
}
.proshow .pro-div .pro-right {
  width: 570px;
  color: #666666;
  font-size: 14px;
  line-height: 32px;
}
.proshow .pro-div .pro-right p.bt {
  color: #333333;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}
.proshow .pro-btn {
  margin-top: 50px;
}
.proshow .pro-btn a {
  float: left;
  width: 250px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
  background: #adadad;
  margin-right: 1px;
}
.proshow .pro-btn a:hover {
  background: #f08200;
}
.proshow .pro-btn a.cur {
  background: #f08200;
}
.proshow .proshow-box .proshow-tab {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 38px;
}
.n-search {
  margin: 30px 20px 0 20px;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  clear: both;
  padding: 0 98px 40px 98px;
}
.n-search a {
  float: left;
  width: 462px;
  background: url(../images/join2.png) 15px center no-repeat;
  padding-left: 40px;
  padding-right: 20px;
  border: solid #CCCCCC 1px;
  margin: 10px;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.n-search a:hover {
  color: #F08200;
}
/*# sourceMappingURL=public.css.map */
