* {
  margin: 0;
  padding: 0;
}

/* 方法1：CSS 媒体查询 */
html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* 默认（手机竖屏） */
}


body {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Open Sans", "PingFang SC", "Source Han Sans CN", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
  width: 100%;
  height: 100%;  
  overflow-x: hidden;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

li {
  list-style: none;
}

.clear {
  height: 0px;
  clear: both;
}

textarea {
  font-family: "Microsoft YaHei", "Arial", "微软雅黑", "黑体", "verdana", "宋体";
}

div {
  font-family: "Microsoft YaHei", "Arial", "微软雅黑", "黑体", "verdana", "宋体";
}

p {
  font-family: "Microsoft YaHei", "Arial", "微软雅黑", "黑体", "verdana", "宋体";
  font-size: clamp(12px, 1rem, 16px);
  /* 最小 12px，默认 1rem，最大 16px */
}

a {
  text-decoration: none;
  font-family: "Microsoft YaHei", "Arial", "微软雅黑", "黑体", "verdana", "宋体";
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

table {
  margin: auto;
}


/*导航*/
.yunu-header {
  padding: 10px 0;
}

.yunu-header .logo {
  float: left;
}

.yunu-header .logo img {
  display: block;
  height: 40px;
  width: auto;
  margin-top: 20px;
}

.yunu-header p.qiehuan {
  float: right;
  height: 40px;
  margin: 20px 10px 20px 0;
}

.yunu-header p.qiehuan a {
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #294974;
}

.yunu-header .menu {
  float: right;
  height: 40px;
  margin: 20px;
  margin-right: 10px;
}

.yunu-header .menu img {
  display: block;
  height: 100%;
  width: auto;
}

.yunu-header ul {
  font-size: 0;
}

.yunu-header li {
  display: inline-block;
  width: 33.333333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}

.yunu-header li:last-child {
  border-right: 0;
}

.yunu-header li a {
  display: block;
  font-size: 0.6rem;
  color: #666;
  text-align: center;
  line-height: 1;
}

.head_box {
  position: relative;
  z-index: 999;
}

.yunu-menu-box {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.yunu-menu-box li {
  border-bottom: 1px solid #e5e5e5;
}

.yunu-menu-box li a {
  height: 60px;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 10px;
  margin-right: 35px;
}

.yunu-menu-box li i {
  float: right;
  height: 25px;
  width: 25px;
  background: url(../img/arrt.png) no-repeat center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-top: 8px;
}

.yunu-menu-box li .sub {
  display: none;
}

.yunu-menu-box li .sub a {
  padding-left: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: 0;
}

.yunu-menu-box li.open i {
  background-image: url(../img/arrb.png);
}

.yunu-menu-box li.open .sub {
  display: block;
}

/*首页*/
div.navtitle {
  width: 100%;
  margin: auto;
}

div.navtitle p.navtitlet {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #0064B1;
}

div.navtitle p.navtitles {
  width: 100%;
  text-align: center;
  font-size: .5rem;
  font-family: "Arial";
  color: #696767;
  text-transform: uppercase;
}

div.navone {
  width: 620px;
  margin: auto;
  color: #666666;
  text-indent: 1rem;
}


div.navthree {
  width: 605px;
  margin: auto;
}

div.navfour {
  width: 620px;
  margin: auto;
  background: #ffffff;
  -webkit-box-shadow: rgba(6, 0, 1, 0.2) 0px 0px 18px;
  -moz-box-shadow: rgba(6, 0, 1, 0.2) 0px 0px 18px;
  box-shadow: rgba(6, 0, 1, 0.2) 0px 0px 18px;
  padding-bottom: 1rem;
}

div.navxinwen {
  width: 540px;
  margin: auto;
}

div.navxinwen div.navxinwenl dl dd {
  padding: .2rem;
  background: #f1f1f1;
}


div.navxinwen div.navxinwenr {
  width: 540px;
  height: 8.4rem;
  margin: auto;
  overflow: hidden;
}


/*底部*/
div.footer {
  width: 640px;
  background: url(../img/foot_logo.png) no-repeat;
  background-position: right 0.3rem;
}

div.footer div.footers {
  width: 600px;
  margin: auto;
}


div.footer div.footerx {
  width: 640px;
  background: #0064B1;
  margin: auto;
  text-align: center;
}

div.footer div.footerx p {
  line-height: 44px;
}
.footerLeft p {
  font-size: 16px;
  color: #fff !important;
  margin-bottom: .4rem;
}

.footerLeft p img {
  margin-right: 20px;
  width: .83rem;
}

.codeBox {
  display: flex;
  margin-top: 30px;
}

.codeBox p {
  width: 130px;
  color: #fff;
  text-align: center;
}

.codeBox p span {
  display: inline-block;
  margin-top: 20px;
}


/*配置*/
img.contentbann {
  width: 100%;
}

div.location {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

div.location a.location {
  font-size: .5rem;
  color: #000;
  width: 49%;
  background: #ccc;
  text-align: center;
  padding: .5rem 0;
  margin-bottom: .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.location a.locationxuan {
  background: #0173bc !important;
  color: #ffffff !important;
}

div.xinwennei {
  width: 620px;
  margin: auto;
}


/*关于我们*/
div.locationdang {
  width: 620px;
  margin: auto;
}

div.locationdang p.locationdangt {
  width: 620px;
  text-align: center;
  color: #04578c;
  font-size: .8rem;
  font-weight: bold;
}

div.locationdang p.locationdangs {
  width: 620px;
  text-align: center;
  color: #04578c;
  font-family: "Arial";
  text-transform: uppercase;
}

div.pagecontent {
  width: 620px;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
  color: #666666;
}

div.pagecontent img {
  max-width: 620px;
}

div.pagecontent p {
  line-height: 1rem;
  font-size: .5rem;
  color: #666666;
}

/*新闻资讯*/
div.xinwens {
  width: 620px;
  margin: auto;
}

div.xinwens div.xinwensl {
  width: 620px;
}

div.xinwens div.xinwensl img.xinwensl {
  width: 620px;
}

div.xinwens div.xinwensr {
  width: 620px;
}

div.xinwens div.xinwensr div.xinwensr1 {
  width: 620px;
  height: 50px;
  text-align: right;
  line-height: 50px;
  font-family: "Arial";
  font-size: 16px;
  color: #808080;
}

div.xinwens div.xinwensr div.xinwensr2 {
  width: 620px;
  overflow: hidden;
}

div.xinwens div.xinwensr div.xinwensr2 a.xinwensr2 {
  font-size: .7rem;
  font-weight: bold;
  color: #313131;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.xinwens div.xinwensr div.xinwensr3 {
  width: 620px;
  margin-top: 10px;
  line-height: 34px;
  font-size: 16px;
  color: #8e8e8e;
  text-indent: 2rem;
}

div.xinwens div.xinwensr div.xinwensr3 p {
  line-height: 34px;
  font-size: 16px;
  color: #8e8e8e;
  text-indent: 2rem;
}

div.xinwens div.xinwensr div.xinwensr4 {
  width: 620px;
  height: 60px;
  margin-top: 20px;
}

div.xinwens div.xinwensr div.xinwensr4 a.xinwensr4 {
  width: 155px;
  height: 60px;
  display: block;
  background: url(../img/news/news03.jpg) center center no-repeat;
}

div.xinwenx {
  width: 615px;
  margin: auto;
}

div.xinwenx div.xinwenxe {
  width: 615px;
  height: 163px;
}

div.xinwenx div.xinwenxe div.xinwenxes {
  width: 615px;
  height: 1rem;
  overflow: hidden;
  background: url(../img/news/news01.png) left center no-repeat;
}

div.xinwenx div.xinwenxe div.xinwenxes a.xinwenxes {
  display: inline-block;
  line-height: 1rem;
  padding-left: 31px;
  font-size: .5rem;
  height: 1rem;
  width: 100%;
  color: #404040;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.xinwenx div.xinwenxe div.xinwenxes a.xinwenxes:hover {
  font-weight: bold;
  color: #313131;
}

div.xinwenx div.xinwenxe div.xinwenxez {
  width: 615px;
  font-size: .5rem;
  overflow: hidden;
  color: #8e8e8e;
  font-family: "Arial";
}

div.xinwenx div.xinwenxe div.xinwenxex {
  width: 615px;
  height: 48px;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #8e8e8e;
}

div.xinwenx div.xinwenxe div.xinwenxex p {
  line-height: 24px;
  font-size: 16px;
  color: #8e8e8e;
}


/*人才招聘*/
div.zhaopinlist {
  width: 620px;
  margin: auto;
}

div.zhaopinlist div.zhaopinliste {
  width: 620px;
  height: 270px;
}

div.zhaopinlist div.zhaopinliste div.zhaopinlistel {
  width: 270px;
  height: 270px;
  float: left;
}

div.zhaopinlist div.zhaopinliste div.zhaopinlistel img.zhaopinlistel {
  width: 270px;
  height: 270px;
}

div.zhaopinlist div.zhaopinliste div.zhaopinlister {
  width: 320px;
  height: 270px;
  float: right;
}

div.zhaopinlist div.zhaopinliste div.zhaopinlister div.zhaopinlister1 {
  width: 320px;
  height: 68px;
  overflow: hidden;
}

div.zhaopinlist div.zhaopinliste div.zhaopinlister div.zhaopinlister1 a.zhaopinlister1 {
  line-height: 68px;
  font-size: 36px;
  font-weight: bold;
  color: #04578c;
}

div.zhaopinlist div.zhaopinliste div.zhaopinlister div.zhaopinlister2 {
  width: 320px;
  height: 38px;
  overflow: hidden;
  line-height: 38px;
  font-size: 16px;
  color: #818282;
}

div.zhaopinlist div.zhaopinliste div.zhaopinlister div.zhaopinlister3 {
  width: 320px;
  height: 50px;
  overflow: hidden;
}

div.zhaopinlist div.zhaopinliste div.zhaopinlister div.zhaopinlister3 a.zhaopinlister3 {
  width: 126px;
  height: 48px;
  display: block;
  float: left;
  margin-right: 9px;
  border: 1px solid #c9c9c9;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  color: #818282;
}




div.xinwenz {
  width: 100%;
  height: 68px;
}

div.xinwenz div.xinwenzn {
  width: 1280px;
  height: 68px;
  margin: auto;
}

div.xinwenz div.xinwenzn p.xinwenznt {
  height: 47px;
  line-height: 47px;
  font-size: 36px;
  font-weight: bold;
  color: #04578c;
}

div.xinwenz div.xinwenzn p.xinwenzns {
  height: 21px;
  line-height: 21px;
  color: #04578c;
  font-family: "Arial";
  text-transform: uppercase;
}


/* .contentbann{
    height: 250px;
  } */
.contentbann img {
  width: 100%;
  height: 100%;
}

.footer_box {
  background: #0064B1;
}


div.footer div.footers div.footersl div.footerlTit,
div.footer div.footers div.footersm div.footerlTit {
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
}

div.footer div.footers div.footersm .codeBox {
  display: flex;
  justify-content: space-around;
}

div.footer div.footers div.footersm .codeBox dl dd {
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
}

div.footer div.footers div.footersm .codeBox dt {
  width: 100px;
}

.footerLeft p {
  font-size: 16px;
  color: #fff !important;
  margin-bottom: .4rem;
}

.footerLeft p img {
  margin-right: 20px;
}

.codeBox {
  display: flex;
  margin-top: 30px;
}

.codeBox p {
  width: 130px;
  color: #fff;
  text-align: center;
}

.codeBox p span {
  display: inline-block;
  margin-top: 20px;
}

.gaoduan_box,
.gaoduanThree_box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.gaoduan_box dl {
  width: 45%;
  margin-top: 20px;
}

.gaoduan_box dl dt img {
  width: 100%;
  height: 100%;
}

.gaoduan_box dl dd {
  text-align: center;
  font-size: 18px;
  line-height: 50px;
}

div.gaoduan a.location {
  width: 32%;
}

.gaoduan1_box p {
  font-size: 16px !important;
  letter-spacing: 2px;
}

.gaoduan1_box p a {
  color: #000;
}

.gaoduan1_box p span {
  font-weight: bold;
  color: #0064B1;
}

.gaoduanThree_box a {
  display: block;
  width: 45%;
  margin: 20px 0;
}

.gaoduanThree_box a img,
.hezuoanli_box dt img {
  width: 100%;
  height: 100%;
}

.gaoduan_box dl {
  width: 35%;
  margin-top: 20px;
}

.hezuoanli_box dl dd {
  text-align: center;
  color: #0064B1;
  line-height: 52px;
}

.hezuoanli_box dt {
  width: 200px;
  height: 220px;
}

.xinwenxian p {
  font-size: 14px;
}

.hezuoanli3_box dl {
  width: 30%;
}

.hezuoanli3_box dl dt {
  height: 180px;
}

div.xinwennei div.news_box p {
  text-indent: 2em;
}

.news_box h6 {
  text-align: center;
  margin: 50px auto;
}

.contain dl,
.contain dl dd {
  margin-bottom: 30px;
}

.chanpinxinList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
}

.ql-editor p,
.ql-editor img {
  margin-bottom: .3rem;
  font-size: .5rem;
}
.ql-editor .xinwencaozuo{
  font-size: .45rem;
}
#pagination-container {
  text-align: center;
  /* 使分页居中 */
  display: flex;
}

#pagination-container li {
  min-width: 20px;
  border: 1px solid #ccc;
  margin: 0 3px;
  height: 33px;
  padding: 0px 14px;
  line-height: 33px;
  font-size: 14px;

}

#pagination-container li a {
  color: #a0a0a0;
}

#pagination-container li.active,
#pagination-container li.disabled {
  background: #0064B1;
}

#pagination-container li.active a,
#pagination-container li.disabled a {
  color: #fff;
}

#pagination-container .paginator-page {
  padding: 5px 10px;
  /* 分页按钮的内边距 */
  margin: 0 2px;
  /* 分页按钮之间的外边距 */
  border: 1px solid #ddd;
  /* 分页按钮的边框 */
  background-color: #f9f9f9;
  /* 分页按钮的背景颜色 */
  cursor: pointer;
  /* 鼠标悬停时显示手形图标 */
}

#pagination-container .paginator-page:hover {
  background-color: #e9e9e9;
  /* 鼠标悬停时的背景颜色 */
}

#pagination-container .paginator-page.active {
  background-color: #007bff;
  /* 当前选中页的背景颜色 */
  color: white;
  /* 当前选中页的文字颜色 */
}

div.paginationBox {
  justify-content: start;
}

#totalPagesDisplay {
  border-style: none;
  background: none;
  margin-right: 0px;
  padding: 4px 0px;
  color: #666;
  line-height: 33px;
  font-size: 14px;
  margin-left: 10px;
  letter-spacing: 2px;
}

#totalPagesDisplay span {
  color: #0064B1;
  font-weight: bold;
}

.yunu-header .container span {
  display: inline-block;
  margin-left: 70px;
  line-height: 75px;
  font-size: 16px;
}

.yunu-header .container span.headTog a {
  color: #000;
}

.yunu-header .container span.headTog a.act {
  font-weight: bold;
}

.swiper-container_sy {
  margin-top: -300px;
}

div.xinwens div.xinwensr div.xinwensr4 a.xinwensr4 {
  width: 155px;
  height: 60px;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  background: #04578d;
  /* background: url(../img/news/news03.jpg) center center no-repeat; */
}

.swiper-slide {
  position: relative;
}

.swiper-slide video {
  width: 100%;
  height: 100%;
  display: block;
}

.wrap h3 {
  font-size: .9rem;
  font-weight: 600;
  color: #fff;
}

.wrap1 h3 {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%);
}

.wrap2 h3 {
  position: absolute;
  left: 6%;
  bottom: 0;
}

.mySwiper .swiper-slide {
  width: 100%;
  height: 10rem;
}

.mySwiper .swiper-slide .group-content {
  width: 100%;
  height: 100%;
}

.swiper {
  width: 100%;
  position: relative;
  overflow: visible;
}

.mySwiper .swiper-pagination-bullets,
.mySwiper .swiper-pagination-custom,
.mySwiper .swiper-pagination-fraction {
  top: 0;
  bottom: auto;
  width: 100%;
  margin-top: -4rem;
}

.mySwiper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.mySwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.2rem;
  margin-bottom: .1rem;
}

.mySwiper .swiper-wrapper {
  margin-top: 3rem;
}

.mySwiper .swiper-pagination-bullet {
  height: 1rem;
  width: auto;
  line-height: 1rem;
  padding: 0 .5rem;
  border-radius: 0.03rem;
  font-size: .5rem;
  display: inline-block;
  background: #efefef;
  opacity: 1;
  color: #787878;
}

.mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0064B1;
  color: white;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-container-rtl .swiper-button-prev {
  width: 2rem;
  height: 2rem;
  background: rgba(255, 255, 255, .5);
  right: 5vw;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-container-rtl .swiper-button-next {
  width: 2rem;
  height: 2rem;
  background: rgba(255, 255, 255, .5);
  left: 5vw;
}

.container031 a {
  display: inline-block;
  width: 100%;
  margin-top: 0.3rem;
}

.container031 a .cai_imgBox {
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
}

.container031 a .cai_tit h6 {
  font-size: .8rem;
  padding-top: 1rem;
  text-align: center;
  font-family: "Arial";
  color: #696767;
  text-transform: uppercase;
  margin-bottom: 0;
}

.container031 a .cai_tit {
  text-align: center;
}

.container031 a .cai_tit span {
  display: inline-block;
  width: 1rem;
  height: 0.1rem;
  background-color: #1c2081;
}

.container032 {
  text-align: center;
  margin-top: 0.5rem;
}

.container032 a {
  font-size: .5rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-radius: 0.1rem;
  background: #0064B1;
  text-decoration: none;
  padding: 0.5rem 2rem;
}


div.navxinwen div.navxinwenl a {
  width: 100%;
  display: inline-block;
  color: #000;
  text-align: center;
}

div.navxinwen div.navxinwenl img {
  width: 100%;
  height: auto;
}

div.navxinwen div.navxinwenl a div {
  background: #f1f1f1;
  padding: .2rem 0;
}

div.navxinwen div.navxinwenl a h5 {
  font-size: .7rem;
  padding-top: .5rem;
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.navxinwen div.navxinwenl a span {
  font-size: .5rem;
  color: #666;
}

.navfive {
  width: 100%;
  height: 9rem;
  background: #f1f1f1;
  position: relative;
  padding-top: .5rem;

}

.container0811 {
  width: 80%;
  margin: .3rem auto;
  padding-top: 0.2rem;
  height: auto;
  display: flex;
  /* justify-content: flex-start; */
  flex-wrap: wrap;
  align-content: flex-start;

}

.container0811 p {
  width: 30%;
  margin: 0 1.5%;
  margin-bottom: .3rem;
  background: #fff;
  display: flex;
  justify-content: center;
}

.container0811 p img {
  width: 100%;
}


.navxinwenr {
  background: #f1f1f1;
  padding: 0 .2rem
}

.navxinwenr .box1 {
  display: flex;
  justify-content: space-between;
  border-top: 0.01rem solid #999;
  padding: 0.3rem 0;
}
.navxinwenr .box1:first-child{
  border-top: none;
}
.navxinwenr .box1 h4 {
  width: 6rem;
  text-align: center;
  color: #666;
  font-size: .8rem;
  padding-top: 0;
  line-height: 1rem;
  margin: 0;
  font-weight: 600;
}

.navxinwenr .box1 h4 span {
  font-size: .5rem;
  font-weight: normal;
}

.navxinwenr .box1 h5 {
  width: 100%;
  font-size: .7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #333;
  line-height: 2rem;

}

.contain h4 {
  font-size: .8rem;
  line-height: 1.3rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  html {
    font-size: 15px;
  }

  /* 小屏平板/横屏 */
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

  /* iPad 竖屏 */
}

@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }

  /* iPad 横屏/大屏 */
}