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

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

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


.page-banner{
    padding-top: 100px;
}




/*head*/
.head-bg {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.head-bg.scroll {
  position: fixed;
}

.head-bg .head-index {
  align-items: center;
}

.head-bg .head-index .logo {
  width: 220px;
}

.head-bg .head-index .headr {
  width: 1100px;
  align-items: center;
}

.head-bg.scroll .logo img {
  max-width: 80%;
}

.head-bg.scroll .x-menu > li > a {
  height: 80px;
  line-height: 80px;
  font-size: 16px;
}

/* 导航样式 */
.x-menu {
  width: 970px;
}

.x-menu > li:before {
  content: '';
  position: absolute;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0%;
  height: 4px;
  background: #031567;
  transition: all 0.3s ease 0s;
}

.x-menu > li:hover:before {
  width: 99%;
}

.x-menu > li {
  float: left;
  position: relative;
  width: 14.28%;
}

.x-menu > li > a {
  display: block;
  font-size: 18px;
  color: #231815;
  height: 100px;
  text-align: center;
  line-height: 100px;
}

.x-menu > li > a:hover {
  color: #031567;
}

.x-menu > li:hover .x-sub-menu {
  left: 50%;
  top: 100%;
  transform: scale(1) translateX(-50%);
}

.x-sub-menu {
  position: absolute;
  width: 300%;
  background: #fff;
  left: -150%;
  z-index: 10;
  box-sizing: border-box;
  top: 100%;
  transition: all 0.3s ease 0s;
  background: rgba(255, 255, 255, 0.9);
  transform: scale(0) translateX(-50%);
}

.x-sub-menu > li {
  border-bottom: 1px solid #dedede;
  position: relative;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 2;
  padding: .5em;
}

.x-sub-menu > li::before {
  content: '';
  width: 2px;
  height: 0;
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  background: #031567;
  transition: all 0.3s ease 0s;
}

.x-menu > li .x-sub-menu > li:hover:before {
  height: 16px;
}

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

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  display: none;
}

.tsou {
  width: 115px;
  height: 28px;
  border-radius: 14px;
  background: #f4f4f4;
  padding: 0 12px;
}

.tsou #formsearch,
.tsou #formsearch * {
  box-sizing: border-box;
}

.tsou #formsearch input {
  height: 28px;
  background: #fff;
  border: none;
  line-height: 28px;
}

.tsou #formsearch input#keyword {
  height: 28px;
  line-height: 28px;
  color: #095497;
  background: transparent;
  font-size: 14px;
  float: left;
  width: 70px;
  outline: none;
}

.tsou #formsearch input#s_btn {
  width: 20px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: url(../images/sou.png) no-repeat left center;
  color: #fff;
  border: none;
  cursor: pointer;
  float: left;
}

.tsou ::placeholder {
  color: #095497;
}

/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

@media (max-width: 1025px) {
  .x-banner {
    height: auto;
  }
}

.x-banner .owl-carousel .active img {
  animation: myfirst 2s linear 1;
}

@keyframes myfirst {
  0% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}

.x-banner .owl-carousel .banner-item a {
  display: block;
  position: relative;
}

.x-banner .owl-carousel .zi {
  color: #fff;
  font-size: 2.5vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 38vw;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 1380px) {
  .x-banner .owl-carousel .zi {
    bottom: 30vw;
  }
}

@media (max-width: 780px) {
  .x-banner .owl-carousel .zi {
    bottom: 37vw;
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .x-banner .owl-carousel .zi {
    font-size: 18px;
  }
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #2b7db2;
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .5em;
  outline: none;
  background: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  opacity: .2;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  opacity: .5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}

/*product*/
.pro-bg {
  background: #f1f5f8;
  height: 1610px;
  overflow: hidden;
  padding-top: 65px;
}

.ptitle {
  text-align: center;
}

.ptitle h3 {
  font-weight: 600;
  color: #000000;
  font-size: 48px;
}

.ptitle h4 {
  color: #282121;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
}

.a1_b1 {
  margin-top: 30px;
}

.a1_b1 li {
  border-bottom: 1px solid transparent;
  padding: 10px 0;
}

.a1_b1 li a span {
  background: url(../images/tt1.png) no-repeat center center;
  width: 44px;
  height: 44px;
  color: #282121;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  font-weight: 600;
}

.a1_b1 li a b {
  color: #282121;
  font-weight: normal;
  font-size: 26px;
  margin-left: 15px;
}

.a1_b1 li.on {
  border-bottom: 1px solid #095497;
}

.a1_b1 li.on a span {
  color: #095497;
  background: url(../images/tt2.png) no-repeat center center;
}

.a1_b1 li.on a b {
  color: #095497;
}

.a1_b2 {
  margin-top: 55px;
}

.a1_b2 li .img1 img {
  width: 311px;
  height: 406px;
  border-radius: 20px;
}

.a1_b2 li .wz .wza {
  color: #282121;
  font-size: 22px;
  border-bottom: 1px solid #dddfe2;
  padding: 10px 0;
}

.a1_b2 li .wz .wzb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.a1_b2 li .wz .wzb span {
  color: #282121;
  font-size: 16px;
}

.a1_b2 li .wz .wzb b {
  background: url(../images/tt3.png) no-repeat top center;
  width: 25px;
  height: 21px;
}

.a1_b2 li:hover .wz .wza {
  color: #095497;
}

.a1_b2 li:hover .wz .wzb span {
  color: #095497;
}

.pmore {
  justify-content: center;
  margin-top: 50px;
}

.pmore a {
  width: 214px;
  height: 56px;
  border: 2px solid #095497;
  margin: 0 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 52px;
  font-size: 22px;
  color: #095497;
  transition: 0.5s;
}

.pmore a span {
  background: url(../images/tt3.png) no-repeat center center;
  width: 25px;
  height: 21px;
  display: block;
  margin-left: 10px;
}

.pmore a.m2 {
  background: #095497;
  color: #fff;
}

.pmore a.m2 span {
  background: url(../images/tt4.png) no-repeat center center;
}

.pmore a:hover {
  background: #095497;
  color: #fff;
}

.pmore a:hover span {
  background: url(../images/tt4.png) no-repeat center center;
}

.pmore a:hover.m2 {
  background: none;
  color: #095497;
}

.pmore a:hover.m2 span {
  background: url(../images/tt3.png) no-repeat center center;
}

/**/
.sv-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 115px;
  background-size: cover;
  background-attachment: fixed;
}

.sv-bg .sv-index .svtitle h3 {
  color: #fff;
}

.sv-bg .sv-index .svtitle h4 {
  color: #fff;
}

.sv-bg .sv-index .svlist {
  margin-top: 90px;
}

.sv-bg .sv-index .svlist li .img1 {
  width: 168px;
  height: 168px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sv-bg .sv-index .svlist li .img1 img {
  text-align: center;
  line-height: 168px;
}

.sv-bg .sv-index .svlist li .wz .wza {
  text-align: center;
  color: #ffffff;
  font-size: 33px;
  margin: 10px 0;
}

.sv-bg .sv-index .svlist li .wz .wzb {
  color: #fff;
  font-size: 17px;
}

.sv-bg .sv-index .svlist li:hover .img1 img {
  animation: msClock2 1.4s linear infinite;
}

@keyframes msClock2 {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1);
  }
}

/*about*/
.ab-index {
  margin-top: 150px;
  margin-bottom: 108px;
  position: relative;
}

.ab-index::before {
  content: '';
  position: absolute;
  right: -93px;
  top: -77px;
  background: url(../images/tt5.png) no-repeat top center;
  width: 266px;
  height: 266px;
  z-index: 0;
}

.ab-index .abl {
  width: 658px;
}

.ab-index .abl h3 {
  color: #000000;
  font-size: 40px;
  margin-bottom: 25px;
}

.ab-index .abl .aw p {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.ab-index .abl .amore {
  margin-top: 65px;
  width: 214px;
  height: 56px;
}

.ab-index .abl .amore a {
  background: #095497;
  color: #ffffff;
  font-size: 23px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 56px;
  transition: 0.5s;
  border: 2px solid transparent;
}

.ab-index .abl .amore a span {
  background: url(../images/tt4.png) no-repeat center center;
  width: 25px;
  height: 21px;
  display: block;
  margin-left: 10px;
}

.ab-index .abl .amore:hover a {
  border: 2px solid #095497;
  background: none;
  color: #095497;
}

.ab-index .abl .amore:hover a span {
  background: url(../images/tt3.png) no-repeat center center;
}

.ab-index .abr {
  width: 661px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.ab-index .abr > img {
  width: 661px;
  height: 449px;
  border-radius: 20px;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  position: relative;
}

.ab-index .abr a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ab-index .abr:hover > img {
  border-radius: 20px;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

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

.num-index{
    width: 1200px;
    margin: 0 auto;
}

.num-bg .num-index ul li {
  background: url(../images/tt6.png) no-repeat right center;
  padding: 0 98px;
}

.num-bg .num-index ul li:nth-of-type(1) {
  padding-left: 0;
}

.num-bg .num-index ul li:last-child {
  background: none;
  padding-right: 0;
}

.num-bg .num-index ul li .num1 b {
  color: #095497;
  font-size: 95px;
  font-family: "Impact";
}

.num-bg .num-index ul li .num1 span {
  color: #095497;
  font-size: 20px;
  position: absolute;
}

.num-bg .num-index ul li .x {
  width: 21px;
  height: 3px;
  background: #b9b9b9;
  margin: 0 auto;
}

.num-bg .num-index ul li .num2 {
  color: #000000;
  font-size: 20px;
  text-align: center;
  margin-top: 18px;
}

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

.case-index .case-roll {
  margin-top: 50px;
}

.case-index .case-roll .bd ul li {
  width: 452px !important;
  height: 363px;
  border: 1px solid #eeeeee;
  background: #f1f5f8;
  margin: 0 15px;
  padding: 17px;
}

.case-index .case-roll .bd ul li .img1 img {
  width: 412px;
  height: 275px;
}

.case-index .case-roll .bd ul li .wz {
  text-align: center;
  color: #333333;
  font-size: 18px;
  padding-top: 20px;
}

.case-index .case-roll .bd ul li:hover {
  background: #095497;
}

.case-index .case-roll .bd ul li:hover .wz {
  color: #fff;
}

.case-index .case-roll .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.case-index .case-roll .hd a {
  display: block;
}

.case-index .case-roll .hd .next {
  width: 78px;
  height: 52px;
  border: 2px solid #095497;
  background: url(../images/l11h.png) no-repeat center center;
}

.case-index .case-roll .hd .next:hover {
  background: #095497 url(../images/l11.png) no-repeat center center;
}

.case-index .case-roll .hd .prev {
  width: 78px;
  height: 52px;
  border: 2px solid transparent;
  background: #095497 url(../images/r11.png) no-repeat center center;
}

.case-index .case-roll .hd .prev:hover {
  border: 2px solid #095497;
  background: url(../images/r11h.png) no-repeat center center;
}

/*news*/
.news-bg {
  background: #f1f5f8;
  height: 756px;
  overflow: hidden;
  margin-top: 75px;
  padding-top: 70px;
}

.news-bg .news-index .news11 {
  align-items: center;
}

.news-bg .news-index .news11 .ntitle {
  text-align: left;
}

.news-bg .news-index .news11 .nmore a {
  color: #095497;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-bg .news-index .news11 .nmore a span {
  background: url(../images/tt7.png) no-repeat center center;
  width: 29px;
  height: 25px;
  margin-left: 15px;
}

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

.news-bg .news-con .newsl {
  width: 700px;
  position: relative;
}

.news-bg .news-con .newsl ul li {
  position: relative;
}

.news-bg .news-con .newsl ul li .img1 img {
  width: 700px;
  height: 467px;
}

.news-bg .news-con .newsl ul li .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bj3.png) no-repeat bottom center;
  height: 162px;
  padding: 0 30px;
  padding-top: 102px;
  color: #ffffff;
  font-size: 19px;
}

.news-bg .news-con .newsl .hd {
  position: absolute;
  right: 0;
  bottom: 38px;
  z-index: 99;
  width: 140px;
}

.news-bg .news-con .newsl .hd ul {
  display: flex;
  align-items: center;
}

.news-bg .news-con .newsl .hd ul li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  font-size: 0;
  margin: 0 6px;
}

.news-bg .news-con .newsl .hd ul li.on {
  background: white;
}

.news-bg .news-con .newsr {
  width: 655px;
}

.news-bg .news-con .newsr .picMarquee-top {
  overflow: hidden;
  height: 467px;
}

.news-bg .news-con .newsr .nlist11 li {
  background: #f9f9f9;
  margin-bottom: 30px;
  padding: 20px 0;
  height: 112px !important;
}

.news-bg .news-con .newsr .nlist11 li:last-child {
  margin-bottom: 0;
}

.news-bg .news-con .newsr .nlist11 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-bg .news-con .newsr .nlist11 li a .date {
  width: 102px;
  height: 68px;
  border-right: 1px solid rgba(59, 59, 59, 0.1);
  text-align: center;
}

.news-bg .news-con .newsr .nlist11 li a .date .d1 {
  color: #444444;
  font-size: 41px;
  font-weight: 600;
  font-family: "Arial";
  line-height: 1;
}

.news-bg .news-con .newsr .nlist11 li a .date .d2 {
  color: #666666;
  font-size: 15px;
  font-family: "Arial";
}

.news-bg .news-con .newsr .nlist11 li a .wz {
  width: 530px;
}

.news-bg .news-con .newsr .nlist11 li a .wz .wza {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}

.news-bg .news-con .newsr .nlist11 li a .wz .wzb {
  color: #666666;
  font-size: 16px;
  margin-top: 10px;
}

.news-bg .news-con .newsr .nlist11 li:hover {
  background: #095497;
}

.news-bg .news-con .newsr .nlist11 li:hover .date {
  border-right: 1px solid rgba(197, 215, 231, 0.2);
}

.news-bg .news-con .newsr .nlist11 li:hover .date .d1 {
  color: #fff;
}

.news-bg .news-con .newsr .nlist11 li:hover .date .d2 {
  color: #fff;
}

.news-bg .news-con .newsr .nlist11 li:hover .wz .wza {
  color: #fff;
}

.news-bg .news-con .newsr .nlist11 li:hover .wz .wzb {
  color: #fff;
}

/*foot*/
.foot-bg {
  background: url(../images/foot.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 65px;
}

.foot-bg .ft {
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}

.foot-bg .foot-index .footl {
  width: 445px;
}

.foot-bg .foot-index .footr {
  width: 840px;
}

.foot-bg .foot-index .footr .footr11 {
  width: 250px;
}

.foot-bg .foot-index .footr .footr11 ul li {
  margin-bottom: 15px;
}

.foot-bg .foot-index .footr .footr11 ul li a {
  display: block;
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-left: 18px;
}

.foot-bg .foot-index .footr .footr11 ul li a::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.foot-bg .foot-index .footr .footr11 ul li:last-child {
  margin-bottom: 0;
}

.foot-bg .foot-index .footr .flx .fct p {
  color: #fff;
  font-size: 20px;
  padding-left: 35px;
  margin-bottom: 15px;
}

.foot-bg .foot-index .footr .flx .fct p:nth-of-type(1) {
  background: url(../images/pp1.png) no-repeat left center;
}

.foot-bg .foot-index .footr .flx .fct p:nth-of-type(2) {
  background: url(../images/pp2.png) no-repeat left center;
}

.foot-bg .foot-index .footr .flx .fct p:nth-of-type(3) {
  background: url(../images/pp3.png) no-repeat left 15%;
}

.fsh {
  margin-top: 80px;
  justify-content: flex-end;
}

.f-share .social-share .social-share-icon {
  width: 58px;
  height: 58px;
  border: 1px solid #9a9898;
  border-radius: 0;
  margin: 0 10px 0 0;
}

.f-share .social-share .social-share-icon:before {
  display: none;
}

.f-share .social-share .icon-wechat {
  background: url(../images/h1.png) no-repeat center;
}

.dy {
  width: 58px;
  height: 58px;
  border: 1px solid #9a9898;
  border-radius: 0;
  background: url(../images/h2.png) no-repeat center;
  position: relative;
}

.dyh {
  position: absolute;
  top: -100px;
  right: 0;
  display: none;
}

.dyh img {
  max-width: 100px;
  width: 100%;
}

.dy:hover .dyh {
  display: block;
}

.cop-index {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 30px;
  color: #f8f7f7;
  text-align: center;
  padding: 15px 0;
}

.cop-index a {
  color: #f8f7f7;
}

.page-wrap-left {
  display: none;
}
