.abtm {
    width: 100%;
    margin: 0 auto;
}

.abtm img {
    width: 100%;
}
.about {
    width: 1250px;
    margin: 0 auto;
    background: #fff;
    position: relative;
       margin-top: 60px;
    margin-bottom: 60px;
}

.abnav {
    position: absolute;
    left: -140px;
    width: 140px;
}
.abnav li {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.abnav li a{
    display: block;
    color:#000;
}

.abnav li:nth-child(1) a{
    background: #d7d7d7;
}
.abnav li:nth-child(2) a{
    background: #c8c8c8;
}
.abnav li:nth-child(3) a{
    background: #d7d7d7;
}


.abnav li a {
    font-size: 16px;
}
.abnav li a:hover {
    display: block;
    color:#fff;
    background: #d0131c;
    transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
}


li.abon a {
    color: #fff;
    background: #d0131c!important;
}

.abmain {
    width: 100%;
    margin: 0 auto;
    min-height: 600px;
}

.abtit {
    height: 65px;
    line-height: 65px;
    font-size: 24px;
    padding-left: 35px;
    border-bottom: 2px solid #f3f3f3;
    font-weight: bold;
}

.abcontent {
    width: 100%;
    overflow: hidden;
    padding-left: 30px;
    position: relative;
}

.abcontent h2 {
    font-size: 18px;
    font-weight: bold;
    height: 95px;
    line-height: 95px;
    position: relative;
    /*transition: opacity 1s ease-in-out;  */
    animation: fadefiset 1s ease-in-out forwards; 
}


@keyframes fadefiset {  
  0% {  
    /*opacity: 0;*/
    left: -310px;
  } 

  100% {  
    /*opacity: 1;*/
     left: 0px;
  }  
} 



.gsjs {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 80px;
    position: relative;
}

.able {
    width: 580px;
    float: left;
    margin-right: 30px;
    position: relative;
}


.jjdh {
    position: relative; 
    transition: opacity 3s ease-in-out; 
   animation-name: fadelj; /* 动画名称 */  
  animation-duration: 2s; /* 动画持续时间 */  
  animation-timing-function: ease-in-out; /* 缓动函数 */  
  animation-fill-mode: forwards; /* 保持最后一帧的样式 */  
  animation-delay: 1s; /* 动画延迟2秒开始 */ 
  opacity: 0;
}

@keyframes fadelj {  
  0% {  
    opacity: 0;
    left: -610px;
  } 

  100% {  
    opacity: 1;
     left: 0px;
  }  
}

.zzjg {
     transition: opacity 2s ease-in-out;  
    animation: fadezzjg 2s ease-in-out forwards; 
    position: relative;
}

@keyframes fadezzjg {  
  0% {  
    /*transform: scale(0.5); */
    /*opacity: 0;*/
     right: -810px;
  } 
  100% {  
    /*transform: scale(1);*/
   /*opacity: 1;*/
     right: 0px;
  }  
} 
.whjs {
    position: relative;
    transition: opacity 3s ease-in-out; 
   animation-name: fadewh; /* 动画名称 */  
  animation-duration: 2s; /* 动画持续时间 */  
  animation-timing-function: ease-in-out; /* 缓动函数 */  
  animation-fill-mode: forwards; /* 保持最后一帧的样式 */  
  animation-delay: 1s; /* 动画延迟2秒开始 */ 
  opacity: 0;
}
@keyframes fadewh {  
  0% {  
    opacity: 0;
    left: -610px;
  } 

  100% {  
    opacity: 1;
     left: 0px;
  }  
}

.able p {
    font-size: 15px;
    line-height: 30px;
    color: #7d7d7d;
    text-indent: 20px;

}

.gsjs img {
    float: left;
    width: 560px;
    box-shadow: 0 0 20px 1px rgba(202, 202, 202, 0.46);
    margin-bottom: 30px;
    position: relative;
   transition: opacity 3s ease-in-out; 
   animation-name: fadeIn; /* 动画名称 */  
  animation-duration: 2s; /* 动画持续时间 */  
  animation-timing-function: ease-in-out; /* 缓动函数 */  
  animation-fill-mode: forwards; /* 保持最后一帧的样式 */  
  animation-delay: 3s; /* 动画延迟2秒开始 */ 
  opacity: 0;
}

@keyframes fadeIn {  
  0% {  
    /*transform: scale(0.5); */
    opacity: 0;
       right: -610px;
  } 
  100% {  
    /*transform: scale(1);*/
   opacity: 1;
     right: 0px;
  }  
} 

@keyframes fadepa {  
  0% {  
    transform: scaleX(0); 
    top: -400px;
    left: -400px;
  } 

  100% {  
    transform: scaleX(1);
    padding-top: 0px;
    top: 0px;
    left: 0px;
  }  
} 

@keyframes fadeleft {  
  0% {  
    transform: scaleX(0); 
        left: -400px;
  } 

  100% {  
    transform: scaleX(1);
    left: 0px;
  }  
}
@keyframes fadeop {  
  0% {  
    opacity: 0;
  } 

  100% {  
    opacity: 1;
  }  
}


.whjs p {
    /*height: 40px;*/
    line-height: 40px;
}

.whjs p span {
    margin-right: 5px;
}

.whjs p small {
    color: #696969;
    font-size: 14px;
}


.setips {
    text-align: center;
    line-height: 80px;
    height: 80px;
    display: block;
    background: #fff;
}

.shadow {
    width: 255px;
    height: 60px;
    /* opacity: 1; */
    /* background-color: rgba(0, 0, 0, 0.45); */
    /* margin-top: 130px; */
    color: #000;
    font-size: 14px;
    text-align: center;
  }
  .shadow a {
      width: auto;
      height: 60px;
      text-decoration: none;
      font-size: 18px;
      color: #ca0000;
      line-height: 40px;
      height: 40px;
      /* border-bottom: 2px solid #ca0000; */
      position: relative;
  }
  .shadow a::after{
      content: '';
      width: 100%;
      height: 3px;
      position: absolute;
      background: #ca0000;
      left: 0px;
      bottom: -10px;
  }
 .zzjg img {
padding: 60px 120px;
    width: 100%;
}
   
.zzjg img:hover {
    /* opacity:0.5; */
       transform:scale(1.02);
       -webkit-transform:scale(1.02);
       transition:all 0.5s ease-out 0s;
       -webkit-transition:all 0.5s ease-out 0s;
       z-index: 999999;
       cursor:zoom-in
       /* margin-left: 20px;
       margin-right: 20px; */
   }
   .bigimg {
    max-width: 800px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999999;
    border: 10px solid #fff;
}
.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 99999;
    transition: all 1s;
    display: none
}

.mask:hover {
    cursor: zoom-out
}

.mask>img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 20px;
}

.mask>img:hover {
    cursor: pointer
}

.modal {
    display: none;
    /* å…¶ä»–æ ·å¼ */
}

.modal img {
    max-width: 100%;
    max-height: 100%;
    /* å…¶ä»–æ ·å¼ */
}

/* 新增公司文化 */

.whtit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.whtit h2 {
    float: left;
    height: 40px;
    line-height: 40px;
    letter-spacing: 5px;
    font-size: 16px;
}

.whtit span {
    float: left;
    font-size: 16px;
}
.whmx {
    width: 100%;
    background: #e5e5e5;
    overflow: hidden;
    position: relative;
    display: none;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.whbox {
    padding-right: 30px;
    width: 100%;
}

.whmx li {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.whmx li span {
    font-weight: 600;
    float: left;
    width: 70px;
    line-height: 30px;
    position: absolute;
}

.whmxtxt {
 width: 100%;
    padding-left: 60px;
    position: inherit;
    overflow: hidden;
    float: left;
}

.whmxtxt p {
    overflow: hidden;
    line-height: 30px;
    height: auto!important;
    width: 100%;
}

.whsm {
    width: 100%;
    padding: 10px 30px;
    background: #e5e5e5;
    overflow: hidden;
    position: relative;
    display: none;
}

.whsm p {
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    height: auto!important;
}
.whtit:hover~.whsm{
    display: block;
    transition:all 0.5s ease-out 0s;
       -webkit-transition:all 0.5s ease-out 0s;
}
.whtit:hover~.whmx{
    display: block;
    transition:all 0.5s ease-out 0s;
       -webkit-transition:all 0.5s ease-out 0s;
}

/*图片放大*/
.magnify-modal {
  position: absolute;
  z-index: 1090;
  width: 320px;
  height: 320px;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.84);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.32);
  cursor: default;
  outline: none;
  color: #ccc;
}

.magnify-maximize {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.magnify-toolbar {
  font-size: 0;
}

.magnify-header {
  position: relative;
  z-index: 2;
  height: 40px;
}

.magnify-header .magnify-toolbar {
  float: right;
}

[dir='rtl'] .magnify-header .magnify-toolbar {
  float: left;
}

.magnify-title {
  padding: 13px 10px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}

.magnify-stage {
  position: absolute;
  top: 40px;
  right: 10px;
  bottom: 40px;
  left: 10px;
  z-index: 1;
  /*border: 1px solid rgba(255, 255, 255, 0.64);*/
  overflow: hidden;
}

.magnify-stage.stage-ready {
  text-align: center;
  font-size: 0;
}

.magnify-stage.stage-ready::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.magnify-image {
  position: absolute;
  display: inline-block;
}

.magnify-image.image-ready {
  position: static;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.magnify-footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  text-align: center;
}

.magnify-footer .magnify-toolbar {
  display: inline-block;
}

.magnify-button {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  box-sizing: border-box;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background: none;
  border-width: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  outline: none;
}

.magnify-button:hover {
  color: #fff;
}

.magnify-button:focus {
  background-color: rgba(255, 255, 255, 0.08);
}

.magnify-button svg {
  display: inline-block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.magnify-button-close:hover {
  background-color: #ff4545;
}

.magnify-button-maximize:hover {
  background-color: #525252;
}

.magnify-button-minimize:hover {
  background-color: #525252;
}

.magnify-resizable-handle {
  position: absolute;
  z-index: 10;
}

.magnify-resizable-handle-e {
  top: 0;
  right: -5px;
  bottom: 0;
  left: auto;
  width: 10px;
  cursor: e-resize;
}

.magnify-resizable-handle-s {
  top: auto;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 10px;
  cursor: s-resize;
}

.magnify-resizable-handle-w {
  top: 0;
  right: auto;
  bottom: 0;
  left: -5px;
  width: 10px;
  cursor: w-resize;
}

.magnify-resizable-handle-n {
  top: -5px;
  right: 0;
  bottom: auto;
  left: 0;
  height: 10px;
  cursor: n-resize;
}

.magnify-resizable-handle-se {
  top: auto;
  right: -5px;
  bottom: -5px;
  left: auto;
  width: 10px;
  height: 10px;
  cursor: se-resize;
}

.magnify-resizable-handle-sw {
  top: auto;
  right: auto;
  bottom: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  cursor: sw-resize;
}

.magnify-resizable-handle-nw {
  top: -5px;
  right: auto;
  bottom: auto;
  left: -5px;
  width: 10px;
  height: 10px;
  cursor: nw-resize;
}

.magnify-resizable-handle-ne {
  top: -5px;
  right: -5px;
  bottom: auto;
  left: auto;
  width: 10px;
  height: 10px;
  cursor: ne-resize;
}

:-webkit-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-webkit-full-screen .magnify-header,
:-webkit-full-screen .magnify-footer,
:-webkit-full-screen .magnify-resizable-handle {
  display: none;
}

:-webkit-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

:-moz-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-moz-full-screen .magnify-header,
:-moz-full-screen .magnify-footer,
:-moz-full-screen .magnify-resizable-handle {
  display: none;
}

:-moz-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

:-ms-fullscreen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-ms-fullscreen .magnify-header,
:-ms-fullscreen .magnify-footer,
:-ms-fullscreen .magnify-resizable-handle {
  display: none;
}

:-ms-fullscreen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

:full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:full-screen .magnify-header,
:full-screen .magnify-footer,
:full-screen .magnify-resizable-handle {
  display: none;
}

:full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

:-webkit-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-ms-fullscreen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:fullscreen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

:-webkit-full-screen .magnify-header, :-webkit-full-screen .magnify-footer, :-webkit-full-screen .magnify-resizable-handle {
  display: none;
}

:-ms-fullscreen .magnify-header, :-ms-fullscreen .magnify-footer, :-ms-fullscreen .magnify-resizable-handle {
  display: none;
}

:fullscreen .magnify-header,
:fullscreen .magnify-footer,
:fullscreen .magnify-resizable-handle {
  display: none;
}

:-webkit-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

:-ms-fullscreen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

:fullscreen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}

::-webkit-backdrop {
  background-color: #000;
}

::backdrop {
  background-color: #000;
}

::-ms-backdrop {
  background-color: #000;
}

.is-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.is-grabbing {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.magnify-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #333;
}

.magnify-loader::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  vertical-align: middle;
  -webkit-animation: magnifyLoading 1s infinite linear;
          animation: magnifyLoading 1s infinite linear;
}

.magnify-loader::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}

@-webkit-keyframes magnifyLoading {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}

@keyframes magnifyLoading {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}

@media(max-width:768px) {
    /* 自适应开始 */
    .about {
        width: 100%;
        margin-top: 0px;
            margin-bottom: 0px;
    }
    .abnav {
        display: none;
    }
    .abtit {
height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding-left: 10px;
    border-bottom: 2px solid #f3f3f3;
    font-weight: bold;
    }
    .abcontent {
      padding: 10px;
    }
    .abcontent h2 {
font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-top: 0px;
    text-align: left;
    }
    .gsjs {
        width: 100%;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 80px;
    }
    .able {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .able p {
        margin-bottom: 15px;
    }
    .gsjs img {
        width: 100%;
    }
    .zzjg img {
 width: 100%;
    padding: 0;
    }
.whmx {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
}

.whjs {
    overflow: hidden;
    width: 100%;
}

.whbox {
    padding-right: 0px;
    overflow: hidden;
    margin-bottom: 15px;
    background: #fff;
}

.whmx li {
    background: #ececec;
    padding: 5px;
}

.whtit {
    position: relative;
    height: auto;
    padding-left: 75px;
}

.whtit h2 {
    position: absolute;
    /*left: 80px!important;*/
    top: 0px;
    width: 80px;
    line-height: 30px;
}

.whtit span {
    line-height: 30px;
}

.whsm {
    display: block;
}

        

}