﻿.banner {
  width: 100%;
  background: #0f131d !important;
  position: relative;
  text-align: center;
}
.banner .banner-warp {
  width: 100%;
  display: inline-block;
  position: relative;
}
.banner .layui-carousel-ind li {
  height: 4px;
  width: 20px;
  display: inline-block;
  background: #999;
  border-radius: 0;
}
.banner .layui-carousel-ind li.layui-this {
  width: 40px;
  background: #fff !important;
}
.banner .banner-img {
  width: 100%;
  height: 100%;
}
.banner .bannerleft {
  position: absolute;
  top: 360px;
  left: 22px;
  cursor: pointer;
}
.banner .bannerright {
  position: absolute;
  top: 360px;
  right: 22px;
  cursor: pointer;
}
.banner .more {
  width: 200px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -100px;
  cursor: pointer;
}
.banner .more p {
  text-align: center;
}
.banner .more p span {
  height: 3px;
  width: 20px;
  display: inline-block;
  background: #999;
}
.banner .more p .active {
  width: 40px;
  background: #fff !important;
}
.banner .more .ljgd {
  font-size: 14px;
  color: #FFFFFF;
  padding-top: 10px;
  height: 15px;
  line-height: 15px;
}
.newContent {
  text-align: center;
  background: #343840;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
}
.newContent .jtNew {
  float: left;
  width: 75px;
}
.newContent .newUl {
  padding: 0  0px 0 10px;
  display: inline-block;
  width: 940px;
}
.newContent .newUl li {
  float: left;
  width: 30%;
  margin: 0 1.5%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
}
.newContent .newUl li a {
  height: 100%;
  display: inline-block;
  position: relative;
  padding: 0 10px;
  width: 90%;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.newContent .newUl li a:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 25px;
  background: #fff;
  width: 10px;
  height: 1px;
}
.newContent .newUl li a:after {
  content: '';
  position: absolute;
  right: -2px;
  top: 25px;
  background: #fff;
  width: 10px;
  height: 1px;
}
.newContent .moreJtNews {
  float: right;
  width: 75px;
}
.newContent a,
.newContent span {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.cardBody {
  padding-top: 44px ;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.cardBody .xt {
  font-size: 40px;
  color: #333;
  text-align: center;
  line-height: 30px;
  height: 30px;
  padding: 0 11px;
}
.cardBody .ts {
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 20px;
  height: 20px;
  margin: 40px 0 68px;
}
.cardBody .tabLine {
  display: inline-block;
  position: relative;
}
.cardBody .tabLine .line {
  height: 4px;
  width: 186px;
  background: #2589FF ;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.cardBody .cardUl li {
  float: left;
  width: 186px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.cardBody .cardUl li .pc {
  height: 60px;
  line-height: 60px;
}
.cardBody .cardUl li .pc .cmIcon {
  max-height: 60px;
}
.cardBody .cardUl li .pc .cmIconActive {
  display: none;
  max-height: 60px;
}
.cardBody .cardUl li .name {
  font-size: 20px;
  color: #878787;
  text-align: center;
  height: 34px;
  line-height: 34px;
  margin: 14px 0 34px;
}
.cardBody .cardUl .activeLi .name {
  color: #2589FF;
}
.cardBody .cardUl .activeLi .pc .cmIcon{
  display: none!important;
}
.cardBody .cardUl .activeLi .pc .cmIconActive{
  display: inline-block!important;
}

.cardBody .cardUl .activeLi {
  border-bottom:4px solid #2589FF;
}
.cmContent {
  height: 650.87px;
  position: relative;
  background: #fff;
}
.sectionCard {
  background: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
.sectionCard .tyImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.7;
}
.sectionCard .tyImg img {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 80px;
  left: 50%;
}
.sectionCard .Card {
  width:1200px;
  margin:0 auto;
}
.sectionCard .sectionName {
  font-size: 28px;
  color: #333;
  text-align: center;
  line-height: 34px;
  height: 34px;
  padding: 60px 52px;
}
.sectionCard .sectionCardWarp{
  overflow: hidden;
}
.sectionCard .sectionCardWarp .cardWarpText {
  width: 43%;
  float: left;
  padding-top: 100px;
}
.sectionCard .sectionCardWarp .cardWarpText .cardTab {
  font-size: 18px;
  width: 360px;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 28px;
  cursor: pointer;
  opacity: 0.8;
  color: #333;
  border: 1px solid  transparent;
  transition: all 0.1s;
}
.sectionCard .sectionCardWarp .cardWarpText .cardTab span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0093dd;
  position: absolute;
  left: 12px;
  top: 21px;
}
.sectionCard .sectionCardWarp .cardWarpText .rightTab {
  margin-left: 70px;
}
.sectionCard .sectionCardWarp .cardWarpText .active {
  border: 1px solid  #2589FF;
  color: #2589FF !important;
  opacity: 1;
}
.sectionCard .sectionCardWarp .cardWarpPic {
  float: left;
  width: 57%;
  height: 450px;
  position: relative;
}
.sectionCard .sectionCardWarp .cardWarpPic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.sectionCard .sectionCardWarp .cardWarpPic img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.sectionCard .bnt {
  display: none;
  text-align: center;
  margin-top: 59px;
}
.sectionCard .bnt a {
  width: 138px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  background: #2589FF;
  position: relative;
}
.sectionCard .bnt .first {
  margin-right: 30px;
}
.sectionCard .bnt .ty {
  margin-left: 0!important;
  left: 0 !important;
}
.sectionCard .bnt img {
  position: absolute;
  height: 138px;
  width: 138px;
  bottom: 42px;
  left: 0px;
  display: none;
}
.sectionCard .bnt .ty:hover img {
  display: block;
}
.show {
  padding-bottom: 75px;
}
.showName {
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  height: 34px;
  padding: 90px 0 56px;
}
.produceShow {
  background: #262a34;
}
.produceShow .showUl li {
  width: 20%;
  float: left;
  text-align: center;
  margin-bottom: 37px;
}
.produceShow .showUl li .company .text {
  margin-top: 14px;
  opacity: 0.8;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  height: 16px;
  line-height: 16px;
}
.produceShow .showUl li .company .pc {
  height: 60px;
  line-height: 60px;
}
.produceShow .showUl li .company .pc img {
  vertical-align: middle;
}
.jszc {
  background: url('../images/jczcbj.png') #121723 no-repeat;
  background-size: 100%;
}
.jszc .jszcUl li {
  height: 131px;
  width: 200px;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0.8;
  background: #262a34;
  float: left;
  position: relative;
  margin-right: 30px;
}
.jszc .jszcUl li .jsName {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 34px;
  height: 34px;
  margin-bottom: 10px;
}
.jszc .jszcUl li .jsDes {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
}
.jszc .jszcUl li .leftsj {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 6px;
  top: 6px;
  border-left: 1px solid #2589FF;
  border-top: 1px solid #2589FF;
}
.jszc .jszcUl li .rightsj {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  border-bottom: 1px solid #2589FF;
  border-right: 1px solid #2589FF;
}
.security {
  background: #262a34;
}
.security .securityUl li {
  float: left;
  width: 20%;
  text-align: center;
}
.security .securityUl li .pc {
  display: inline-block;
  width: 161px;
  height: 161px;
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid #2589FF;
  border-radius: 50%;
  background: #262A34;
}
.security .securityUl li .pc .jbs {
  width: 146px;
  height: 146px;
  line-height: 146px;
  border-radius: 50%;
  background: #323641;
}
.security .securityUl li .pc img {
  width: 63px;
}
.security .securityUl li .pc:hover {
  transition: all 1s;
  transform: rotate(360deg) scale(1.1);
  -ms-transform: rotate(360deg) scale(1.1);
  /* IE 9 */
  -moz-transform: rotate(360deg) scale(1.1);
  /* Firefox */
  -webkit-transform: rotate(360deg) scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: rotate(360deg) scale(1.1);
  /* Opera */
}
.security .securityUl li .securityName {
  text-align: center;
  padding: 31px 0 26px;
}
.security .securityUl li .des {
  opacity: 0.7;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
}
.applyWarp {
  background: #121723;
  text-align: center;
  padding-bottom: 90px;
}
.applyWarp .bjpc {
  background: url("../images/applybj.png") 185px 40px no-repeat #121723;
}
.applyWarp .apply {
  background: #2589FF;
  width: 200px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #FFFFFF;
}
.way {
  background: #22252D;
}
.way .wayBody {
  height: 350px;
  position: relative;
  width: 100%;
  overflow: hidden ;
}
.way .wayBody .wayUl {
  height: 350px;
  width: 999%;
  position: absolute;
  left: 0;
  top: 0;
}
.way .wayBody .wayUl li {
  height: 100%;
  width: 280px;
  float: left;
  position: relative;
}
.way .wayBody .wayUl li .pc {
  width: 100%;
  height: 100%;
  position: relative;
}
.way .wayBody .wayUl li .pc .mt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li .pc .bj {
  width: 100%;
  height: 100%;
}
.way .wayBody .wayUl li .fa {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.way .wayBody .wayUl li .fa .faPic {
  padding: 110px 0 0px;
}
.way .wayBody .wayUl li .fa .faPic img {
  height: 58px ;
}
.way .wayBody .wayUl li .fa .line {
  width: 17px;
  height: 2px;
  display: inline-block;
  background: #FFFFFF;
  margin: 23px 0 5px;
}
.way .wayBody .wayUl li .fa .faText {
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  height: 34px;
}
.way .wayBody .wayUl li .faMore {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li .faMore .faActive {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 95px;
  left: 0;
  box-sizing: border-box;
  padding-top: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li .faMore .faMorePc img {
  height: 48px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li .faMore .line {
  width: 17px;
  height: 2px;
  display: inline-block;
  background: #FFFFFF;
  margin: 23px 0 5px;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li .faMore .faTitle {
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  height: 34px;
  padding-bottom: 15px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li .faMore .faMoreText {
  opacity: 0;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
  padding: 0 23px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li .faMore a {
  opacity: 0;
  border: 1px solid #FFFFFF;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 31px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.way .wayBody .wayUl li:hover .mt {
  background: #2589FF;
  opacity: 0.89;
}
.way .wayBody .wayUl li:hover .faActive {
  top: 0px;
  padding-top: 55px;
}
.way .wayBody .wayUl li:hover .faActive .faMorePc img {
  height: 48px;
}
.way .wayBody .wayUl li:hover .faActive .line {
  opacity: 0;
}
.way .wayBody .wayUl li:hover .faActive .faMoreText {
  opacity: 1;
}
.way .wayBody .wayUl li:hover .faActive a {
  opacity: 1;
}
.way .wayBody .Go {
  height: 100%;
  width: 36px;
  line-height: 350px;
  text-align: center;
  opacity: 0.5;
  background: #22252D;
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 99;
  cursor: pointer;
}
.way .wayBody .preGo {
  left: 0;
}
.way .wayBody .nextGo {
  right: 0;
}
.indexVideo .title {
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  padding: 90px 0 70px;
}
.jtwa {
  background: #121723;
}
.jtwa .jtwaTitle {
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  height: 34px;
  padding: 90px 0 40px;
}
.jtwa .v {
  width: 1120px;
  margin: 0 auto;
}
.jtwa .c {
  width: 100%;
  padding: 0 0  116px 15px;
  box-sizing: border-box;
}
.jtwa .c-item {
  width: 320px;
  height: 300px;
  float: left;
  margin-left: 30px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.jtwa .itemText {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 150px;
}
.jtwa .itemText .itemLogo {
  height: 76px;
  line-height: 76px;
  text-align: center;
}
.jtwa .itemText .itemLogo img {
  max-height: 55px;
  max-width: 80%;
}
.jtwa .itemText .hy {
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  padding: 10px 0 30px;
  text-align: center;
}
.jtwa .c-item-t {
  height: 150px;
  width: 100%;
}
.jtwa .c-item-t img {
  width: 100%;
  height: 100%;
}
.jtwa .c-item-time {
  height: 22px;
  line-height: 22px;
  margin-top: 15px;
  color: #A0A0A0;
  font-size: 16px;
}
.jtwa .c-item h2 {
  text-align: center;
  padding: 0 30px;
  font-size: 20px;
  color: #000000;
  font-family: PingFangSC-Semibold;
  height: 20px;
  line-height: 20px;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.jtwa .c-item-p {
  padding: 0 30px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  height: calc(96px);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.jtwa .c-item a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.casea {
  background: #262a34;
}
.plays {
  background: #121723;
}
.effect {
  background: #262a34;
  padding-bottom: 73px;
}
.effect .title {
  padding: 90px 0 60px;
}
.effect .effectWarp {
  padding: 0 70px;
  position: relative;
}
.effect .effectWarp .go {
  height: 35px;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 73px;
  cursor: pointer;
}
.effect .effectWarp .effectPre {
  left: 0px;
}
.effect .effectWarp .effectNext {
  right: 0px;
}
.effect .effectWarp .effectBody {
  height: 210px;
  position: relative;
  width: 980px;
  overflow: hidden;
}
.effect .effectWarp .effectBody ul {
  position: absolute;
  height: 100%;
  width: 999%;
  left: 0;
  top: 0;
}
.effect .effectWarp .effectBody ul li {
  float: left;
  width: 300px;
  margin-left: 40px;
  height: 210px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.effect .effectWarp .effectBody ul li .pc {
  height: 122px;
  line-height: 122px;
}
.effect .effectWarp .effectBody ul li .pc img {
  max-height: 122px;
}
.effect .effectWarp .effectBody ul li .text .time {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  margin: 24px 0 7px;
}
.effect .effectWarp .effectBody ul li .text .name {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}
.effect .effectWarp .effectBody ul li:first-child {
  margin-left: 0 !important;
}
