body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: "微软雅黑";
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

label {
  max-width: inherit
}

tr,
td,
dd,
dl,
dt {
  margin: 0;
  padding: 0
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none
}

input {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*滚动条*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: transparent;
  /*蓝色*/
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: #0070c0;
  /*黄色*/
  border-radius: 10px;
}

::-webkit-scrollbar-corner {
  background: transparent;
  /*蓝色*/
}

/*滚动条 end*/
/*搜索弹框*/
.search_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #e5e5e5;
  padding: 0 80px;
  display: none;
  box-sizing: border-box;
}

.search_headeri {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  height: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.search_headeri form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%
}

.search_headeri .inp {
  width: calc(100% - 210px);
  position: relative;
}

.search_headeri .inp img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px
}

.search_headeri .inp input {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  background: transparent;
  padding-left: 30px;
  font-size: 16px;
  color: #333;
}

.search_headeri .inp input::placeholder {
  color: #ccc;
}

.search_headeri .close {
  width: 30px;
  height: 30px;
  background: #333333;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: 45px;
}

.search_headeri .close::before,
.search_headeri .close::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.search_headeri .close::after {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.search_headeri .btn {
  background: #000000;
  border-radius: 5px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-left: 45px;
  display: block;
  border: none;
}

/*搜索弹框结束*/

.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;

  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.paddingAll {
  padding: 0 15px;
}

.header h1 img {
  margin: 10px 0;
  width: 40px;
}

.search {
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin: 0 30px;
  cursor: pointer;
  background-size: 22px
}

.search,
.nav {
  display: none;
}

.nav>ul>li.active>a,
.nav a:active,
.nav>ul>li>a:hover {
  color: #0070c0
}

.nav li {
  float: left;
  display: block;
  position: relative;
}

.nav li a {
  margin: 0px 15px;
  display: block;
  position: relative;
  font-size: 20px;
}

.nav>ul>li>a {
  margin: 35.5px 20px
}

.nav a.hov {
  color: #0070c0;
  position: relative;
  z-index: 10;
}

.nav .subnav {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 70px;
  background-color: #fff;
  width: 100%;
  display: none;
}

.nav .subnav li {
  float: none;
}

.nav .subnav li a {
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  height: 39px;
  line-height: 39px;
}

.nav .subnav li a:hover {
  color: #0070c0;
}

/*moblie*/
.black {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 900;
}

.black.menuOpen {
  display: block;
}

.menuBtn {
  transition: 400ms 300ms;
  width: 30px;
  height: 52px;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 20px;
}

.menuBtn .line {
  transition: 300ms;
  width: 30px;
  height: 4px;
  background: #0070c0;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}

.menuBtn .line1 {
  top: 14px;
}

.menuBtn .line2 {
  top: 24px;
  transition: 300ms 100ms;
}

.menuBtn .line3 {
  top: 34px;
}

.menuBtnShow {
  transition: 400ms 300ms;
  background-color: #174F90;
}

.menuBtnShow .line {
  background-color: #fff;
}

.menuBox {
  z-index: 9999;
  background: #fff;
  position: fixed;
  right: -100%;
  top: 0px;
  width: 340px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 400ms;
  -webkit-overflow-scrolling: touch;
}

.menuBoxShow {
  right: 0px;
}

.navMobile dd {
  display: block;
  width: 100%;
}

.navMobile dd p a {
  text-transform: uppercase;
  font-size: 16px;
  background: url(../images/m_ico1.png) no-repeat scroll 95% center;
}

.navMobile dd a {
  display: block;
  padding: 10px 34px 10px 18px;
  line-height: 1.4;
  font-size: 14px;
  color: #8d8d8d;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.navMobile dd a:hover,
.navMobile dd p a.cur {
  background: none #0070c0;
  color: #fff;
}

.navMobile dd a.cur {
  background: url(../images/m_ico2.png) no-repeat scroll 95% center #80abde;
}

.navMobile dd.dlin1 p a.cur {
  background: none #0070c0;
}

.navMobile dd .msubnav {
  background-color: #fff;
  display: none;
}

.navMobile dd .msubnav a {
  color: #8d8d8d;
  position: relative;
  padding-left: 36px;
  background: url(../images/l.png) no-repeat scroll 18px center #e6e6e6;
}

.searchMbox {
  background-color: #0070c0;
  padding: 20px 34px 20px 18px;
}

.searchM-txt {
  box-sizing: border-box;
  height: 36px;
  line-height: 100%;
  border: 0px none;
  margin: 0px auto;
  width: 100%;
  padding: 0px 40px;
  color: #fff;
  background: url(../images/search.png) no-repeat scroll 15px center #248bd5;
  background-size: 25px;
}

.banner .mySwiper .swiper-slide {
  height: 350px;
  position: relative;
  overflow: hidden;
}

.banner .mySwiper .swiper-slide .items {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.swiperBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.swiperBox .titleBox {
  display: flex;
  align-items: center;
}



.productSwiperBox .titleBox .titleBoxRight {
  width: 280px;
}

.swiperBox .titleBox .titleBoxRight {
  height: 74px;

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
}

.swiperBox .titleBox .titleBoxRight::after {
  content: "";
  position: absolute;
  left: 0;
  height: 74px;
  width: 3px;
  background-color: #fff;
  bottom: 0;
  top: 0;
  margin: auto;
}

.swiperBox h2 {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
}

.swiperBox p {
  font-size: 18px;
  color: #fff;

}

.swiperBox p:first-child {
  margin-top: -3px;
}

.banner {
  position: relative;

}

.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  margin: 15px 0 !important;
}

.banner .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.banner .swiper-pagination-bullet-active::after {
  border: 1px solid #fff;
}

.banner .swiper-pagination {
  height: 100%;
  width: 35px;
  right: 13px;
  left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.5)
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  color: rgba(255, 255, 255, 1)
}

.banner .swiper-slide.swiper-slide-active .scaleBg {
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}

.headerRight {
  display: flex;
  align-items: center;
  margin-top: 25px;
  position: relative;
}


.height100 {
  height: 72px;
}

.flexBox {

  align-items: center;
  justify-content: space-between;
}

@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.language {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.language i {
  background-image: url(../images/jiantou.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
}

.language .option {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 4px 0;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}

.language .option li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.language .option li:last-child {
  border: 0;
}

.language .option a {
  color: #fff;
  line-height: 35px;
  text-align: center;
  display: block;
}

.language .option a:hover {
  color: #0070c0;
}

.language:hover .option {
  opacity: 1;
  visibility: visible;
}

.mouse-animte {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 40px;
  height: 28px;
  background: url(../images/sb1.png) no-repeat center center;
  z-index: 3;
}

.mouse-animte a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.mouse-animte p {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
}

.mouse-animte a img {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 6px;
  opacity: 1;
  animation: aimte 1s cubic-bezier(0.45, 0.45, 0.45, 0.45) 0s infinite alternate;
  -webkit-animation: aimte 1s cubic-bezier(0.45, 0.45, 0.45, 0.45) 0s infinite alternate;
}

.mouse-animte i {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 33px;
  background-image: url(../images/32.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 8px;
  height: 4px;
  display: inline-block;
}

@keyframes aimte {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.325, 0.225, 0.335, 1.000);
  }

  20% {
    opacity: 0.5;
    top: 8px;
  }

  40% {
    opacity: 0.8;
    top: 10px;
  }

  60% {
    opacity: 1;
    top: 12px;
  }

  80% {
    opacity: 0.8;
    top: 14px;
  }

  to {
    opacity: 0.5;
    top: 16px;
  }
}

@-webkit-keyframes aimte {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.325, 0.225, 0.335, 1.000);
  }

  20% {
    opacity: 0.5;
    top: 8px;
  }

  40% {
    opacity: 1;
    top: 10px;
  }

  60% {
    opacity: 0.5;
    top: 12px;
  }

  80% {
    opacity: 1;
    top: 14px;
  }

  to {
    opacity: 0.5;
    top: 16px;
  }
}

.timg {
  margin-bottom: 30px;
}

.mapImg dl .line,
.timg .line {
  width: 40px;
  height: 3px;
  margin-bottom: 20px;
}

.timg h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.timg p {
  font-size: 14px;
  color: #cccccc;
  text-transform: uppercase;
}

.timgblack .line {
  background-color: #0070c0;
}

.mapImg dl .line,
.timgwhite .line {
  background-color: #fff;
}

.timgblack h4 {
  color: #333;
}

.timgwhite h4 {
  color: #fff;
}

.firstmargin {
  margin: 40px 0;
}

.fourpadding {
  padding: 40px 0;
}

.first .firstLeft {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 5px;
}

.productIntroBox .swiper-slide img,
.responsibilityRight .sbox img,
.contactLeft img,
.first .firstLeft img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.productIntroBox .swiper-slide-active:hover img,
.responsibilityRight .sbox:hover img,
.first .firstLeft:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* .productIntroBox .swiper1{
  padding: 0 270px;
} */
.first .firstRight {
  width: 100%;
  flex-shrink: 0;
  margin-top: 20px;
}

.firstRightBox p {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  margin-bottom: 40px;
  text-align: justify;
}

.firstRightBox p:last-child {
  margin-bottom: 0;
}

.twoBoxRight .sbox a,
.firstRightBox a {
  color: #0070c0;
  font-size: 14px;
}

.twoBoxRight .sbox a:hover,
.firstRightBox a:hover {
  text-decoration: underline;
}

/* 首页新闻 */
.four {
  position: relative;
}

.four::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-color: #0070c0;
  z-index: -1;
}

.four .con1_bottom {
  margin-top: 40px;
}

.four .con1_bottom ul li {
  width: 50%;
  flex-shrink: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: auto;
  position: relative;
  cursor: pointer;
}

.four .con1_bottom ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 112, 172, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

.four .con1_bottom ul li .padding {
  margin: 20px;
  z-index: 6;
  position: relative;
}


.four .con1_bottom ul li span {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  display: block;
}

.contactRight .line,
.newsTitle .line,
.four .con1_bottom ul li .line {
  width: 30px;
  height: 2px;
  background-color: #0070c0;
  margin-bottom: 10px;
}

.four .con1_bottom ul li p {
  font-size: 15px;
  color: #333;
  line-height: 28px;
  margin-bottom: 20px;
  height: 55px;
  overflow: hidden;

}

.newsTitle .line {
  margin-bottom: 20px;
}

.newsTitle span,
.four .con1_bottom ul li a {
  font-size: 14px;
  color: #666;
}

.newsTitle span {
  margin-bottom: 15px;
  display: block;
}

.four .boxall2box .sbox {
  display: none;
}

.four .con1_bottom ul li .imgBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

.four .con1_bottom ul li.act::after,
.four .con1_bottom ul li:hover::after {
  opacity: 1;
  visibility: visible;
}

.four .con1_bottom ul li.act,
.four .con1_bottom ul li:hover {
  background-color: transparent;
}

.four .con1_bottom ul li.act .imgBox,
.four .con1_bottom ul li:hover .imgBox {
  opacity: 1;
  visibility: visible;
}

.newsFirstBox:hover .newsFirstBoxRight .line,
.contact:hover .contactRight .line,
.four .con1_bottom ul li.act .line,
.four .con1_bottom ul li:hover .line {
  background-color: #fff;
}

.contact:hover .contactRight p,
.contact:hover .contactRight h2,
.four .con1_bottom ul li.act a,
.four .con1_bottom ul li.act span,
.four .con1_bottom ul li.act p,
.four .con1_bottom ul li:hover a,
.four .con1_bottom ul li:hover span,
.four .con1_bottom ul li:hover p {
  color: #fff;
}

.four .con1_bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsTitle p {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.footer {
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}

.footer .flexBox {
  align-items: flex-start;
}

.footer .footerLeft {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}

.footer .footerLeft>img {
  width: 100px;
  height: 133px;
  margin-bottom: 60px;
}

.footer .footerLeft .footerLeftBottom {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.footer .footerLeft .footerLeftBottom img {
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.footer .footerLeft .footerLeftBottom span {
  font-size: 20px;
}

.footerRight p,
.footer .footerCenter dl a,
.footer .footerLeft p {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  line-height: 28px;
}

.footer .footerCenter {
  width: 54%;
  flex-shrink: 0;
  display: none;
}

.footer .footerCenter dl {
  width: 20%;
}

.footer .footerCenter dl dt {
  font-size: 20px;
  margin-bottom: 20px;
}

.footer .footerCenter dl a {
  display: block;
  line-height: 32px;
}

.pageImg a:hover,
.footer .footerCenter dl a:hover {
  color: #0070c0;
}

.footerRight {
  width: 116px;
  text-align: center;
}

.footerRight img {
  width: 116px;
  height: 116px;
}

.sbanner {
  height: 300px;
  display: flex;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.sbanner .tit-20 {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.sbanner .tit-48 {
  font-size: 16px;
  color: #fff;
}

.contactRight h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.contactRight .contactRightText p span {
  font-weight: bold;
}

.contactRight .contactRightText p {
  font-size: 15px;
  color: #666;
  font-weight: 300;
  line-height: 30px;
}

.contact .contactLeft {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 5px;
}

.contact .contactRight {
  width: 100%;
  flex-shrink: 0;
  margin-top: 20px;
}

.contact {
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.contact:hover {
  background-color: #0070c0;

}

.newsdd {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  margin-bottom: 20px;
}

.map {
  position: relative;

}

.mapIMG {
  height: 300px;
  background-image: url(../images/mapo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mapBox {

  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;

}

.mapBox .paddingAll {
  height: 100%;
}

.mapImg {
  background-color: #0070c0;
  opacity: 0.8;
  height: 100%;

  padding: 10px 20px;
  box-sizing: border-box;
  pointer-events: all;
}

.mapImg dl {
  margin: 20px 0;
}

.mapImg dl p {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
}

/* .responsibility {
  margin: 160px 0;
} */

.responsibilityLeft {
  width: 100%;
  flex-shrink: 0;
}

.responsibilityRight {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.responsibilityLeft .con1_bottom ul {
  display: flex;
  flex-wrap: wrap;
}

.responsibilityLeft .con1_bottom ul li {
  height: 53px;
  line-height: 53px;
  text-align: center;
  cursor: pointer;
  margin: 16px 0;
  display: flex;
  align-items: center;
  width: 50%;
}

.responsibilityLeft .con1_bottom ul li i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/21.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  margin-right: 30px;
  margin-left: 20px;
}

.responsibilityLeft .con1_bottom ul li span {
  font-size: 16px;
  color: #333;
}

.responsibilityLeft .con1_bottom ul li.act {
  background-color: #0070c0;

}

.responsibilityLeft .con1_bottom ul li.act i {
  background-image: url(../images/22.png);
}

.responsibilityLeft .con1_bottom ul li.act span {
  color: #fff;
}

.responsibilityRight .sbox {
  display: none;
}

.sboxbOX {
  background: linear-gradient(to bottom, transparent, #0070c0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

.productIntroBox .sboxbOX {
  padding: 20px 30px;
}

.responsibilityRight .sboxbOX {
  padding: 15px;
}

.sboxbOX h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.productIntroBox .sboxbOX h2 {
  margin-bottom: 10px;
}

.productIntroBox .sboxbOX p {
  height: 74px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.sboxbOX p {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  text-align: justify;
}

.responsibility:nth-of-type(even) .timg {
  margin-left: 20px;
}

.responsibility:nth-of-type(odd) .responsibilityLeft .con1_bottom ul li.act {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.responsibility:nth-of-type(even) .responsibilityLeft .con1_bottom ul li.act {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.productSwiperBox .swiperYh {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  width: 100%;
  letter-spacing: 0px;
  margin-top: 20px;
}

.productIntroBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}



.newsDetailRight dl:hover span,
.newsDetailRight dl:hover h3,
.newsFirstBox:hover .newsFirstBoxRight .more,
.newsFirstBox:hover .firstRightBox p,
.newsFirstBox:hover .newsTitle span,
.newsFirstBox:hover .newsTitle p,
.tableInfoLeftBottom li:hover a,
.tableInfoLeftBottom li:hover span,
.tableInfoLeftBottom li:hover h3,
.productIntroBox .swiper-button-white {
  color: #fff;
}

.productIntroBox .swiper-button-next {
  right: 1%;
}

.productIntroBox .swiper-button-prev {
  left: 1%;
}

.productIntroBox .swiper-slide-active .imgtroImg {
  display: none !important;
}

.productIntroBox .sboxbOX {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.productIntroBox .swiper-slide-active .sboxbOX {
  opacity: 1 !important;
}

.productIntroBox .swiper-slide .imgtroImgLeft {
  left: 80px;
}

.productIntroBox .swiper-slide .imgtroImgRight {
  right: 80px;

}

.productIntroBox .swiper-slide .imgtroImg {
  display: block;
  position: absolute;
  bottom: 80px;
}

.imgtroImg i {
  width: 60px;
  height: 57px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/pp.png);
  display: block;
  margin: 0 auto 30px;
}

.imgtroImg p {
  font-size: 24px;
  color: #fff;
}

.width60 {
  width: 60%;
}

.width40 {
  width: 40%;
}

.width50 {
  width: 50%;

}

.width80 {
  width: 80%;
  padding: 20px;
  box-sizing: border-box;
}

.width20 {
  width: 20%;
  text-align: center;
}

.tableInfoLeftTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tableInfoLeftTopImg {
  background-color: #0070c0;
  height: 80px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.tableInfoLeftBottom li {
  background-color: #e5f0f9;
  border-bottom: 1px solid #b7d6ed;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tableInfoLeftBottom li:last-child {
  border-bottom: none;
}

.tableInfoLeftBottom li:hover {
  background-color: #4496d1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tableInfoLeftBottom h3 {
  font-size: 16px;
  color: #333;
}

.tableInfoLeftBottom span {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  display: inline-block;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tableInfoLeftBottom p a {
  color: #0070c0;
  font-size: 15px;
}

.tableInfoLeftBottom p a:hover {
  text-decoration: underline;
}

.tableInfoRightRight .tableInfoLeftBottomImg {
  background-color: #e5f0f9;
}

.tableInfoRightLeft .tableInfoLeftBottomImg {
  background-color: #cee3f3;
}

.tableInfoLeftBottomImg {
  height: 545px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flexBoxddd {
  display: flex;
  align-items: flex-start;
}

.tableInfoRightLeft .tableInfoLeftBottomImg li {
  padding-left: 28px;
}

.tableInfoLeftBottomImg li {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  margin: 20px 0;
  text-align: justify;
  position: relative;


}

.tableInfoRightLeft .tableInfoLeftBottomImg li::before {
  content: "";
  background-image: url(../images/20.png);
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 0;
}

.tip {
  font-size: 15px;
  color: #666666;
  margin-top: 40px;
}

.tip a {
  color: #0070c0;
  text-decoration: underline;
  font-weight: bold;
}

.mySwiperPdding .swiper-pagination-bullet {
  background: #0070c0;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  margin: 0 15px !important;
}

.mySwiperPdding .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.mySwiperPdding .swiper-pagination-bullet-active::after {
  border: 1px solid #0070c0;
}



.newsFirstBox {
  transition: all 0.3s eafse-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  padding: 20px 0;
}

.newsFirstBox .newsFirstBoxLeft {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
}

.newsFirstBox:hover img {
  transform: scale(1.1);


}

.newsFirstBox .newsFirstBoxLeft img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.newsFirstBox .newsFirstBoxRight {
  margin-top: 20px;
}

.newsFirstBox .newsFirstBoxRight .wisth,
.newsFirstBox .newsFirstBoxRight {
  width: 100%;
}


.newsFirstBox .newsFirstBoxRight .more {
  color: #0070c0;
  font-size: 14px;
  margin-top: 20px;
}

.newsFirstBox:hover {
  background-color: #0070c0;
}



.page_desc {
  margin: 50px auto;
  text-align: center;
  font-size: 14px;
}

.page_desc li {
  display: inline-block;
  margin: 0 5px;
}

.page_desc li>span,
.page_desc li a {
  padding: 8px 15px;
  display: inline-block;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  color: #333;
}

.page_desc li span.current,
.page_desc li a:hover {
  background: #0070c0;
  color: #fff;
  border: 1px solid #0070c0
}

.flexdoo {
  /* display: flex; */
  align-items: flex-start;
  justify-content: space-between;
}

.newsDetailLeft {
  width: 100%;
  flex-shrink: 0;
}

.newsDetailRight {
  width: 100%;
  flex-shrink: 0;
  background-color: #f8f8f8;
  padding: 30px 0;
  margin-bottom: 20px;
}

.newsDetailLeftTitle {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.newsDetailLeftTitle h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.newsDetailLeftTitle span {
  font-size: 16px;
  color: #666;
}

.newsDetailLeftContent p {
  font-size: 16px;
  line-height: 32px;
}

.newsDetailLeftContent p img {
  max-width: 100%;
}



.newsDetailRight h4 {
  font-size: 24px;
  margin: 0 20px 20px 20px;
}

.newsDetailRight dl {
  padding: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.newsDetailRight dl dt img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
}

.newsDetailRight dl dd h3 {
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  margin-bottom: 20px;
}

.newsDetailRight dl dd span {
  font-size: 16px;
  color: #666;
}

.newsDetailRight dl:hover {
  background-color: #0070c0;
}

.pageImg {
  background-color: #f8f8f8;
  padding: 10px;
  margin: 20px 0;
  display: flex;
}

.pageImg a {
  font-size: 14px;
  color: #999;
}

.pageImg img {
  width: 30px;
}

.smartAttireButton {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 20px;
  right: 0;
}

.smartsPoints {
  position: relative;
}

.smartAttireButton .btn {
  width: 35px;
  height: 35px;
  background-color: #f2f2f2;
  color: #a6a6a6;
  font-size: 31px;
  text-align: center;
  line-height: 28px;
  font-weight: 100;
  cursor: pointer;
  margin-right: 0px;
  margin-left: 5px;
  margin-bottom: 30px;
}

.smartAttireButton .btn:hover {
  background-color: #0462ae !important;
  color: #fff;
}

.mySwiperSame {
  padding: 0px;
}

.mySwiperSame .swiper-slide {
  cursor: pointer;
}

.mySwiperSame .swiper-slide:hover .swiperImg img {
  transform: scale(1.1);
}

.mySwiperSame .swiper-slide:hover .swiperText {
  color: #0070c0;
}

.mySwiperSame .swiperImg {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 210px;
  background: #f6f6f6;
  text-align: center;
  line-height: 210px;
}

.mySwiperSame .swiperImg img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}


.mySwiperSame .swiper-slide:hover .swiperImg {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mySwiperSame .swiperText {
  font-size: 18px;
  color: #333333;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-top: 25px;
}

.culture-display {
  /* display: flex; */
  justify-content: space-between;
}

.culture-right {
  position: relative;
  width: 100%;
}

.culture-left,
.culture-center {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  border-radius: 5px;

}


.culture-top {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 20px 0;
}

.culture-top-img {
  height: 100%;
  border-radius: 5px;
  padding-top: 300px;
}

.culture-top-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  left: 0;
  right: 0;
  object-fit: cover;
  top: 0;
  bottom: 0;
  transition: .3s;
  position: absolute;
}

.culture-top-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #0070c0);
  padding: 20px;
  box-sizing: border-box;
}

.culture-top-text .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 15px;
}

.culture-top-text .title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.culture-top-text p {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  opacity: 0;
  transition: all .6s;
  -webkit-transition: all .6s;
  visibility: hidden;
  height: 0;
}

.culture-left:hover .culture-top-text p,
.culture-top:hover .culture-top-text p {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.culture-top-img img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);

}

.develop {
  position: relative;
}

.develop::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  background-color: #0070c0;
  z-index: -1;
}

.develop .developBottom {
  border-bottom: 2px solid #0070c0;
  position: relative;
}

.develop .developBottom .swiper-slide {
  text-align: center;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}

.develop .developBottom .swiper-slide-thumb-active {
  color: #0070c0;
}

.develop .developBottom .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  left: 0;
  top: -18px;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #0070c0;
}

/* 首页 */
.three {
  position: relative;
  overflow: hidden;
}

.three .mySwiper .swiper-slide {
  background-repeat: no-repeat;
  height: 570px;
  background-size: cover;
  background-position: center;
}

/* .three .mySwiper .swiper-slide img {
  width: 100%
} */

.three .threeBoxTop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.three .threeBoxTop .threeBoxTopBox {
  width: 100%;
  background-color: rgba(0, 112, 172, 0.75);
  float: right;
  padding: 5%;
  box-sizing: border-box;
  height: 100%;
}

.threeBoxTop .mySwiper2 .swiper-slide h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.threeBoxTop .mySwiper2 .swiper-slide span {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}

.threeBoxTop .mySwiper2 .swiper-slide ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.threeBoxTop .mySwiper2 .swiper-slide ul li {
  text-align: center;
}

.threeBoxTop .mySwiper2 .swiper-slide ul li img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.threeBoxTop .mySwiper2 .swiper-slide ul li p {

  font-size: 15px;
  color: #fff;
}

.threeBoxTop .swiper-button-prev,
.threeBoxTop .swiper-button-next {
  color: #fff;
}

.threeBoxTop .swiper-button-next {
  right: 0;
  left: 65px;
}

.threeBoxTop .paddingAll {
  height: 100%;
  position: relative;
}

.swiperBtn {

  display: flex;
  margin-top: 30px;
}

.swiperBtn .swiperBtnBox {
  background-image: url(../images/icon-btn.png);
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 29px;
  cursor: pointer;
  margin-right: 35px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.swiperBtn .swiperBtnBox2 {
  transform: rotate(180deg);
}

.swiperBtn .swiperBtnBox:hover {
  background-image: url(../images/icon-btn1.png)
}

.threeBoxTopBox .swiper-pagination {
  position: relative;
  text-align: left;
  margin-top: 70px;
}

.threeBoxTopBox .swiper-pagination span {
  color: #fff;
  font-size: 16px;
}

.threeBoxTopBox .swiper-pagination .zongshu {
  color: #ccc;
}

.two {
  position: relative;

}

.two::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 177px;
  background-color: #0070c0;
  z-index: -1;
}

.twoBoxLeft ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  margin-right: 0px;
  width: 48%;
}

.twoBoxLeft ul li i {
  width: 35px;
  height: 2px;
  background-color: #cccccc;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.twoBoxLeft ul li span {
  font-size: 15px;
  color: #666;
}

.twoBoxLeft ul li.act span {
  color: #0070c0
}

.twoBoxLeft ul li.act i {
  width: 41px;
  background-color: #0070c0;
}

.twoBoxRight .sbox {
  opacity: 0;
  position: absolute;
  width: 100%;
}

.twoBox {
  /* display: flex; */
  align-items: flex-start;
  justify-content: space-between;
}

.two .twoBox .paddingAll {
  padding-right: 0;
}

.twoBox .twoBoxLeft {
  width: 100%;
  margin-top: 70px;
}

.twoBox .twoBoxLeft ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 95%;
  margin: auto;
}

.twoBox .twoBoxRight {
  width: 100%;
  margin: 0px auto;
  position: relative;
  height: 1100px;
}

.twoBox .twoBoxRight .sboxLeft {
  width: 94%;
  margin: 0px auto;
}

.twoBox .twoBoxRight .sboxRight {
  width: 94%;
  overflow: hidden;
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;

}

.twoBox .twoBoxRight .sboxLeft h4 {
  font-size: 20px;
  color: #0070c0;
  margin-bottom: 20px;
}

.twoBox .twoBoxRight .sboxLeft .firstRightBox {
  margin-bottom: 50px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

.twoBox .twoBoxRight .sbotghj {
  /* display: flex; */
  align-items: flex-start;
  justify-content: space-between;
}

.twoBox .twoBoxRight .sboxRight .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}

.twoBox .twoBoxRight .sboxRight .swiper-slide img {
  width: 100%;
}

.twoBox .twoBoxRight .sboxRight .swiper-slide-active {
  transform: scale(1);
}

.develop .developTop .developTopContent .moreBtn {
  text-align: center;
  color: #0070c0;
  margin-top: 40px;
}

.develop .developTop .developTopContent .moreBtn i {
  background-image: url(../images/icon-btn1.png);
  background-repeat: no-repeat;
  background-size: 15px;
  width: 7px;
  height: 12px;
  transform: rotate(270deg);
  display: inline-block;
  background-position: left;
  margin-left: 10px;
}

.develop .developTop {
  width: 100%;
  margin: auto;
  padding-top: 30px;
}

.develop .developTile {
  position: inherit;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 30px;
}

.develop .developTop .developTopBox h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.develop .developTop .developTopBox span {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.develop .developTop .developTopContent {
  padding: 20px;
}

.develop .developTop .developTopContent .ul {
  height: 270px;
  overflow-x: hidden;

  overflow-y: auto;
}

.develop .developTop .developTopContent .ul p {
  font-size: 15px;
  color: #666666;
  background-image: url(../images/20.png);
  background-repeat: no-repeat;
  background-position: 0 16px;
  background-size: 15px;
  text-align: left;
  padding-left: 30px;
  line-height: 30px;
  text-align: justify;
}

.develop .developTop .developTopBox {
  text-align: center;
  margin-bottom: 100px;
}

.developBottom .swiperBtnBox {
  background-image: url(../images/icon-btn1.png);
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 29px;
  cursor: pointer;
  margin-right: 35px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.developBottom .swiperBtnBox2 {
  transform: rotate(180deg);
}

.developBottom .developBottomFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.developBottom .mySwiper6 {
  width: 80%;
  padding: 30px 0;
}

.sidebar {
  position: fixed;
  right: 0;
  height: 50px;
  z-index: 44;
  top: 50%;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  margin-top: -50px;
}

.sidebar ul li {
  position: relative;
  padding: 10px;
}

.sidebar ul li:hover {
  background-color: #f5f5f5;
}

.sidebar ul li .tel {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;

}

.sidebar ul li:hover .tel {
  opacity: 1;
}

.sidebar ul li img {
  width: 30px;
  height: 30px;

}

.sidebar ul li .tel {
  position: absolute;
  right: 50px;
  top: 0;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #0070c0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}