/* 关于我们开始 */
/* 介绍 */
.about{
  width: 100%;
  overflow: hidden;
}
.nav_tit{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: #f2f2f2;
  margin: 0;
  flex-wrap: wrap;
}
.nav_tit li a{
  width: 200px;
  text-align: center;
  line-height: 68px;
  display: block;
  transition: all 0.5s;
  color: #333;
  font-size: 18px;
  position: relative;
}
.nav_tit  li a::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  top: 22px;
  right: 0;
  background: #ccc;
}
.nav_tit li:first-child a::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  top: 22px;
  left: 0;
  background: #ccc;
}
.nav_tit li a:hover,
.nav_sjj .nav_sjj_tit li a:hover{
  background: #ff2600;
  color: #fff;
}
.nav_tit li .active,
.nav_sjj .nav_sjj_tit li .active{
  background: #ff2600;
  color: #fff!important;
}
.bzchina{
  margin: 60px auto!important;
  overflow: hidden;
}
.bzchina .about_left{
  padding: 35px 0!important;
  width: 48%;
  float: left;
}
.about .about_left{
  padding: 25px 0;
}
.about .about_left>h1{
  font-size: 38px;
  margin: 0;
  color: #dfdfdf;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
}
.about .about_left>h2{
  font-size: 30px;
  margin: 15px 0;
  color: #333;
}
.about .about_left>div>p{
  color: #999999;
  font-size: 14px;
  text-indent: 2em;
  line-height: 2em;
}
.about .about_right{
  /* background-image: url(/assets/image/about-2.jpg); */
  height: 100%;
  width: 100%;
  /* background-color: #fff; */
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: table-cell;
  vertical-align: middle;
  padding:114px 7%;
  position: absolute;
  z-index: 1;
}
.about .about_right>div{
  width: 50%;
  text-align: center;
  margin: 30px 0;
  float: left;
}
.about .about_right>div img{
  width: 60px;
}
.about .about_right>div h1{
  line-height: 1;
  font-size: 50px;
  font-weight: bold;
  padding-right: 5px;
  color: #fff;
}
.about .about_right>div h1 span{
  margin: 0;
  color: #fff;
  font-size: 14px;
  margin-top: 16px;
}
.about .about_right>div h2{
  margin: 10px 0 0 0; 
  color: #fff;
  font-size: 16px;
}

.carousel{
  width: 50%;
  float: right;
}
.carousel .item h3{
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background: #ff2600;
  padding: 20px 0;
}
@media(min-width:768px){
  .carousel-indicators{
    bottom: 75px!important;
  }
}

.en_xs{
  display: none;
}
.war{
  width: 100%!important;
  padding: 30px 7% 0!important;
}
.war>div{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.war>div h3,
.war>ul h3{
  font-size: 26px;
  margin: 15px 0;
  color: #333;
}
.war>ul>p{
  color: #999999;
  font-size: 14px;
  white-space: normal;
  text-indent: 2em;
  line-height: 2em;
}
.war>ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.war>ul li{
  width: 24%;
  float: left;
  margin: 10px 0.5%;
}
.war>ul li img{
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
}
/* 战略发展 */
.zlfz{
  width: 100%;
  overflow: hidden;
  background-image: url(/assets/image/about2-1-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
  text-align: center;
}
.zlfz h1{
  font-size: 48px;
  margin: 0;
  color: #f4f4f4;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
}
.zlfz h2{
  font-size: 30px;
  margin: 0;
  color: #fff;
  margin-top: 14px;
}
/* 发展历程 */
.cd-container {
  max-width: 1440px;
  margin: 0 auto;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #e5e5e5, inset 0 2px 0 rgb(0 0 0 / 8%), 0 3px 0 4px rgb(0 0 0 / 5%);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #ff2600;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #f2f5f7;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content p {
  margin:0;
  line-height: 28px;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-right: 15px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 26px;
    font-weight: bold;
    margin:0 0 5px 0;
  }
  .cd-timeline-content p {
    font-size: 14px;
    color: #666;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 18px;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #e6eff5;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #e6eff5;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* 组织架构 */
.organ .w img{
  display: block;
  margin: 40px auto;
}
/* 关于我们结束 */
/*人才招聘开始*/
.job_en{
  display: none!important;
}
.job_box{
  width: 100%;
  overflow: hidden;
  margin: 60px 0;
}
.zp_tit{
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.zp_tit a{
  width: 120px;
  display: block;
  background: #f5f5f5;
  line-height: 42px;
  text-align: center;
  color: #333;
}
.zp_tit .zpxz{
  background: #ff2600;
  color: #fff;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  border: none;
}
.panel-heading{
  padding: 0 15px!important;
}
.jod_tit{
  font-size: 15px!important;
  font-weight: bold;
  position: relative;
}
.jod_tit a{
 display: block;
 padding: 10px 0; 
}
.join_add {
    margin: 20px 0;
}
.job_content_title{
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 15px;
}
.job_content_title span{
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background-color: #ff2600;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.job_details b {
  display: block;
  margin: 10px 0;
}
.job_details p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin: 0;
}
.jod_tit a .icon {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}
.jod_tit a .icon::before,
.jod_tit a .icon::after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    line-height: 2px;
    background-color: #ff2600;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    transition: all .5s
}
.jod_tit a .icon::after {
    transform: rotate(90deg)
}
.jod_tit a:hover .icon::before {
  transform: rotate(90deg);
}
.jod_tit a:hover .icon::after {
  transform: rotate(180deg);
}
.join_add{
  margin: 20px 0;
}
/* 人才招聘结束 */
/* 技术支持开始 */
.jszc_box{
  width: 100%;
  overflow: hidden;
  margin: 60px 0;
}
.jszc_box .w>div>p{
  font-size: 14px;
  line-height: 28px;
  text-indent: 2em;
  margin: 0;
  color: #666;
}
.jszc_box .w>div>h3{
  font-size: 24px;
  margin: 20px 0 10px;
  color: #333;
}
.jszc_box .w>div>ul{
  display: flex;
  flex-wrap: wrap;
}
.jszc_box .w>div>ul li{
  width: 32%;
  margin: 10px 0.5%;
  text-align: center;
}
.jszc_box .w>div>ul li img{
  width: 100%;
}
.jszc_box .w>div>ul li h4{
  font-size: 16px;
  margin: 10px 0;
}
.jszc_box .w>.cpfw ul li{
  width: 49%!important;
}
/* 技术支持结束 */
/* 合作客户 */
.partner{
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}
.partner .w table tbody tr td{
  width: 16.66%;
  padding:0 30px;
  border: 1px solid #ebebeb;
  position: relative;
  overflow: hidden;
}
.partner .w table tbody tr td .brand_text{
  width: 100%;
  overflow: hidden;
  padding: 3%;
  background: #000000a6;
  display: none;
  line-height: 22px;
  color: #fff;
  font-size: 13px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 99;
}
.partner .w table tbody tr td:hover .brand_text{
  display: block;
}
.partner .w table tbody tr td img{
  width: 100%;
  transition: all 0.5s;
}
.partner .w table tbody tr td:hover img{
  transform: scale(1.3);
}
/* 企业荣誉 */
.honors{
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.honors .w ul{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.honors .w ul li{
  width: 24%;
  margin: 10px 0.5%;
  border: 1px solid #ebebeb;
}
.honors .w ul li img{
  width: 100%;
  padding: 10px;
}
/*demo CSS*/
.main-content{
  clear: both;
  display: block;
  margin: 40px auto;
  max-width: 90%;
  padding: 0 10px;
}
.image-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.image-list .cover{
  position: relative;
  cursor: pointer;
  width: 24%;
  margin: 10px 0.5%;
  /* border: 1px solid #ebebeb; */
  overflow: hidden;
  transition: all 0.2s;
}
.image-list .cover img{
  width: 100%;
  padding: 10px;
  transition: all 0.5s;
  border: 1px solid #ececec;
}
.image-list .cover img:hover{
  transform: scale(1.05);
}
.image-list .cover:hover{
  /* border: 1px solid #ff2600; */
  box-shadow: -1px 0px 8px 4px #ccc;
}
.image-list>h3{
  font-size: 26px;
  width: 100%;
  margin: 30px 0 12px;
  font-weight: bold;
  text-align: center;
}
/*main CSS*/
#pictureViewer{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 10000;
}
#pictureViewer > .content{
  background-color: #000000b0;
  position: absolute;
  width: 100%!important;
  height: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#pictureViewer .menu-bar{
  width: 100%;
}
#pictureViewer .menu-bar .handel{
  width: 40px;
  height: 40px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
  background-color: #ff2600;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
/* #pictureViewer .menu-bar .handel.maximization{
  background-image: url(/assets/image/maximization_black.png);
  background-size: 14px;
} */
#pictureViewer .menu-bar .handel.maximization:hover{
  background-image: url(/assets/image/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
  background-size: 16px;
  background-image: url(/assets/image/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
  background-image: url(/assets/image/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
  background-image: url(/assets/image/close_black.png);
  background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
  background-image: url(/assets/image/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
  display: inline-block;
  width: 50px;
  height: 70px;
  position: relative;
  top: calc(50% - 80px);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 50%;
  cursor: pointer;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#pictureViewer .handel-prev{
  background-image: url(/assets/image/prev_white.png);
}
#pictureViewer .handel-next{
  background-image: url(/assets/image/next_white.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
  background-color: #ff2600;
}
#pictureViewer .picture-content{
  display: inline-block;
  width: 80%;
  height: calc(100% - 80px);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#pictureViewer .picture-content .cover{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#pictureViewer .counter{
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
#pictureViewer .hide{
  display: none;
}
#pictureViewer .left{
  float: left;
}
#pictureViewer .right{
  float: right;
}
#pictureViewer .clear-flex{
  clear: both;
}
#pictureViewer img{
  max-width: 100%;
  max-height: 100%;
}

.viewer-navbar {
  height: 100px !important;
}

.viewer-navbar .viewer-transition {
  width: 80% !important;
  height: 100px !important;
  margin: 0 auto;
  transform: translateX(0px)!important;
}

.viewer-navbar .viewer-transition>li ,
.viewer-navbar .viewer-transition>li img{
  width: 80px!important;
  height: 100px!important;
}

/* 联系我们开始 */
.cont_box{
  width: 100%;
  overflow: hidden;
  padding: 40px 0 100px;
  background: #f5f5f5;
}
.cont_left{
  display: none;
}
.cont_box .w .cont_left h3{
  display: block;
  font-size: 48px;
  line-height: 1em;
  color: rgba(0,0,0,0.3);
  text-align: center;
}
.cont_box .w .cont_left p{
  color: #333;
  font-size: 36px;
  text-align: center;
}
.cont_box .w .gsx-list{
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  position: relative;
}
.gsx-list img{
  display: block;
  clear: both;
}
.gsx-list-china{
  width: 100%;
  overflow: hidden;
}
.cont_box .w .gsx-list ul{
  width: 32%;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 0 0.5% 18px;
  float: left;
}
.cont_box .w .gsx-list ul h3{
  font-size: 24px;
  margin: 0 0 10px;
  color: #666;
}
.cont_box .w .gsx-list ul li{
  font-size: 15px;
  color: #999;
  margin: 15px 0;
}
.cont_box .w .gsx-list ul li:first-child{
  font-weight: bold;
  color: #333;
}

.gsx-content {
  padding: 25px 0 0;
}
.gsx-title {
  margin-bottom: 16px;
}
.gsx-title h3 {
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: 400;
  line-height: 1.1;
}

.gsx-box {
  position: relative;
  margin: 0 auto;
}

.gsx-header ul {
  position: relative;
  margin: 0;
}

.gsx-header ul li {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 30px;
  font-size: 26px;
  cursor: pointer;
}

.gsx-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}


.gsx-header ul .on:after {
  display: inline-block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: #ff2600;
  z-index: 1;
  height: 2px;
  bottom: -2px;
}
.on  {
  color: #ff2600!important;
}
.cont_box .w>img{
  width: 65%;
  display: block;
  margin: auto;
}
.lxgj>img,
.gnlx>img{
  width: 90%;
  margin: auto;
}
.gnqy{
  position: absolute;
  right: 6%;
  top: 45%;
}
.gnqy>h3{
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}
.gnqy>h2{
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 0;
}
.lxen{
  display: none;
}
.gnqy>div{
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.gnqy>div p{
  margin: 0;
  font-size: 15px;
  color: #333;
}
.gnqy>div span{
  width: 60px;
  height: 25px;
  display: block;
  margin-right: 10px;
}
.gnqy>div:first-of-type span{
  background: #87CEFA;
}
.gnqy>div:nth-of-type(2) span{
  background: #1E90FF;
}
.gnqy>div:last-of-type span{
  background: #4682B4;
}
@media(max-width:1522px){
  .gnqy{
    right: 3%;
  }
}
@media(max-width:1380px){
  .gnqy{
    right: 1%;
  }
}
/* 联系我们结束 */
/* 在线咨询开始 */
.message{
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #f5f5f5;
  padding-top: 50px;
}
.message .w .right_input{
  width: 100%;
  background: #fff;
  padding: 50px 40px;
}
.message .w .right_input>h3{
  font-size: 30px;
  color: #333;
  margin: 0 0 20px;
  font-weight: 300;
}
.message .w .right_input ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.message .w .right_input li{
  width: 49%;
  margin: 0 0 50px;
}
.message .w .right_input .bz_box{
  width: 100%;
}
.message .w .right_input #bzContact{
  width: 100%;
  height: 180px;
  outline: none;
  border: 0;
  border-bottom: 1px solid #000000;
  color: #333;
}
.message .w .right_input li input{
  width: 100%;
  height: 60px;
  border: 0;
  border-bottom: 1px solid #000000;
  color: #333;
}
.message .w .right_input #bzContact:focus,
.message .w .right_input li input:focus {
  border-bottom: 1px solid #ff2600!important;
  color: #ff2600;
}

.message .w .right_input li .tips{
  font-size: 12px;
  color: #ff2600;
  position: relative;
  top: 4px;
}
.message .w .right_input #insubmit{
  cursor: pointer;
  width: 40%;
  line-height: 44px;
  background: #696969;
  display: block;
  clear: both;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  transition: all 0.8s;
  margin: 40px auto;
}
.message .w .right_input #insubmit:hover{
  background: #ff2600;
}
/* 在线咨询结束 */
/* 企业文化开始 */
.culture .w ul{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.culture .w ul li{
  width: 33.333%;
  overflow: hidden;
  text-align: center;
  position: relative;
  transition:all 0.5s;
}
.culture .w ul li:hover {
  background: #ff2600;
  box-shadow: -2px 3px 5px 2px #646464b5;
  z-index: 55;
}
.culture .w ul li::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  transition:all 0.5s;
}
.culture .w ul li:hover::after{
  width: 100%;
  height: 2px;
  background: #ff2600;
}
.culture .w ul li>div{
  width: 100%;
  overflow: hidden;
  height: 180px;
}
.culture .w ul li>div>img{
  width: 100%;
  transition: all 0.5s;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.culture .w ul li h3{
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: bold;
}
.culture .w ul li p{
  font-size: 14px;
  line-height: 26px;
  color: #666;
  padding: 0 15px;
  margin: 0;
}
.culture .w ul li:hover h3,
.culture .w ul li:hover p,
.culture .w ul li:hover .ppbox>div p{
  color: #fff;
}
.culture .w ul li .ppbox{
  display: flex;
  justify-content: center;
  height: auto;
}
.culture .w ul li .ppbox>div{
  margin: 0 20px;
}
.culture .w ul li .ppbox>div img{
  height: 82px;
  width: auto;
}
.culture .w ul li:hover .ppbox>div img{
  transform: scale(1);
}
.culture .w ul li .ppbox>div p{
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* 企业文化结束 */
@media(max-width:768px){
  /* 介绍 */
  .about .nav_tit {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #f2f2f2;
    margin: 0;
    flex-wrap: wrap;
  }
  .about .nav_tit li:nth-child(3) a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    top: 22px;
    left: 0;
    background: #ccc;
  }
  .about .about_left {
    width: 100%;
    float: left;
    padding: 30px 10px;
  }
  .about .about_right {
    background-image: url(/assets/image/about-2.jpg);
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0;
  }
  .about .about_right>div img {
    width: 48px;
  }
  .about .about_right>div h1 {
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    padding-right: 0;
    color: #fff;
  }
  .zlfz {
    width: 100%;
    overflow: hidden;
    background-image: url(/assets/image/about2-1-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    text-align: center;
  }
  #cd-timeline {
    position: relative;
    padding: 20px 10px!important;
    margin: 30px 0!important;
  }
  .cd-timeline-content {
    position: relative;
    margin-left: 48px;
    background: #f2f5f7;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
  }
  .cd-timeline-content h2 {
    color: #303e49;
    margin: 0;
    font-weight: bold;
    font-size: 26px;
  }
  .carousel {
    width: 100%;
    float: none;
  }
  .nav_tit li{
    width: 50%;
  }
  /* 荣誉 */
  .honors {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
  }
  .honors .w ul li {
    width: 48%;
    margin: 5px 1%;
    border: 1px solid #ebebeb;
  }
  .honors .w ul li img {
    width: 100%;
    padding: 0;
  }
  .organ .w img {
    display: block;
    margin: 30px auto;
    width: 100%;
  }
  .main-content {
    clear: both;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 6px;
  }
  .image-list .cover {
    position: relative;
    cursor: pointer;
    width: 49%;
    margin: 5px 0.5%;
    border: 1px solid #ebebeb;
  }
  .image-list .cover img {
    width: 100%;
    padding: 6px;
  }
  #pictureViewer > .content {
    background-color: #fff;
    position: absolute;
    width: 94%;
    height: 525px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #pictureViewer .picture-content {
    display: inline-block;
    width: 100%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  #pictureViewer .handel-prev, 
  #pictureViewer .handel-next {
    display: inline-block;
    width: 32px;
    height: 54px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 99999;
  }
  #pictureViewer img {
    max-width: 80%;
    max-height: 100%;
  }
  /* 合作客户 */
  .partner {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
  }
  .partner .w table tbody tr td {
    width: 50%;
    padding: 0;
    border: 1px solid #ebebeb;
    display: block;
    float: left;
  }
  .partner .w table tbody tr td img {
    width: 100%;
  }
  /* 技术支持 */
  .jszc_box {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
  }
  /* 军工介绍 */
  .war {
    width: 100%!important;
    padding: 30px 10px 0!important;
  }
  .war>div {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .war>div h3, 
  .war>ul h3 {
    font-size: 26px;
    margin: 15px 0 6px;
    color: #333;
  }
  .war>ul li {
    width: 100%;
    float: left;
    margin: 5px 0;
  }
  .war>ul li img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0;
  }
  /* 人才招聘 */
  .job_box {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
  }
  /* 在线咨询 */
  .message{
    padding-top: 30px;
  }
  .message .w .right_input{
    padding: 20px;
  }
  .message .w .right_input>h3 {
    font-size: 24px;
    color: #333;
    margin: 0 0 10px;
    line-height: 1.5;
  }
  .message .w .right_input li {
    width: 100%;
    margin: 0 0 20px;
  }
  .message .w .right_input #bzContact{
    height: 100px;
  }
  .message .w .right_input #insubmit{
    width: 100%;
  }
  /* 联系我们 */
  .cont_box {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    background: #f5f5f5;
  }
  .cont_box .w .cont_left {
    width: 100%;
    float: left;
  }
  .cont_box .w .cont_left h3 {
    display: block;
    font-size: 42px;
    line-height: 1em;
    color: rgba(0,0,0,0.3);
  }
  .cont_box .w .cont_left p {
    color: #333;
    font-size: 28px;
  }
  .cont_box .w .gsx-list ul {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .cont_box .w>img {
    width: 100%;
    display: block;
    margin: auto;
  }
  .gsx-list img {
    display: block;
    clear: both;
    width: 100%;
  }
  /* 企业文化 */
  .culture .w ul {
    margin-top: 10px;
  }
  .culture .w ul li {
    width: 100%;
    border-bottom: 2px solid #ff2600;
  }


}