body,
html {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 14px;
  font-family: "PingFang SC", "黑体", serif;
  color: #262626;
  width: 100vw;
  overflow-x: hidden;
}

body.modelShow {
  overflow-y: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  color: inherit;
  text-decoration: inherit;
}

button,
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

li,
ul {
  list-style: none;
}

@font-face {
  font-family: "impact";
  src: url("../fonts/impact.ttf");
}

@font-face {
  font-family: 'futurabt-medium';
  src: url('../fonts/futurabt-medium_.eot');
  src: url('../fonts/futurabt-medium_.woff') format('woff'),
    url('../fonts/futurabt-medium_.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1650px;
}

.bgCenter {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

/* 头部  */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 100px;
  border-bottom: 1px solid #fff;
  transition: all 0.5s ease;
  border-color: rgba(255, 255, 255, 0.24);
}

.header:hover {
  background: #fff;
}

.header.active {
  background-color: #fff;
}

.header .logo {
  display: flex;
  align-items: center;
  height: 100px;
  width: 300px;
  float: left;
}

.header .logo .logo_b {
  display: none;
}

.header:hover .logo .logo_b {
  display: block;
}

.header:hover .logo .logo_w {
  display: none;
}

.header.active .logo .logo_b {
  display: block;
}

.header.active .logo .logo_w {
  display: none;
}

.header .logo img {
  width: 100%;
}

.header .logo a {
  display: flex;
  height: 100px;
  align-items: center;
}

.header .tools {
  display: flex;
  align-items: center;
  padding: 0 40px;
  float: right;
  transition: 0.5s ease;
  height: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.header .tools .item {
  display: flex;
}

.header .tools span {
  color: #fff;
  display: flex;
  align-items: center;
}

.header:hover .tools span {
  color: #333;
}

.header.active .tools span {
  color: #333;
}

.header .tools span img {
  width: 25px;
  height: 25px;
  display: flex;
}

.header .tools span.arrow {
  margin-left: 5px;
  padding-top: 4px;
}

.header .tools .active {
  display: none;
}

.header:hover .tools .active {
  display: flex;
}

.header:hover .tools .normal {
  display: none;
}

.header.active .tools .active {
  display: flex;
}

.header.acctive .tools .normal {
  display: none;
}

.header .tools .language img {
  width: 20px;
  height: 20px;
}

.header .tools .language {
  margin-left: 30px;
}

.header .tools .search img {
  width: 20px;
  height: 20px;
}

.header .tools .search {
  margin-left: 30px;
}

.header .tools .search span {
  margin-left: 5px;
}

.header .tools .dz img {
  width: 20px;
  height: 20px;
}

.header .tools .dz {
  margin-left: 30px;
}

.header .tools .dz span {
  margin-left: 5px;
}

.header .tools .item:hover {
  cursor: pointer;
}

.header .tools .item {
  position: relative;
}

.header .tools .item.think ul {
  padding: 5px 0;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 100%;
  margin-top: 5px;
  width: 100px;
  border: 1px solid #e5e5e5;
  text-align: center;
  display: none;
  background: #fff;
  z-index: 6;
}

.header .tools .item.think ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.header .tools .item.language .sub {
  position: absolute;
  left: 0;
  top: 28px;
  background: #f4f4f4;
  width: 178px;
  font-size: 12px;
  padding: 7px 20px;
  border-radius: 28px;
  color: #555;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 6;
}

.header.active .tools .normal {
  display: none;
}

.header.active .innav li {
  color: #333;
}

.header .tools .item.language .sub::after {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent #f4f4f4 transparent;
  border-style: solid solid dashed dashed;
  border-width: 6px;
  position: absolute;
  bottom: 100%;
  left: 20px;
}

.header .tools .item.language:hover .sub {
  opacity: 1;
}

.header .innav {
  float: right;
}

.header .innav>ul>li {
  font-size: 15px;
  line-height: 100px;
  padding: 0px 35px;
  float: left;
  color: #fff;
  transition: padding 0.5s ease;
}

.header:hover .innav li {
  color: #333;
}

.header:hover .innav li:hover {
  color: #008fe9;
}

.header .innav li .dropDown {
  overflow: hidden;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  display: none;
}

.header .innav li .dropDown .wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.header .innav li .dropDown .l {
  height: 100%;
  padding-top: 40px;
  padding-left: 4%;
  float: left;
  width: 28%;
  padding-bottom: 40px;
}

.header .innav li .dropDown .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.header .innav li .dropDown .bg .l {
  float: left;
  width: 28%;
  background-image: linear-gradient(to right, #efefef, #eee);
}

.header .innav li .dropDown .bg .r {
  position: absolute;
  left: 28%;
  top: 0;
  right: 0;
  bottom: 0;
}

.header .innav li .dropDown1 .bg .r {
  background: url(../images/dropDown1.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.header .innav li .dropDown2 .bg .r {
  background: url(../images/dropdown2.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 55%;
}

.header .innav li .dropDown3 .bg .r {
  background: url(../images/dropdown3.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 55%;
}

.header .innav li .dropDown4 .bg .r {
  background: url(../images/dropdown4.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 55%;
}

.header .innav li .dropDown5 .bg .r {
  background: url(../images/dropdown5.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 55%;
}


.header .innav li .dropDown .l .dnav li a {
  display: block;
  line-height: 45px;
  color: #333;
  padding-left: 30px;
}

.header .innav li .dropDown .l .dnav li a:hover {
  background: #fff;
  color: #008fe9;
}

.header .innav li .dropDown .dnav {
  padding-bottom: 30px;
  position: relative;
}

/* .header .innav li .dropDown .dnav::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 15%;
  content: "";
  display: block;
  background-color: #ccc;
  height: 1px;
} */

.header .innav li .dropDown .l .sig {
  padding-top: 30px;
  padding-left: 30px;
}

.header .innav li .dropDown .l .sig dt {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

.header .innav li .dropDown .l .sig dd {
  line-height: 30px;
  color: #333;
}

.header .innav li .dropDown .l .sig dd a {
  line-height: 30px;
  color: #333;
}

.header .innav li .dropDown .l .sig dd a:hover {
  color: #008fe9;
}

.header .innav li .dropDown .wrap .r {
  float: left;
  width: 40%;
  padding-left: 5%;
  padding-top: 40px;
}

.header .innav li .dropDown .wrap .r h2 {
  font-size: 25px;
  color: #000;
  line-height: 50px;
  font-weight: normal;
}

.header .innav li .dropDown .wrap .r p {
  font-size: 15px;
  color: #000;
  line-height: 30px;
  margin: 13px 0 30px;
}

.header .innav li .dropDown .wrap .r a {
  border: 1px solid #e1e0e1;
  width: 170px;
  height: 55px;
  line-height: 55px;
  border-radius: 55px;
  padding-left: 40px;
  margin-bottom: 80px;
  display: block;
  color: #333;
  transition: all 0.5s ease;
  position: relative;
}

.header .innav li .dropDown .wrap .r a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right_1.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.5s ease;
}

.header .innav li .dropDown .wrap .r a:hover span {
  background: url(../images/arrow_right_1_on.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

.header .innav li .dropDown .wrap .r a:hover {
  background-color: #008fe9;
  color: #fff;
  border: 1px solid #008fe9;
}

.header .orderCon {
  overflow: hidden;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 100%;
  left: 0;
  height: 600px;
  display: none;
  background-color: #f9f9f9;
}

.header .orderCon .l {
  float: left;
  width: 50%;
  padding-top: 85px;
}

.header .orderCon .l h2 {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}

.header .orderCon .l p {
  margin-bottom: 28px;
}

.header .orderCon .l input {
  width: 47%;
  padding-right: 7%;
  border: none;
  height: 46px;
  line-height: 46px;
  background-color: #efefef;
  text-indent: 30px;
  margin-left: 4%;
  float: left;
  outline: none;
  margin-bottom: 25px;
}

.header .orderCon .l input:nth-child(2n + 1) {
  margin-left: 0;
}

.header .orderCon .l textarea {
  background-color: #f5f5f5;
  width: 98%;
  border: none;
  outline: none;
  height: 130px;
  padding-top: 20px;
  padding-left: 4%;
}

.header .orderCon .l button {
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: #008fe9;
  font-size: 15px;
  outline: none;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}

.header .orderCon .r {
  padding-top: 70px;
  float: right;
  width: 28%;
}

.header .orderCon .r .con {
  position: relative;
  background-color: #008fe9;
  padding: 30px 35px 50px 45px;
}

.header .orderCon .r .con h2 {
  font-size: 25px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
}

.header .orderCon .r .con p {
  color: #fff;
  margin-bottom: 30px;
}

.header .orderCon .r .con h2 span {
  font-size: 20px;
}

.header .orderCon .r .con p span {
  margin-right: 5px;
}

.header .orderCon .r .con img {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  width: 40px;
}

.header_menu {
  position: fixed;
  height: 50px;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
}

.header_menu .menu_box {
  display: flex;
  align-items: center;
}

.header_menu .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_menu .wrap .logo {
  display: flex;
}

.header_menu .wrap .logo img {
  height: 25px;
}

.header_menu .wrap .menu_box img {
  width: 30px;
}

.rightNav {
  left: 100vw;
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #ffff;
  z-index: 9999;
  transition: all 0.4s ease;
  padding: 0 15px;
  box-sizing: border-box;
}

.rightNav .top {
  display: flex;
  justify-content: flex-end;
  padding: 20px 5px 30px 0;
}

.rightNav .close img {
  width: 25px;
}

.rightNav ul li {
  border-bottom: 1px solid #eee;
}

.rightNav ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  color: #333;
  position: relative;
}

.rightNav ul li a .arrow {
  display: block;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.rightNav ul li a .arrow img {
  width: 20px;
  transition: 0.3s;
}

.rightNav ul li .sub {
  display: none;
}

.rightNav ul li .sub a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.rightNav ul li.active .arrow img {
  transform: rotate(90deg);
}

/* 首页banner */
.banner-box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-box .banner-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0 8.3333333%;
}

.banner-box .banner-item .c1 {
  padding-left: 40px;
}

.banner-box .banner-item .c1 .line {
  width: 140px;
  height: 3px;
  background-color: #213f6b;
  margin-top: 110px;
}

.banner {
  position: relative;
}

.banner-box .banner-item .videoBox {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.banner-box .banner-item .videoBox .mask {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/mask.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.banner-box .banner-item h3 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 15px;
}

.banner-box .banner-item p {
  color: #fff;
  font-size: 28px;
  font-family: 'impact';
}

.banner-box .banner-item .bannerTxt {
  z-index: 2;
  position: relative;
}

.banner-box .banner-item .bannerTxt h2 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 15px;
}

.banner-box.swiper-slide-active .bannerTxt h2 {
  animation: fadeInUp 1s ease both;
  animation-delay: 1s;
}

.banner-box.swiper-slide-active .bannerTxt h3 {
  animation: fadeInUp 1s ease both;
  animation-delay: 1.5s;
}

.banner-box.swiper-slide-active .bannerTxt p {
  animation: fadeInUp 1s ease both;
  animation-delay: 2s;
}

.home .bannerprev {
  cursor: pointer;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background: url(../images/prev.png);
  background-color: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.home .bannernext {
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  background: url(../images/next.png);
  background-color: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.homepagination {
  position: absolute;
  left: 0;
  bottom: 5% !important;
  z-index: 5;
  text-align: center;
}

.homepagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 100%;
}

.homepagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* footer */
.footer {
  background-color: #333;
  padding: 55px 0 35px 0;
}

.footer .wrap {
  height: auto;
  overflow: hidden;
}

.footer .l {
  float: left;
}

.footer .r {
  float: right;
}

.footer .l .item {
  color: #8e8e8e;
  font-size: 13px;
  margin-bottom: 15px;
}

.footer .l .item span {
  margin: 0 5px;
}

.footer .r .ewm {
  float: right;
  width: 100px;
  text-align: center;
  margin-left: 60px;
}

.footer .r .ewm img {
  width: 100px;
}

.footer .r .ewm p {
  font-size: 12x;
  color: #fff;
  margin-top: 5px;
}

.footer .r .phone {
  padding-top: 30px;
  float: right;
  padding-right: 70px;
  position: relative;
}

.footer .r .phone::after {
  display: block;
  content: "";
  width: 1px;
  height: 110px;
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  right: 0;
  top: 0px;
}

.footer .r .phone .l1 {
  float: left;
  width: 40px;
}

.footer .r .phone .l1 img {
  width: 100%;
}

.footer .r .phone .l2 {
  float: left;
  margin-left: 3px;
}

.footer .r .phone .l2 h2 {
  color: #8e8e8e;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 3px;
}

.footer .r .phone .l2 span {
  font-size: 16px;
  font-family: 'impact';
  color: #fff;
  margin-right: 8px;
}

.homeS1 {
  padding: 100px 0 70px 0;
  background-repeat: no-repeat;
  background: url(../images/hbg1.jpg);
}

.homeS1 .wrap {
  display: flex;
  justify-content: space-between;
}

.homeS1 .l {
  width: 43%;
  padding-bottom: 30px;
}

.homeS1 .r {
  display: flex;
  width: 45%;
  height: 432px;
  position: relative;
}

.homeS1 .r>div {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.homeS1 .l h2 {
  color: #191919;
  font-size: 17px;
  margin-bottom: 20px;
}

.homeS1 .l h3 {
  color: #191919;
  font-size: 17px;
  margin-bottom: 15px;
}

.homeS1 .l p {
  font-size: 15px;
  line-height: 38px;
}

.homeS1 .l h4 {
  display: block;
  height: 30px;
  position: relative;
}

.homeS1 .l h4 .span1 {
  display: inline-block;
  margin-bottom: 20px;
  width: 60px;
  height: 3px;
  background-color: #008fe9;
  float: left;
}

.homeS1 .l h4 .span2 {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  width: 90px;
  display: block;
}

.homeS1 .l h4 .span2 img {
  width: 90px;
}

.homeS1 .l .more {
  margin-bottom: 40px;
  display: block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 15px;
  padding-left: 35px;
  background-color: #008fe9;
  margin-top: 25px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.homeS1 .l .more i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 23px !important;
  background: url(../images/arrow1.png);
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.homeS1 .l .more:hover {
  padding-left: 30px;
}

.homeS1 .l .more:hover i {
  right: 23px;
}

.homeS1 .l ul {
  height: 100px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.homeS1 .l li {
  padding-top: 18px;
  text-align: center;
  float: left;
  width: 25%;
  height: 100px;
}

.homeS1 .l li a {
  display: block;
}

.homeS1 .l li img {
  display: inline-block;
  transition: all .5s;
}

.homeS1 .l li span {
  display: block;
}

.homeS1 .l li a:hover span {
  color: #008fe9;
}

.homeS1 .l li a:hover img {
  transform: rotateY(180deg);
}

.homeS1 .r .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
  z-index: 1;
  transition: all .5s;
}

.homeS1 .r:hover .img {
  transform: scale(1.1);
}

.homeS1 .r::after {
  content: "";
  position: absolute;
  right: -27px;
  top: -27px;
  width: 27px;
  height: 27px;
  background: #0D77C9;
}

.homeS1 .r a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: #0D77C9;
  width: 117px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  transition: all .5s;
}

.homeS1 .r a:hover {
  letter-spacing: 5px;
  font-weight: bold;
}

.homeS2 {
  background: url(../images/hbg2.jpg);
  padding: 80px 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.homeS2 .title h2 {
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.homeS2 .title h3 {
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
}

.homeS2 .title h2 span {
  color: #0D77C9;
}

.homeS2 .title p {
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.homeS2 .title p img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
}

.homeS2 .mainCon {
  margin-top: 80px;
  background-color: #fff;
}

.homeS2 .mainCon .tit {
  height: 60px;
  background: #f7f7f7;
}

.homeS2 .mainCon .tit li {
  float: left;
  position: relative;
  color: #96999B;
  padding: 0 38px;
  line-height: 60px;
  cursor: pointer;
}

.homeS2 .mainCon .tit li.active {
  background-color: #fff;
  color: #0D77C9;
}

.homeS2 .mainCon .tit li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background: #0D77C9;
  transition: 0.4s;
}

.homeS2 .mainCon .tit li.active::after {
  width: 16px;
}

.homeS2 .mainCon .mainBox {
  background-color: #fff;
  padding: 0 25px;
}

.homeS2 .mainCon .mainBox .contain {
  height: auto;
  overflow: hidden;
}

.homeS2 .mainCon .mainBox .contain .item {
  float: left;
  width: 33.33%;
  padding: 30px 20px;
}

.homeS2 .mainCon .mainBox .contain .item em {
  color: #96999B;
  font-size: 12px;
  padding-left: 3px;
}

.homeS2 .mainCon .mainBox .contain .item h2 {
  font-size: 22px;
}

.homeS2 .mainCon .mainBox .contain .item h3 {
  font-weight: normal;
    font-size: 17px;
    margin: 20px 0 30px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.homeS2 .mainCon .mainBox .contain .item p {
  color: #96999B;
    font-size: 13px;
    height: 65px;
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.homeS2 .mainCon .mainBox .contain .item .img {
  height: 220px;
  overflow: hidden;
}

.homeS2 .mainCon .mainBox .contain .item .img>div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  transition: all .5s;
}

.homeS2 .mainCon .mainBox .contain .item:hover .img>div {
  transform: scale(1.1);
}

.homeS2 .mainCon .mainBox .contain .item:hover .tit {
  color: #008fe9;
}

.homeS2 .mainCon .tit .l {
  float: left;
}

.homeS2 .mainCon .tit .r {
  line-height: 60px;
  float: right;
}

.homeS2 .mainCon .tit .r img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
  width: 35px;
}

.homeS2 .mainCon .tit .r img.on {
  display: none;
}

.homeS2 .mainCon .tit .r:hover {
  color: #0D77C9;
}

.homeS2 .mainCon .tit .r:hover img.on {
  display: inline-block;
}

.homeS2 .mainCon .tit .r:hover img.no {
  display: none;
}

.homeS3 {
  padding: 110px 0 100px 0;
  background: url(../images/hbg3.jpg);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: fixed;
}

.homeS3 .wrap {
  position: relative;
}

.homeS3 .title {
  position: absolute;
  left: 0;
  top: 20px;
}

.homeS3 .title h2 {
  display: block;
  width: 60px;
  height: 3px;
  background-color: #008fe9;
}

.homeS3 .title h3 {
  font-size: 28px;
  font-weight: normal;
  font-family: 'futurabt-medium';
  margin: 8px 0 8px 0;
}

.homeS3 .title h4 {
  font-size: 20px;
  font-weight: normal;
}

.swiperContain {
  position: relative;
}

.projectSwiper .swiper-slide {
  position: relative;
}

.projectSwiper .swiper-slide .img {
  position: relative;
  width: 66%;
  float: right;
  height: 420px;
  overflow: hidden;
  z-index: 1;
}

.projectSwiper .swiper-slide .img>div {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.projectSwiper .swiper-slide.swiper-slide-active .img>div {
  -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.projectSwiper .swiper-slide .txt {
  height: 190px;
  padding: 40px 35px 40px 35px;
  background-color: #008fe9;
  width: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.projectSwiper .swiper-slide .txt h2 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}

.projectSwiper .swiper-slide .txt h3 {
  display: block;
  width: 33px;
  height: 1px;
  background: #fff;
  background: rgba(255, 255, 255, .5);
  margin-bottom: 18px;
}

.projectSwiper .swiper-slide .txt p {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}

.projectSwiper .swiper-slide .txt::after {
  background: url(../images/after.png);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 600ms;
  -webkit-transition: 600ms;
}

.projectSwiper .swiper-slide .txt::before {
  background: url(../images/before.png);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 600ms;
  -webkit-transition: 600ms;
}

.projectSwiper .tool {
  position: absolute;
  bottom: 35px;
  left: 45%;
  z-index: 2;
}

.projectSwiper .tool .projectPrev {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
  float: left;
  cursor: pointer;
  position: relative;
}

.projectSwiper .tool .projectNext {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
  float: left;
  margin-left: 18px;
  cursor: pointer;
  position: relative;
}

.projectSwiper .tool .projectPrev::before {
  display: block;
  height: 22px;
  width: 50px;
  content: "";
  background: url(../images/al.png);
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 5px;
  transition: all .5s;
}

.projectSwiper .tool .projectPrev:hover::before {
  background: url(../images/al1.png);
  display: block;
  height: 22px;
  width: 50px;
  content: "";
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 5px;
}

.projectSwiper .tool .projectNext::before {
  display: block;
  height: 22px;
  width: 50px;
  content: "";
  background: url(../images/ar.png);
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 12px;
  top: 5px;
  transition: all .5s;
}

.projectSwiper .tool .projectNext:hover::before {
  background: url(../images/ar1.png);
  display: block;
  height: 22px;
  width: 50px;
  content: "";
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 5px;
}

.projectSwiper .tool .projectNext:hover {
  background-color: #008fe9;
}

.projectSwiper .tool .projectPrev:hover {
  background-color: #008fe9;
}

.innerBanner {
  position: relative;
  height: 520px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
}

.innerBanner::after {
  display: block;
  content: "";
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.innerBanner.banner1 {
  background: url(../images/inBanner1.jpg);
}

.innerBanner.banner2 {
  background: url(../images/inBanner2.jpg);
}

.innerBanner.banner3 {
  background: url(../images/inBanner3.jpg);
}

.innerBanner.banner4 {
  background: url(../images/inBanner4.jpg);
}

.innerBanner.banner5 {
  background: url(../images/inBanner5.jpg);
}

.innerBanner.banner6 {
  background: url(../images/inBanner6.jpg);
}

.innerBanner .wrap {
  position: relative;
  height: 100%;
}

.innerBanner .bannerTxt {
  position: absolute;
  left: 0;
  top: 40%;
}

.innerBanner .bannerTxt h2 {
  color: #fff;
  font-weight: normal;
  font-size: 32px;
}

.innerBanner .bannerTxt h2 span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  margin: 0 0 0 10px
}

.innerBanner .bannerTxt h3 {
  display: block;
  width: 40px;
  height: 4px;
  overflow: hidden;
  margin: 20px 0;
  padding: 0;
  background-color: #fff;
}

.innerBanner .bannerTxt p {
  color: #fff;
  font-size: 15px;
}

.innerBanner .innNav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  height: 60px
}

.innerBanner .innNav a {
  display: inline-block;
  float: left;
  padding: 0 35px;
  height: 60px;
  position: relative;
  line-height: 60px;
}

.innerBanner .innNav a::after {
  content: "";
  width: 1px;
  height: 16px;
  display: block;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  transition: 0s;
  z-index: 0;
}

.innerBanner .innNav a::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: .5s;
  z-index: 1;
  background-color: #008fe9;
}

.innerBanner .innNav a div {
  position: relative;
  z-index: 2;
}

.innerBanner .innNav a:hover::before {
  width: 100%;
}

.innerBanner .innNav a:hover {
  color: #fff;
  font-weight: bold;
}

.innerBanner .innNav a.on::before {
  width: 100%;
}

.innerBanner .innNav a.on {
  color: #fff;
  font-weight: bold;
}

.abS1 {
  padding: 100px 0;
  background: url(../images/about_bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.abS1 .wrap {
  height: auto;
  overflow: hidden;
}

.abS1 .l {
  padding-top: 30px;
  width: 230px;
  float: left;
  border-right: 1px solid #e5e5e5;
}

.abS1 li {
  cursor: pointer;
  margin-bottom: 50px;
}

.abS1 li .circle {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  border: 2px solid #008fe9;
}

.abS1 li .circle .on {
  display: none;
}

.abS1 li:hover .circle .on {
  display: block;
}

.abS1 li:hover .circle .no {
  display: none;
}

.abS1 li .circle img {
  width: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.abS1 li:hover .circle {
  border: 2px solid #f6ab00;
  background-color: #f6ab00;
}

.abS1 li h2 {
  margin: 12px 0 8px 0;
}

.abS1 li p {
  color: #008fe9;
  font-size: 32px;
  font-weight: bold;
}

.abS1 li p .span1 {
  font-size: 15px;
  color: #999;
  font-weight: normal;
  margin-left: 8px;
  vertical-align: 2px;
}

.abS1 .r {
  width: calc(100% - 330px);
  float: right;
}

.abS1 .r .title1 h2 {
  color: rgba(0, 0, 0, 0.1);
  font-size: 48px;
}

.abS1 .r .title1 h3 {
  font-size: 26px;
  margin: 8px 0 15px 0;
}

.abS1 .r .title1 h4 {
  display: block;
  width: 60px;
  height: 4px;
  background-color: #008fe9;
}

.abS1 .r .intro {
  margin: 50px 0 40px 0;
  overflow-y: auto;
  height: 510px;
  padding-right: 30px;
}

.abS1 .r .intro p {
  line-height: 25px;
}

.abS1 li:last-child {
  margin-bottom: 30px;
}

.abS1 .r .intro::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #008fe9;
}

.abS1 .r .intro::-webkit-scrollbar-track {
  border-radius: 2;
  background: #ccc;
}

.abS1 .r .intro::-webkit-scrollbar-thumb {
  border-radius: 2;
  background-color: #008fe9;
}

.abS2 {
  height: 540px;
  background: url(../images/about_bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.abS2 ul {
  width: 100%;
  height: 100%;
}

.abS2 li {
  position: relative;
  padding: 120px 30px 0 30px;
  text-align: center;
  cursor: pointer;
  height: 100%;
  float: left;
  width: 20%;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.abS2 li .y {
  position: relative;
  display: inline-block;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, .3);
  transition: all .5s;
}

.abS2 li .y img {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.abS2 li .y .no {
  display: inline-block;
}

.abS2 li .y .on {
  display: none;
}

.abS2 li h2 {
  color: #fff;
  margin: 20px 0 15px 0;
}

.abS2 li p {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

.abS2 li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #008fe9;
  transition: all .5s;
  z-index: 1;
}

.abS2 li:hover::before {
  height: 100%;
}

.abS2 li>div {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.abS2 li:hover .y {
  background-color: #fff;
  transform: rotateY(180deg);
}

.abS2 li:hover .y .on {
  display: inline-block;
}

.abS2 li:hover .y .no {
  display: none;
}

.abS3 {
  padding: 100px 0 80px 0;
  background-color: #f5f5f5;
}

.title2 {
  text-align: center;
}

.title2 h2 {
  overflow: hidden;
  line-height: 48px;
  color: rgba(40, 40, 40, 0.1);
  font-size: 48px;
}

.title2 h3 {
  font-size: 26px;
  margin-top: -20px;
}

.title2 h4 {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: #008fe9;
}

.hisBox {
  position: relative;
  padding: 80px 0 0 0;
}

.hisSwiper {
  overflow-x: hidden;
}

.hisSwiper .swiper-slide {
  padding: 40px 0;
}

.hisSwiper .item {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px 0;
  cursor: pointer;
  height: 250px;
}

.hisSwiper .item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.hisSwiper .item:hover h2 {
  color: #008fe9;
}

.hisSwiper .item h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.hisSwiper .item p {
  font-size: 14px;
}

.hisBox .arrBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hisprev {
  z-index: 2;
  width: 55px;
  height: 55px;
  background: url(../images/honarrl.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: -65px;
  cursor: pointer;
}

.hisnext {
  z-index: 2;
  width: 55px;
  height: 55px;
  background: url(../images/honarrr.png);
  background-size: cover;
  position: absolute;
  top: 0;
  right: -65px;
  cursor: pointer;
}

.abS5 {
  padding: 80px 0;
  background: url(../images/about_bg4.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-attachment: fixed !important;
}

.abS5 img {
  margin-top: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.abS4 {
  padding: 80px 0 50px 0;
  background: url(../images/about_bg3.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-attachment: fixed !important;
}

.abS4 ul {
  padding-top: 80px;
  height: auto;
  overflow: hidden;
}

.abS4 li {
  float: left;
  margin-left: 3%;
  width: calc(91% / 4);
  margin-bottom: 40px;
}

.abS4 li>div {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  height: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abS4 li>div img {
  max-width: 85%;
  max-height: 98%;
  height: auto;
  transition: all .5s;
}

.abS4 li:nth-child(4N+1) {
  margin-left: 0;
}

.abS4 li h2 {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.abS4 li>div:hover img {
  transform: scale(1.1);
}

.abS6 {
  padding: 80px 0;
}

.newSlist {
  padding: 80px 0 0 0;
}

.newSlist ul {
  height: auto;
  overflow: hidden;
}

.newSlist li {
  float: left;
  margin-left: 4%;
  width: calc(92% / 3);
  padding: 30px 15px;
}

.newSlist li:nth-child(3N+1) {
  margin-left: 0;
}

.newSlist li h2 {
  font-size: 22px;
}

.newSlist li h2 em {
  color: #96999B;
  font-size: 12px;
  padding-left: 3px
}

.newSlist li h3 {
  font-weight: normal;
  font-size: 17px;
  margin: 20px 0 30px 0;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.newSlist li p {
  color: #96999B;
  font-size: 14px;
  height: 65px;
  margin-bottom: 15px;
  overflow: hidden;
  display: block;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newSlist li .img {
  height: 220px;
  overflow: hidden;
}

.newSlist li .img>div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  transition: all .5s;
}

.newSlist li a:hover .img>div {
  transform: scale(1.1);
}

.newSlist li a:hover h3 {
  color: #008fe9;
}

.secNy {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.secNy .wrap {
  background-color: #fff;
  padding: 60px 40px 50px 40px;
  border-top: 4px solid #008fe9;
}

.secNy .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.secNy .desc {
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
  padding: 30px;
}

.secNy .desc div {
  display: flex;
  margin: 0 20px;
}

.secNy .desc span {
  margin: 0 5px;
  color: #999;
}

.secNy .newsBody {
  padding: 50px 0;
  font-size: 15px;
  line-height: 25px;
}
.secNy .newsBody img{
  max-width: 100%;
}
.secNy .pageNation {
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 50px 0 0 0;
  border-top: 1px solid #eee;
}

.secNy .pageNation .prev {
  float: left;
  width: 30%;
}

.secNy .pageNation .next {
  float: right;
  width: 30%;
}

.secNy .pageNation .back {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -70px;
  margin-top: -20px;
  display: block;
  width: 140px;
  height: 35px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  background-color: #008fe9;
}

.secNy .pageNation .title {
  font-weight: normal;
  font-size: 15px;
  padding-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: 0.5s ease;
}
.secNy .pageNation .prev .title{
  text-align: left;
}
.secNy .pageNation .next .title{
  text-align: right;
}
.secNy .pageNation .span {
  display: flex;
  align-items: center;
}

.secNy .pageNation .prev i {
  margin-top: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/arr3.png);
  background-size: 20px;
  background-position: center center;
}

.secNy .pageNation .next i {
  margin-top: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/arr3_r.png);
  background-size: 20px;
  background-position: center center;
}

.secNy .pageNation .next .span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contS1 {
  background-color: #f5f5f5;
}

.contS1 ul {
  height: auto;
  overflow: hidden;
}

.contS1 ul li {
  padding: 80px 25px;
  position: relative;
  text-align: center;
  float: left;
  width: 25%;
  cursor: pointer;
}

.contS1 .cir {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px solid #008fe9;
}

.contS1 .cir img {
  width: 45%;
}

.contS1 ul li::after {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #008fe9;
  transition: all .5s;
}

.contS1 ul li>div {
  position: relative;
  z-index: 2;
}

.contS1 ul li:hover .cir {
  background-color: #fff;
}

.contS1 ul li:hover::after {
  width: 100%;
}

.contS1 ul li h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 25px 0 15px 0;
}

.contS1 ul li .line {
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 2px;
  background-color: #008fe9;
}

.contS1 ul li .p {
  margin-top: 18px;
  font-size: 14px;
  line-height: 25px;
}

.contS1 ul li:hover h2 {
  color: #fff;
}

.contS1 ul li:hover .p {
  color: #fff;
}

.contS1 ul li:hover .line {
  background-color: #fff;
}

.map {
  height: 680px;
}

.mapCon {
  position: relative;
}

.mapCon .map {
  position: relative;
  z-index: 1;
}

.mapCon .message {
  width: 600px;
  z-index: 2;
  position: absolute;
  right: 8%;
  top: 30px;
  bottom: 30px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 1);
}

.mapCon .message .title2 {
  text-align: left;
  margin-bottom: 40px;
}

.mapCon .message .title2 h2 {
  font-size: 36px;
}

.mapCon .message .title2 h3 {
  font-size: 25px;
}

.title2 h4 {
  width: 50px;
}

.talS1 {
  padding: 80px 0;
}

.talS1 .tit {
  margin-bottom: 60px;
  text-align: center;
}

.talS1 .tit h2 {
  font-size: 30px;
  color: #0c347e;
  margin-bottom: 20px;
}

.talS1 .tit p {
  font-size: 15px;
}

.talS1 ul {
  height: auto;
  overflow: hidden;
  cursor: pointer;
}

.talS1 li {
  float: left;
  width: 33.33%;
}

.talS1 li .talBox {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.talS1 li .talBox .img {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all .5s;
}

.talS1 li .talBox .img::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.talS1 li .talBox .txt {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 35px;
  color: #fff;
}

.talS1 li .talBox:hover .img {
  transform: scale(1.1);
}

.talS1 li .talBox:hover .img::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.talS1 li .talBox h3 {
  font-size: 24px;
}

.talS1 li .talBox h2 {
  margin-bottom: 30px;
}

.talS1 li .talBox p {
  font-size: 15px;
}

.talS1 li .talBox .bg {
  padding: 50px 25px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  right: 0;
  transition: all .5s;
  color: #fff;
  background-color: rgba(0, 143, 233, .9);
  font-size: 14px;
  line-height: 25px;
}

.talS1 li .talBox:hover .bg {
  top: 0;
}

.talS2 {
  padding: 60px 0;
}

.talS2 {
  background-color: #f5f5f5;
}

.jobBox {
  margin-top: 69px;
}

.jobBox .jobT {
  padding: 0 0 0 50px;
  border-radius: 7px;
  height: 70px;
  background: #0c347e;
}

.jobBox .jobT .item {
  float: left;
  line-height: 70px;
  color: #fff;
  text-align: left;
  font-size: 22px;
}

.jobBox .jobT .item.item1 {
  width: 35%;
}

.jobBox .jobT .item.item2 {
  width: 20%;
}

.jobBox .jobT .item.item3 {
  width: 20%;
}

.jobBox .jobT .item.item4 {
  text-align: right;
  width: 145px;
  float: right;
  padding-right: 50px;
  box-sizing: border-box;
}

.jobList li {
  border-bottom: 1px solid #ededed;
}

.jobList li .normal {
  padding: 0 0 0 50px;
  height: 80px;
  cursor: pointer;
}

.jobList li .normal.active {
  background: #008fe9;
  color: #fff;
}

.jobList li .normal .item {
  float: left;
  line-height: 80px;
  text-align: left;
  font-size: 20px;
  transition: 0.5s ease;
}

.jobList li .normal .item.item1 {
  width: 35%;
}

.jobList li .normal .item.item2 {
  width: 20%;
}

.jobList li .normal .item.item3 {
  width: 20%;
}

.jobList li .normal .item.item4 {
  position: relative;
  text-align: right;
  width: 145px;
  float: right;
  padding-right: 50px;
  box-sizing: border-box;
}

.jobList li.active .normal {
  background: #008fe9;
}

.jobList li.active .normal .item {
  color: #fff;
}

.jobList li .normal .span2 {
  display: none;
}

.jobList li.active .normal .span1 {
  display: none;
}

.jobList li.active .normal .span2 {
  display: block;
}

.jobList li.active .normal .item2 {
  display: none;
}

.jobList li.active .normal .item3 {
  display: none;
}

.jobList li .normal .arr {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/jobarr.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.jobList li.active .normal .arr {
  top: 33%;
  background: url(../images/jobarr1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(90deg);
}

.jobList li .jobCon {
  display: none;
  padding: 40px 45px;
  height: auto;
  overflow: hidden;
}

.jobList li .jobCon .l {
  float: left;
  width: 35%;
  border-right: 1px solid #eee;
}

.jobList li .jobCon .l .dl {
  margin-bottom: 30px;
  font-size: 15px;
}

.jobList li .jobCon .r {
  margin-left: 42%;
}

.jobList li .jobCon .r h2 {
  margin-bottom: 30px;
}

.jobList li .jobCon .l h2{
  margin-bottom: 30px;
}
.jobList li .jobCon .r p {
  font-size: 16px;
  margin-bottom: 15px;
}
.jobList li .jobCon .l p {
  font-size: 16px;
  margin-bottom: 15px;
}
.jobList li .jobCon .r a {
  margin-top: 50px;
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #008fe9;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
}

.serS1 {
  padding: 80px 0;
  background-color: #f5f5f5;
  background-image: url(../images/serBg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.serS1 p {
  text-align: center;
  margin-top: 50px;
  line-height: 28px;
}

.serS2 {
  position: relative;
  background-color: #f5f5f5;
  background-image: url(../images/serBg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 300px;
}

.serS2 .wrap {
  height: 100%;
  position: relative;
}

.serS2 ul {
  height: auto;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .7);
  height: 180px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.serS2 ul li {
  padding: 40px 25px 25px 25px;
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  overflow: hidden;
}

.serS2 ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background-color: #008fe9;
  transition: all .5s;
}

.serS2 ul li:hover::after {
  height: 100%;
}

.serS2 ul li>div {
  position: relative;
  z-index: 2;
}

.serS2 ul li h2 {
  position: relative;
  font-size: 22px;
  color: #008fe9;
  text-align: center;
  margin-bottom: 10px;
}

.serS2 ul li p {
  font-size: 13px;
  text-align: center;
}

.serS2 ul li:hover h2 {
  color: #fff;
}

.serS2 ul li:hover P {
  color: #fff;
}

.serS2 ul li h2::after {
  margin-top: 6px;
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #ccc;
  margin-left: auto;
  margin-right: auto;
}

.serS2 ul li h2:hover::after {
  background-color: #fff;
}

.serS3 {
  padding: 80px 0;
  position: relative;
  background-color: #f5f5f5;
  background-image: url(../images/serBg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.serS3 ul {
  padding-top: 80px;
  height: auto;
  overflow: hidden;
}

.serS3 ul li {
  height: 400px;
  float: left;
  width: 25%;
  background-color: #f5f5f5;
  position: relative;
}

.serS3 ul li>div {
  position: relative;
}

.serS3 ul li .txt {
  padding: 40px 24px;
  position: relative;
  z-index: 3;
}

.serS3 ul li .txt h2 {
  margin-top: 4px;
  font-size: 20px;
  font-weight: normal;
}

.serS3 ul li .txt h3 {
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
}

.serS3 ul li .txt .line {
  height: 3px;
  background-color: #ccc;
  width: 38px;
  margin-bottom: 8px;
}

.serS3 ul li .txt p {
  padding-top: 40px;
  font-size: 14px;
  line-height: 25px;
  opacity: 0;
  transform: translateY(10px);
  transition: all .55s cubic-bezier(.23, 1, .32, 1);
}

.serS3 ul li>div {
  height: 100%;
}

.serS3 ul li>div:hover .txt p {
  opacity: 1;
  transform: translateY(0);
}

.serS3 ul li .img {
  position: absolute;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  transform: translateY(150px);
  transition: all .55s cubic-bezier(.23, 1, .32, 1);
}

.serS3 ul li>div::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.serS3 ul li>div:hover .img {
  transform: translateY(0);
}

.serS3 ul li>div:hover::after {
  display: block;
}

.serS3 ul li>div:hover .txt h2 {
  color: #fff;
}

.serS3 ul li>div:hover .txt h3 {
  color: #fff;
}

.serS3 ul li>div:hover .txt p {
  color: #fff;
}

.proSec {
  padding: 80px 0 0 0;
}
.pageNation {
  text-align: center;
  margin-top: 80px;
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #008fe9;
  height: 60px;
}
.pageNation .acon {
  font-size: 0;
}
.pageNation .acon a {
  display: inline-block;
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-left: 1px solid #ccc;
  font-size: 16px;
}
.ppage {
  display: inline-block;
}
.pageNation .acon {
  display: inline-block;
}
.pageNation .acon a.active {
  background-color: #008fe9;
  color: #fff;
}
.pageNation .acon a:last-child {
  border-right: 1px solid #ccc;
}
.ppage {
  padding: 0 15px;
}
.ppage.next {
  border: none;
}
.proSec ul{
  height: auto;
  overflow: hidden;
}
.proSec ul li{
  float: left;
  margin-left: 4%;
  width: calc(92% / 3);
  margin-bottom: 30px;
}
.proSec ul li:nth-child(3N+1){
  margin-left: 0;
}
.proSec ul li .img{
  height: 250px;
  overflow: hidden;
}
.proSec ul li .img >div{
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center bottom;
  transition: all .5s;
}
.proSec ul li a:hover .img >div{
  transform: scale(1.1);
}
.proSec ul li h2{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0 20px 0;
}
.proSec ul li  span{
  display: block;
  width: 40px;
  height: 1px;
  background-color: #eee;
  transition: all .5s;
}

.proSec ul li a:hover h2{
  color: #008fe9;
}
.proSec ul li a:hover  span{
  background-color: #008fe9;
  width: 80px;
}
.proSec1{
  padding: 80px 0;
}
.abS7{
  background: #f5f5f5;
}
.abS6 .wrap{
  height: auto;
  overflow: hidden;
}
.abS6 .tit{
  margin-bottom: 55px;
}
.abS6 .tit h3{
  overflow: hidden;
  line-height: 48px;
  color: rgba(40, 40, 40, 0.1);
  font-size: 48px;
}
.abS6 .tit h2{
  font-size: 26px;
  margin-top: -20px;
}
.abS6 .tit  span{
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #008fe9;
}
.abS6 .l{
  float: left;
  width:55%;
}
.abS6 .l h4{
  margin-top: 20px;
  color: #0c347e;
  font-size: 22px;
  margin-bottom: 10px;
}
.abS6 .l p{
  line-height: 25px;
}
.abS6 .l{
  width: 58%;
}
.abS6 .r{
  float: right;
  width: 38%;
  text-align: center;
}
.abS6 .r img{
  padding-top: 220px;
  max-width: 100%;
  padding-bottom: 40px;
}
.honPop {
  position: fixed;
  z-index: 50;
  background: rgba(0, 0, 0, 0.75);
  left: 0;
  top: -100vh;
  right: 0;
  height: 100vh;
  transition: all 0.5s ease;
}
.honPop.show {
  top: 0;
}
.honPop .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #008fe9;
  background-image: url(../images/close1.png);
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: center center;
}
.honPop .container {
  position: absolute;
  z-index: 55;
  top: 50%;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.honPop .container .img {
  display: flex;
  justify-content: center;
}
.honPop .container img {
  max-height: 76vh;
}
.honPop .container .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: url(../images/prev.png);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.honPop .container .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: url(../images/next.png);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}