/* 
* Created by heyanjun on 2016/5/23.
*/
@font-face {
  font-family: "heyanjun";
  src: url("fonts/heyanjun-webfont.eot");
  src: url("fonts/heyanjun-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/heyanjun-webfont.woff") format("woff"),
    url("fonts/heyanjun-webfont.ttf") format("truetype"),
    url("fonts/heyanjun-webfont.svg#heyanjun") format("svg");
}
* {
  font-family: "微软雅黑";
}
.cursorDefault {
  cursor: default;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #232741;
  z-index: 99999;
}
.headerInner {
  height: 65px;
  width: 1200px;
  margin: auto;
}
.headerInner .logo {
  float: left;
  padding-top: 5px;
  padding-left: 9px;
}
.headerInner ul {
  float: right;
  margin-right: 10px;
  padding-top: 2px;
}
.headerInner li {
  float: left;
  margin-left: 30px;
  position: relative;
}
.headerInner li a {
  width: 80px;
  text-align: center;
  font: 16px/61px "微软雅黑";
  color: #fff;
  height: 61px;
}
.headerInner li a span {
  vertical-align: baseline;
}
.headerInner li a.active {
  background: url(../images/navBg.png) no-repeat center 80%;
}
.headerInner li ul {
  display: none;
  position: absolute;
  width: 230px;
  background: #232741;
  left: -80px;
  z-index: 1;
  margin-top: -2px;
  text-align: center;
}
/*.headerInner li:hover ul,.headerInner li:hover .upArrow{display: block;}*/
.headerInner li ul li {
  margin: 0;
  float: none;
}
.headerInner li ul li.disabled a {
  color: #bfbfbf;
}
.headerInner li li a {
  font: 16px/38px "微软雅黑";
  width: auto;
  height: 38px;
  color: #fff;
  border: none;
  background: none;
}
.headerInner li ul li.disabled:hover a {
  color: #bfbfbf;
}
.headerInner li li:hover {
  background: #6b61f6;
}
.headerInner li li a:hover {
  color: #fff;
  border: none;
  background: none;
}
.upArrow {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  height: 20px;
  width: 20px;
  bottom: -1px;
  z-index: 2;
  display: none;
}
.bg img {
  width: 100%;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 65px; /* 设置焦点图最大宽度 */
}
.banner .hd {
  position: absolute;
  height: 28px;
  line-height: 28px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.banner .hd li {
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #333;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 6px;
}
.banner .hd li.on {
  background: #fff;
}
.banner .bd {
  position: relative;
  z-index: 0;
}
.banner .bd li {
  position: relative;
  text-align: center;
  background: #000;
}
.banner .bd li img {
  background: url(images/loading.gif) center center no-repeat;
  vertical-align: top;
  width: 100%; /* 图片宽度100%，达到自适应效果 */
}
.banner .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} /* 去掉链接触摸高亮 */
.banner .bd li .tit {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-indent: 10px;
  height: 28px;
  line-height: 28px;
  background: url(images/focusBg.png) repeat-x;
  color: #fff;
  text-align: left;
}
.banner .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.banner .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12px;
  height: 12px;
  margin: 4px;
  background: url(../images/dot-black.png) 0 0;
  overflow: hidden;
  line-height: 9999px;
}
.banner .hd ul .on {
  background: url(../images/dot-blackOn.png) 0 0;
}
.banner .prev,
.banner .next {
  position: absolute;
  left: 10%;
  top: 50%;
  display: block;
  width: 32px;
  height: 61px;
  overflow: hidden;
  background: url(../images/bannerLeft.png) center no-repeat;
  cursor: pointer;
  opacity: 0.4;
  display: none;
}
.banner .next {
  left: auto;
  right: 10%;
  background: url(../images/bannerRight.png) no-repeat center;
}
.banner:hover .prev,
.banner:hover .next {
  display: block;
}
.banner .prev:hover,
.banner .next:hover {
  opacity: 1;
}

/*产品介绍*/
.productIntroduction {
  position: relative;
  height: 750px;
  background: url(../images/productIntroduction.png) no-repeat center 50px;
}
.product {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 90px;
  padding-top: 150px;
  text-align: center;
  color: #fff;
  margin-left: -75px;
  overflow: hidden;
}
.product p {
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
  line-height: 20px;
  height: 60px;
}
.product span {
  display: block;
  width: 70px;
  height: 20px;
  background: url(../images/productSpan.png) no-repeat center;
  margin: auto;
}
.product div {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -240px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 240px;
  font-size: 20px;
  color: #e5e5e5;
}
.product1 {
  background: #607be8 url(../images/product1.png) no-repeat center 22px;
  margin-left: -500px;
  margin-top: -150px;
}
.product2 {
  background: #607be8 url(../images/product2.png) no-repeat center 22px;
  margin-left: -290px;
  margin-top: -220px;
}
.product3 {
  background: #607be8 url(../images/product2.png) no-repeat center 22px;
  margin-left: -290px;
  margin-top: -30px;
}
.product4 {
  background: #607be8 url(../images/product8.png) no-repeat center 22px;
  margin-left: 140px;
  margin-top: -30px;
}
.product5 {
  background: #607be8 url(../images/product5.png) no-repeat center 22px;
  margin-left: 140px;
  margin-top: -220px;
}
.product6 {
  background: #607be8 url(../images/product7.png) no-repeat center 22px;
  margin-left: 350px;
  margin-top: -150px;
}
.product7 {
  background: #607be8 url(../images/product3.png) no-repeat center 22px;
  margin-top: -150px;
}
.centenBg {
  height: 220px;
  background: url(../images/centenBg.png) no-repeat center;
}
/*服务运营*/
.serviceOperation {
  position: relative; /*height: 600px*/
  background: url(../images/serviceOperation.png) no-repeat center 60px;
  text-align: center;
  padding-top: 160px;
}
.serviceOperation a {
  width: 180px;
  height: 260px;
  margin: 20px 60px 0;
  background: url(../images/serviceOperationBg.png) no-repeat center;
  text-align: center;
}
.serviceOperation h6 {
  font-size: 18px;
  color: #4a4e69;
  margin-bottom: 10px;
  padding-top: 190px;
}
.serviceOperation span {
  color: #b3b4bd;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.serviceOperation1 h6 {
  background: url(../images/serviceOperation1.png) no-repeat center 66px;
}
.serviceOperation2 h6 {
  background: url(../images/serviceOperation2.png) no-repeat center 66px;
}
.serviceOperation3 h6 {
  background: url(../images/serviceOperation3.png) no-repeat center 66px;
}
a.serviceOperationLink {
  margin: 20px auto;
  display: block;
  width: 66px;
  height: 24px;
  background: url(../images/serviceOperationLink.png) no-repeat center;
}

/*合作厂家*/
.ourClients {
  background: #f6f6f6 url(../images/ourClients.png) no-repeat center 46px;
  height: 190px;
  padding-top: 160px;
}
.picScroll {
  margin: 0 auto 10px;
  text-align: center;
  width: 1000px;
}
.picScroll .bd ul {
  width: 100%;
  float: left;
  padding-top: 10px;
}
.picScroll .bd li {
  width: 20%;
  float: left;
  font-size: 14px;
  text-align: center;
}
.picScroll .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.5;
}
.picScroll .bd li a:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray;
  opacity: 1;
}
.picScroll .bd li img {
  background: url(images/loading.gif) center no-repeat;
  width: 100%;
}

.picScroll .hd {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  padding: 0 10px;
}
.picScroll .hd ul {
  padding-top: 16px;
  display: inline-block;
}
.picScroll .hd li {
  float: left;
  width: 12px;
  height: 12px;
  background: #4a4e69;
  margin: 0 5px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.picScroll .hd .on {
  background: #6380e5;
}
.picScroll .prev,
.picScroll .next {
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  background: url(images/pisScrollIcons.gif) -6px -7px no-repeat;
  overflow: hidden;
  margin: 11px 5px 0 5px;
}
.picScroll .next {
  background-position: -34px -7px;
}
.picScroll .prevStop {
  background-position: -6px -40px;
}
.picScroll .nextStop {
  background-position: -34px -40px;
}
/*运营服务*/
.serviceOperationTitle {
  padding: 246px 0 80px;
  background: url(../images/serviceOperationTitle.png) no-repeat center 140px;
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
.serviceOperationH2 {
  text-align: center;
  color: #4a4e69;
  text-transform: uppercase;
  padding-top: 74px;
}
.serviceOperationH2 h2 {
  font-size: 36px;
}
.serviceOperationH2 p {
  font-size: 14px;
  padding: 10px 0 60px;
}
.serviceOperationH2 .p1 {
  background: url(../images/p1.png) no-repeat center 30px;
}
.serviceOperationH2 .p2 {
  background: url(../images/p2.png) no-repeat center 30px;
}
.serviceOperationTitle li {
  display: inline-block;
  width: 210px;
  height: 122px;
  background: url(../images/serviceOperationList.png) no-repeat center;
  padding-top: 66px;
  text-align: center;
  margin: 0 10px;
}
.serviceOperationTitle li p {
  color: #fff;
}
.serviceOperationTitle li div {
  line-height: 100px;
  font-size: 18px;
  color: #4a4e69;
}
.serviceOperationTitle li div.line {
  line-height: 30px;
  margin-top: 20px;
}
.businessOperation {
  background: #f6f6f6;
  text-align: center;
  padding-bottom: 100px;
}
.ITOperation {
  text-align: center;
  padding-bottom: 100px;
}

/*公共*/
.content {
  background: #fff;
  padding: 95px 0 0;
}
.contenInner {
  width: 1200px;
  margin: auto;
  padding-top: 50px;
}
.title {
  border-left: 4px #78b5f2 solid;
  padding-left: 5px;
  height: 38px;
  line-height: 20px;
  color: #524d60;
  margin-bottom: 30px;
  margin-left: 10px;
}
.title h3 {
  font-size: 18px;
}
.title p {
  font-size: 14px;
  text-transform: uppercase;
}
.citybg {
  background: url(../images/cityBg.png) no-repeat center bottom;
  height: 292px;
}

/*about*/
.about {
  color: #524d60;
  text-align: center;
  margin: auto;
}
.about h1 {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 500px;
  background: url(../images/aboutH1.png) no-repeat center 30px;
  line-height: 47px;
}
.about img {
  margin-bottom: 30px;
  width: auto;
}
.about p {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 10px;
}
@-webkit-keyframes aboutImg1 {
  0% {
    -webkit-transform: translate(290px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes aboutImg2 {
  0% {
    -webkit-transform: translate(-290px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes aboutImg1 {
  0% {
    -moz-transform: translate(290px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes aboutImg2 {
  0% {
    -moz-transform: translate(-290px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes aboutImg1 {
  0% {
    -o-transform: translate(290px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes aboutImg2 {
  0% {
    -o-transform: translate(-290px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes aboutImg1 {
  0% {
    transform: translate(290px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes aboutImg2 {
  0% {
    transform: translate(-290px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes aboutImg1 {
  0% {
    transform: translate(290px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes aboutImg2 {
  0% {
    transform: translate(-290px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/*公司动态*/
.newsEvent {
  padding: 100px 0;
  background: url(../images/newsEvent.png) no-repeat center 20px;
}
.newsEvent .list-item-box {
	display: flex;
  padding-bottom: 18px;
  border-bottom: 1px #eee solid;
  margin-top: 40px;
  color: #524d60;
	cursor: pointer;
}
.newsEvent .pic {
  float: left;
  margin: 0 20px;
}
.newsEvent .pic img {
  width: 200px;
  height: 150px;
  margin: 0;
}
.newsEvent dl {
  float: left;
  width: 920px;
  padding: 0 10px;
}
.newsEvent dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.newsEvent dd.height {
  height: 47px;
  margin-bottom: 20px;
}
.newsEvent dd {
  width: 920px;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 这里是超出几行省略 */
}

.news .center {
  font-weight: bold;
  text-align: center;
}
.news {
  color: #524d60;
  padding: 20px 0 100px;
  width: 90%;
  margin: auto;
}
.news h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.news h1 p {
  font-weight: normal;
  margin: 15px 0 20px;
  text-indent: 0;
}
.news h3 {
  margin: 10px auto 20px;
}
.news p {
  font-size: 16px;
  line-height: 26px;
}
.news img {
  display: block;
  width: 80%;
  margin: 20px auto 0;
  border: none;
}
.news a {
  display: inline-block;
  color: #5ca9f6;
  vertical-align: middle;
  text-indent: 0;
  margin-top: -4px;
}
.news .border {
  font-weight: bold;
  vertical-align: initial;
}
.newsImg {
  margin: 30px 0;
}
.newsImg5 .newsImg {
  width: 50%;
  margin: 30px auto;
}
.news .newsImg p {
  font-size: 16px;
  text-align: center;
  font-style: italic;
  margin-bottom: 10px;
  text-indent: 0;
}
/*分页*/
.page {
  padding: 50px 0;
  text-align: center;
  line-height: 26px;
  font-size: 0;
  word-wrap: normal;
  white-space: nowrap;
  color: #734f44 !important;
}
.page a {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  margin: 0 8px;
  border: 1px solid #ccc;
  font-size: 12px;
  letter-spacing: normal;
  background: transparent;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 2px;
  color: #2e4a71;
  cursor: default;
}
.pageprv i {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 8px solid #ccc;
  border-bottom: 6px solid transparent;
}
.pagenxt i {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #ccc;
  border-bottom: 6px solid transparent;
}
.pageprv.onPrve,
.pagenxt.onNext {
  cursor: pointer;
}
.pageprv.onPrve i {
  border-right: 8px solid #78b5f2;
}
.pagenxt.onNext i {
  border-left: 8px solid #78b5f2;
}
.page input,
.page button {
  margin: 0 5px;
  border: 1px solid #ccc;
  width: 40px;
  height: 26px;
  text-align: center;
}
.page input {
  position: relative;
  background: #f6f6f6;
}
.page button {
  border: 1px solid #78b5f2;
  width: 68px;
  height: 28px;
  text-align: center;
  background-color: #78b5f2;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}

/*ourClients*/
.ourClientsT {
  color: #524d60;
  padding-bottom: 30px;
  height: 810px;
  position: relative;
  background: url(../images/ourClientsT.png) no-repeat center 20px;
}
.ourClientsT img {
  display: block;
  margin: auto;
}
.ourClientsT p {
  margin: 10px auto;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
}
.pic {
  text-align: center;
  margin-top: 80px;
}
.pic p {
  background: url(../images/picTitle.png) no-repeat center;
  color: #524d60;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.pic img {
  display: inline-block;
}
.tipContent {
  position: relative;
  display: inline-block;
  margin: 5px;
  overflow: hidden;
}
.tipContent p {
  position: absolute;
  left: 0;
  bottom: -160px;
  background: url(../images/touming.png);
  width: 100%;
  color: #fff;
  height: 126px;
  line-height: 126px;
}
.picLogo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 171px;
  height: 148px;
  background: url(../images/ourClientsBg.png) no-repeat center;
  text-align: center;
  overflow: hidden;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2, MakeShadow=false); /* IE6~IE9 */
  transition: all 0.5s;
  transform: scale(1) rotate(0deg);
}
.picLogo span {
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}
.picLogo img {
  vertical-align: middle;
  display: inline-block;
}
.picLogo1 {
  margin-left: -85px;
  margin-top: 10px;
}
.picLogo2 {
  margin-left: -85px;
  margin-top: -157px;
}
.picLogo3 {
  margin-left: 65px;
  margin-top: -80px;
}
.picLogo4 {
  margin-left: 65px;
  margin-top: 94px;
}
.picLogo5 {
  margin-left: -85px;
  margin-top: 177px;
}
.picLogo6 {
  margin-left: -235px;
  margin-top: 94px;
}
.picLogo7 {
  margin-left: -235px;
  margin-top: -80px;
}
.picLogo8 {
  margin-left: -385px;
  margin-top: -157px;
}
.picLogo9 {
  margin-left: -385px;
  margin-top: 10px;
}
.picLogo10 {
  margin-left: -535px;
  margin-top: -80px;
}
.picLogo11 {
  margin-left: -535px;
  margin-top: 94px;
}
.picLogo12 {
  margin-left: 215px;
  margin-top: -157px;
}
.picLogo13 {
  margin-left: 215px;
  margin-top: 10px;
}
.picLogo14 {
  margin-left: 370px;
  margin-top: -80px;
}
.picLogo15 {
  margin-left: 370px;
  margin-top: 94px;
}

.picLogo:hover {
  z-index: 2;
  transform: scale(1.2) rotate(360deg);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false); /* IE6~IE9 */
}
.picLogoFilter {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false); /* IE6~IE9 */
}

/*联系我们*/
.contact {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  color: #232741;
  border: 1px #eee solid;
}
.contactT {
  padding: 120px 0 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: url(../images/contactT.png) no-repeat center 20px;
}

.contact dt {
  line-height: 26px;
  color: #232741;
  font-size: 18px;
  font-weight: bold;
}
.contact dd {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}
.contact dd img {
  margin-right: 10px;
  margin-top: -5px;
}
.contact dd a {
  color: #232741;
}
.map {
  position: relative;
  border: 1px #eee solid;
  padding: 9px;
  margin: 15px 0;
  background: #fff;
}
.mapBtn {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 5px;
  border: 1px #eee solid;
  cursor: pointer;
}
.mapBtn p {
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  width: 100%;
}
.mapPic img,
.mapBtn img {
  width: 100%;
}

/*加入我们*/
.job {
  min-height: 600px;
  background: url(../images/job.png) no-repeat center 20px;
  padding-top: 120px;
}
.menu {
  position: fixed;
  top: 110px;
  width: 160px;
  text-align: center;
  color: #524d60;
}
.menu a {
  display: block;
  height: 20px;
  line-height: 20px;
  background: #fff;
  font-size: 14px;
  border-top: 1px #e5e5e5 solid;
}
.menu div {
  height: 40px;
  padding: 10px 0;
  line-height: 20px;
}
.menu a.on,
.menu div {
  background: url(../images/menu.png) repeat-y center;
  color: #fff;
}
.recruit {
  padding-left: 200px;
  min-height: 500px;
}
.recruit ul {
  display: none;
}
.job li {
  border-bottom: 1px #eee solid;
  padding: 5px 0;
}
.job a {
  color: #524d60;
  padding: 10px 0;
  font-size: 14px;
}
.job li.th span {
  color: #232741;
  font-weight: bold;
}
.jd {
  background: #eceef2;
  padding: 20px;
  line-height: 30px;
  font-size: 14px;
  margin-top: 10px;
  display: none;
  color: #444;
  border-top: 1px #eee solid;
}
.jdTitle {
  font-size: 16px;
}
.job span {
  display: inline-block;
  text-align: center;
  line-height: 20px;
  color: #444;
}
.job span.show {
  margin-left: 10px;
  background: url(../images/show.png) no-repeat center;
  width: 22px;
  height: 22px;
}
.job span.hide {
  margin-left: 10px;
  background: url(../images/hide.png) no-repeat center;
  width: 22px;
  height: 22px;
}
.job .jobPosition {
  width: 260px;
  font-weight: bold;
  text-align: left;
  text-indent: 20px;
}
.workFunction {
  width: 140px;
}
.education {
  width: 100px;
}
.region {
  width: 260px;
}
.job .btn {
  float: right;
  width: 96px;
  height: 30px;
  line-height: 30px;
  background: #5b87e1;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 0;
  margin-top: 5px;
  margin-right: 10px;
}
.job .th .btn {
  line-height: inherit;
  height: auto;
  margin: auto;
}
.job .btn:hover {
  background: #51a4f8;
}
.job li:hover {
  background: #eee;
}
.job li.focus {
  background: #fff;
}
.job li.th:hover {
  background: none;
}
.job li.th span,
.job .th:hover .btn {
  background: none;
}

/*licenses 公司资质*/
.licensesTitle {
  height: 160px;
  text-align: center;
  color: #fff;
  background: url(../images/licensesTitle.png) no-repeat center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
}
.licensesContent {
  padding: 30px 0;
  text-align: center;
}
.licensesContent:last-child {
  padding-bottom: 50px;
}
.picText {
  display: inline-block;
  color: #524d60;
  margin: 1% 1%;
  vertical-align: top;
  width: 410px;
}
.picText h4 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: normal;
}
.picText img {
  display: block;
  width: 320px;
  margin: auto;
}
.picText p {
  font-size: 14px;
  text-indent: 28px;
  text-align: left;
  margin-top: 20px;
  line-height: 24px;
}
.grayBackground {
  background: #f6f6f6;
}
/*公司荣誉*/
.honors {
  border-left: 1px #70afee solid;
  border-right: 1px #70afee solid;
  width: 0;
  position: relative;
  height: 100%;
  margin: 20px auto 60px;
  color: #524d60;
}
.honorsTop {
  width: 46px;
  height: 29px;
  background: url(../images/honorsTop.png) no-repeat center;
  position: absolute;
  top: -30px;
  left: -23px;
}
.honorsFoot {
  width: 36px;
  height: 36px;
  background: url(../images/honorsFoot.png) no-repeat center;
  position: absolute;
  bottom: -36px;
  left: -18px;
}
.honorsContent {
  position: relative;
  min-width: 550px;
  left: 0;
  margin: 50px 0;
}
.honorsContent ul {
  display: inline-block;
  border: 1px #dcdde0 solid;
  padding: 10px;
  border-radius: 4px;
  margin-left: 49px;
  line-height: 26px;
  font-size: 14px;
}
.honorsContent span {
  color: #8368f4;
}
.year {
  position: absolute;
  height: 24px;
  line-height: 24px;
  width: 160px;
  background: url(../images/honorsRight.png) no-repeat 103%;
  top: 50%;
  margin-top: -12px;
  left: -110px;
  left: -109px\9;
  font-size: 18px;
  font-weight: bold;
}
.honorsContent:nth-child(even) {
  left: auto;
  right: 550px;
  margin: 0;
  text-align: right;
}
.honorsContent:nth-child(even) ul {
  text-align: left;
  margin: 0;
  margin-right: 49px;
}
.honorsContent:nth-child(even) span {
  color: #524d60;
}
.honorsContent:nth-child(even) .year {
  text-align: right;
  left: auto;
  right: -110px;
  background: url(../images/honorsLeft.png) no-repeat -3%;
}
.newestT {
  height: 100px;
  background: url(../images/newestT.png) no-repeat center;
}

.footer {
  text-align: center;
  padding: 20px 0 0;
  width: 100%;
  background: -webkit-linear-gradient(
    left,
    #8c5ef8,
    #5b87e1
  ); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(
    right,
    #8c5ef8,
    #5b87e1
  ); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(
    right,
    #8c5ef8,
    #5b87e1
  ); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #8c5ef8, #5b87e1); /* 标准的语法 */
}
.footerIcon {
  height: 120px;
  background: #232741;
  position: relative;
}
.footer img {
  display: inline-block;
  margin: 15px;
  position: relative;
  z-index: 1;
}
.footerIcon img {
  cursor: pointer;
}
.footer p {
  color: #fff;
  line-height: 16px;
  font-size: 14px;
}
.pic1,
.pic2 {
  width: 100px;
  height: 140px;
  position: absolute;
  left: 50%;
  top: -114px;
  z-index: 0;
  margin-left: -50px;
  background: #fff;
  color: #222;
  font-size: 12px;
  border: 1px #eee solid;
  display: none;
}
.footerIcon .pic1 {
  display: none;
}
.footerIcon .pic2 {
  display: none;
}
.footerIcon div img {
  width: 100px;
  margin: 0;
}
.footerIcon a p {
  color: #000;
}
.footerIcon a:hover div {
  display: block;
}
.footer p a {
  color: #fff;
}

.newsEventMobile {
  width: 100%;
  margin: auto;
  height: 200px;
}
.newsEvent .newsEventMobile img {
  width: 80%;
  height: 100%;
}
/*按钮*/
.navbar {
  display: none;
  position: relative;
  float: right;
  padding: 14px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar .icon-bar {
  margin-top: 4px;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: green;
}
/*媒体查询，参考部分Bootstrap框架*/
/*当页面大于1200px时*/
@media (min-width: 1200px) {
  .contact dl:last-child {
    text-indent: 70px;
  }
}

/*在992和1199像素之间的屏幕里,这里的样式才生效*/
@media (min-width: 992px) and (max-width: 1199px) {
  .headerInner,
  .about,
  .contenInner {
    width: 100%;
  }
  .banner {
    min-width: auto;
    height: auto;
  }
  .banner .bd li {
    height: auto;
  }
  .about img,
  .banner .bd li img {
    width: 100%;
  }
  .clientsSlide {
    width: 100%;
    overflow: hidden;
  }
  .picScroll {
    width: 100%;
  }
  .product div {
    display: none;
  }
  .about h1 {
    padding-bottom: 65%;
    background: url(../images/aboutH1.png) no-repeat center 30px/100%;
  }
  .picText {
    display: inline-block;
    width: 400px;
  }
  .newsEvent .list-item-box {
		display: flex;
    padding: 0 10px;
		cursor: pointer;
  }
  .newsEvent dl {
    width: 100%;
    padding: 0 0 10px;
  }
  .newsEvent dd.height {
    height: auto;
  }
  .businessOperationImg img {
    width: 100%;
  }
  .mapBtn {
    width: 14%;
  }
  .contact dl {
    float: none;
    width: 100%;
  }
}

/*在768和991像素之间的屏幕里,这里的样式才生效*/
@media (min-width: 768px) and (max-width: 991px) {
  .headerInner,
  .about,
  .contenInner {
    width: 100%;
  }
  .banner {
    min-width: auto;
    height: auto;
  }
  .banner .bd li {
    height: auto;
  }
  .banner .bd li img {
    max-width: 100%;
  }
  .clientsSlide {
    width: 100%;
    overflow: hidden;
  }
  .headerInner li {
    margin-left: 20px;
  }
  .headerInner li a span {
    display: none;
  }
  .about img,
  .picScroll {
    width: 100%;
  }
  .productIntroduction {
    height: auto;
    padding-top: 130px;
  }
  .product {
    display: block;
    width: 100%;
    position: initial;
    margin: 0;
    overflow: hidden;
  }
  .product div {
    display: none;
  }
  .about h1 {
    padding-bottom: 65%;
    background: url(../images/aboutH1.png) no-repeat center 30px/100%;
  }
  .picText {
    display: inline-block;
    width: 400px;
  }
  .picText h4 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: normal;
  }
  .picText img {
    display: block;
    width: 90%;
    height: 200px;
    margin: auto;
  }
  .newsEvent .list-item-box {
		display: flex;
    padding: 0 10px;
    margin: 10px auto;
		cursor: pointer;
  }
  .newsEvent dl {
    width: 100%;
    padding: 0 0 10px;
  }
  .newsEvent dd.height {
    height: auto;
  }
  .businessOperationImg img {
    width: 100%;
  }
  .mapBtn {
    width: 14%;
  }
  .contact dl {
    float: none;
    width: 100%;
  }
}

/*在480和767像素之间的屏幕里,这里的样式才生效*/
@media (min-width: 480px) and (max-width: 767px) {
  .headerInner {
    position: relative;
    z-index: 1;
  }
  .headerInner li {
    float: none;
    margin-left: 0;
    text-align: center;
    padding: 0 10px;
  }
  .headerInner,
  .about,
  .contenInner {
    width: 100%;
  }
  .banner {
    min-width: 100%;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .banner .bd li {
    height: auto;
  }
  .banner .bd li img {
    max-width: 100%;
  }
  .clientsSlide {
    width: 100%;
    overflow: hidden;
  }
  .headerInner li {
    margin-left: 0;
    text-align: center;
    padding: 0 10px;
  }
  .headerInner li a span {
    display: none;
  }
  .introduce li {
    width: 40%;
    margin: 4%;
  }
  .headerInner ul {
    background: #232741;
    margin: 0;
    position: absolute;
    right: 0;
    top: 65px;
    display: none;
  }
  .introduceLast li {
    margin: 10%;
  }
  .navbar {
    display: block;
  }
  .headerInner li ul {
    left: -140px;
    top: 0;
  }
  .upArrow {
    transform: rotateZ(90deg) translateY(51px);
  }
  .about img,
  .picScroll {
    width: 100%;
  }
  .productIntroduction {
    height: auto;
    padding-top: 130px;
  }
  .product {
    display: block;
    width: 100%;
    position: initial;
    margin: 0;
    overflow: hidden;
  }
  .product div {
    display: none;
  }
  .about h1 {
    padding-bottom: 65%;
    background: url(../images/aboutH1.png) no-repeat center 30px/100%;
  }
  .picText {
    display: inline-block;
    width: 80%;
    color: #524d60;
    margin: 1% 5%;
    vertical-align: top;
  }
  .picText h4 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: normal;
  }
  .picText img {
    display: block;
    width: 90%;
    height: 200px;
    margin: auto;
  }
  .newsEvent .list-item-box {
		display: flex;
    padding: 0 10px;
    margin: 10px auto;
		cursor: pointer;
  }
  .newsEvent dl {
    width: 100%;
    padding: 0 0 10px;
  }
  .newsEvent dd.height {
    height: auto;
  }
  .businessOperationImg img {
    width: 100%;
  }
  .mapBtn {
    width: 14%;
  }
  .contact dl {
    float: none;
    width: 100%;
  }
}

/*在小于480像素的屏幕,这里的样式才生效*/
@media (max-width: 479px) {
  .headerInner {
    position: relative;
    z-index: 1;
  }
  .headerInner li {
    float: none;
    margin-left: 0;
    text-align: center;
    padding: 0 10px;
  }
  .headerInner,
  .about,
  .contenInner {
    width: 100%;
  }
  .banner {
    min-width: 100%;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .banner .bd li {
    height: auto;
  }
  .banner .bd li img {
    max-width: 100%;
  }
  .clientsSlide {
    width: 100%;
    overflow: hidden;
  }
  .headerInner li a span {
    display: none;
  }
  .introduce li {
    width: 40%;
    margin: 4%;
  }
  .headerInner ul {
    background: #232741;
    margin: 0;
    position: absolute;
    right: 0;
    top: 65px;
    display: none;
  }
  .introduceLast li {
    margin: 10%;
  }
  .navbar {
    display: block;
  }
  .headerInner li ul {
    left: -140px;
    top: 0;
  }
  .upArrow {
    transform: rotateZ(90deg) translateY(51px);
  }
  .about img,
  .picScroll {
    width: 100%;
  }
  .productIntroduction {
    height: auto;
    padding-top: 130px;
  }
  .product {
    display: block;
    width: 100%;
    position: initial;
    margin: 0;
    overflow: hidden;
  }
  .product div {
    display: none;
  }
  .about h1 {
    padding-bottom: 65%;
    background: url(../images/aboutH1.png) no-repeat center 30px/100%;
  }
  .picText {
    display: inline-block;
    width: 80%;
    color: #524d60;
    margin: 1% 5%;
    vertical-align: top;
  }
  .picText h4 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: normal;
  }
  .picText img {
    display: block;
    width: 90%;
    height: 200px;
    margin: auto;
  }
  .newsEvent .list-item-box {
		display: flex;
    padding: 0 10px;
    margin: 10px auto;
		cursor: pointer;
  }
  .newsEvent dl {
    width: 100%;
    padding: 0 0 10px;
  }
  .newsEvent dd.height {
    height: auto;
  }
  .businessOperationImg img {
    width: 100%;
  }
  .mapBtn {
    width: 14%;
  }
  .contact dl {
    float: none;
    width: 100%;
  }
}
/*庆典;*/
.celebrateBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999999;
  overflow: hidden;
}
/*.celebrate{position: absolute;top: 50%;left: 50%;width: 903px;height: 592px;margin-left: -450px;margin-top: -296px;background:url(../images/celebrate.png) no-repeat center/90% 90%;}*/
.celebrate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/celebrate.png) no-repeat center/60%;
}
