@charset "UTF-8";
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.rang_phone {
  animation: shake-little 3s infinite;
  animation-direction: alternate;
}

@-webkit-keyframes shake-little {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  4% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  6% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  10% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  12% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  14% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  16% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  18% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  20% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  22% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  24% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  26% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  30% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  32% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  36% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  38% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  40% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  42% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  44% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  46% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  48% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  50% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  52% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  54% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  58% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  60% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  62% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  66% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  68% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  72% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  74% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  76% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  78% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  80% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  82% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  84% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  86% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  88% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  90% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  92% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  94% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  96% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  98% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

.head-bg {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  height: 73px;
}

.head-bg .logo {
  width: 315px;
  line-height: 73px;
}

.head-bg .tel {
  background: url(../images/tel1.png) no-repeat left center;
  color: #666666;
  font-size: 16px;
  padding-left: 40px;
  margin-top: 26px;
}

.head-bg .tel p{
    color: #0d2e52
}

/*导航*/
#menu {
  width: 740px;
  margin-top: 14px;
}

.x-menu > li {
  float: left;
  position: relative;
  text-align: center;
}

.x-menu > li + li {
  background: url(../images/nav1.png) no-repeat left center;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 48px;
  padding: 0 14px;
}

.x-menu > li > a:hover {
  background: url(../images/nt1.png) no-repeat bottom center;
  color: #043053;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 712px;
  height:480px;
  left: 0%;
  top: 58px;
  background: #fff;
  padding: 10px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-menu > li:nth-of-type(7) .x-sub-menu{
    left: -170%;
}

.x-menu > li:last-child .x-sub-menu{
    left: -300%;
}

.x-sub-menu > li > a {
  display: block;
  font-size: 14px;
  text-align: left;
  padding: 0 10px;
  line-height: 40px;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.ggh {
  float: left;
  margin-right: 20px;
  background: #fff;
  width: 21%;
}

.tuiang {
  float: right;
  padding-left: 20px;
  width: 73%;
  border-left: 1px solid #000;
}

.ggh li {
  text-align: left;
  padding: 0 10px;
  line-height: 40px;
}

.ggh li a {
  color: #000;
  font-size: 14px
}

.ggh li:hover {
  background-color: #043053;
  color: #fff;
}

.ggh li:hover a {
  color: #fff;
}

.tuiang img {
  width: 100%;
  height: auto;
  display: block;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.about-index {
  margin-top: 80px;
}

.about-index .at {
  text-align: center;
  color: #e77818;
  font-size: 50px;
}

.about-index .con {
  border-radius: 10px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
  height: 350px;
  margin-top: 58px;
  padding: 40px 60px;
}

.about-index .con .aboutl {
  width: 616px;
}

.about-index .con .aboutl h3 {
  color: #333333;
  font-size: 30px;
}

.about-index .con .aboutl .aw {
  margin-top: 15px;
}

.about-index .con .aboutl .aw p {
  font-size: 14px;
  color: #333333;
  text-indent: 2em;
  margin-bottom: 28px;
  line-height: 24px;
}

.about-index .con .aboutl .amore {
  width: 109px;
  height: 30px;
  border-radius: 4px;
  margin-top: -20px;
  /* position: relative; */
  float: right;
}

.about-index .con .aboutl .amore a {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  color: #999999;
}

.about-index .con .aboutl .amore:hover {
  background: #e77818;
}

.about-index .con .aboutl .amore:hover a {
  color: #fff;
}

.about-index .con .aboutl .aimg {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  height: 62px;
  margin-top: 57px;
}

.about-index .con .aboutl .aimg .aimg-list {
  align-self: center;
  height: 62px;
}

.about-index .con .aboutl .aimg .aimg-list li {
  padding: 0 15px;
  align-self: center;
  width: 25%;
}

.about-index .con .aboutl .aimg .aimg-list li .img1 {
  line-height: 62px;
  transition: 0.5s;
}

.about-index .con .aboutl .aimg .aimg-list li .wz {
  color: #333333;
  font-size: 14px;
  line-height: 62px;
  transition: 0.5s;
}

.about-index .con .aboutl .aimg .aimg-list li:nth-of-type(1) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.about-index .con .aboutl .aimg .aimg-list li:nth-of-type(4) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.about-index .con .aboutl .aimg .aimg-list li:hover {
  background: #043053;
}

.about-index .con .aboutl .aimg .aimg-list li:hover .img1 {
  transform: translateY(-5px);
}

.about-index .con .aboutl .aimg .aimg-list li:hover .img1 img {
  filter: brightness(100);
}

.about-index .con .aboutl .aimg .aimg-list li:hover .wz {
  color: #fff;
  transform: translateY(-5px);
}

.about-index .con .aboutr {
  width: 429px;
  height: 320px;
  overflow: hidden;
}

.about-index .con .aboutr video {
  width: 100%;
  height: 100%;
}

/**/
.fanwei-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  height: 744px;
  overflow: hidden;
  margin-top: 3px;
}

.fanwei-bg .fanwei-index {
  padding-top: 75px;
}

.fanwei-bg .fanwei-index .at {
  text-align: center;
  color: #e77818;
  font-size: 50px;
}

/*工程案例*/
.in-case {
  position: relative;
  padding: 5% 0;
}

.case-content {
  padding-top: 5%;
  position: relative;
}

.tt {
  display: none;
}

.case-list {
  width: 952px;
  height: 480px;
  float: left;
}

.case-img {
  width: 952px;
  height: 480px;
  overflow: hidden;
  position: relative;
}

.case-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.case-list .wz {
  background: url(../images/tt3.png) no-repeat top center;
  height: 264px;
  width: 315px;
  position: absolute;
  bottom: 20px;
  left: 25px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 35px;
  box-sizing: border-box;
}

.case-list .wz .wz1 {
  color: #ffffff;
  font-size: 30px;
}

.case-list .wz .wz2 {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}

.case-type {
  right: 0;
  width: 222px;
  position: absolute;
  margin-top: 20px;
}

.case-type ul li {
  width: 100%;
  border: 1px solid #e5e5e5;
  line-height: 58px;
  text-align: center;
  margin-bottom: 36px;
  position: relative;
  border-radius: 10px;
}

.case-type ul li a {
  position: relative;
  z-index: 100;
}

.case-type ul li:after {
  display: block;
  position: absolute;
  right: 0;
  content: '';
  width: 0;
  background: url("../images/caseli.png") no-repeat center left;
  top: 0;
  height: 100%;
  transition: all 300ms ease-in-out;
}

.case-type ul li a {
  font-size: 16px;
  color: #333333;
}

.case-type ul li.on:after {
  width: 374px;
  transition: all 300ms ease-in-out;
}

.case-type ul li.on a {
  color: #fff;
}

/**/
.wrap {
  width: 82%;
  margin-right: auto;
  margin-left: auto;
}

.tt2 {
  display: none;
}

.index .pt2 {
  position: relative;
  color: #fff;
}

.index .pt2 .bg {
  position: relative;
  height: 650px;
  width: 100%;
  overflow: hidden;
}

.index .pt2 .bg img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  max-width: none;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  margin-top: -350px;
}

.index .pt2 .bg img.cur {
  opacity: 1;
  visibility: visible;
}

.index .pt2 .con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 75px;
}

.index .pt2 .en,
.index .pt2 .cn {
  color: #fff !important;
}

.index .pt2 .cn1 {
  font-size: 30px;
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: 500;
}

.index .pt2 .cn2 {
  font-size: 16px;
  margin-bottom: 60px;
  width: 676px;
  line-height: 24px;
  text-indent: 2em;
  color: #ffffff;
}

a.more {
  border-left: 1px solid #a8a7a6;
  border-right: 1px solid #a8a7a6;
  width: 222px;
  height: 65px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 65px;
  display: block;
  transition: 0.5s;
}

a.more:hover {
  background: #e77817;
  border-left: 1px solid #e77817;
  border-right: 1px solid #e77817;
}

.index .pt2 .tab {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  height: 82px;
}

.index .pt2 .tab .span-2 {
  width: 100px;
  overflow: hidden;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
  cursor: pointer;
}

.index .pt2 .tab .span-2 a {
  color: #fff;
}

.index .pt2 .tab .span-2.cur,
.index .pt2 .tab .span-2:hover {
  background-color: rgba(4, 48, 83, 0.5);
  color: #fff;
}

.index .pt2 .tab .span-2.cur a,
.index .pt2 .tab .span-2:hover a {
  color: #fff;
}

.index .pt2 .tab a:hover {
  color: #fff;
}

.index .pt2 .tab .icon {
  height: 80px;
  width: 80px;
  margin: 20px auto;
  background: url(../images/pt2_icon.png) repeat;
  background-position: 0 0;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.index .pt2 .tab a:hover .icon {
  cursor: pointer;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.index .pt2 .tab .i3 .icon {
  background-position: -80px 0;
}

.index .pt2 .tab .i2 .icon {
  background-position: -160px 0;
}

.index .pt2 .tab .i4 .icon {
  background-position: -240px 0;
}

.index .pt2 .tab .i5 .icon {
  background-position: -320px 0;
}

.index .pt2 .tab .i6 .icon {
  background-position: -400px 0;
}

.index .pt2 .tab .desc {
  line-height: 82px;
  font-size: 16px;
  background: url(../images/tt4.png) no-repeat right center;
}

.index .pt2 .span-2:last-child .desc {
  background: none;
}

.index .pt2 .list {
  position: relative;
}

.index .pt2 .list .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
  overflow: hidden;
  height: 0;
}

.index .pt2 .list .item.cur {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  height: auto;
}

.index .pt2 .list .item.cur .en,
.index .pt2 .list .item.cur .cn {
  visibility: visible;
}

.jj {
  text-align: center;
  color: #fff;
  font-size: 50px;
}

/**/
.swsl-index {
  margin-top: 80px;
}

.swsl-index .at {
  text-align: center;
  color: #e77818;
  font-size: 50px;
  margin-bottom: 60px;
}

.s2_main li {
  width: 49.5%;
  float: left;
  margin-right: 1%;
  height: 314px;
  margin-bottom: 11px;
  position: relative;
}

.s2_main li:hover .cat {
  left: 15%;
  bottom: 74%;
}

.s2_main li:hover .cat2 {
  opacity: 1;
}

.s2_main li:hover .pic img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  
}

.s2_main li:hover .mask {
  opacity: 1;
}

.s2_main li:hover .mask .more {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}

.s2_main li:hover .mask:after {
  width: 90%;
  height: 85%;
  opacity: 1;
}

.s2_main li a {
  width: 100%;
  height: 100%;
  display: block;
}

.s2_main li a .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px
}

.s2_main li a .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
   border-radius: 8px;
}

.s2_main li a .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  opacity: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s2_main li a .mask .more {
  position: absolute;
  top: 68%;
  left: 15%;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 18px;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  z-index: 2;
  font-weight: lighter;
  opacity: 0;
  transform: scale(2);
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s2_main li a .mask:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 99%;
  height: 99%;
  border: 2px solid #fff;
  border-radius: 8px;
  z-index: 2;
  background: none;
  opacity: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s2_main li a .cat {
  height: 30px;
  line-height: 30px;
  position: absolute;
  z-index: 5;
  right: 20px;
  bottom: 20px;
  font-family: "microsoft yahei";
  font-size: 24px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s2_main li a .cat2 {
  position: absolute;
  z-index: 5;
  left: 82px;
  right: 85px;
  bottom: 115px;
  opacity: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
}

.s2_main li a .cat2 p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  text-align: justify;
}

.s2_main li a .cat img {
  margin-top: -11px;
}

.s2_main li:nth-child(2n) {
  margin-right: 0;
}

/**/
.case-index {
  margin-top: 80px;
}

.case-index .at {
  text-align: center;
  color: #e77818;
  font-size: 50px;
}

.jjfa {
  margin-top: 100px;
}

.jjfa .jjfafl {
  margin-top: 30px;
}

.jjfa .jjfafl ul {
  display: flex;
  justify-content: center;
}

.jjfa .jjfafl ul li {
  margin: 0 15px;
  width: 182px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #043053;
}

.jjfa .jjfafl ul li h3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}

.jjfa .jjfafl ul li h3 a {
  color: #333333;
}

.jjfa .jjfafl ul li:hover {
  background: #043053;
}

.jjfa .jjfafl ul li:hover h3 a {
  color: #fff;
}

.jjfa2 {
  margin-top: 75px;
  display: none;
}

.jjfa2 .bd {
  overflow: hidden;
}

.jjfa2 .bd ul li {
  float: left;
  width: 648px;
  /*height: 485px;*/
  position: relative;
  margin-right: 30px;
}

.jjfa2 .bd ul li img {
  width: 648px;
  height: 438px;
  border-radius: 10px;
}

.jjfa2 .bd ul li .wz {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  /* background: linear-gradient(rgba(255,255,255,.8), rgba(0,0,0,.68));*/
  /*background: rgba(30,128,196,.5)*/
}

.jjfa2 .bd ul li .wz h3 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  color: #ffffff;
  text-align: center;
  line-height: 55px;
}

.jjfa2 .bd ul li .wz h3 a {
  color: #fff;
}

.jjfa2 .bd ul li .wz h3 span {
  display: block;
  width: 38px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  margin-top: 12px;
  opacity: 0;
}

.jjfa2 .bd ul li:hover .wz {
  bottom: initial;
  top: 50%;
  transform: translateY(-50%);
}

.jjfa2 .bd ul li:hover .wz h3 span {
  opacity: 1;
}

.jjfa2 .bd ul li .img {
  display: block;
}

.jjfa2 .bd ul li:hover .wz .jt {
  display: block;
}

/**/
.news-bg {
  background: url(../images/bj2.jpg) no-repeat top center;
  height: 780px;
  overflow: hidden;
}

.news-bg .news-index {
  margin-top: 80px;
}

.news-bg .news-index .at {
  text-align: center;
  color: #e77818;
  font-size: 50px;
}

.news-bg .news-index .nsort {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

.news-bg .news-index .nsort li {
  margin: 0 15px;
  width: 182px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #043053;
}

.news-bg .news-index .nsort li h3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}

.news-bg .news-index .nsort li h3 a {
  display: block;
  color: #333333;
}

.news-bg .news-index .nsort li:hover {
  background: #043053;
}

.news-bg .news-index .nsort li:hover h3 a {
  color: #fff;
}

.news-bg .news-index .news-con {
  margin-top: 40px;
}

.news-bg .news-index .news-con .news-left {
  width: 796px;
}

.news-bg .news-index .news-con .news-left .nlist1 li {
  width: 795px;
  height: 132px;
  border-radius: 10px;
  margin-bottom: 19px;
  padding-left: 55px;
  padding-top: 26px;
  box-sizing: border-box;
  background: #f7f7f7;
}

.news-bg .news-index .news-con .news-left .nlist1 li .wz1 {
  color: #333333;
  font-size: 16px;
  line-height: 36px;
}

.news-bg .news-index .news-con .news-left .nlist1 li .wz2 {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

.news-bg .news-index .news-con .news-left .nlist1 li:hover {
  background: url(../images/tt5.png) no-repeat left center #f7f7f7;
}

.news-bg .news-index .news-con .news-right {
  width: 360px;
  height: 430px;
  position: relative;
}

.news-bg .news-index .news-con .news-right .nimg {
  width: 360px;
  height: 430px;
  overflow: hidden;
}

.news-bg .news-index .news-con .news-right .nimg img {
  width: 360px;
  height: 430px;
  transition: 0.5s;
}

.news-bg .news-index .news-con .news-right .nimg:hover img {
  transform: scale(1.2, 1.2);
}

.news-bg .news-index .news-con .news-right .nmore {
  width: 130px;
  height: 40px;
  border-radius: 4px;
  position: absolute;
  background: #e77818;
  right: 0;
  bottom: -5px;
}

.news-bg .news-index .news-con .news-right .nmore a {
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

/**/
.foot-bg {
  background: #043053;
  padding-top: 80px;
  padding-bottom: 30px;
}

.foot-bg .foot-index {
  margin-bottom: 30px;
}

.foot-bg .foot-index .foot1 {
  width: 762px;
  padding-top: 45px;
  color: #fff;
  font-size: 18px;
}

.foot-bg .foot-index .foot1 .fdao {
  margin-bottom: 15px;
}

.foot-bg .foot-index .foot1 .fdao a {
  background: url(../images/tt6.png) no-repeat right center;
  padding-right: 10px;
  margin-right: 10px;
}

.foot-bg .foot-index .foot1 .fdao a:hover {
  font-size: 20px;
}

.foot-bg .foot-index .foot1 .fdao a:last-child {
  background: none;
}

.foot-bg .foot-index .foot1 a {
  color: #fff;
}

.foot-bg .foot-index .foot2 {
  width: 328px;
  padding-top: 45px;
}

.foot-bg .foot-index .foot2 p {
  color: #fff;
  font-size: 16px;
}

.foot-bg .foot-index .foot3 {
  text-align: center;
  color: #fff;
}

.foot-bg .foot-index .foot3 p {
  font-size: 18px;
  line-height: 40px;
}

.foot-bg .foot-index .foot3 img {
  transition: 0.5s;
}

.foot-bg .foot-index .foot3 img:hover {
  transform: scale(1.1, 1.1);
}

.foot-bg .link {
  color: #fff;
  font-size: 14px;
}

.foot-bg .link a {
  color: #fff;
}

.cop-bg {
  background: #001e36;
  padding: 16px 0;
  color: #fff;
  font-size: 16px;
  line-height: 43px;
}

.cop-bg a {
  color: #fff;
}

.cop-bg .cop1 {
  width: 827px;
}

.cop-bg .cop2 {
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gotop {
  color: #FFFFFF;
  cursor: pointer;
}

.gotop .ico {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 43px;
  height: 43px;
  background: url(../images/gotop.png);
  background-size: cover;
  margin-left: 18px;
}

.gotop:hover {
  opacity: .8;
}
