﻿.hide {display:none;}

.yingchang {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*变化*/
/*上下*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*html::-webkit-scrollbar {
  display: none;
}*/
body {
  padding-top: 95px;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.nfHead {
  position: fixed;
  top: 0;
  background: #fff;
  text-align: center;
  padding: 0 50px;
  line-height: 115px;
  /*height: 85px;*/
  transition: all 1s;
  width: 100%;
  z-index: 200;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
}
.nfHead .nfHead-logo {
  padding-top: 32px;
  line-height: normal;
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scale(1.05);
}
.nfHead .nfHead-nav {
  display: inline-block;
  padding-left: 107px;
}
.nfHead .nfHead-nav li {
  display: inline-block;
  float: left;
  padding: 0 25px;
  position: relative;
}
.nfHead .nfHead-nav li a {
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
}
.nfHead .nfHead-nav li.active,
.nfHead .nfHead-nav li:hover {
  color: #024490;
}
.nfHead .nfHead-nav li.active a,
.nfHead .nfHead-nav li:hover a {
  border-bottom: 2px solid #024490;
}
.nfHead .nfHead-nav li.active .nav-show a,
.nfHead .nfHead-nav li:hover .nav-show a {
  border: none;
}
.nfHead .nfHead-nav li .nav-show {
  position: absolute;
  top: 100%;
  z-index: 100;
  left: 0;
  background: #fff;
  line-height: 35px;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .nfHead-nav li .nav-show a {
  display: inline-block;
  width: 100%;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.nfHead .nfHead-nav li .nav-show a:hover {
  color: #024490;
  border: none;
}
.nfHead .nfHead-tool {
  display: inline-block;
  position: relative;
}
.nfHead .nfHead-tool .pho {
  display: inline-block;
  color: #db690e;
  font-size: 18px;
  line-height: 36px;
}
.nfHead .nfHead-tool .icon-sousuo1 {
  vertical-align: top;
  color: #024490;
  font-size: 25px;
  display: inline-block;
  margin-left: 100px;
  font-weight: bold;
  cursor: pointer;
}
.nfHead .nfHead-tool .sousuo_show {
  position: absolute;
  opacity: 0;
  top: 80%;
  z-index: -1;
  right: 100px;
  height: 50px;
  background: #fff;
  width: 330px;
}
.nfHead .nfHead-tool .sousuo_show input {
  width: 280px;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  font-size: 16px;
}
.nfHead .nfHead-tool .sousuo_show .icon-sousuo1 {
  display: inline-block;
  width: 50px;
  margin-left: 0;
  line-height: 50px;
  background: #024490;
  color: #fff;
}
.nfHead .nfHead-tool .icon-weixin {
  vertical-align: top;
  color: #024490;
  font-size: 25px;
  display: inline-block;
  margin-left: 40px;
  font-weight: bold;
  cursor: pointer;
}
.nfHead .nfHead-tool .icon-weixin_show {
  position: absolute;
  opacity: 0;
  top: 120%;
  z-index: -1;
  right: 0;
  width: 130px;
  height: 130px;
  background: #f8f7f7;
  padding: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .nfHead-tool .icon-weixin_show:after {
  position: absolute;
  top: -10px;
  z-index: 100;
  right: calc(50% - 10px);
  content: '';
  width: 0px;
  height: 0px;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #f8f7f7;
  /*透明 透明  灰*/
}
.i_swiper-container {
  /*height: calc(100% - 50px);*/
  height: 100%;
  position: relative;
  overflow: hidden;
}
.i_swiper-container img {
  width: 100%;
}

.i_swiper-container .img2 {
  display: none;
}
.i_swiper-container .swiper-pagination {
  right: 40px;
}
.i_swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid #7c7c7d;
  background: none;
  opacity: 1;
}
.i_swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #eb8500;
  border: 1px solid #eb8500;
}
.footer {
  background: #0c57ad;
  color: #fff;
  padding: 40px 0;
}
.footer .l-foot {
  font-size: 14px;
  line-height: 30px;
}
.footer .ul_foot {
  font-size: 14px;
  line-height: 30px;
  width: 50%;
  padding-left: 90px ;
}
.footer .ul_foot li {
  vertical-align: top;
  display: inline-block;
  float: left;
  width: 25%;
  text-align: left;
}
.footer .ul_foot li a {
  display: inline-block;
  width: 100%;
}
.footer .ul_foot li a:first-child {
  font-size: 18px ;
}
.footer .code {
  font-size: 14px;
  line-height: 30px;
}
.footBox {
  padding: 10px 0;
  color: #666666;
  background: #efefef;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  animation-name: fadeInUp;
  animation-delay: 0.2s;
}
.n_T {
  position: relative;
}
.n_T .img img{width: 100%;}
.n_T .text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
}
.n_T .text .text_t {
  text-align: center;
  animation-name: fadeInUp2;
  animation-delay: 0.2s;
}
.n_T .text .text_t span {
  font-size: 70px;
  color: #024490;
  font-weight: Medium;
}
.n_T .text .text_t dl {
  display: inline-block;
  line-height: 35px;
}
.n_T .text .text_t dl dt {
  font-size: 30px;
  font-weight: bold;
}
.n_T .text .text_t dl dd {
  text-align: left;
  font-size: 18px;
  color: #024490;
}
.n_T .text_ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30%;
}
.n_T .text_ul li {
  float: left;
  width: 23%;
  height: 100%;
  margin-right: 2.66666667%;
  background: rgba(53, 118, 193, 0.85);
  text-align: center;
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  animation-name: fadeInUp;
  animation-delay: 0.2s;
}
.n_T .text_ul li:nth-child(4) {
  margin-right: 0;
}
.n_T .text_ul li:nth-child(2) {
  animation-delay: 0.3s;
}
.n_T .text_ul li:nth-child(3) {
  animation-delay: 0.4s;
}
.n_T .text_ul li:nth-child(4) {
  animation-delay: 0.5s;
}
.n_T .text_ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.n_T .text_ul li .ul_img {
  vertical-align: top;
  overflow: hidden;
  height: 70px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.n_T .text_ul li:hover {
  background: #fd9f23;
}
.n_T .text_ul li:hover .ul_img {
  height: 0;
}
.n_T .text_ul li:hover .iconfont {
  opacity: 1;
}
.n_T .text_ul li .li_c {
  margin-top: calc(50% - 60px);
  height: 120px;
}
.n_T .text_ul li .t {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  line-height: 24px;
}
.n_T .text_ul li .en {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}
.n_T .text_ul li .iconfont {
  font-size: 27px;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.n_T .ul_color_g li {
  background: #01a1be;
}
.c_top_img {
  width: 100%;
  height: 460px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  background-position: center 0;
  background-size: 100% auto;
}
.c_top_img .c_top_til {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.c_top_img .c_top_til h1 {
  font-size: 48px;
  text-transform: uppercase;
}
.c_top_img .c_top_til .te {
  font-size: 30px;
  line-height: 48px;
}
.c_top_img .c_top_list {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.83);
}
.c_top_img .c_top_list a {
  flex: 1;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.c_top_img .c_top_list a:hover,
.c_top_img .c_top_list a.active {
  background: #0c57ad;
  color: #fff;
}
.c_top_img_o {
  width: 100%;
  height: 460px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  background-position: center 0;
  background-size: 100% auto;
}
.c_top_img_o .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.c_top_img_o .text .til {
  background: rgba(18, 79, 151, 0.82);
  border-top-left-radius: 10px;
  color: #fff;
  line-height: 36px;
  padding: 10px 0;
  padding-left: 25px ;
  width: 250px;
}
.c_top_img_o .text .til .t {
  font-size: 24px;
  position: relative;
}
.c_top_img_o .text .til .t:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #f38f0b;
}
.c_top_img_o .text .til .en {
  font-size: 14px;
  color: #9abff6;
}
.c_top_img_o .text .sele {
  margin-top: 40px;
  width: 250px;
  height: 42px;
  line-height: 42px;
  background: #fff;
  position: relative;
  border-radius: 5px;
}
.c_top_img_o .text .sele .icon-dizhi {
  display: inline-block;
  width: 40px;
  text-align: center;
  color: #aeaeae;
  font-size: 20px;
  background: #fff;
}
.c_top_img_o .text .sele select {
  background: #fff;
  width: calc(100% - 40px);
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  display: inline-block;
  border: none;
}
.c_top_img_o .text .sele select option {
  background: rgba(255, 255, 255, 0.64);
  border: none;
}
.c_top_img_o .text .sele select option:hover {
  background: rgba(2, 68, 144, 0.15);
}
.c_top_img_o .text .sele select:focus {
  border: none;
}
.c_top_img_o .text .sele:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(0, -50%);
  border-width: 10px 7px 0;
  border-style: solid;
  border-color: #aeaeae transparent transparent;
}
.enterprise {
  background: #fff;
}
.enterprise .enterprise_list {
  padding: 60px 0;
  text-align: center;
}
.enterprise .enterprise_list a {
  /*float: left;*/
  display: inline-block;
  width: 22%;
  margin-right: 2.66666667%;
  background: #ecf4fb;
  text-align: center;
  border-radius: 10px;
  height: 260px;
  padding-top: 75px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise .enterprise_list a:nth-child(4) {
  margin-right: 0;
  background: #ecf4fb;
  border-radius: 10px;
  text-align: center;
}
.enterprise .enterprise_list a:hover {
  background: #f38f0b;
  color: #fff;
}
.enterprise .enterprise_list a:hover .img .img1 {
  left: 30%;
  opacity: 0;
}
.enterprise .enterprise_list a:hover .img .img2 {
  right: 50%;
  transform: translate(50%, 0);
  opacity: 1;
}
.enterprise .enterprise_list a .img {
  width: 100%;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.enterprise .enterprise_list a .img .img1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise .enterprise_list a .img .img2 {
  position: absolute;
  right: 0%;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise .enterprise_list a .te {
  font-size: 18px;
}
/*招聘*/
.enterprise_other {
  background: #f2f7fc;
  padding-bottom: 80px;
  border-bottom: 2px solid #ededed;
  position: relative;
  /*培训*/
}
.enterprise_other .seach {
  text-align: center;
  padding: 20px 50px;
}
.enterprise_other .seach .input {
  border: 1px solid #024490;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
}
.enterprise_other .seach .input input {
  display: inline-block;
  width: 539px;
  height: 59px;
  margin-top: 1px;
  float: left;
  padding-left: 15px;
  font-size: 18px;
}
.enterprise_other .seach .input .icon-sousuo1 {
  width: 70px;
  display: inline-block;
  line-height: 60px;
  color: #fff;
  font-size: 40px;
  background: #024490;
}
.enterprise_other .enterprise_other_list {
  padding: 0 20px;
}
.enterprise_other .enterprise_other_list li {
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise_other .enterprise_other_list li:hover {
  background: #f5f5f5;
}
.enterprise_other .enterprise_other_list li:hover .h1 {
  color: #004da6;
}
.enterprise_other .enterprise_other_list li:hover .more {
  background: #f38f0b;
  color: #fff;
  border-color: #f38f0b;
}
.enterprise_other .enterprise_other_list li .time {
  font-size: 14px;
  width: 120px;
  text-align: center;
  line-height: 24px;
}
.enterprise_other .enterprise_other_list li .text {
  max-width: calc(100% - 300px);
}
.enterprise_other .enterprise_other_list li .text .h1 {
  font-size: 24px;
  font-weight: normal;
}
.enterprise_other .enterprise_other_list li .text .te {
  display: inline-block;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 24px;
  margin: 5px 0;
}
.enterprise_other .enterprise_other_list li .text .name {
  font-size: 14px;
  color: #3e71b0;
}
.enterprise_other .enterprise_other_list li .more {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  color: #3e71b0;
  font-size: 14px;
  text-align: center;
  width: 132px;
  line-height: 40px;
  border: 1px solid #3e71b0;
  border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise_other .enterprise_other_list li .more:before {
  content: "\e627";
  position: absolute;
  right: 9px;
  font-size: 22px;
  top: 50%;
  transform: translate(0, -50%);
}
.enterprise_other .oth_list a {
  display: inline-block;
  width: 50%;
  float: left;
  line-height: 30px;
  padding: 30px 0;
  text-align: center;
  background: #e6edf6;
  color: #024490;
  font-size: 24px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise_other .oth_list a:hover,
.enterprise_other .oth_list a.active {
  background: #f38f0b;
  color: #fff;
}
.enterprise_other .oth_li_con .oth_con_list {
  padding: 10px 20px;
}
.enterprise_other .oth_li_con .oth_con_list li {
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise_other .oth_li_con .oth_con_list li:hover {
  background: #f5f5f5;
}
.enterprise_other .oth_li_con .oth_con_list li:hover .h1 {
  color: #004da6;
}
.enterprise_other .oth_li_con .oth_con_list li:hover .more {
  background: #f38f0b;
  color: #fff;
  border-color: #f38f0b;
}
.enterprise_other .oth_li_con .oth_con_list li .text {
  max-width: calc(100% - 200px);
  padding-left: 20px;
}
.enterprise_other .oth_li_con .oth_con_list li .text .h1 {
  font-size: 22px;
  font-weight: normal;
}
.enterprise_other .oth_li_con .oth_con_list li .text .te {
  display: inline-block;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 24px;
  margin: 5px 0;
}
.enterprise_other .oth_li_con .oth_con_list li .text .name {
  font-size: 14px;
  color: #3e71b0;
}
.enterprise_other .oth_li_con .oth_con_list li .more {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  color: #3e71b0;
  font-size: 14px;
  text-align: center;
  width: 132px;
  line-height: 40px;
  border: 1px solid #3e71b0;
  border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise_other .oth_li_con .oth_con_list li .more:before {
  content: "\e627";
  position: absolute;
  right: 9px;
  font-size: 22px;
  top: 50%;
  transform: translate(0, -50%);
}
/*培训 详细*/
.oth_about {
  position: relative;
  top: -100px;
}
.oth_about .fan {
  position: absolute;
  top: -100px;
  display: inline-block;
  left: 0;
  width: 72px;
  height: 72px;border-radius: 50%;
  background: #4b7aaf;
  text-align: center;
  line-height: 72px;
  transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;

}
.oth_about .fan:hover{
  background: #f38f0b;
}
.oth_about .h1 {
  font-size: 28px;
  line-height: 30px;
  padding: 35px 0;
  text-align: center;
  font-weight: normal;
  border-bottom: 2px solid #024490;
  background: rgba(255, 255, 255, 0.8);
}
.oth_about .ab_text {
  padding: 60px;
  line-height: 24px;
  font-size: 16px;
}
.oth_about .ab_text .t {
  font-size: 24px;
}
.oth_about .ab_text .te {
  padding: 10px 0 ;
}
/*翻页*/
.con_next {
  padding: 45px 40px;
}
.con_next a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  float: left;
  padding: 0 11px;
  border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.con_next span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  float: left;
  padding: 0 11px;
  border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.con_next a.active,
.con_next a:hover {
  color: #fff;
  background: #f38f0b;
}
.con_next span.nowpage{
  color: #fff;
  background: #f38f0b;
}
.con_next2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  background: #fff;
  border-top: 1px solid #ececec;
}
.con_next2 a {
  display: inline-block;
  width: 33.3%;
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  padding: 25px 0;
  color: #555555;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.con_next2 a:hover {
  color: #0c57ad;
}
.con_next2 a:hover .iconfont {
  color: #0c57ad;
}
.con_next2 a .iconfont {
  color: #c7c7c7;
  font-size: 30px;
  vertical-align: top;
  display: inline-block;
  margin: 0 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.con_next2 a .icon-menu {
  font-size: 12px;
}
.bg {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.31);
}
.show {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1200px;
  max-height: 80%;
  z-index: 2000;
  background: #ffffff;
  overflow: auto;
  border-radius: 20px;
  transform: translate(-50%, -50%);
}
.show .icon-cuo {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 50px;
  color: #a1a1a1;
}
.show .show_top {
  padding: 30px;
  background: #f2f7fc;
}
.show .show_top .h1 {
  font-size: 24px;
  font-weight: normal;
}
.show .show_top .te {
  color: #6d6d6d;
}
.show .show_top .te .time {
  font-size: 14px;
  line-height: 24px;
}
.show .text {
  overflow: auto;
  margin: 30px;
  width: calc(100% - 60px);
  max-height: calc(100% - 180px);
  display: inline-block;
}
.show .text .h {
  margin-top: 30px;
  padding-left: 14px;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: normal;
  position: relative;
}
.show .text .h:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  background: #f38f0b;
  border-radius: 50%;
}
.show .text .te {
  padding: 15px 0;
  font-size: 16px;
  line-height: 30px;
}
.show .text .te .c_o {
  color: #ff5a00;
}
.show .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 7px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.show .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f38f0b;
}
.show .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #e8e8e8;
}
.query_show{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 960px;
  background: #d9e9f7;
  padding: 30px 45px 85px 45px;
  z-index: 1020;
  text-align: center;
  max-height: 80%;
  border-radius: 10px;
}
.query_show .iconfont {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 46px;
    color: #a3a3a3;
}
.query_show .h1{
  font-size: 24px;line-height: 36px;   text-align: center;font-weight: normal;

}
.query_show .oa_w{ width:560px;display: inline-block;}
.query_show  .input{
  display: inline-block;
  margin-top: 30px;
  width:100%;
  /*border: 1px solid #e1e1e1;*/
  border: 1px solid #6a92c1;
  background: #fff;
  line-height: 58px;
  font-size: 18px;
  border-radius: 5px;
}
.query_show  .input .img{width:80px;text-align:center ;color:#787878;}
.query_show  .input input{float:left;
  display: inline-block;
  width:calc(100% - 80px);
  padding-left: 5px;
  line-height: 58px;

  height: 56px;
  margin-top: 1px;
}
.query_show  .input.yan input{
  width:150px;   /* font-size: 18px;*/

}
.query_show .input .yan_img {
    display: inline-block;
    border-left: 1px solid #6a92c1;
}
.query_show  .input .sp{color:#074d9c;font-size: 14px;padding-right: 25px;}
.query_show .radio{
  display: inline-block;
  margin-top: 30px;
 width:100%;
  position:relative;
  text-align: left;
}
.query_show .radio input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 15px;
  top: calc(50% - 10px);
}
.query_show .radio input[type="checkbox"]:checked + label:after {
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  border: 1px solid #0c57ad;
  background: #0c57ad;
  content: "\e61c";
  font-size: 16px;
  text-align: center;
  position: absolute;
  left: 15px;
  top: calc(50% - 10px);
}
.query_show .radio label {
  font-size: 14px;
  color: #000000;
  width: 100%;
  display: inline-block;
  padding-left: 50px;
}
.query_show .login{width:100%;color:#fff;border-radius: 5px;font-size: 24px;line-height: 48px;background:#0c57ad;margin-top:30px;}

/*  忘记密码弹框*/
.forget_show{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 960px;
  background: #fff;
  padding: 30px 45px 85px 45px;
  z-index: 1020;
  text-align: center;
  max-height: 80%;
  border-radius: 10px;
}
.forget_show .iconfont {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 46px;
    color: #a3a3a3;
}
.forget_show .h1{
  font-size: 24px;line-height: 36px;   text-align: center;font-weight: normal;
}
.forget_show .oa_w{ width:560px;display: inline-block;}
.forget_show  .input{
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  width:100%;
  border: 1px solid #e1e1e1;
  line-height: 58px;
  background: #fff;
  font-size: 18px;
}
.forget_show input{
  display: inline-block;
  width:100%;
  padding-left: 5px;
  line-height: 58px;
      font-size: 18px;
  height: 58px;
}
.forget_show .login{width:100%;color:#fff;font-size: 24px;line-height: 48px;background:#0c57ad;margin-top:30px;    cursor: pointer;}

/*入职指南*/
.guide {
  padding: 40px 90px;
}
.guide .h1 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 15px;
  color: #444444;
}
.guide .te {
  line-height: 36px;
  font-size: 18px;
}
.staff_con .staff_list {
  padding: 10px 20px;
}
.staff_con .staff_list li {
  padding: 20px 20px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  border-radius: 5px;
  line-height: 24px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.staff_con .staff_list li:hover {
  background: #f5f5f5;
}
.staff_con .staff_list li:hover .h1 {
  color: #004da6;
}
.staff_con .staff_list li .h1 {
  display: inline-block;
  font-size: 20px;
  max-width: calc(100% - 200px);
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.staff_con .staff_list li .time {
  font-size: 14px;
}



/*工资查询*/
.query .query_top {
  background: #fff;
  padding: 40px 0;
  text-align: center;
}
.query .query_top .h1 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  padding: 30px 0;
}
.query .query_top .seach {
  width: 100%;
  text-align: left;
  padding: 20px 0;
  display: inline-block;
}
.query .query_top .seach .ret{
  border: 1px solid #024490;
  color: #024490;
  font-size: 16px;
  line-height: 43px;
  border-radius: 10px;margin-right: 10px;
  padding: 0 20px;
  cursor: pointer;
}
.query .query_top .seach .input-time {
  vertical-align: top;
  display: inline-block;
  line-height: 60px;
  border: 1px solid #024490;
  position: relative;
}
.query .query_top .seach .input-time:nth-child(1) {
  border-right: none;
}
.query .query_top .seach .input-time:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(0, -50%);
  border-width: 10px 7px 0;
  border-style: solid;
  border-color: #aeaeae transparent transparent;
}
.query .query_top .seach .input-time .year {
  width: 180px;
  padding: 0 20px ;
  font-size: 18px;
  height: 50px;
  color: #737373;
}
.query .query_top .seach .input-time .month {
  font-size: 18px;
  color: #737373;
  padding: 0 32px ;
  height: 50px;
}
.query .query_top .seach .input {
  border: 1px solid #024490;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  vertical-align: top;

  margin-left: 5px;
}
.query .query_top .seach .input input {
  display: inline-block;
  width: 574px;
  height: 60px;
  float: left;
  padding-left: 15px;
  font-size: 18px;
}

.query .query_top .seach .input .icon-sousuo1 {
  width: 70px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  background: #024490;cursor: pointer;
}
.query .query_top .seach .forget{
  border:1px solid #024490;
  color:#024490;
  font-size: 16px;
  line-height: 43px;
  margin-right: 10px;
  border-radius: 10px;
  padding: 0 20px;cursor: pointer;
}
.query .query_top .seach .forget img{ margin-right: 5px;}


.query .query_con {
  background: #f2f7fc;
  text-align: center;
}
.query .query_con .con {
 /* width: 100%;
  display: inline-block;*/
  padding-bottom: 30px;
}
.query .query_con .con.no {
    color:#fe8b05;font-size: 18px;
    text-align: center;
}
.query .query_con .con.no img{ margin-right: 15px;}
.query .query_con .con .t2 {
   text-align: left;
   font-size: 18px;
   padding: 20px 0;
   color: #5c5c5c;
 }
.query .query_con .con .t {
  text-align: left;
  font-size: 18px;
  padding: 20px 0;
  color: #232121;
  font-weight: bold;
}
.query .query_con .con .table {
  width: 100%;
  background: #fff;
  border: 1px solid #99cfff;
  border-radius: 10px;
}
.query .query_con .con .table tr {
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px solid #99cfff;
}
.query .query_con .con .table tr:nth-child(2n) {
  background: #edf9ff;
}
.query .query_con .con .table tr td {
  text-align: left;
  /*padding-left: 10px;*/
  padding: 0 5px;
  border-right: 1px solid #99cfff;
}
.query .query_con .con .table tr td.td-t{
  text-align: left!important;
  font-size: 16px;
  font-weight: bold;
}
.query .query_con .con .table tr td:last-child{border-right:unset;}
.query .query_con .con .table tr td:nth-child(2n - 1) {
/*  width: 25%;*/
  text-align: right;
  padding-right: 5px;
  border-right: 1px solid #99cfff;
}
/*外服资讯*/
.news {
  padding: 70px 0;
  background: #fff;
}

.news .news_ul li {
  margin-bottom: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news .news_ul li:hover {
  background: #3196cb;
}
.news .news_ul li:hover .w {
  background: #3196cb;
}
.news .news_ul li:hover img {
  transform: scale(1.05);
}
.news .news_ul li:hover .news_ul_text {
  color: #fff;
}
.news .news_ul li:hover .news_ul_text .h .more {
  border: 1px solid #ffba00;
  color: #ffba00;
}
.news .news_ul li:hover .news_ul_text .te {
  color: #afe3ff;
}
.news .news_ul li:hover .news_ul_text .te .time {
  color: #afe3ff;
}
.news .news_ul li:nth-child(2n) .news_ul_img {
  float: right;
}
.news .news_ul li .w {
  background: #f2f7fc;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news .news_ul li .news_ul_img {
  width: 50%;
  overflow: hidden;
}
.news .news_ul li .news_ul_img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news .news_ul li .news_ul_text {
  width: 50%;
  padding: 30px;
}
.news .news_ul li .news_ul_text .h .h1 {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  padding-left: 10px;
  border-left: 4px solid #f3c383;
  font-weight: normal;
}
.news .news_ul li .news_ul_text .h .more {
  display: inline-block;
  border: 1px solid #adc3da;
  color: #5b656f;
  font-size: 14px;
  padding: 0 20px;
  line-height: 25px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news .news_ul li .news_ul_text .te {
  margin-top: 20px;
  max-height: 216px;
  line-height: 32px;
  font-size: 14px;
}
.news .news_ul li .news_ul_text .te a {
  display: inline-block;
  width: 100%;
}
.news .news_ul li .news_ul_text .te a:hover .te_t {
  color: #fff;
}
.news .news_ul li .news_ul_text .te a .te_t {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_ul li .news_ul_text .te a .time {
  font-size: 12px;
  color: #474747;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-2 .news_ul {
  padding: 70px 0 0 0;}
.news-2 .news_ul .h1_add{font-size: 24px;text-align: center;
  padding-bottom: 10px;
border-bottom: 1px solid #3196cb; }
.news-2 .news_ul .h1_add img{margin-right: 10px;}

.news-2 .news_ul li {
  display: inline-block;
  padding: 30px;
  width: 100%;
  border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-2 .news_ul li:hover {
  background: #f5f5f5;
}
.news-2 .news_ul li:hover .news_ul_text .h .h1 {
  color: #0c57ad;
}
.news-2 .news_ul li:hover .news_ul_img img {
  transform: scale(1.05);
}
.news-2 .news_ul li:hover .news_ul_text .h .more {
  background: #f38f0b;
  color: #fff;
  border-color: #f38f0b;
}
.news-2 .news_ul li .news_ul_text {
  width: 100%;
}
.news-2 .news_ul li .news_ul_text .time {
  width: 100px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}
.news-2 .news_ul li .news_ul_text .h {
  width: calc(100% - 100px);
  font-size: 14px;
  display: inline-block;
}
.news-2 .news_ul li .news_ul_text .h .h1 {
  font-size: 24px;
  font-weight: normal;
}
.news-2 .news_ul li .news_ul_text .h .te {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
  max-height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #6d6d6d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-2 .news_ul li .news_ul_text .h .more {
  position: relative;
  display: inline-block;
  color: #3e71b0;
  font-size: 14px;
  text-align: center;
  width: 132px;
  line-height: 40px;
  border: 1px solid #3e71b0;
  border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-2 .news_ul li .news_ul_text .h .more:before {
  content: "\e627";
  position: absolute;
  right: 9px;
  font-size: 22px;
  top: 50%;
  transform: translate(0, -50%);
}
.news-2 .news_ul li .news_ul_img {
  max-width: 22%;
  overflow: hidden;
}
.news-2 .news_ul li .news_ul_img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-2 .con_next {
  padding-left: 0;
}
.introduction {
  padding: 70px 0;
}
.introduction .one {
  background: #f2f7fc;
  border-right: 4px solid #f38f0b;
}
.introduction .one .introduction_swiper-container {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.introduction .one .introduction_swiper-container .swiper-slide {
  overflow: hidden;
  position: relative;
}
.introduction .one .introduction_swiper-container .swiper-slide:hover img {
  transform: scale(1.05);
}
.introduction .one .introduction_swiper-container .swiper-slide img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.introduction .one .introduction_swiper-container .swiper-slide .te {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.51);
  color: #fff;
  padding-left: 10px;
  font-size: 18px;
  line-height: 48px;
}
.introduction .one .introduction_swiper-container .swiper-pagination {
  text-align: right;
  padding-right: 15px;
}
.introduction .one .introduction_swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid #7c7c7d;
  background: #fff;
  opacity: 1;
}
.introduction .one .introduction_swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #eb8500;
  border: 1px solid #eb8500;
}
.introduction .one .text {
  display: inline-block;
  width: 50%;
  padding: 32px 70px;
  font-size: 18px;
  line-height: 36px;
}
.introduction .t-text .h2 {
  font-size: 24px;
  line-height: 36px;
  color: #0c57ad;
  font-weight: Heavy;
  padding: 20px 0 10px 0;
}
.introduction .t-text .te {
  font-size: 16px;
  line-height: 36px;
}
/*发展历程*/
.course {
  padding: 80px 0;
}
.course .course_c {
  background: #f0f0f0;
  position: relative;
}
.course .course_c .img {
  overflow: hidden;
  display: inline-block;
  width: 34%;
}
.course .course_c .text {
  padding: 45px 40px 45px 10px;
  width: 66%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  /*overflow: auto;*/
}
.course .course_c .text:before {
  content: '';
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translate(0, -50%);
  background: #808080;
  width: 1px;
  height: 80%;
}
.course .course_c .text .text_t {
  padding: 0 30px 0 60px;
  display: inline-block;
  height: 100%;
  width: 100%;
  overflow: auto;
  position: relative;
}
.course .course_c .text .text_t li:hover .time {
  background: #f38f0b;
}
.course .course_c .text .text_t li:hover .time:after {
  border-color: transparent #f38f0b transparent transparent;
}
.course .course_c .text .text_t li:hover .time .af {
  border: 2px solid #f38f0b;
}
.course .course_c .text .text_t li:hover .time .af:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f38f0b;
}
.course .course_c .text .text_t li:hover .te {
  border: 1px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.36), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  /*兼容firefox*/
}
.course .course_c .text .text_t li .time {
  color: #fff;
  text-align: center;
  width: 120px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  background: #808080;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.course .course_c .text .text_t li .time:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translate(0, -50%);
  border-width: 5px 8px 5px 0;
  border-style: solid;
  border-color: transparent #808080 transparent transparent;
  /*透明 灰 透明 透明 */
}
.course .course_c .text .text_t li .time:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.course .course_c .text .text_t li .time .af {
  position: absolute;
  top: 50%;
  left: -53px;
  transform: translate(0, -50%);
  background: #f0f0f0;
  border-radius: 50%;
  border: 2px solid #808080;
  width: 40px;
  height: 40px;
}
.course .course_c .text .text_t li .time .af:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #808080;
}
.course .course_c .text .text_t li .te {
  font-size: 16px;
  line-height: 36px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px solid #808080;
  border-radius: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  /*height: 140px;
            overflow : hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;*/
}
.course .course_c .text .text_t::-webkit-scrollbar {
  width: 4px;
  background-color: #c7c7c7;
}
.course .course_c .text .text_t::-webkit-scrollbar-thumb {
  /*border-radius: 10px;*/
  background-color: #0096c3;
}
/* 发展历程图片 */
.course_img{
  padding:70px 0 125px 0;
  background: #f3f3f3;
}
.course_img .ul{
  text-align: center;

}
.course_img .ul li{
  width:32%;
  margin-right: 2%;
  float:left;
  position:relative;
  overflow:hidden;
  margin-bottom: 20px;
}
.course_img .ul li .icon-sousuo1{
  position:absolute;
  top:50%;
  left:50%;
  color:#fff;
  opacity:0;
  font-size: 50px;

transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;
  transform:translate(-50%, -50%);
}
.course_img .ul li:hover .icon-sousuo1{
  opacity:1;
}
.course_img .ul li:nth-child(3n){margin-right: 0;}
.course_img .ul li img{
  max-height: 280px;
  transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;
}
.course_img .ul li:hover img{
  transform: scale(1.05);
}
.course_img .ul li .text{position:absolute;
  bottom:0;
  left:0;
  width:100%;
  color:#fff;
  line-height: 45px;
  background:rgba(0, 0, 0, 0.52);
}

.recruit_con {
  padding: 60px 0 100px 0;
}
.recruit_con .con_til .til {
  color: #555555;
  line-height: 60px;
  font-size: 18px;
}
.recruit_con .con_til .til h1 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.recruit_con .con_til .til h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
  width: 60px;
  height: 3px;
  background: #f38f0b;
}
.recruit_con .con_til .til p {
  text-transform: uppercase;
}
.recruit_con .con_til .sea {
  padding-top: 20px;
}
.recruit_con .con_til .sea .select {
  width: 260px;
  height: 52px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #b4b4b4;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.recruit_con .con_til .sea .select .icon-xiala {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  color: #a7a7a7;
}
.recruit_con .con_til .sea .select select {
  vertical-align: top;
  font-size: 16px;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  line-height: 50px;
  padding-left: 20px;
  color: #a7a7a7;
}
.recruit_con .con_til .sea .select select::-webkit-input-placeholder {
  color: #a7a7a7;
  font-size: 16px;
}
.recruit_con .con_til .sea .select select:-moz-placeholder {
  color: #a7a7a7;
  font-size: 16px;
}
.recruit_con .con_til .sea .select select::-moz-placeholder {
  color: #a7a7a7;
  font-size: 16px;
}
.recruit_con .con_til .sea .select select:-ms-input-placeholder {
  color: #a7a7a7;
  font-size: 16px;
}
.recruit_con .con_til .sea .input {
  width: 260px;
  height: 52px;
  line-height: 50px;
  border: 1px solid #b4b4b4;
  display: inline-block;
  border-radius: 5px;
  margin-right: 20px;
}
.recruit_con .con_til .sea .input input {
  vertical-align: top;
  font-size: 16px;
  display: inline-block;
  border-radius: 5px;
  padding-left: 20px;
  width: 100%;
  line-height: 50px;
  height: 49px;
  margin-top: 1px;

}
.recruit_con .con_til .sea .seach {
  font-size: 30px;
  line-height: 52px;
  border-radius: 5px;
  background: #f38f0b;
  width: 100px;
  display: inline-block;
  text-align: center;
  color: #fff;
}
.recruit_con .con_ul {
  padding-bottom: 30px;
}
.recruit_con .con_ul li {
  width: 30%;
  margin-right: 3.33333333%;
  float: left;
  border: 1px solid #e4e4e4;
  padding: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-bottom: 50px;
}
.recruit_con .con_ul li:nth-child(3n) {
  margin-right: 0;
}
.recruit_con .con_ul li:hover {
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=20px);
  /*兼容ie*/
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
}
.recruit_con .con_ul li:hover .more .more_p {
  background: #0c57ad;
  color: #fff;
  border: 1px solid #0c57ad;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.recruit_con .con_ul li .h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 60px;
  border-bottom: 1px solid #e1e1e1;
}
.recruit_con .con_ul li .te {
  font-size: 14px;
  line-height: 36px;
}
.recruit_con .con_ul li .more {
  text-align: center;
  color: #8a8a8a;
}
.recruit_con .con_ul li .more .more_p {
  display: inline-block;
  width: 135px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #8a8a8a;
}
/*弹出层*/
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.51);
}
.more_show {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1020;
  transform: translate(-50%, -50%);
  width: 1200px;
  background: #fff;
  border-radius: 20px;
  overflow: auto;
  padding-bottom: 70px;
  max-height: 80%;
  /*  .h1{
    font-size:24px;
    line-height: 60px;font-weight: bold;
  }
  .t_til{background: #0096c3;color: #fff;
    display: inline-block;width: 100%;
    line-height: 60px;font-size: 18px;
    .t_til_t{
      padding: 0 40px; display: inline-block;
    }
    dd{margin-right: 100px;}
  }*/
}
.more_show .iconfont {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 46px;
  color: #a3a3a3;
}
.more_show .show_top {
  padding: 30px;
  background: #f2f7fc;
}
.more_show .show_top .h1 {
  font-size: 24px;
  font-weight: normal;
}
.more_show .show_top .te {
  color: #6d6d6d;
}
.more_show .show_top .te .time {
  font-size: 14px;
  line-height: 24px;
}
.more_show .con {
  margin: 30px;
  overflow: auto;
  width: calc(100% - 60px);
  max-height: 520px;
  display: inline-block;
}
.more_show .con::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 7px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.more_show .con::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f38f0b;
}
.more_show .con::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #e8e8e8;
}
.more_show .show_con {
  font-size: 16px;
  line-height: 36px;
  /*padding: 40px 0;*/
  border-bottom: 1px solid #eaeaea;
}
.more_show .show_con .h {
  padding-left: 14px;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: normal;
  position: relative;
}
.more_show .show_con .h:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  background: #f38f0b;
  border-radius: 50%;
}
.more_show .show_add {
  padding: 30px 0;
}
.more_show .show_add .add {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  width: 330px;
  text-align: center;
  line-height: 58px;
  border-radius: 10px;
  background: #ed950c;
}
.more_show .show_add .add .iconfont {
  position: absolute;
  color: #fff;
  right: 40px;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.more_show .show_add .add .file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.more_show .show_add .add_now {
  display: inline-block;
  padding: 0 26px;
  font-size: 14px;
  line-height: 60px;
  color: #888888;
}
.more_show .show_add .add_now .now {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.more_show .show_add .add_now .bu {
  color: #1582d7;
}
.more_show .show_add .add_now .del {
  display: inline-block;
  vertical-align: middle;
}
.more_show .show_add .bz {
  font-size: 14px;
  color: #717171;
  line-height: 24px;
}
.more_show .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 24px;
  line-height: 70px;
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #0c57ad;
  color: #fff;
}
/*联系我们*/
.contact .contact_t {
  background: #f2f7fc;
  padding: 50px 0;
  font-size: 18px;
  line-height: 48px;
}
.contact .contact_t .contact_t_c {
  width: 960px;
  margin: 0 auto;
}
.contact .contact_t span {
  margin-right: 90px;
}
.contact .contact_t span img {
  margin-right: 5px;
}
.contact .contact_about {
  width: 960px;
}
.contact .contact_about .about_list {
  padding: 50px 0;
}
.contact .contact_about .about_list li {
  width: 156px;
  height: 156px;
  display: inline-block;
  font-size: 18px;
  margin-right: 90px;
  color: #fff;
  background: #0c57ad;
  text-align: center;
  position: relative;
  border-radius: 50%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact .contact_about .about_list li:nth-child(4) {
  margin-right: 0;
}
.contact .contact_about .about_list li:after {
  position: absolute;
  bottom: -9px;
  z-index: 100;
  right: calc(50% - 10px);
  content: '';
  width: 0px;
  height: 0px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #f38f0b transparent transparent;
  /*透明 透明  灰*/
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}
.contact .contact_about .about_list li:hover,
.contact .contact_about .about_list li.active {
  background: #f38f0b;
}
.contact .contact_about .about_list li:hover:after,
.contact .contact_about .about_list li.active:after {
  opacity: 1;
}
.contact .contact_about .about_list li:hover .img,
.contact .contact_about .about_list li.active .img {
  vertical-align: top;
}
.contact .contact_about .about_list li:hover .img .img1,
.contact .contact_about .about_list li.active .img .img1 {
  display: none;
}
.contact .contact_about .about_list li:hover .img .img2,
.contact .contact_about .about_list li.active .img .img2 {
  display: block;
}
.contact .contact_about .about_list li .img {
  height: 66px;
  display: inline-block;
  margin-top: 30px;
}
.contact .contact_about .about_list li .img .img2 {
  display: none;
}
.contact .contact_about .about_c {
  padding-bottom: 80px;
}
.contact .contact_about .about_c .con:nth-child(n+2) {
  display: none;
}
.contact .contact_about .about_c .con1 a {
  display: inline-block;
  width: 30%;
  text-align: left;
  padding-left: 15px;
  font-size: 18px;
  padding-bottom: 50px;
}
.contact .contact_about .about_c .con1 a .h1 {
  font-size: 18px;
  line-height: 30px;
}
.contact .contact_about .about_c .con1 a .te {
  color: #46a0df;
}
.contact .contact_about .about_c .con1 a .te span {
  vertical-align: middle;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #46a0df;
  line-height: 25px;
}
.contact .contact_about .about_c .con2 {
  border: 1px solid #e1e1e1;
  padding: 40px 140px ;
}
.contact .contact_about .about_c .con2 .text_r .tiltle {
  padding: 20px 0;
}
.contact .contact_about .about_c .con2 .text_r .tiltle .tiltle_p {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  color: #444444;
}
.contact .contact_about .about_c .con2 .text_r .tiltle .tiltle_p span {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  padding: 0 10px;
}
.contact .contact_about .about_c .con2 .text_r .from {
  padding: 20px 0;
}
.contact .contact_about .about_c .con2 .text_r .input {
  display: inline-block;
  width: 48%;
  background: #fafafa;
  border: 1px solid #e1e1e1;
  line-height: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.contact .contact_about .about_c .con2 .text_r .input input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #fafafa;
  line-height: 39px;
  margin-top: 1px;
  padding-left: 10px;
  border-radius: 5px;
}
.contact .contact_about .about_c .con2 .text_r .input input::-webkit-input-placeholder {
  color: #888888;
  font-size: 14px;
}
.contact .contact_about .about_c .con2 .text_r .input input:-moz-placeholder {
  color: #888888;
  font-size: 14px;
}
.contact .contact_about .about_c .con2 .text_r .input input::-moz-placeholder {
  color: #888888;
  font-size: 14px;
}
.contact .contact_about .about_c .con2 .text_r .input input:-ms-input-placeholder {
  color: #888888;
  font-size: 14px;
}
.contact .contact_about .about_c .con2 .text_r .label {
  display: inline-block;
  width: 48%;
  background: #fafafa;
  line-height: 40px;
  padding-left: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.contact .contact_about .about_c .con2 .text_r .label .pl_dt {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #888888;
}
.contact .contact_about .about_c .con2 .text_r .label .dl_li {
  display: inline-block;
  line-height: 40px;
  position: relative;
}
.contact .contact_about .about_c .con2 .text_r .label .dl_li input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.contact .contact_about .about_c .con2 .text_r .label .dl_li input[type="radio"]:checked + label:after {
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  border: 1px solid #f38f0b;
  background: #f38f0b;
  content: "\e61c";
  font-size: 16px;
  text-align: center;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.contact .contact_about .about_c .con2 .text_r .label .dl_li label {
  font-size: 14px;
  color: #000000;
  width: 100px;
  display: inline-block;
  padding-left: 50px;
}
.contact .contact_about .about_c .con2 .text_r .textarea {
  display: inline-block;
  width: 100%;
  background: #fafafa;
  border: 1px solid #e1e1e1;
  line-height: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.contact .contact_about .about_c .con2 .text_r .textarea textarea {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #fafafa;
  padding: 10px 0;
  padding-left: 10px;
  height: 150px;
  border-radius: 5px;
}
.contact .contact_about .about_c .con2 .text_r .textarea textarea::-webkit-input-placeholder {
  color: #888888;
  font-size: 14px;
}
.contact .contact_about .about_c .con2 .text_r .textarea textarea:-moz-placeholder {
  color: #888888;
  font-size: 14px;
}
.contact .contact_about .about_c .con2 .text_r .textarea textarea::-moz-placeholder {
  color: #888888;
  font-size: 14px;
}
.contact .contact_about .about_c .con2 .text_r .textarea textarea:-ms-input-placeholder {
  color: #888888;
  font-size: 14px;
}
.contact .contact_about .about_c .con2 .text_r .yan {
  margin-bottom: 20px;
  width: 100%;
  line-height: 40px;
}
.contact .contact_about .about_c .con2 .text_r .yan .yanz1 {
  display: inline-block;
  width: 40%;
  background: #fafafa;
  border: 1px solid #e1e1e1;
  line-height: 40px;
  vertical-align: top;
  padding-left: 10px;
  border-radius: 5px;
}
.contact .contact_about .about_c .con2 .text_r .yan .yanz1::-webkit-input-placeholder {
  color: #888888;
  font-size: 14px;
}
.contact .contact_about .about_c .con2 .text_r .yan .yanz1:-moz-placeholder {
  color: #888888;
  font-size: 14px;
}
.contact .contact_about .about_c .con2 .text_r .yan .yanz1::-moz-placeholder {
  color: #888888;
  font-size: 14px;
}
.contact .contact_about .about_c .con2 .text_r .yan .yanz1:-ms-input-placeholder {
  color: #888888;
  font-size: 14px;
}
.contact .contact_about .about_c .con2 .text_r .yan .yan_img {
  display: inline-block;
}
.contact .contact_about .about_c .con2 .text_r .yan .sp {
  font-size: 14px;
  color: #3197d2;
}
.contact .contact_about .about_c .con2 .text_r .l {
  margin-right: 4%;
}
.contact .contact_about .about_c .con2 .text_r .btn {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  line-height: 60px;
  border-radius: 10px;
  background: #0096c3;
  text-align: center;
  color: #fff;
  font-weight: bold;
}


/* 放大插件 */
.chroma-gallery .chrg-description{
top:auto;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    line-height: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.52);
    opacity:1;
}
.chroma-gallery .chrg-item:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.chroma-gallery .chrg-item{}
.chroma-gallery .chrg-item:after{
  content:'\e60d';
  font-family: "iconfont" !important;
  font-size: 25px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    opacity: 0;
    font-size: 50px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translate(-50%, -50%);

}
.chroma-gallery .chrg-item:hover:after{
opacity: 1;
}


#content {
  width: 500px;
  height: 170px;
  margin: 100px auto;
}
#imgbox-loading {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  z-index: 90;
}
#imgbox-loading div {
  background: #FFF;
  width: 100%;
  height: 100%;
}
#imgbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  z-index: 80;
}
.imgbox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  display: none;
  z-index: 90;
}
.imgbox-img {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  height: 100% !important;
  vertical-align: top;
}
.imgbox-title {
  padding-top: 10px;
  font-size: 11px;
  text-align: center;
  font-family: Arial;
  color: #333;
  display: none;
}
.imgbox-bg-wrap {
  position: absolute;
  padding: 0;
  margin: 0;
  display: none;
}
.imgbox-bg {
  position: absolute;
  width: 20px;
  height: 20px;
}

#mobile{
  display: none !important;
}