@charset "UTF-8";
.header {
  background: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 23;
  color: #fff;
  transition: all ease 0.3s;
}

.header .logo img {
  width: 1.8rem;
}

.header .nav > ul > li {
  margin-left: 0.35rem;
}

.header .nav > ul > li:not(.lang) .v2 {
  position: fixed;
  display: none;
  width: 100%;
  left: 0;
  z-index: 22;
  top: 0.92rem;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}

.header .nav > ul > li:not(.lang) .v2 .wrap {
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: url("../img/bg_xl1.jpg") no-repeat;
  background-size: cover;
  padding: 0.34rem 0 0.76rem;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.header .nav > ul > li:not(.lang) .v2 .drop {
  max-width: 9.2rem;
  float: right;
}

.header .nav > ul > li:not(.lang) .v2 .drop .sub-tit img {
  width: 0.21rem;
  margin-left: 0.09rem;
}

.header .nav > ul > li:not(.lang) .v2 .drop .sub-desc {
  margin: 0.2rem 0 0.35rem;
  line-height: 1.8;
}

.header .nav > ul > li:not(.lang) .v2 .drop .sub-child ul {
  margin: 0 -1.5%;
}

.header .nav > ul > li:not(.lang) .v2 .drop .sub-child li {
  margin: 0 1.5% 0.4rem 1.5%;
  width: 30.33%;
  float: left;
}

.header .nav > ul > li:not(.lang) .v2 .drop .sub-child li a {
  color: #fff;
  display: block;
  position: relative;
}

.header .nav > ul > li:not(.lang) .v2 .drop .sub-child li a::after {
  font-family: "iconfont";
  content: "\e613";
  position: absolute;
  font-weight: bold;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .nav > ul > li:not(.lang) .v2 .drop .sub-child li:hover a {
  color: rgba(255, 255, 255, 0.88);
}

.header .nav > ul > li > a {
  color: #343434;
  transition: all ease 0.3s;
  position: relative;
  padding: 0.33rem 0;
  display: block;
}

.header .nav > ul > li.active > a, .header .nav > ul > li:hover > a {
  color: var(--color);
}

.header .nav > ul > li:hover .v2 {
  display: block;
  opacity: 1;
}

.header .nav > ul > li:hover .v2 .wrap {
  transform: translateY(0);
}

.lang {
  color: #666;
  margin-left: 0.4rem;
  position: relative;
}

.lang a {
  color: #343434;
  display: flex !important;
}

.lang a:hover, .lang a.active {
  color: var(--color);
}

.lang span {
  padding: 0 0.1rem;
}

.lang img {
  width: 0.25rem;
  margin-right: 0.05rem;
}

.lang .v2 {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  top: 86%;
  background: rgba(255, 255, 255, 0.9) !important;
  width: 1.38rem;
  text-align: center;
  font-size: 0.16rem;
  padding-top: 0.1rem;
  display: none;
}

.lang .v2 li {
  margin-left: 0;
}

.lang .v2 li a {
  color: #222;
  padding: 0.1rem 0;
  display: block !important;
  text-align: center;
}

.lang .v2 li:hover a {
  color: var(--color);
}

.bgt {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tkg {
  height: 1rem;
}

.footer {
  background: #222;
  color: #eee;
  padding: 0.7rem 0;
}

.footer .company-info .logo2 {
  margin-bottom: 0.1rem;
}

.footer .company-info .logo2 img {
  width: 1.82rem;
}

.footer .company-info h3 {
  font-weight: 600;
}

.footer .company-info .eng {
  margin: 0.22rem 0 0.18rem;
}

.footer .company-info li {
  margin-bottom: 0.1rem;
  color: #888;
}

.footer .company-info li .icon {
  flex-shrink: 0;
  width: 0.15rem;
  margin-right: 0.08rem;
}

.footer .qrcode {
  width: 1.7rem;
  text-align: center;
}

.footer .qrcode p {
  margin-top: 0.1rem;
}

.copyright {
  padding: 0.28rem 0;
  text-align: center;
  background: #1c1c1c;
  color: #fff;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.nav-mask {
  position: fixed;
  top: 0.92rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  z-index: 21;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav-mask.show {
  opacity: 1;
}

/* 首页 */
.banner img {
  width: 100%;
}

.banner .swiper-pagination {
  bottom: 0.3rem;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.45rem;
  height: 0.04rem;
  background: #fff;
  border-radius: 0;
  margin: 0 0.06rem;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}

.sec-type {
  text-align: center;
  margin-bottom: 0.38rem;
  position: relative;
  z-index: 1;
  padding: 0.27rem 0 0.17rem;
}

.sec-type .cn {
  color: var(--color);
  font-family: PingFangSC;
  font-weight: 500;
  margin-top: 0.02rem;
}

.sec-type .en {
  color: rgba(219, 218, 218, 0.6);
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0.15rem;
  z-index: -1;
  transform: translateX(-50%);
}

.sec-type::after {
  content: "";
  width: 1.29rem;
  height: 0.08rem;
  background: #1d5699;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.sec-type.sec-type2 {
  text-align: left;
}

.more {
  width: 1.8rem;
  height: 0.43rem;
  color: var(--color);
  background: #fff;
  border-radius: 0.1rem;
  border: 1px solid #1d5699;
  transition: all ease 0.3s;
}

.more .jt {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  margin-left: 0.2rem;
  position: relative;
}

.more .jt::after {
  content: "";
  width: 0.2rem;
  height: 0.17rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/jt1.png") no-repeat;
  background-size: 100% 100%;
}

.more:hover, .more.more2 {
  background: var(--color);
  color: #fff;
}

.more:hover .jt, .more.more2 .jt {
  background: #fff;
}

.more:hover .jt::after, .more.more2 .jt::after {
  width: auto;
  height: auto;
  font-weight: bold;
  font-family: "iconfont";
  background: none;
  content: "\e613";
  font-size: 0.12rem;
  color: var(--color);
  left: 50%;
  transform: translate(-50%, -50%);
}

.more:hover:hover, .more.more2:hover {
  opacity: 0.88;
}

.section1 .slides {
  position: relative;
}

.section1 .slides .item {
  background: #f1f5f8;
  border-radius: 0.04rem;
  padding: 1rem 0.47rem 0 0.47rem;
}

.section1 .slides .item .en {
  margin: 0.06rem 0 0.29rem;
}

.section1 .slides .item .desc {
  color: #666;
  line-height: 1.65;
}

.section1 .slides .item .link {
  margin: 0.4rem 0 0.68rem;
}

.section1 .slides .item .item-pic {
  display: flex;
  justify-content: center;
}

.section1 .slides .item:hover {
  background: #e0e8ef;
}

.section1 .slides .arrow {
  position: absolute;
  z-index: 21;
  top: 58%;
  transform: translateY(-50%);
  width: 0.66rem;
  height: 0.66rem;
  background: #e3e3e3;
  border-radius: 50%;
  transition: all ease 0.3s;
  cursor: pointer;
}

.section1 .slides .arrow img {
  width: 0.25rem;
}

.section1 .slides .arrow.prev {
  left: 0.13rem;
}

.section1 .slides .arrow.next {
  right: 0.13rem;
}

.section1 .slides .arrow:hover {
  background: var(--color);
}

.section2 {
  background-image: url("../img/bg_sec2.jpg");
}

.section2 .row1 .box1 {
  width: 8.09rem;
  padding: 0.2rem 0.56rem;
  background: linear-gradient(87deg, #edeeee 0%, #ffffff 100%);
  border-radius: 0.1rem;
  margin-top: 1.55rem;
  position: relative;
  z-index: 1;
}

.section2 .row1 .box1 .desc {
  margin: 0.1rem 0 0.35rem 0;
  line-height: 1.8;
  color: #666;
}

.section2 .row1 .box2 {
  width: 8.09rem;
}

.section2 .row1 .box2 .bimg {
  transform: translateX(-0.86rem);
}

.section2 .row2 {
  margin-top: 0.84rem;
  background: #fff;
  text-align: center;
}

.section2 .row2 .item {
  padding: 0.46rem 0;
}

.section2 .row2 .item .item-num {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: var(--color);
}

.section2 .row2 .item .item-num .dw {
  margin: 0 0 0.12rem 0.06rem;
  font-weight: normal;
  color: #333;
}

.section2 .row2 .item .item-tit {
  color: #666;
  margin-top: 0.05rem;
}

.section2 .row2 li:nth-child(n + 3) {
  background: rgba(29, 86, 153, 0.6);
}

.section2 .row2 li:nth-child(n + 3) .item .item-num,
.section2 .row2 li:nth-child(n + 3) .item .item-tit {
  color: #fff;
}

.section2 .row2 li:nth-child(n + 3) .item .item-num .dw,
.section2 .row2 li:nth-child(n + 3) .item .item-tit .dw {
  color: #fff;
}

.section3 .sec-type .en {
  color: rgba(219, 218, 218, 0.4);
  margin-top: -0.1rem;
}

.section3 .sec-type .cn {
  color: #fff;
}

.section3 .sec-type::after {
  background: #fff;
}

.section3 .list {
  padding-top: 0.5rem;
}

.section3 .list li .item .bimg {
  border: 0.02rem solid #fff;
}

.section3 .list li .item img {
  width: 100%;
}

.section4 .wrap {
  position: relative;
}

.section4 .wrap .sec-type {
  position: absolute;
  top: -0.35rem;
  width: 100%;
  left: 0;
}

.section4 .contbox {
  align-items: flex-end;
}

.section4 .col1 .item {
  background: #f2f2f2;
  border-radius: 0.1rem;
  padding: 0.3rem 0.57rem 0.3rem 0.26rem;
}

.section4 .col1 .item .item-pic {
  flex-shrink: 0;
  width: 27%;
  margin-right: 0.54rem;
}

.section4 .col1 .item .item-pic .bimg img {
  width: 100%;
}

.section4 .col1 .item .item-info .en {
  color: #23272f;
}

.section4 .col1 .item .item-info .desc {
  margin: 0.2rem 0 0.32rem;
  color: #666;
  line-height: 1.8;
}

.section4 .col2 {
  width: 22.4%;
  flex-shrink: 0;
  margin-left: 0.5rem;
  background: #1d5699;
  border-radius: 0.1rem;
  padding: 0.37rem 0.32rem;
}

.section4 .col2 .item-type {
  margin-bottom: 0.23rem;
}

.section4 .col2 .item-type img {
  width: 0.3rem;
  margin-right: 0.15rem;
}

.section4 .col2 .item-type span {
  color: #fff;
  padding-bottom: 0.15rem;
  position: relative;
}

.section4 .col2 .item-type span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0.74rem;
  height: 0.04rem;
  background: #fff;
}

.section4 .col2 .item-tabs {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.15rem 0.1rem;
}

.section4 .col2 .item-tabs ul li {
  border-bottom: 0.02rem solid #f2f2f2;
}

.section4 .col2 .item-tabs ul li a {
  padding: 0.21rem 0.11rem;
  display: block;
}

.section4 .col2 .item-tabs ul li:last-child {
  border-bottom: 0;
}

.section4 .col2 .item-tabs ul li:hover a, .section4 .col2 .item-tabs ul li.active a {
  color: var(--color);
}

.news-list {
  padding-top: 0.4rem;
}

.news-list .item {
  background: linear-gradient(-33deg, #f0f7ff 0%, #ffffff 100%);
  border-radius: 0.1rem;
  border: 0.01rem solid #eddcdc;
  padding: 0.36rem 0.45rem;
}

.news-list .item .date {
  flex-shrink: 0;
  margin-right: 0.34rem;
  text-align: center;
}

.news-list .item .date .time1 {
  color: #999;
}

.news-list .item .date .time2 {
  color: #666;
  margin-top:0rem;
}

.news-list .item .info .desc {
  margin: 0.21rem 0 0;
  color: #666;
  line-height: 1.8;
  -webkit-line-clamp: 3;
}

.news-list .item .info .link {
  margin-top: 0.18rem;
}

.news-list.news-list2 li .item {
  background: linear-gradient(-33deg, #ffffff 0%, #ffffff 100%);
}

.news-list.news-list2 li .item .date {
  margin-top: -0.2rem;
}

/* 内页 */
.crumbs {
  position: sticky;
  z-index: 22;
  top: 0.91rem;
  background: var(--color);
  color: #fff;
}

.crumbs .wrap {
  min-height: 0.5rem;
}

.crumbs a {
  color: #fff;
}

.crumbs a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.crumbs .subcat li {
  position: relative;
}

.crumbs .subcat li::after {
  content: "";
  opacity: 0;
  border: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.crumbs .subcat li a {
  padding: 0.14rem 0.1rem;
  position: relative;
  display: inline-block;
}

.crumbs .subcat li a::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.crumbs .subcat li:last-child a::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.crumbs .subcat li.active::after {
  opacity: 1;
}

.main {
  padding: 0.6rem 0;
}

.page-cont {
  padding: 0 0 0.3rem;
  line-height: 2;
  min-height: 4rem;
}

.page-cont .brand-logo img {
  width: 4.5rem;
}

.pages {
  padding: 0.4rem 0;
  color: #999;
}

.pages a,
.pages button,
.pages input,.pages span {
  /*width: 70px;*/
  min-width:35px;
  padding:0 5px;
  margin:0 5px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages a,
.pages button,
.pages input,.pages .layui-laypage-curr {
  color: #999;
  background: #fff;
  border: 1px solid #eee;
}
.pages input{
    width:60px;
    text-align:center;
}
.pages .layui-laypage-curr{
    background:var(--color);
    border-color:var(--color);
    color:#fff;
}
.pages a:hover,
.pages button:hover,
.pages input:hover {
  color: var(--color);
}
.pages .layui-laypage{
    
    display:flex;
    font-size:14px;
    align-content: center;
    justify-content: center;
}
.pages .layui-laypage-skip{
    display:flex;
    align-content: center;
    justify-content: center;
}
.pages a {
  margin-right: -1px;
}

.pages .jump {
  margin-left: 0.12rem;
}

.pages .jump input {
  width: 50px;
  text-align: center;
  margin: 0 4px;
}

.pages .jump button {
  margin-left: 8px;
  width: 56px;
  color: #3b3b3b;
}

.pages .jump button:hover {
  color: var(--color);
}

/* 福利待遇 */
.fuli .fuli1 {
  position: relative;
  padding: 0 1.8rem 0.54rem 0.72rem;
}

.fuli .fuli1 .item-pic .box {
  background: #fff;
  width: 6.53rem;
  flex-shrink: 0;
  padding: 0.25rem;
}

.fuli .fuli1 .item-pic .box .bimg {
  border-radius: 0.05rem;
}

.fuli .fuli1 .item-info {
  line-height: 1.8;
  margin-top: 1rem;
  padding-left: 0.8rem;
}

.fuli .fuli1 .item-info h3 {
  margin-bottom: 0.05rem;
}

.fuli .fuli1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: #e9f3ff;
  z-index: -1;
}

.fuli .fuli2 .cont {
  position: relative;
}

.fuli .fuli2 .cont::before {
  content: "";
  width: 100%;
  height: 75%;
  background: #e9f3ff;
  position: absolute;
  left: 0;
  top: 0.91rem;
  z-index: -1;
}

.fuli .fuli2 .cont .dd .pic .box {
  background: #fff;
  padding: 0.2rem;
}

.fuli .fuli2 .cont .dd .info {
  padding-right: 0.3rem;
}

.fuli .fuli2 .cont .dd1 .pic {
  width: 30.55%;
  flex-shrink: 0;
}

.fuli .fuli2 .cont .dd1 .info {
  margin: 1.22rem 0 0 0.42rem;
  line-height: 1.8;
}

.fuli .fuli2 .cont .dd2 {
  flex-direction: row-reverse;
}

.fuli .fuli2 .cont .dd2 .pic {
  margin-top: 0.35rem;
}

.fuli .fuli2 .cont .dd2 .info {
  padding: 0.33rem 0.25rem;
  line-height: 1.65;
}

.job2 {
  padding: 1rem 0 0.5rem;
}

.job-list {
  padding-top: 0.3rem;
}

.job-list li .item {
  position: relative;
}

.job-list li .item .item-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0.1rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.job-list li .item .item-txt .tit {
  font-weight: 500;
}

.job-list li .item .item-txt .sub-tit {
  font-weight: 400;
}

.news-list2 li {
  margin-bottom: 0.32rem;
}

.inner-slide {
  position: relative;
}

.inner-slide img {
  display: block;
}

.inner-slide .slide-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.subcat2 {
  padding: 0 0.25rem;
}

.subcat2 li a {
  height: 1.1rem;
  background: #fff;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subcat2 li.active a {
  background: var(--color);
  color: #fff;
}

/* 联系我们 */
.contact .wrap {
  padding: 0 0.5rem;
  margin-top: -.6rem;
}

.contact .contbox {
  align-items: stretch;
  padding: 0.6rem 0;
}
#map{
	margin-bottom:.6rem!important;
}

.contact .contbox .info {
  height: 4.21rem;
  background: #fafafa;
  border-radius: 0.1rem 0 0 .1rem;
  padding: .57rem .24rem;
}

.contact .contbox .info .item-type {
  padding-bottom: 0.15rem;
  position: relative;
  color: var(--color);
  font-weight: bold;
  margin-bottom: 0.35rem;
}

.contact .contbox .info .item-type::after {
  content: "";
  width: 0.41rem;
  height: 0.04rem;
  background: #1d5699;
  position: absolute;
  left: 0;
  bottom: 0;
}

.contact .contbox .info .item-cont {
  line-height: 2.5;
}

.contact .contbox .qrcode {
  width: 5.18rem;
  height: 4.21rem;
  flex-shrink: 0;
  background: #1d5797;
  border-radius: 0rem 0.1rem 0.1rem 0rem;
  color: #fff;
}

.contact .contbox .qrcode img {
  width: 1.5rem;
  margin-bottom: 0.1rem;
}

/* 企业视频 */
.video {
  padding: 0.3rem 0 0.5rem;
}

.video li .item {
  text-align: center;
}

.video li .item .item-pic {
  position: relative;
  z-index: 1;
}

.video li .item .item-pic .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video li .item .item-pic .play img {
  width: 0.72rem;
}

.video li .item .item-pic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
}

.video li .item .item-tit {
  margin-top: 0.5rem;
}

.video li .item:hover .bimg img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

/* 社团活动 */
.activity .item-txt1 {
  margin-bottom: 0.72rem;
}

.activity .item-txt1 .tit {
  color: var(--color);
}

.activity .item-txt1 .desc {
  color: #333;
  margin: 0.1rem 0 0.25rem;
}

.activity .masonry {
  display: flex;
  margin: 0 -0.15rem;
}

.activity .masonry-column {
  flex: 1;
  padding: 0 0.15rem;
  box-sizing: border-box;
}

.activity .masonry-column .item {
  margin-bottom: 0.4rem;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}

.activity .masonry-column .item .item-pic .bimg img {
  width: 100%;
  height: auto;
  display: block;
}

.activity .masonry-column .item .item-tit {
  padding: 0.2rem;
  font-size: 0.2rem;
  color: #333;
}

/* news-list3 */
.screen {
  margin: 0.6rem 0 0.25rem;
  position: relative;
  z-index: 2;
}

.screen .col1 {
  width: 7.65rem;
}

.screen li {
  margin-bottom: 0.4rem;
}

.screen li .label {
  width: 0.9rem;
  flex-shrink: 0;
  color: #222;
}

.screen li .intbox1 {
  width: 2.72rem;
  height: 0.35rem;
  background: #ffffff;
  border-radius: 0.04rem;
  border: 0.01rem solid #e5eaf0;
  padding: 0 0.13rem;
}

.screen li .intbox1 input {
  width: 100%;
}

.screen li .intbox1.nop {
  padding: 0;
}

.screen li .int {
  width: 1.82rem;
  height: 0.35rem;
  background: #ffffff;
  border-radius: 0.04rem;
  border: 0.01rem solid #e5eaf0;
  padding: 0 0.13rem;
}

.screen li .int input {
  width: 100%;
}

.screen li .line {
  margin: 0 0.12rem;
}

.screen li .date input {
  background: #fff url("../img/icon_date.png") no-repeat right 0.05rem center;
  background-size: 0.16rem;
}

.screen .btn {
  margin-left: 0.35rem;
}

.screen .btn button {
  width: 1.04rem;
  height: 0.33rem;
  background: #1d5699;
  border-radius: 0.04rem;
  color: #fff;
}

.screen .btn button i {
  margin-right: 0.1rem;
}

.screen .btn button:hover {
  opacity: 0.88;
}

.news-list3 li {
  margin-bottom: 0.3rem;
}

.news-list3 li .item {
  padding: 0.22rem;
  background: linear-gradient(-33deg, #fbfdff 0%, #ffffff 100%);
  border-radius: 10px;
  border: 1px solid #eddcdc;
}

.news-list3 li .item .item-pic {
  width: 3.3rem;
  flex-shrink: 0;
}

.news-list3 li .item .item-info {
  padding-left: 0.26rem;
}

.news-list3 li .item .item-info .desc {
  line-height: 1.8;
  color: #666;
  -webkit-line-clamp: 3;
  margin: 0.17rem 0 0.4rem;
}

.news-list3 li .item .item-info .time {
  color: #666;
}

/*select*/
.select {
  width: 100%;
  position: relative;
  z-index: 22;
}

.select dt {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 0.35rem;
  cursor: pointer;
  padding: 0 0.2rem;
}

.select dt input {
  color: var(--color);
  cursor: pointer;
  position: relative;
  display: block;
  text-align: left;
  overflow: hidden;
  background: none;
}

.select dt input::-webkit-input-placeholder {
  color: #666;
}

.select dd {
  margin: 0;
  position: absolute;
  left: 0px;
  top: 0.35rem;
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
}

.select dd ul {
  list-style: none;
  overflow: auto;
  padding: 0;
  background: #fff;
  overflow-x: auto;
  border: #eee solid 1px;
  border-top: none;
  height: 1.8rem;
}

.select dd ul::-webkit-scrollbar {
  width: 0.05rem;
}

.select dd ul li {
  width: 100%;
  text-align: left;
  padding: 0.12rem 0.2rem;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  color: #999;
  margin: 0;
}

.select dd ul li:last-child {
  border-bottom: none;
}

.select dd ul li:hover {
  color: #004098;
}

/* nianbao */
.nianbao li .item {
  position: relative;
  padding: 0.24rem 0.56rem;
  z-index: 1;
}

.nianbao li .item::before {
  content: "";
  width: 100%;
  height: 2.92rem;
  background: #f4f9ff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.nianbao li .item .item-pic {
  padding: 0.26rem 0.22rem;
  background: #fff;
}

.nianbao li .item .item-pic img {
  width: 100%;
}

.nianbao li .item .item-tit {
  margin-bottom: 0.15rem;
  text-align: center;
}

/* product */
.product .sidebar {
  width: 35%;
  flex-shrink: 0;
}

.product .sidebar ul li {
  margin-bottom: 0.25rem;
}

.product .sidebar ul li a {
  padding: 0.17rem 0;
  display: block;
  color: #989898;
  position: relative;
}

.product .sidebar ul li a::before {
  content: "";
  width: 100%;
  height: 0.06rem;
  background: #e3e3e3;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product .sidebar ul li a::after {
  content: "";
  width: 0;
  height: 0.06rem;
  background: #e3e3e3;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease 0.3s;
}

.product .sidebar ul li:hover a, .product .sidebar ul li.on a {
  color: var(--color);
}

.product .sidebar ul li:hover a::after, .product .sidebar ul li.on a::after {
  width: 130%;
  background: var(--color);
}

.product .sidebar .sec-type {
  margin-bottom: 0.3rem;
}

.product .contbox {
  padding-left: 0.92rem;
}

.prolist {
  padding: 0.4rem 0;
}

.prolist li {
  margin-bottom: 0.15rem;
}

.prolist li .item {
  text-align: center;
}

.prolist li .item .item-pic {
  background: #fff;
  border: 1px solid #eee;
}

.prolist li .item .item-pic .fitImg {
  padding-top: 65.45%;
}

.prolist li .item .item-pic img {
  max-height: 100%;
  display: inline-block;
}

.prolist li .item .item-tit {
  background: #ededed;
  padding: 0.15rem 0.2rem;
}

/* 关于我们 */
.about .ab1 .ab1-desc {
  color: #666;
  line-height: 1.8;
  margin-bottom: 0.4rem;
}

.about .ab2 {
  background: #f4f9ff;
}

.about .ab2 .slides {
  margin-top: 0.65rem;
  position: relative;
}

.about .ab2 .slides::before {
  content: "";
  height: 0.02rem;
  background: #b4d6ff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.65rem;
}

.about .ab2 .item {
  position: relative;
}

.about .ab2 .item .item-year {
  color: var(--color);
  font-weight: bold;
  padding-left: 0.54rem;
  margin-bottom: 0.36rem;
}

.about .ab2 .item .item-cont {
  background: #fff;
  margin-top: 0.56rem;
  padding: 0.4rem 0.3rem 0.4rem 0.78rem;
  color: #666;
  line-height: 1.8;
}

.about .ab2 .item .item-cont ul li {
  position: relative;
  padding-left: 0.28rem;
}

.about .ab2 .item .item-cont ul li::before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  background: #fff;
  border: 1px solid var(--color);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0.05rem;
}

.about .ab2 .item .item-cont ul li:not(:last-child) {
  margin-bottom: 0.9rem;
}

.about .ab2 .item::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: url("../img/dot1.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.65rem;
  top: 0.45rem;
}

.about .ab2 .item::after {
  content: "";
  width: 0.02rem;
  height: calc(100% - 1.3rem);
  background: #1d5699;
  position: absolute;
  left: 0.85rem;
  bottom: 0.64rem;
}

.about .ab3 li {
  margin-top: 1.2rem;
}

.about .ab3 li .item {
  display: flex;
  flex-direction: column;
}

.about .ab4 .list {
  padding: 0 0.5rem 0.8rem 0.5rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.about .ab4 .list::after {
  content: "";
  width: 100%;
  height: 76%;
  background: #f4f9ff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.about .ab4 .list .item .item-pic {
  background: #fff;
  padding: 0.32rem 0.27rem;
}

.about .ab4 .list .item .item-pic img {
  width: 100%;
}

.about .ab4 .list .item .item-tit {
  margin-top: 0.4rem;
}

.about .ab5 .item {
  align-items: flex-end;
  position: relative;
  padding: 0 0.6rem 0.5rem 0.6rem;
}

.about .ab5 .item::after {
  content: "";
  width: 100%;
  height: 85%;
  background: #e9f3ff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.about .ab5 .item .item-pic {
  width: 5.6rem;
  flex-shrink: 0;
  background: #fff;
  padding: 0.3rem 0.19rem;
}

.about .ab5 .item .item-info {
  padding-left: 0.7rem;
}

.about .ab5 .item .item-info .tit {
  color: var(--color);
}

.about .ab5 .item .item-info .desc {
  margin: 0.17rem 0 0.32rem;
  color: #666;
  line-height: 1.8;
  -webkit-line-clamp: 5;
}

.about .ab5 .swiper-wrapper {
  padding-bottom: 0.6rem;
}

.about .ab5 .swiper-pagination-bullet {
  width: 0.07rem;
  height: 0.07rem;
  margin: 0 0.08rem;
  opacity: 1;
  background: rgba(161, 161, 161, 0.4);
  border-radius: 50%;
}

.about .ab5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color);
}

.about .ab6 {
  padding-bottom: 0.6rem;
}

.about .ab6 .ab6-cont .item-info .name {
  color: var(--color);
  margin-bottom: 0.3rem;
}

.about .ab6 .ab6-cont .item-info .name span {
  margin-right: 0.11rem;
}

.about .ab6 .ab6-cont .item-info .cont {
  line-height: 1.8;
  color: #666;
}

.about .ab6 .ab6-cont .item-pic {
  width: 3.7rem;
  flex-shrink: 0;
  margin-left: 0.9rem;
}

.about .ab7 {
  padding-bottom: 1rem;
}

.about .ab7 .item-pic {
  position: relative;
  padding-bottom: 1.37rem;
  margin-top: 0.15rem;
}

.about .ab7 .item-pic::after {
  content: "";
  background: url("../img/design1.jpg") no-repeat bottom center;
  background-size: cover;
  width: 100%;
  height: calc(100% - 1.36rem);
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}

.about .ab7 .item-pic .logo {
  width: 5.6rem;
  height: 5rem;
  background: #fff;
  border: 0.15rem solid #e9e9e9;
}

.about .ab7 .item-info {
  padding-left: 0.16rem;
}

.about .ab7 .item-info .txt1 {
  color: var(--color);
  text-align: center;
}

.about .ab7 .item-info .txt2 {
  color: #666;
  text-align: center;
  max-width: 5.17rem;
  margin: 0.21rem auto 0.42rem auto;
  line-height: 1.8;
}

.about .ab7 .item-info .cont {
  line-height: 1.8;
  color: #333;
}

/* 新闻详情 */
.detail .news-tit {
  font-family: PingFangSC;
  font-weight: 500;
  font-size: 0.32rem;
  color: #1d5699;
  padding: 0.12rem 0 0.15rem;
}

.detail .news-attr {
  border-bottom: 0.02rem solid #eee;
  padding-bottom: 0.16rem;
  color: #888;
}

.detail .news-cont {
  padding: 0.3rem 0;
  color: #3b3b3b;
  line-height: 2;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.2rem;
}

.detail .news-cont p {
  margin: 0.1rem 0;
}

.detail .news-cont img {
  max-width: 100% !important;
  height: auto !important;
}

.detail .xg-tit {
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
}

.detail .xg-tit::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: #1d5699;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.detail .xg-news {
  margin: 0.35rem 0;
}

.detail .xg-news li .item .time {
  flex-shrink: 0;
  margin-left: 0.35rem;
}

.detail .xg-pro .xg-tit {
  margin-bottom: 0.02rem;
}

.detail .xg-pro li .item {
  text-align: center;
}

.detail .xg-pro li .item .item-pic {
  position: relative;
}

.detail .xg-pro li .item .item-pic img {
  display: block;
  width: 100%;
}

.detail .xg-pro li .item .item-pic::before {
  content: "";
  width: 100%;
  height: 0;
  background: rgba(29, 86, 153, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  z-index: 1;
}

.detail .xg-pro li .item .item-pic::after {
  content: "";
  width: 0.31rem;
  height: 0.14rem;
  z-index: 2;
  opacity: 0;
  background: url("../img/arrow.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0.7rem;
  transform: translateX(-50%);
}

.detail .xg-pro li .item .item-pic:hover::before {
  height: 100%;
}

.detail .xg-pro li .item .item-pic:hover::after {
  opacity: 1;
}

.detail .xg-pro li .item .item-tit {
  margin-top: 0.15rem;
}

.sxp .sxp-tit {
  margin-bottom: 0.15rem;
}

.sxp li {
  margin: 0.1rem 0;
}

/* 资质 */
.honor li .item .item-pic {
  padding: 0.08rem;
  background: #fff;
  border: 1px solid #eee;
}

.honor li .item .item-pic .bimg {
  height: 2.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honor li .item .item-pic img {
  max-height: 100%;
  display: inline-block;
}

.honor li .item .item-tit {
  background: #ededed;
  padding: 0.15rem 0.2rem;
}

/* 优势 */
.youshi .ys1 {
  margin: 0.15rem 0 0.3rem;
}

.youshi .ys1 .pic1 {
  width: 4.76rem;
}

.youshi .ys1 .pic2 {
  width: 5.76rem;
}

.youshi .ys2 {
  line-height: 1.8;
  color: #3b3b3b;
}

.youshi .ys2 h3 {
  font-size: 0.2rem;
  margin: 0.13rem 0;
}

.youshi .ys2 p {
  line-height: 1.8;
}
.table-auto{
	width:100%;
	margin-bottom:20px;
	overflow-x:auto;
	padding-bottom:6px;
}
.table-auto table{
	border-collapse:collapse;
}
.table-auto table th,td{
	white-space:nowrap;
	padding:3px 5px;
}