/*
* Copyright , 杭州长牛科技有限公司版权所有 www.changniukj.com.com
*
* 请尊重原创，未经允许请勿转载。
* 如发现下载/防止本站前端，那么我们必将追究相应的法律责任。
*/
.about {
    width: 1280px;
    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: #2a2754;
    transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
}


li.abon a {
    color: #fff;
    background: #2a2754!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;
}
.ab.content {
    width: 100%;
    overflow: hidden;
    padding-left: 30px;
    position: relative;
}

.ab.content h1 {
    font-size: 36px;
    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;
    }  
  }
  .able p {
    font-size: 15px;
    line-height: 30px;
    color: #7d7d7d;
    /* text-indent: 20px; */

}

.abgs 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;
  }  
}


.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);
    }
  }
  
/* 荣誉开始 */
.abphoto li {
    width: 312px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.abphoto li:nth-child(4n){
    margin-right: 0px;
}
.abphoto img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
    border: 1px solid #e7e7e7;
}

.abphoto li h3 {
    left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 800;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -40px;
    color: #fff;
    padding-left: 10px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000);
    height: 40px;
    line-height: 40px;
}


.abphoto img:hover~h3{
    bottom: 0px;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.abphoto li h3:hover{
    bottom: 0px;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.abphoto img:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.xiangce li {
    width: 312px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.xiangce li:nth-child(4n){
    margin-right: 0px;
}
.xiangce img {
    width: 100%;
    height: 208px;
    object-fit: cover;
    object-position: top;
    border: 1px solid #e7e7e7;
}

.xiangce li h3 {
    left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 800;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -40px;
    color: #fff;
    padding-left: 10px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000);
    height: 40px;
    line-height: 40px;
}


.xiangce img:hover~h3{
    bottom: 0px;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.xiangce li h3:hover{
    bottom: 0px;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.xiangce img:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.tech h1 {
  font-size: 36px;
  font-weight: bold;
  height: 95px;
  line-height: 95px;
  position: relative;
  transition: opacity 1s ease-in-out;
  animation: fadefiset 1s ease-in-out forwards;
}

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

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

.jjdh table {
  width: 99% !important;
  border-bottom: 1px solid #beccdb;
  border-right: 1px solid #beccdb;
}
.jjdh tbody {
  width: 99% !important;
  border-bottom: 1px solid #beccdb;
  border-right: 1px solid #beccdb;
}
.jjdh table tr {
  border-top: 1px solid #beccdb;
  border-left: 1px solid #beccdb;
  line-height: 1.5;
  padding: 10px;
  font-size: 16px;
}

.jjdh td {
  border-top: 1px solid #beccdb;
  border-left: 1px solid #beccdb;
  line-height: 1.5;
  padding: 10px;
  font-size: 16px;
}
.jjdh img {
  max-width: 600px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 14px 2px rgba(139, 139, 139, 0.29);
}
.ablx {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}


/* lianxibiaodan */
.lxbd {
  width: 100%;
  overflow: hidden;
  background: #000;
  padding: 30px 0px;
}
.user_mesg {
  width: 1280px;
  margin: 0px auto;
}

.user_mesg input,
.user_mesg select,
.user_mesg textarea {
  border: 1px solid #ccc;
  color: #666;
}

.user_mesg .star {
  color: #dd2218;
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}

.user_mesg .star1 {
  color: #FFF;
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}

.user_mesg .quick_liuyan_con {
  overflow: hidden;
  float: left;
  width: 600px;
  color: #fff;
}

.user_mesg .quick_liuyan_con p {
  margin-bottom: 10px;
}

.user_mesg .item-right input {
  padding: 5px 2px;
}

.user_mesg .btn-mesSubmit {
  float: left;
  line-height: 36px;
}

.user_mesg textarea {
  font-size: 14px;
  padding: 5px;
  color: #666;
  resize: none;
  height: 148px;
  width: 365px;
  border-radius: 1px;
  background-color: #faf8f9;
}

.user_mesg .item {
  margin-bottom: 15px;
  _height: 31px;
  text-align: left;
}

.user_mesg .item span {
  display: block;
  float: left;
  width: 128px;
  margin-right: 10px;
  text-align: right;
  line-height: 45px;
  font-size: 16px;
  color: #ffffff;
}

.user_mesg .item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.user_mesg .item input[type="text"] {
  padding: 5px;
  width: 365px;
  font-size: 14px;
  border-radius: 1px;
  background-color: #faf8f9;
  height: 45px;
}

.user_mesg .item input[type="text"]:focus {
  outline: 1px solid #ff0000;
  border-color: #ff0000;
}

.user_mesg .item textarea:focus {
  outline: 1px solid #ff0000;
  border-color: #ff0000;
}

.user_mesg .item input:disabled,
.user_mesg .item textarea:disabled,
.user_mesg .item select:disabled {
  background: #eee;
}

.user_mesg .item-right {
  float: left;
}

.user_mesg .item .btn-mesSubmit {
  display: block;
  width: 180px;
  height: 40px;
  border: 1px solid #e5e5e5;
  background: #efefef;
  color: #000;
  border-radius: 5px;
  line-height: 30px;
  float: left;
  font-size: 18px;
  margin-left: 139px;
  _margin-left: 37px;
  margin-right: 30px;
  cursor: pointer;
}

.user_mesg .item .btn-mesSubmit:hover {
  background: #fff;
  color: #ff0000;
}

.user_mesg .item .btn-mesSubmit:disabled {
  background: #ccc;
}

/*add form right*/
.form-right {
  width: 350px;
  height: 300px;
  margin: 0 auto;
  border: 1px solid #6e6e6e;
  border-radius: 5px;
  position: relative;
  float: right;
}

.form-right h3 {
  width: 100%;
  height: 46px;
  padding-left: 40px;
  line-height: 46px;
  font-size: 16px;
  background: #ffffff;
  color: #000;
}

.form-right h3 span {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.form-right ul {
  height: 254px;
  padding: 0 12px;
  overflow-y: auto;
  overflow-x: hidden;
}

.form-right ul li {
  width: 325px;
  min-height: 40px;
  border-bottom: dashed 1px #999999;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.form-right ul li:last-child{
  border-bottom: dashed 0px #999999;
}
.form-right ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
}

.form-right ul li:hover {
  border-bottom: dashed 1px #ff0000;
  color: #fff;
}
.form-right ul li:last-child:hover {
  border-bottom: dashed 0px #ff0000;
  color: #fff;
}
.form-right ul li:hover a {
  text-decoration: none;
}

.form-right ul li:hover p {
  color: #ff0000;
}

.form-right ul li p {
  line-height: 40px;
  font-size: 14px;
  display: inline;
  color: #ffffff;
  cursor: pointer;
}
