/* 文字滚动 */
.cta {
  text-decoration: none;
  overflow: hidden;
  backface-visibility: hidden;
  position: relative;
}
.cta:active {
  transform: translateY(3px);
}
.btn-text-parent {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.wrap_text {
  display: inline-block;
}
.buildin-btn-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  transform: translateY(100%);
}
.buildin-btn-text .btn-letter {
  opacity: 0;
}
.btn-letter {
  display: inline-block;
  margin: 0em 0.05em;
  position: relative;
  transition: transform 800ms, opacity 800ms ease;
}
.current-btn-text .btn-letter:nth-child(1) {
  transition-delay: 49ms;
}
.current-btn-text .btn-letter:nth-child(2) {
  transition-delay: 99ms;
}
.current-btn-text .btn-letter:nth-child(3) {
  transition-delay: 149ms;
}
.current-btn-text .btn-letter:nth-child(4) {
  transition-delay: 199ms;
}
.current-btn-text .btn-letter:nth-child(5) {
  transition-delay: 249ms;
}
.current-btn-text .btn-letter:nth-child(6) {
  transition-delay: 299ms;
}
.current-btn-text .btn-letter:nth-child(7) {
  transition-delay: 349ms;
}
.current-btn-text .btn-letter:nth-child(8) {
  transition-delay: 399ms;
}
.current-btn-text .btn-letter:nth-child(9) {
  transition-delay: 449ms;
}
.current-btn-text .btn-letter:nth-child(10) {
  transition-delay: 499ms;
}
.current-btn-text .btn-letter:nth-child(11) {
  transition-delay: 549ms;
}
.current-btn-text .btn-letter:nth-child(12) {
  transition-delay: 599ms;
}
.buildin-btn-text .btn-letter:nth-child(1) {
  opacity: 0;
  transition-delay: 49ms;
}
.buildin-btn-text .btn-letter:nth-child(2) {
  opacity: 0;
  transition-delay: 99ms;
}
.buildin-btn-text .btn-letter:nth-child(3) {
  opacity: 0;
  transition-delay: 149ms;
}
.buildin-btn-text .btn-letter:nth-child(4) {
  opacity: 0;
  transition-delay: 199ms;
}
.buildin-btn-text .btn-letter:nth-child(5) {
  opacity: 0;
  transition-delay: 249ms;
}
.buildin-btn-text .btn-letter:nth-child(6) {
  opacity: 0;
  transition-delay: 299ms;
}
.buildin-btn-text .btn-letter:nth-child(7) {
  opacity: 0;
  transition-delay: 349ms;
}
.buildin-btn-text .btn-letter:nth-child(8) {
  opacity: 0;
  transition-delay: 399ms;
}
.buildin-btn-text .btn-letter:nth-child(9) {
  opacity: 0;
  transition-delay: 449ms;
}
.buildin-btn-text .btn-letter:nth-child(10) {
  opacity: 0;
  transition-delay: 499ms;
}
.buildin-btn-text .btn-letter:nth-child(11) {
  opacity: 0;
  transition-delay: 549ms;
}
.buildin-btn-text .btn-letter:nth-child(12) {
  opacity: 0;
  transition-delay: 599ms;
}
.cta:hover .current-btn-text .btn-letter {
  opacity: 0;
  transform: translateY(-100%);
}
.cta:hover .buildin-btn-text .btn-letter {
  opacity: 1;
  transform: translateY(-100%);
}
/* 文字滚动 */
/* 边框滑动 */
.Consul_a::after,
.Consul_a::before {
  content: '';
  width: 180px;
  height: 2px;
  position: absolute;
  width: 0%;
  background: #003586;
  transition: .6s;
  opacity: 0.6;
}
.Consul_a::after {
  top: 0;
  left: 0;
}
.Consul_a::before {
  bottom: 0;
  right: 0;
}
.Consul_lx::after,
.Consul_lx::before {
  content: '';
  width: 2px;
  height: 0px;
  position: absolute;
  background: #003586;
  transition: .8s;
  opacity: 0.6;
}
.Consul_lx::after {
  left: 0;
  bottom: 0;
}
.Consul_lx::before {
  top: 0;
  right: 0;
}
.Consul_a:hover::after,
.Consul_a:hover::before {
  width: 100%;
}
.Consul_a:hover .Consul_lx::before,
.Consul_a:hover .Consul_lx::after {
  height: 100%;
}
/* 边框滑动 */
/* 鼠标经过 */
.we_bg:before,
.we_bg:after,
.we_bg span:before,
.we_bg span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #003586;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}
.we_bg:after,
.we_bg span:before {
  left: auto;
  right: 0;
  z-index: -1;
}
.we_bg span:before,
.we_bg span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.we_bg:hover:before,
.we_bg:hover:after,
.we_bg:hover span:before,
.we_bg:hover span:after {
  width: 100%;
  z-index: -1;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.pro_tit {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pro_tit::before,
.pro_tit::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  transition: 0.6s;
  z-index: -1;
  top: 50%;
  border-radius: 50%;
  background: #ffffff;
}
.pro_tit::before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pro_tit::after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.pro_tit:hover::before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}
.pro_tit:hover::after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}
.we_more {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.we_more::before,
.we_more::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  transition: 0.6s;
  z-index: -1;
  top: 50%;
  border-radius: 50%;
  background-color: #003586;
}
.we_more::before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.we_more::after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.we_more:hover::before {
  z-index: -1;
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}
.we_more:hover::after {
  z-index: -1;
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}
/* 鼠标经过 */
/*首页banner2 3D*/
/*banner*/
.pics_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*幻灯片样式2*/
}
.pics_wrap .html5zoo-img-0 img {
  width: 100%;
}
.pics_wrap .html5zoo-arrow-left-0 {
  left: 10% !important;
}
.pics_wrap .html5zoo-arrow-right-0 {
  right: 10% !important;
}
.pics_wrap .html5zoo-bullet-wrapper-0 div {
  margin: 0 4px !important;
}
.pics_wrap .html5zoo-nav-0 {
  margin-top: -35px !important;
  left: 48% !important;
}
.pics_wrap .html5zoo-bullet-wrapper-0 {
  width: 100% !important;
}
.pics_wrap #focus {
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
}
.pics_wrap #focus ul {
  height: 188px;
  position: absolute;
}
.pics_wrap #focus ul li {
  float: left;
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
  background: #000;
}
.pics_wrap #focus ul li a img {
  height: 188px;
  width: 255px;
}
.pics_wrap #focus ul li div {
  position: absolute;
  overflow: hidden;
}
.pics_wrap #focus .btnBg {
  position: absolute;
  width: 255px;
  height: 20px;
  left: 0;
  bottom: 0;
  background: #000;
}
.pics_wrap #focus .btn {
  position: absolute;
  width: 255px;
  height: 10px;
  padding: 5px 10px;
  right: 0;
  bottom: 0;
  text-align: right;
}
.pics_wrap #focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 25px;
  height: 10px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
}
.pics_wrap #focus .btn span.on {
  background: #fff;
}
/*banner*/
/*产品*/
.bt {
  height: 88px;
  text-align: center;
}
.bt h3 {
  height: 36px;
  line-height: 36px;
  font-size: 36px;
  color: #333333;
  margin-bottom: 18px;
}
.bt div {
  font-size: 18px;
  color: #666666;
  height: 36px;
  line-height: 20px;
  position: relative;
}
.bt div::before {
  position: absolute;
  bottom: 0;
  left: 567px;
  content: '';
  width: 54px;
  height: 3px;
  background-color: #333333;
}
.pro {
  width: 100%;
  height: 1097px;
  background: url(../images/probg.jpg) center no-repeat;
}
.pro .pro_cen {
  width: 1180px;
  margin: 0 auto;
  height: 1030px;
  padding-top: 67px;
}
.pro .pro_cen .pro_main {
  width: 1180px;
  margin: 0 auto;
  height: 860px;
  margin-top: 46px;
}
.pro .pro_cen .pro_main .pro_l {
  float: left;
  width: 249px;
  height: 860px;
  margin-right: 25px;
  background-color: #ffffff;
}
.pro .pro_cen .pro_main .pro_l .pro_top {
  width: 175px;
  height: 58px;
  background: url(../images/prolo.png) 27px no-repeat;
  background-color: #1f1258;
  color: #ffffff;
  padding-left: 74px;
  padding-top: 20px;
  margin-bottom: 10px;
}
.pro .pro_cen .pro_main .pro_l .pro_top span {
  display: block;
}
.pro .pro_cen .pro_main .pro_l .pro_top .span {
  line-height: 20px;
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.pro .pro_cen .pro_main .pro_l .pro_top .spano {
  text-transform: uppercase;
  font-size: 12px;
}
.pro .pro_cen .pro_main .pro_l .pro_box {
  width: 249px;
  height: auto;
}
.pro .pro_cen .pro_main .pro_l .pro_box .pro_a {
  display: block;
  line-height: 43px;
  width: 189px;
  height: 43px;
  padding-left: 60px;
  border-bottom: 1px solid #ededed;
  background: url(../images/proli.png) 20px no-repeat;
  transition: 0.8s;
  position: relative;
}
.pro .pro_cen .pro_main .pro_l .pro_box .pro_a::before {
  content: '';
  width: 0;
  height: 1px;
  background: #1f1258;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.8s;
}
.pro .pro_cen .pro_main .pro_l .pro_box .pro_a:hover::before {
  content: '';
  width: 100%;
  height: 1px;
}
.pro .pro_cen .pro_main .pro_l .pro_box .pro_a:hover {
  color: #1f1258;
}



.pro .pro_cen .pro_main .pro_l .pro_box .pro_a:hover .ul {
  display: block;
}
.pro .pro_cen .pro_main .pro_l .pro_box .ul {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.pro .pro_cen .pro_main .pro_l .pro_box .ul .pro_newa {
  width: 190px;
  height: 30px;
  line-height: 30px;
  padding-left: 59px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: 0.6s;
}
.pro .pro_cen .pro_main .pro_l .pro_box .ul .pro_newa::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 40px;
  top: 10px;
  border-radius: 50%;
  border: 1px solid #cccccc;
}
.pro .pro_cen .pro_main .pro_l .pro_box .ul .pro_newa:hover {
  background: #1f1258;
  color: #ffffff;
}

.pro .pro_cen .pro_main .pro_r {
  float: left;
  width: 906px;
  height: 860px;
}
.pro .pro_cen .pro_main .pro_r .pro_fr {
  margin-right: -24px;
}
.pro .pro_cen .pro_main .pro_r .pro_fr .pro_ever {
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  width: 290px;
  height: 264px;
  margin-right: 19px;
}
.pro .pro_cen .pro_main .pro_r .pro_fr .pro_ever img {
  width: 290px;
  height: 220px;
  display: block;
}
.pro .pro_cen .pro_main .pro_r .pro_fr .pro_ever .pro_white {
  width: 290px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  transition: 0.6s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #353535;
  background-color: #ffffff;
}
.pro .pro_cen .pro_main .pro_r .pro_fr .pro_ever div {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  left: 0;
  bottom: 0;
  width: 290px;
  height: 264px;
  transition: 0.6s;
  background: url(../images/proever.png) center repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: right top;
  -ms-transform-origin: right top;
  -moz-transform-origin: right top;
  -webkit-transform-origin: right top;
  -o-transform-origin: right top;
}
.pro .pro_cen .pro_main .pro_r .pro_fr .pro_ever div .pro_tit {
  display: block;
  text-align: center;
  line-height: 39px;
  margin: 0 auto;
  transition: 0.9s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 26px;
  margin-top: -600px;
  font-size: 16px;
  color: #ffffff;
  width: 139px;
  height: 39px;
  border: solid 1px #e2e2e2;
}
.pro .pro_cen .pro_main .pro_r .pro_fr .pro_ever div .pro_tit:hover {
  color: #1f1258;
}
.pro .pro_cen .pro_main .pro_r .pro_fr .pro_ever div .pro_title {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 290px;
  height: 50px;
  line-height: 70px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  display: block;
}
.pro .pro_cen .pro_main .pro_r .pro_fr .pro_ever div .pro_title::before {
  content: '';
  width: 46px;
  height: 2px;
  background: #e2e2e2;
  position: absolute;
  top: 0;
  left: 122px;
}
.pro .pro_cen .pro_main .pro_r .pro_fr .pro_ever:hover .pro_tit {
  margin-top: 62px;
}
.pro .pro_cen .pro_main .pro_r .pro_fr .pro_ever:hover div {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
.pro .pro_cen .pro_main .pro_r .pro_fr .pro_ever:hover .pro_white {
  color: #ffffff;
}
/*产品*/
/*youshi*/
.ys {
  width: 100%;
  height: 1301px;
  background: url(../images/ysbg.jpg) center no-repeat;
}
.ys .ys_cen {
  width: 1180px;
  margin: 0 auto;
  height: 1173px;
  padding-top: 128px;
}
.ys .ys_cen h3 {
  text-align: center;
  line-height: 20px;
  height: 20px;
  font-size: 20px;
  color: #ffffff;
}
.ys .ys_cen .ys_ever {
  width: 406px;
  height: auto;
}
.ys .ys_cen .ys_ever .ys_title {
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  color: #1f1258;
  font-weight: bold;
  margin-bottom: 8px;
}
.ys .ys_cen .ys_ever .ys_small {
  margin-bottom: 8px;
  font-size: 16px;
  color: #333333;
}
.ys .ys_cen .ys_ever p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.ys .ys_cen .ys_ever0 {
  margin-top: 106px;
  margin-left: 86px;
}
.ys .ys_cen .ys_ever1 {
  margin-top: 46px;
  margin-left: 86px;
}
.ys .ys_cen .ys_ever2 {
  margin-top: 94px;
  margin-left: 676px;
}
.ys .ys_cen .ys_ever3 {
  margin-top: 44px;
  margin-left: 676px;
}
.ys .ys_cen .ys_zx {
  margin: 0 auto;
  width: 1138px;
  height: 94px;
  margin-top: 174px;
}
.ys .ys_cen .ys_zx .ys_lf {
  width: 480px;
  height: 94px;
  color: #ffffff;
  float: left;
}
.ys .ys_cen .ys_zx .ys_lf p {
  font-size: 30px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-bottom: 22px;
}
.ys .ys_cen .ys_zx .ys_lf span {
  display: block;
  margin-bottom: 9px;
  line-height: 16px;
  height: 16px;
  font-size: 16px;
}
.ys .ys_cen .ys_zx .ys_lf div {
  text-transform: uppercase;
}
.ys .ys_cen .ys_zx .ys_ce {
  width: 209px;
  height: 94px;
  float: left;
  margin-left: 106px;
}
.ys .ys_cen .ys_zx .ys_ce a {
  display: block;
  text-align: center;
  line-height: 40px;
  margin-bottom: 22px;
  width: 206px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  border: solid 2px #ffffff;
  cursor: url(../images/shou.png), default;
}
.ys .ys_cen .ys_zx .ys_ce div {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
.ys .ys_cen .ys_zx .ys_tell {
  width: 186px;
  height: 48px;
  padding-left: 60px;
  float: left;
  background: url(../images/zxtell.png) left no-repeat;
  margin-left: 96px;
  margin-top: 14px;
}
.ys .ys_cen .ys_zx .ys_tell span {
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.ys .ys_cen .ys_zx .ys_tell div {
  font-size: 14px;
  color: #ffffff;
}
/*youshi*/
/*流程*/
.lc {
  width: 1180px;
  margin: 0 auto;
  height: 458px;
  padding-top: 52px;
}
.lc .tit {
  height: 60px;
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
}
.lc .tit::before {
  position: absolute;
  left: 564px;
  bottom: 0;
  content: '';
  width: 54px;
  height: 3px;
  background-color: #333333;
}
.lc .hz_warp {
  width: 1180px;
  height: 164px;
  margin-top: 26px;
  margin-bottom: 70px;
}
.lc .hz_warp .hz_fr {
  margin-right: -80px;
}
.lc .hz_warp .hz_fr .hz_ever {
  width: 124px;
  height: 125px;
  margin-right: 52px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.lc .hz_warp .hz_fr .hz_ever div {
  transition: 0.6s;
  font-size: 15px;
  color: #333333;
  margin-bottom: 4px;
}
.lc .hz_warp .hz_fr .hz_ever span {
  display: block;
  width: 124px;
  height: 125px;
  transition: 0.6s;
  overflow: hidden;
  margin-bottom: 20px;
}
.lc .hz_warp .hz_fr .on div,
.lc .hz_warp .hz_fr .on span {
  transform: rotateY(360deg);
}
/*流程*/
/*案例*/
.case {
  width: 100%;
  height: 454px;
  margin-bottom: 80px;
  background-color: #f5f5f5;
}
.case .case_main {
  width: 1180px;
  height: 454px;
  margin: 0 auto;
}
.case .case_main .case_big {
  margin-right: -32px;
}
.case .case_main .case_ever {
  float: left;
  position: relative;
  margin-right: 32px;
  overflow: hidden;
}
.case .case_main .case_ever img {
  width: 100%;
  height: 100%;
}
.case .case_main .case_ever:hover div {
  bottom: 0;
}
.case .case_main .case_ever:hover .case_a {
  bottom: 0;
}
.case .case_main .case_ever0 {
  width: 798px;
  height: 454px;
}
.case .case_main .case_ever0 .case_img {
  display: block;
  width: 798px;
  height: 454px;
}
.case .case_main .case_ever0 div {
  width: 768px;
  height: 82px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  transition: 0.6s;
  left: 0;
  bottom: -108px;
  padding-top: 26px;
  padding-left: 30px;
}
.case .case_main .case_ever0 div .case_a {
  width: 560px;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  transition: 0.6s;
}
.case .case_main .case_ever0 div p {
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  width: 560px;
  height: 14px;
  line-height: 14px;
}
.case .case_main .case_ever0 div .case_more {
  display: block;
  width: 120px;
  height: 46px;
  border-radius: 22px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  border: solid 1px #ffffff;
  padding-left: 33px;
  line-height: 46px;
  position: absolute;
  transition: 0.6s;
  top: 30px;
  right: 46px;
  background: url(../images/down_icon.png) 123px no-repeat;
}
.case .case_main .case_ever1,
.case .case_main .case_ever2 {
  width: 350px;
  height: 210px;
  margin-bottom: 34px;
}
.case .case_main .case_ever1 .case_a,
.case .case_main .case_ever2 .case_a {
  display: block;
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 350px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  transition: 0.6s;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.8);
}
/*案例*/
/*we*/
.we {
  width: 100%;
  height: 719px;
  background: url(../images/webg.jpg) center no-repeat;
}
.we .we_cen {
  margin: 0 auto;
  width: 1055px;
  height: 663px;
  padding-top: 56px;
}
.we .we_cen h3 {
  text-align: center;
  margin-bottom: 12px;
  line-height: 36px;
  height: 36px;
  font-size: 36px;
  color: #ffffff;
}
.we .we_cen div {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.we .we_cen .we_main {
  width: 1055px;
  height: 336px;
  margin-top: 164px;
  position: relative;
}
.we .we_cen .we_main span {
  display: block;
  text-transform: uppercase;
  position: absolute;
  left: 438px;
  top: 54px;
  line-height: 33px;
  width: 179px;
  height: 33px;
  font-size: 33px;
  font-weight: bold;
  color: #333333;
}
.we .we_cen .we_main .we_a {
  width: 300px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  display: block;
  position: absolute;
  top: 98px;
  left: 376px;
  transition: 0.6s;
}
.we .we_cen .we_main .we_a::before {
  content: '';
  width: 52px;
  height: 3px;
  background-color: #2159ac;
  position: absolute;
  bottom: 0;
  left: 126px;
  transition: 0.6s;
}
.we .we_cen .we_main .we_a:hover::before {
  content: '';
  width: 300px;
  height: 3px;
  left: 0;
}
.we .we_cen .we_main .we_a:hover {
  color: #2159ac;
}
.we .we_cen .we_main p {
  width: 476px;
  height: 164px;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  overflow: hidden;
  position: absolute;
  left: 286px;
  top: 176px;
}
.we .we_cen .we_main .we_ever {
  position: absolute;
  transition: 0.6s;
  width: 148px;
  height: 148px;
  background: url(../images/weite.png) center no-repeat;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.we .we_cen .we_main .on a{
  color:#ffffff;
}
.we .we_cen .we_main .we_ever img {
  margin: 0 auto;
  display: block;
  margin-bottom: 4px;
  margin-top: 40px;
}
.we .we_cen .we_main .on {
  background: url(../images/reg.png) center no-repeat;
  color: #ffffff;
}
.we .we_cen .we_main .on img {
  border-left: 358px solid transparent;
  -webkit-filter: drop-shadow(-300px 0 0px #ffffff);
  filter: drop-shadow(-300px 0 0px #ffffff);
}
.we .we_cen .we_main .we_ever0 {
  top: 0;
  left: 186px;
}
.we .we_cen .we_main .we_ever1 {
  bottom: 0;
  left: 0;
}
.we .we_cen .we_main .we_ever2 {
  top: 0;
  right: 186px;
}
.we .we_cen .we_main .we_ever3 {
  bottom: 0;
  right: 0;
}
/*we*/
/*news*/
.news {
  width: 1180px;
  margin: 0 auto;
  height: 662px;
  padding-top: 54px;
}
.news .news_warp {
  height: 508px;
  margin-top: 33px;
}
.news .news_warp .news_fr {
  margin-right: -20px;
}
.news .news_warp .news_fr .news_ever {
  width: 380px;
  height: 508px;
  float: left;
  margin-right: 20px;
  background-color: #f1f1f1;
}
.news .news_warp .news_fr .news_ever .ntop0,
.news .news_warp .news_fr .news_ever .ntop1 {
  margin-bottom: 16px;
}
.news .news_warp .news_fr .news_ever .ntop2 {
  margin-bottom: 28px;
}
.news .news_warp .news_fr .news_ever .top {
  width: 380px;
  height: 77px;
  position: relative;
  background-color: #1f1258;
}
.news .news_warp .news_fr .news_ever .top img {
  display: block;
  position: absolute;
  top: 25px;
  left: 14px;
}
.news .news_warp .news_fr .news_ever .top .news_t {
  font-size: 18px;
  color: #f1f1f1;
  position: absolute;
  left: 48px;
  top: 23px;
}
.news .news_warp .news_fr .news_ever .top .news_more {
  text-transform: uppercase;
  font-size: 14px;
  color: #f1f1f1;
  position: absolute;
  right: 22px;
  top: 28px;
}
.news .news_warp .news_fr .news_ever .news_box {
  margin: 0 auto;
  width: 358px;
  height: 404px;
}
.news .news_warp .news_fr .news_ever .news_box ul li:last-child {
  border: 0;
}
.news .news_warp .news_fr .news_ever .news_box ul li {
  position: relative;
  transition: 0.6s;
  width: 358px;
  height: 41px;
  border-bottom: 1px dashed #e5e5e5;
}
.news .news_warp .news_fr .news_ever .news_box ul li .news_a {
  width: 288px;
  height: 41px;
  line-height: 41px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666666;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
}
.news .news_warp .news_fr .news_ever .news_box ul li .news_a:hover {
  color: #1f1258;
}
.news .news_warp .news_fr .news_ever .news_box ul li .news_img {
  width: 358px;
  height: 161px;
  display: none;
}
.news .news_warp .news_fr .news_ever .news_box ul li .news_img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.news .news_warp .news_fr .news_ever .news_box ul li p {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  line-height: 30px;
  height: 30px;
  display: none;
  font-size: 13px;
  color: #999999;
}
.news .news_warp .news_fr .news_ever .news_box ul li .news_span {
  position: absolute;
  display: block;
  height: 41px;
  line-height: 41px;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #999999;
}
.news .news_warp .news_fr .news_ever .news_box ul .on {
  position: relative;
  width: 358px;
  height: 236px;
}
.news .news_warp .news_fr .news_ever .news_box ul .on .news_a {
  width: 358px;
  height: 46px;
  line-height: 46px;
  display: block;
  position: absolute;
  top: 161px;
}
.news .news_warp .news_fr .news_ever .news_box ul .on .news_img {
  display: block;
}
.news .news_warp .news_fr .news_ever .news_box ul .on p {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  line-height: 30px;
  height: 30px;
  display: block;
}
.news .news_warp .news_fr .news_ever .news_box ul .on .news_span {
  display: none;
}
.news .news_warp .news_fr .news_ever .bot {
  width: 380px;
  height: 403px;
  background-color: #f1f1f1;
}
.news .news_warp .news_fr .news_ever .bot .bot_ever {
  width: 343px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 40px;
}
.news .news_warp .news_fr .news_ever .bot .bot_ever a {
  display: block;
  line-height: 59px;
  margin-bottom: 20px;
  width: 275px;
  height: 59px;
  padding-left: 68px;
  font-size: 14px;
  color: #686868;
  background: url(../images/wen.png) center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.6s;
}
.news .news_warp .news_fr .news_ever .bot .bot_ever a:hover {
  color: #1f1258;
}
.news .news_warp .news_fr .news_ever .bot .bot_ever div {
  cursor: pointer;
  width: 224px;
  height: 40px;
  background: url(../images/da.png) center no-repeat;
  padding-left: 26px;
  padding-top: 14px;
  padding-bottom: 16px;
  padding-right: 86px;
}
.news .news_warp .news_fr .news_ever .bot .bot_ever div p {
  overflow: hidden;
  font-size: 14px;
  color: #686868;
  width: 224px;
  height: 42px;
}
/* 友情链接 */
.fri {
  background: url(../images/zixun.jpg) repeat;
}
.fri_center {
  padding-bottom: 40px;
}
.fri_link {
  width: 100%;
  height: 54px;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #dedede;
  background: url(../images/LINKS.png) left no-repeat;
}
.fri_a {
  margin-top: 10px;
}
.fri_a a {
  float: left;
  font-size: 14px;
  color: #6e6e6e;
  margin-right: 32px;
  margin-bottom: 10px;
  position: relative;
}
.fri_a a:hover {
  transition: .6s;
  color: #1f1258;
}
.clear {
  clear: both;
}
