﻿@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  
  color: #666;
  overflow-x: hidden;
}
a {
  color: #666;
  text-decoration: none;
  outline: none;
}
img {
  border: 0px;
  vertical-align: middle;
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #f0832b;
  outline: none;
}
ul,
p,
dl,
dt,
dd {
  padding: 0px;
  margin: 0px;
}
li {
  list-style-position: outside;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}
h1 {
  font-size: 16px;
}
h5 {
  font-size: 12px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear_f {
  clear: both;
  height: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  _display: inherit;
}
.h10 {
  height: 10px;
  overflow: hidden;
  clear: both;
}
.h30 {
  height: 30px;
  overflow: hidden;
  clear: both;
}
.h60 {
  height: 60px;
  overflow: hidden;
  clear: both;
}
.h70 {
  height: 70px;
  overflow: hidden;
  clear: both;
}
.h100 {
  height: 100px;
  overflow: hidden;
  clear: both;
}
input,
textarea {
  background: transparent;
  padding: 0px;
  font-size: 12px;
  font-family: Arial, "microsoft yahei";
  color: #888;
  outline: none;
  border: 0px;
}


em,
i {
  font-style: normal;
}
.btn1 {
  cursor: pointer;
}
.red {
  color: #cb1f18;
}
.wal {
  width: 16rem;
  margin: 0px auto;
}
.wal2 {
  width: 1200px;
  margin: 0px auto;
}
@font-face {
  font-family: medium;
  src: url(../font/DINCOND-MEDIUM.otf);
}
@font-face {
  font-family: bold;
  src: url(../font/DINCOND-BOLD.otf);
}
@font-face {
  font-family: GOTHICB;
  src: url(../font/GOTHICB.TTF);
}
@font-face {
  font-family: mont;
  src: url(../font/MontserratBold.TTF);
}
.fangda {
  overflow: hidden;
}
.fangda img {
  transition: 2s;
  -moz-transition: 2s;
  -webkit-transition: 2s;
  -o-transition: 2s;
}
.fangda:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
/*按钮动画--start*/
.ico_h {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.ico_h:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.ico_h:hover,
.ico_h:focus,
.ico_h:active {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.ico_h:hover:before,
.ico_h:focus:before,
.ico_h:active:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/*按钮动画--end*/
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
a,
.indexPart4 .list li .box,
.newsBox .list li,
.newsBox .list li .name,
.passion .list li .name,
.carPart3 .list li .name1,
.joinPart1 .list li .name,
.carPart1 .mxfDiv .xxtab li .name,
.carPart1 .mxfDiv .xxtab li .num,
.history .list li .name
 {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.re {
  position: relative;
}
.ab {
  position: absolute;
}
.tabContent {
  display: none;
}
.tab li {
  cursor: pointer;
}
.tabContent2 {
  display: none;
}
.tab2 li {
  cursor: pointer;
}
.tabContent3 {
  display: none;
}
.tab3 li {
  cursor: pointer;
}
.tab4 li {
   cursor:pointer;
}
.tabContent4 {
  display: none;
}
.tab4 li {
  cursor: pointer;
}

.tabContent5 {
  display: none;
}
.tab5 li {
  cursor: pointer;
}
.Phone-Box {
  display: none;
}
.headD {
  height: 1.16rem;
}
.headDiv {
  background: #fff;
  width: 100%;
  position:relative;
  left: 0;
  top: 0;
  height: 1.16rem;
  z-index: 10;
}

.headDiv2{ 
	position:fixed;
}

.headDiv .wal {
  position: relative;
  height: 1.16rem;
}
.headDiv .logo {
  position: absolute;
  right: 0;
  top: 0.14rem;
}
.headDiv .logo img {
  width: 1.52rem;
}
.headDiv .topLeft {
  position: absolute;
  width: 1.31rem;
  height: 1.16rem;
  border-right: #eee solid 1px;
  left: 0;
  top: 0;
}
.headDiv .topMid {
  position: absolute;
  left: 1.69rem;
  top: 0.41rem;
}
.headDiv .lan {
  position: relative;
  margin-left: 0.7rem;
}
.headDiv .lan em {
  display: block;
  width: 0.7rem;
  height: 0.33rem;
  border: #f0832b solid 1px;
  text-indent: 0.15rem;
  line-height: 0.33rem;
  color: #f0832b;
  font-size: 0.16rem;
  background: url(../images/nimg26_1.png) right center no-repeat;
  background-size: 0.26rem;
  border-radius: 0.24rem;
  -moz-border-radius: 0.24rem;
}
.headDiv .lan .hideBox {
  position: absolute;
  top: 0.34rem;
  left: 0;
  z-index: 22;
  display: none;
  width: 100%;
  background: #f0832b;
    border-radius: 0.24rem;
  -moz-border-radius: 0.24rem
}
.headDiv .lan .hideBox li {
  padding-left: 0.15rem;
  line-height: 0.36rem;
  color: #fff;
  font-size: 0.16rem;
}
.headDiv .lan .hideBox a {
  display: block;
  color: #fff;
}
.topSearch {
  height: 0.35rem;
  min-width: 0.35rem;
  position: relative;
}
.topSearch em {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background: #f0832b;
  text-align: center;
  line-height: 0.35rem;
  box-shadow: 0 0 20px #ddd;
  cursor: pointer;
}
.topSearch img {
  width: 0.11rem;
}
.topSearch .input1 {
  width: 0;
  height: 0.33rem;
  line-height: 0.33rem;
  font-size: 0.14rem;
  border-radius: 24px;
  -moz-border-radius: 24px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.topSearch:hover .input1 {
  border: #f0832b solid 1px;
  width: 2rem;
  padding-left: 0.16rem;
}


.searchDiv{ width:2.4rem;}
.searchDiv .box{ padding-left:0.6rem; position:relative; border:#f0832b solid 1px; height:0.33rem;border-radius: 0.24rem;
  -moz-border-radius: 0.24rem;}
.searchDiv .lx{ position:absolute; left:0; top:0; width:0.6rem; border-right:#f0832b solid 1px;}
.searchDiv select{ width:0.6rem; height:0.33rem; color:#666; border:none;border-radius: 0.24rem;
  -moz-border-radius: 0.24rem;}
.searchDiv .input1{ text-indent:0.1rem; width:100%; height:0.33rem; line-height:0.33rem; font-size:0.14rem;}
.searchDiv .btn{ position:absolute; right:0; top:0; width:0.33rem; height:0.33rem; display:block; background: #f0832b;border-radius: 50%;
  -moz-border-radius: 50%;}
.searchDiv .btn img{ width:0.11rem; position:absolute; left:50%; margin-left:-0.06rem; top:50%; margin-top:-0.06rem;}



.navIcoPC {
  position: absolute;
  top: 0.49rem;
  left: 0;
  padding-left: 0.6rem;
  font-weight: bold;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #333;
}
.navIcoPC span {
  width: 0.26rem;
  display: block;
  height: 2px;
  background-color: #f0832b;
  position: absolute;
  left: 0;
  transition: .4s;
  -webkit-transition: .4s;
}
.navIcoPC span:nth-of-type(1) {
  top: 0;
}
.navIcoPC span:nth-of-type(2) {
  top: 8px;
}
.navIcoPC span:nth-of-type(3) {
  top: 16px;
  width: 0.18rem;
}
.navIcoPC.cur {
  color: #f0832b;
}
.navIcoPC.cur span:nth-of-type(1) {
  top: 11px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.navIcoPC.cur span:nth-of-type(2) {
  top: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.navIcoPC.cur span:nth-of-type(3) {
  opacity: 0;
}
.navIco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.9rem;
}
.navIco span {
  width: 0.3rem;
  display: block;
  height: 0.02rem;
  background-color: #f0832b;
  position: absolute;
  left: 50%;
  margin-left: -0.15rem;
  transition: .4s;
  -webkit-transition: .4s;
}
.navIco span:nth-of-type(1) {
  top: 0.33rem;
}
.navIco span:nth-of-type(2) {
  top: 0.44rem;
}
.navIco span:nth-of-type(3) {
  top: 0.55rem;
  width: 0.22rem;
}
.navIco.cur span:nth-of-type(1) {
  top: 11px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.navIco.cur span:nth-of-type(2) {
  top: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.navIco.cur span:nth-of-type(3) {
  opacity: 0;
}
.searchIco{ display:none; position:absolute; left:1.0rem; top:0; line-height:0.9rem; width:1.0rem; text-align:center;}
.searchIco img{ width:0.36rem;}

.searchLayerTel{ display:none; z-index:22; top:0.9rem; left:0px; width:100%; position:fixed; background: #f5f5f5;}
.searchLayerTel .box{ padding:0.4rem 0.2rem;}
.searchLayerTel .box .form{ height:0.8rem; border:#ddd solid 1px; position:relative; background:#fff; border-radius:0.36rem; -moz-border-radius:0.36rem;}
.searchLayerTel .form .input1{ width:5.0rem; height:0.8rem; line-height:0.8rem; text-indent:0.15rem; color:#999; font-size:0.24rem;}
.searchLayerTel .form .btn1{ position:absolute; right:0px; top:0px; background: url(../images/nimg24_7.png) center no-repeat; background-size: 0.24rem; width:1.2rem; height:0.8rem; cursor:pointer;}.pageBg{ position:fixed; z-index:9; width:100%; height:100%; display:none; background:rgba(0,0,0,0.5); left:0px; top:0px;}

.box-container {
  width: auto;
  margin: 0 auto;
}
.nav-box-bg {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1.16rem;
  z-index: 993;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: none;
}
.nav-box {
  width: auto;
  position: fixed;
  left: 50%;
  top: 1.16rem;
  z-index: 994;
  margin-left:-8.0rem;
/*  background: rgba(0, 0, 0, 0.5);
  height: 100%;*/
  display: none;
}
.nav-box .box-container {
  height: 100%;
  position:relative;
}
.nav-box .nav-list {
  position: relative;
  height: 100%;
  z-index: 100;
/*  position:absolute;
  left:50%;
  margin-left:-8rem;*/
}
.nav-box .nav-list ul {
  box-sizing: border-box;
}
.nav-box .nav-list > ul {
  background: #fff;
  padding: 0.3rem 0;
/*  height: 100%;*/
  height:5.2rem;
}
.nav-box .nav-list > ul .nav-1.on > a,
.nav-box .nav-list > ul .nav-1.on > a i {
  color: #f0832b;
}
.nav-box .nav-list > ul .nav-1.on > a i {
  right: -0.2rem;
}
.nav-box .nav-list > ul li {
  margin-bottom: 0.15rem;
  padding: 0 0.3rem;
}
.nav-box .nav-list > ul .nav-1 a {
  position: relative;
  display: block;
  font-size: 0.18rem;
  color: #8f8e8e;
  line-height: 0.36rem;
  padding-right: 0.1rem;
}
.nav-box .nav-list > ul .nav-1 .a1 {
  color: #333;
  font-weight: bold;
}
.nav-box .nav-list > ul .nav-1 i {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: #333;
  font-size: 0.18rem;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.nav-box .nav-list .title {
  font-size: 0.18rem;
  color: #000;
  border-bottom: 1px solid #e2e2e2;
  line-height: 0.36rem;
  padding-top: 0.3rem;
  margin-bottom: 0.25rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.nav-box .nav-list .second-nav-box {
/*  height: 100%;*/
  height:5.2rem;
  background: #f8f8f8;
  position: absolute;
  top: 0;
  z-index: 10;
  z-index: -1;
  display: none;
}
.nav-box .nav-list .second-nav-box.on {
  display: block;
  animation: transform .3s linear;
}
.second-nav-box .xxx {
  padding: 30px;
}
.nav-box .nav-list .third-nav-box {
/*  height: 100%;*/
  height:5.2rem;
  background: #f3f3f3;
  position: absolute;
  top: 0;
  z-index: 10;
  z-index: -2;
  display: none;
  /*animation-delay: .3s;*/
  left:100%;
}
.nav-box .nav-list .third-nav-box.on {
  display: block;
  animation: transform .3s linear;
}
.nav-box .nav-list .forth-nav-box {
/*  height: 100%;*/
  height:5.2rem;
  background: #f8f8f8;
  position: absolute;
  top: 0;
  z-index: 10;
  z-index: -2;
  display: none;
  /*animation-delay: .3s;*/
    left:100%;
}
.nav-box .nav-list .forth-nav-box.on {
  display: block;
  animation: transform .3s linear;
}
.nav-box .nav-list .fiveth-nav-box {
/*  height: 100%;*/
  height:5.2rem;
  background: #f3f3f3;
  position: absolute;
  top: 0;
  z-index: 10;
  z-index: -2;
  display: none;
  left:100%;
/*  animation-delay: .3s;*/
}
.nav-box .nav-list .fiveth-nav-box.on {
  display: block;
/*  animation: transform .3s linear;*/
}
.nav-box .nav-list > ul .nav-2.on > a,
.nav-box .nav-list > ul .nav-2.on > a i {
  color: #f0832b;
}
.nav-box .nav-list > ul .nav-2.on > a i {
  right: -0.2rem;
}
.nav-box .nav-list > ul .nav-3.on > a,
.nav-box .nav-list > ul .nav-3.on > a i {
  color: #f0832b;
}
.nav-box .nav-list > ul .nav-3.on > a i {
  right: -0.2rem;
}
.nav-box .nav-list > ul .nav-4.on > a,
.nav-box .nav-list > ul .nav-4.on > a i {
  color: #f0832b;
}
.nav-box .nav-list > ul .nav-4.on > a i {
  right: -0.2rem;
}
.nav-box .nav-list > ul a:hover {
  color: #f0832b;
}
.nav-box .nav-list > ul .nav-5.on > a,
.nav-box .nav-list > ul .nav-5.on > a i {
  color: #f0832b;
}
.nav-box .nav-list > ul .nav-5.on > a i {
  right: -0.2rem;
}
@keyframes transform {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
/*导航菜单触发*/
.navLayer {
  overflow-x: auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 22;
  right: -100%;
  top: 0px;
}
.navLayer .top {
  position: relative;
  height: 0.9rem;
  background: #fff;
}
.navLayer .logo {
  position: absolute;
  right: 0.3rem;
  top: 0.21rem;
}
.navLayer .logo img {
  position: relative;
  width: 1.52rem;
}
.navLayer .closeBtn {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images/close.png) center no-repeat;
  background-size: 0.32rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.navLayer .bg {
  overflow-x: auto;
  position: relative;
  background: #fafafa;
  height: 100%;
  width: 100%;
}
.sideNav {
  padding: 0 15px;
}
.subNav {
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 14px;
  color: #333;
}

.subNav .name {
  position: relative;
}
.subNav .name a {
  display: block;
  color: #333;
}
.currentDt {
  background: url(../images/nimg28_1on.png) right center no-repeat;
  background-size: 16px;
}
.navContent {
  display: none;
}
.navContent li {
  position: relative;
}
.navContent .back {
  border-bottom: #ccc solid 1px;
}
.navContent .back img {
  width: 9px;
}
.navContent a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #333;
  font-size: 14px;
}
.navContent .list {
  display: none;
}
.sideNav .list .aNow {
  color: #fff;
}
.sideNav .list a {
  font-size: 13px;
  color: #666;
}
.sideNav li em a {
  background: url(../images/nimg28_1.png) right center no-repeat;
  background-size: 16px;
}
.sideNav li em a.aNow {
  background: url(../images/nimg28_1on.png) right center no-repeat;
  background-size: 16px;
}
.footDiv {
  background: #454545;
  padding-top: 1.05rem;
  height: 2.75rem;
  position: relative;
  z-index: 10;
}
.footDiv .rightDiv{ position:relative;}
.footDiv .rightDiv .ewm {
  text-align: right;
}
.footDiv .rightDiv .ewm li{
  float: right;
  margin-left:0.2rem;
}

.footDiv .rightDiv .ewm li img{ transition:2s;-moz-transition:2s;-webkit-transition:2s;-o-transition:2s;}
.footDiv .rightDiv .ewm li:hover img{transform:scale(1.3);-webkit-transform:scale(1.3);}
.footDiv .rightDiv .ewm li p{ padding-top:15px;}


.footDiv .share {
    clear:both;
  padding-top: 0.15rem;
}
.footDiv .share li {
  float: left;
  margin-left: 0.25rem;
  width: 0.38rem;
  height: 0.38rem;
  text-align: center;
  line-height: 0.38rem;
  background: url(../images/nimg38_1.png) center no-repeat;
  background-size: 0.38rem;
}
.footDiv .share li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footDiv .share li img {
  width: 0.19rem;
}
.footDiv .share li .img1 {
  display: none;
}
.footDiv .share li:hover {
  background: url(../images/nimg38_1on.png) center no-repeat;
  background-size: 0.38rem;
}
.footDiv .share li:hover img {
  display: none;
}
.footDiv .share li:hover .img1 {
  display: inline-block;
}
.footDiv .list {
  display: none;
  padding: 0 0.3rem 0.6rem;
}
.footNav li {
  float: left;
  padding-right: 0.75rem;
}
.footNav li h2 {
  height: 0.4rem;
  font-size: 0.16rem;
}
.footNav li h2 a {
  color: #fff;
}
.footNav li dd {
  line-height: 0.3rem;
  font-size: 0.14rem;
}
.footNav li dd a {
  display: block;
  color: #8f8e8e;
}
.footNav li dd a:hover {
  text-decoration: underline;
}

.footDiv .link2{ width:198px; height:34px; line-height:34px; position:absolute; right:0; top:2.2rem;}
.footDiv .link2 .name{height:34px; color:#999; padding-left:13px; border: #b5b5b5 solid 1px; background:url(../images/selectIco.png) right center no-repeat; cursor:default; font-size:14px;}
.footDiv .link2 dl{position:absolute; z-index:30; left:0px; bottom:34px; width:100%; display:none;}
.footDiv .link2 dd{ margin-bottom:1px;}
.footDiv .link2 a{display:block; height:32px; line-height:32px; padding-left:13px; color:#959595; background:#e2dfdf; font-size:14px;}
.footDiv .link2 a:hover{ color:#f0832b;}

.foot {
  background: #454545;
  height: 1.0rem;
}
.foot .wal {
  position: relative;
  height: 1.0rem;
}
.foot .links {
  line-height: 1rem;
}
.foot .links a {
  padding-right: 0.2rem;
  color: #fff;
  font-size: 12px;
}
.foot .links a:hover {
  text-decoration: underline;
}
.foot .msg {
  line-height: 1rem;
  position: absolute;
  width: 560px;
  left: 50%;
  margin-left: -280px;
  top: 0;
  text-align: center;
  color: #8f8e8e;
  font-size: 12px;
}
.foot .msg a {
  color: #8f8e8e;
}
.foot .msg a:hover {
  text-decoration: underline;
}
.foot .wen {
  color: #8f8e8e;
  font-size: 12px;
  line-height: 1.0rem;
}
.topA {
  display: none;
  padding-top: 12px;
  height: 56px;
  width: 68px;
  background: #f0832b;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  position: fixed;
  right: 0px;
  bottom: 80px;
}
.topA img {
/*  display: none;
  padding-left: 0.16rem;
  width: 0.42rem;*/
  position: relative;
  width:25px;
  margin:0 auto;
  padding-bottom:8px;
  display:block;

}
.topA:hover{
  color: #fff;
}
.dubNav {
  cursor: pointer;
  border-bottom: #4d4d4d solid 1px;
  height: 0.9rem;
  line-height: 0.9rem;
  color: #fff;
  font-size: 0.3rem;
  background: url(../images/nimg24_1.png) right center no-repeat;
  background-size: 0.3rem;
}
.durrentDt {
  background: url(../images/nimg24_1on.png) right center no-repeat;
  background-size: 0.3rem;
  color: #fff;
}
.davContent {
  display: none;
}
.davContent a {
  display: block;
  padding-left: 0.32rem;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  font-size: 0.28rem;
  border-bottom: #4d4d4d solid 1px;
}
.pageBanner {
  position: relative;
}
.pageBanner .imgDiv img {
  width: 100%;
}
.pageBanner .layer {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -35px;
  z-index: 2;
}
.pageBanner .layer2 {
  left: 0;
  margin-left: 0;
  width: 100%;
  text-align: center;
}
.pageBanner .txt {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
}
.pageBanner .wen {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  padding-top: 10px;
}
.pageBanner .pupupu {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  height: 230px;
  margin-top: -115px;
}
.pageBanner .ming {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  line-height: 48px;
  padding-bottom: 30px;
}
.pageBanner .zi {
  font-size: 30px;
  color: #fff;
}
.pageBanner .ico {
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: 0;
}
.pageTop {
  height: 110px;
  background: #f4f4f4;
}
.pageNav {
  text-align: center;
}
.pageNav li {
  margin: 0 15px;
  display: inline-block;
  height: 110px;
}
.pageNav li a {
  position: relative;
  display: block;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 16px;
  color: #979696;
  padding: 0 36px;
}
.pageNav li a:after {
  content: '';
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  bottom: 21px;
  margin-left: -6px;
  background: url(../images/nimg12_1.png) center no-repeat;
}
.pageNav li .aNow,
.pageNav li a:hover {
  background: #fff;
  color: #000;
}
.pageNav li .aNow:after,
.pageNav li a:hover:after {
  display: block;
}

.pageNav li .btn {
  position: relative;
  margin-left: 10px;
  width: 106px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  background: #f0832b;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
}
.pageNav li .btn:hover {
  background: #f0832b;
  color: #fff;
}
.pageNav li .btn:hover:after{
  display: none;
}
.pageDao li .btn {
  background: #f0832b;
}
.jobTop {
  height: 110px;
  background: #f4f4f4;
  position:relative;
}
.pageTopNow{position:fixed; top:0px; z-index:11; left:0px; width:100%; height:110px;}
.pageTopNow .wal{ height:110px; line-height:110px;}
.pageTopNow .pageNav li{ height:110px;}
.pageTopNow .pageNav li a { height: 110px; line-height: 110px;}
.pageTopNow .pageNav li .btn{ height:35px; line-height:35px;}

.pageTou {
  background: #f8f8f8;
  height: 80px;
}
.pageDao {
  text-align: center;
}
.pageDao li {
  display: inline-block;
}
.pageDao li a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 24px;
  font-size: 14px;
  color: #000;
}
.pageDao li a:hover,
.pageDao li .aNow {
  background: #e5e5e5;
}
.pageDao li .btn {
  position: relative;
  margin-left: 10px;
  width: 106px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  background: #f0832b;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
}
.pageDao li .btn:hover {
  background: #f0832b;
}

.pageTouNow{position:fixed; top:0px; z-index:11; left:0px; width:100%; height:80px;}
.pageTouNow .wal{ height:80px; line-height:80px;}
.pageTouNow .pageDao li{ height:80px;}
.pageTouNow .pageDao li a { height: 80px; line-height: 80px;}
.pageTouNow .pageDao li .btn{ height:35px; line-height:35px;}

.pageBox {
  padding: 65px 0;
}
.totalBoxNow {
  padding: 110px 0 0;
}
.pageGG {
  position: relative;
}
.pageMM {
  position: relative;
  height: 64px;
  line-height: 64px;
}
.pageTitle .title1 {
  font-size: 40px;
  color: #393f4b;
  line-height: 40px;
}
.pageTitle .title2 {
  font-size: 12px;
  color: #c0c0c0;
  text-transform: uppercase;
  padding-top: 10px;
}
.pageTitle2 {
  text-align: center;
}
.pageNow {
  position: absolute;
  padding-left: 22px;
  font-size: 14px;
  right: 0;
  top: 0;
  font-weight: bold;
  background: url(../images/nimg17_2.png) left center no-repeat;
}

.pageNowBox{ position:relative; padding-bottom:1.0rem;}
.pageNowBox .wal2{ position:relative;}
.pageNowBox .pageNow{ top:0.8rem;}

.pageNow a {
  color: #a3a3a3;
  background: url(../images/nimg5_1.png) right center no-repeat;
  padding: 0 22px;
}
.pageNow em {
  color: #000;
  padding-left: 10px;
}
.pageTitleTel {
  height: 0.9rem;
  background: #f4f4f4;
  position: relative;
}


.sideTitleTel {
  width: 100%;
  height: 0.9rem;
  position: absolute;
  left: 0px;
  top: 0px;
}
.sideTitleTel .con {
  font-size: 0.3rem;
  height: 0.9rem;
  line-height: 0.9rem;
  position: relative;
}
.sideTitleTel .con a {
  color: #000;
  display: block;
  height: 0.9rem;
  padding-left: 0.3rem;
  background: url(../images/nimg42_1.png) right center no-repeat;
  background-size: 0.42rem;
}
.sideTitleTel .con em {
  display: block;
  color: #000;
  padding-left: 0.3rem;
}
.sideTitleNav {
  position: absolute;
  top: 0.9rem;
  z-index: 10;
  width: 100%;
  background: #fff;
  display: none;
  box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
  -webkit-box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
}
.sideTitleNav li {
  font-size: 0.26rem;
  height: 0.82rem;
  border-bottom: #d7d7d7 solid 1px;
}
.sideTitleNav li a {
  display: block;
  height: 0.82rem;
  line-height: 0.82rem;
  padding-left: 0.3rem;
  color: #666;
}
/*分页*/
.pageNum {
  height: 40px;
  text-align: center;
}
.pageNum a {
  margin: 0 8px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #bdbdbd;
  width: 36px;
  border-radius: 4px;
}
.pageNum .prev,
.pageNum .next {
  font-family: "宋体";
}
.pageNum a:hover,
.pageNum .aNow {
  color: #fff;
  background: #f0832b;
}
.pageMore {
  display: none;
}
.pageMore2 {
  display: block;
}
.pageMore a {
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background: #f0832b;
  color: #fff;
  font-size: 16px;
}
.sideBar {
  position: fixed;
  right: 25px;
  top: 50%;
  margin-top: -220px;
  z-index: 5;
}
.sideBar li {
  margin-bottom: 10px;
  width: 84px;
  height: 84px;
  font-size: 14px;
  text-align: center;
}

.sideBar li a{
	
	display: block;
  border-radius: 24px;
  -moz-border-radius: 24px;
  height: 84px;
  background: #e7e7e7;
  color: #acacac;}

.sideBar li .a1 {
  display: block;
  border-radius: 24px;
  -moz-border-radius: 24px;
  height: 84px;
  background: #e7e7e7;
  color: #acacac;
}
.sideBar li .hs {
  display: block;
  border-radius: 24px;
  -moz-border-radius: 24px;
  height: 84px;
  background: #e7e7e7;
  color: #acacac;
}

.sideBar li .ico {
  padding: 12px 0;
}
.sideBar li .ico .img1 {
  display: none;
}
.sideBar li .a1:hover {
  background: #f0832b;
  color: #fff;
}
.sideBar li .a1:hover .ico img {
  display: none;
}
.sideBar li .a1:hover .ico .img1 {
  display: inline-block;
}
.sideBar li .hs:hover {
  background: #f0832b;
  color: #fff;
}
.sideBar li .hs:hover .ico img {
  display: none;
}
.sideBar li .hs:hover .ico .img1 {
  display: inline-block;
}
.sideBar .mouse{position:absolute; left:-11.55rem; top:0px; display:none; }
.sideBar .liNow .mouse{display:block;}
.sideBar .li01 .mouse{ width:11.55rem; height:5.66rem;}
.sideBar .li01 .mouse:before{ content:''; position:absolute; width:0.25rem; height:0.11rem; top:0.32rem; right:0; background:url(../images/nimg25_1.png) center no-repeat; background-size:0.25rem;}
.sideBar .li01 .mxfDiv{ width: 11.27rem; height:5.66rem; background:#f4f4f4; border-right:#f0832b solid 0.03rem;}
.sideBar .li02 .mouse{ width:11.55rem; height:5.66rem;}
.sideBar .li02 .mouse:before{ content:''; position:absolute; width:0.25rem; height:0.11rem; top:1.12rem; right:0; background:url(../images/nimg25_1.png) center no-repeat; background-size:0.25rem;}
.sideBar .li02 .mxfDiv{ width: 11.27rem; height:5.66rem; background:#f4f4f4; border-right:#f0832b solid 0.03rem;}

.sideBar .form_l{ padding:0.9rem 0 0 0.6rem; width:3.25rem;}
.sideBar .form_l .lbox{ padding-left:0.95rem; position:relative; height:0.59rem;}
.sideBar .form_l .lbox em{ position:absolute; left:0; top:0; font-size:0.14rem; line-height:0.38rem; text-align:right; width:0.86rem; color:#666;}
.sideBar .form_l .lbox .input1{ width:100%; height:0.38rem; line-height:0.38rem; background:#fff; border-radius:3px; -moz-border-radius:3px; font-size:0.14rem;}
.sideBar .form_r{ padding:0.9rem 0 0 0.7rem; width:5.2rem;}
.sideBar .form_r .lbox{ padding-left:1.4rem; position:relative; height:0.59rem;}
.sideBar .form_r .lbox2{ height:1.22rem;}
.sideBar .form_r .lbox em{ position:absolute; left:0; top:0; font-size:0.14rem; line-height:0.38rem; color:#666;}
.sideBar .form_r .lbox .li01{ float:left; height:0.38rem; line-height:0.38rem; color:#747474; font-size:0.14rem; text-align:left;}
.sideBar .form_r .lbox .li01 input{ position:relative; top:1px;}
.sideBar .form_r .lbox .li01 input[type="radio"]{width: 15px; height: 15px; border:#5f5f5f solid 2px; background:none;}
.sideBar .form_r .lbox .li01 input[type="radio"]:checked{ background:#f0832b;}
.sideBar .form_r .lbox .select{ width: 100%; position: relative; height: 0.38rem;}
.sideBar .form_r .lbox .select dt{height: 0.38rem;line-height: 0.38rem; display: inline-block; width: 100%; background:#fff url(../images/selectIco2.png) no-repeat right center; cursor: pointer;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;position: relative;z-index: 5; border-radius: 3px; -moz-border-radius:3px;}
.sideBar .form_r .lbox .select dt a{  font-size: 0.14rem;color: #5b5b5b; position: relative; padding-left: 0.24rem; display: block; text-align: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} 
.sideBar .form_r .lbox .select dd{ margin: 0;position: absolute;left: 0px;top: 0.38rem; z-index: 100; width: 100%;} 
.sideBar .form_r .lbox .select dd ul {list-style: none; overflow: auto; padding: 0 0.24rem;background: #fff; overflow-x:auto; max-height:2.28rem;} 
.sideBar .form_r .lbox .select dd ul li{ width:100%; text-align:left; line-height: 0.38rem; height: 0.38rem; cursor: pointer; border-bottom: 1px solid #ebebeb; color: #505050; font-size: 0.14rem;}
.sideBar .form_r .lbox .select dd ul li:hover{ color: #000; }
.sideBar .form_r .lbox textarea{ width:100%; height:1.22rem; background:#fff; border-radius:3px; -moz-border-radius:3px;}
.sideBar .form_r .btnDiv{ padding-top:0.35rem;}
.sideBar .form_r .btnDiv a{ display:block; width:1.66rem; height:0.48rem; border:#f0832b solid 0.02rem; color:#f0832b; font-size:0.18rem; line-height:0.48rem; text-align:center;}

.xxxBar{ position:fixed; right:0px; top:50%; margin-top:-104px; z-index:98;}
.xxxBar2{ margin-top:0px;}
.xxxBar li{position:relative; height:55px; margin-bottom:2px; cursor:pointer;}
.xxxBar .img{background:#b7b4b3; height:55px; /*line-height:55px;*/ text-align:center; width:60px;}
.xxxBar .img img{position:relative;top:15px}
.xxxBar li:hover .img{ background:#f0832b;}

.dngLayer{ display:none; position:absolute; background:#fff; width:488px; height:586px; z-index:100;}
.dngLayer .close{ position:absolute; right:30px; top:30px; width:16px; height:16px;}
.dngLayer .title{ text-align:center; font-size:30px; line-height:30px; color:#333; padding:48px 0 40px;}
.dngLayer .form{ padding:0 50px;}
.dngLayer .form li{ margin-bottom:20px; border:#dcdcdc solid 1px; border-radius:4px; position:relative; padding-left:90px;}
.dngLayer .form li em{ position:absolute; left:22px; top:0; line-height:48px; font-size:14px;}
.dngLayer .form li .input1{ width:100%; height:48px; line-height:48px; font-size:14px;}
.dngLayer .form li textarea{ width:100%; padding-top:10px; height:90px; font-size:14px; line-height:24px;}
.dngLayer .btnDiv{ padding:10px 50px 0;}
.dngLayer .btnDiv a{ display:block; width:100%; height:50px; line-height:50px; background:#f0832b; color:#fff; font-size:18px; font-weight:bold; text-align:center; border-radius:4px;}

#Layer1{
  position:absolute;
  position:fixed;
  _position:absolute;
  width:100%;
  z-index:99;
  top:0; left:0px;
  background-color:#000;
  display:none;
}
