.news {
  font-size: 0.16rem;
  padding: 0.7rem 0;
}
.news .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.4rem -0.2rem;
}
.news .bd ul li {
  width: 33.333%;
  padding: 0.4rem 0.2rem;
}
.news .bd ul li a {
  display: block;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.news .bd ul li .pic{
    position: relative;
    overflow: hidden;
}
.news .bd ul li .pic:before{
    content: "";
    display: block;
    padding-top: 63.54%;
}
.news .bd ul li .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .bd ul li a .in {
  padding: 0.3rem 0.35rem;
}
.news .bd ul li a:hover .flex span {
  color: #32bce0;
}
.news .bd ul li a:hover .flex span:after {
  border-color: #32bce0;
}
.news .bd ul li a p {
  color: #666;
  line-height: 0.26rem;
  height: 0.52rem;
  margin: 0.15rem 0 0.3rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .bd ul li a h4 {
  font-size: 0.24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .bd ul li .flex {
  color: #999;
}
.news .bd ul li .flex span {
  font-size: 0.14rem;
}
.news .bd ul li .flex span:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  vertical-align: middle;
  border-width: 1px 1px 0 0;
  border-color: #999;
  margin: -3px 0 0 3px;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
/**/
.notice {
  font-size: 0.16rem;
  padding: 0.7rem 0;
}
.notice .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.16rem;
}
.notice .bd ul li {
  width: 50%;
  padding: 0.16rem;
}
.notice .bd ul li a {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.45rem;
  background: #fff;
}
.notice .bd ul li a:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.notice .bd ul li p {
  line-height: 0.22rem;
  color: #666666;
  margin-top: 0.1rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notice .bd ul li h4 {
  font-size: 0.22rem;
  font-family: Alibaba-PuHuiTi-Medium;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.notice .bd ul li dl {
  margin-left: 0.8rem;
  border-left: 1px solid #ddd;
  padding-left: 0.26rem;
  font-size: 0.18rem;
  color: #888888;
  width: 0.82rem;
  font-family: DINPro;
}
.notice .bd ul li dl dd {
  width: 0.19rem;
  height: 0.05rem;
  margin-top: 0.2rem;
  background: url(../images/2_04.png) center no-repeat;
  background-size: 100% 100%;
}
/**/
.news_hd {
  font-size: 0.16rem;
  padding: 0.7rem 0;
}
.news_hd .flex {
  background: #fff;
}
.news_hd .flex .pic img {
  height: 2.92rem;
}
.news_hd .flex .bd {
  padding: 0 10%;
}
.news_hd .flex p {
  line-height: 0.26rem;
  color: #666;
  margin: 0.2rem 0 0.35rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_hd .flex h4 {
  font-size: 0.24rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: Alibaba-PuHuiTi-Medium;
}
.news_hd .flex .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_hd .flex .data a {
  font-size: 0.14rem;
}
.news_hd .flex .data a:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  vertical-align: middle;
  margin: -3px 0 0 5px;
  border-width: 1px 1px 0 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
/**/
.videonews {
  padding: 0.7rem 0;
  font-size: 0.2rem;
}
.videonews .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.18rem;
}
.videonews .bd ul li {
  width: 33.333%;
  padding: 0.18rem;
  line-height: 0.9rem;
}
.videonews .bd ul li a {
  display: block;
  border: 1px solid #ddd;
}
.videonews .bd ul li p {
  margin: 0 0.2rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.videonews .bd ul li .pic:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(../images/news_04.png) center no-repeat;
  background-size: 0.34rem auto;
  display: none;
}
.videonews .bd ul li:hover .pic:after {
  opacity: 1;
}
/**/
.company {
  font-size: 0.16rem;
  padding: 0.7rem 0;
}
.company .one .flex {
  background: #fff;
  padding: 0.4rem;
}
.company .one span {
  font-family: Alibaba_PuHuiTi__SemiBold;
  font-size: 0.18rem;
}
.company .one .tabtitle {
  display: flex;
  flex-wrap: wrap;
}
.company .one .tabtitle li {
  margin-left: 0.4rem;
}
.company .one a {
  display: inline-block;
  line-height: 0.28rem;
  padding: 0 0.1rem;
  font-family: Alibaba-PuHuiTi-Regular;
}
.company .one .on a {
  color: #fff;
  background: #20242b;
}
.company .two {
  margin-top: 0.5rem;
}
.company .two .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.3rem -0.16rem;
}
.company .two .bd ul li {
  width: 33.333%;
  padding: 0.3rem 0.16rem;
}
.company .two .bd ul li .pic{
    position: relative;
    overflow: hidden;
    text-align: center;
    width:100%;
    
}
.company .two .bd ul li .pic img{
    width: auto;
}
.company .two .bd ul li .pic:before{
    content: "";
    display: block;
    padding-top: 53.3%;
}
.company .two .bd ul li .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company .two .bd ul a {
    height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.company .two .bd ul dl {
  padding: 0.25rem 0.35rem;
  width: 100%;
}
.company .two .bd ul dl dd {
  display: flex;
  justify-content: space-between;
  color: #666666;
  margin-top: 0.15rem;
  border-top: 1px solid #ddd;
  padding-top: 0.15rem;
}

.company .two .bd ul dl dt {
  font-size: 0.2rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/**/
.zuzhi {
  font-size: 0.16rem;
  background: url(../images/4_02.jpg) top center no-repeat;
  background-size: 100% auto;
}
.zuzhi .bd {
  text-align: center;
  padding: 0.6rem 0 1.3rem;
}
.zuzhi .bd h2 {
  font-size: 0.36rem;
  font-family: Alibaba_PuHuiTi__SemiBold;
}
.zuzhi .bd p {
  line-height: 0.31rem;
  width: 88%;
  margin: 0.5rem auto 1rem;
  font-family: Alibaba-PuHuiTi-Regular;
}
/**/
#allmap {
  height: 5.7rem;
}
.contentus {
  font-size: 0.16rem;
  padding: 0.7rem 0;
}
.contentus .bd {
  background: #fff;
  display: flex;
  padding: 0.8rem 1.25rem;
}
.contentus .bd ul {
  line-height: 0.35rem;
  margin: 0.3rem 0 0.4rem;
  font-family: Alibaba-PuHuiTi-Regular;
}
.contentus .bd h2 {
  font-size: 0.32rem;
  font-family: Alibaba_PuHuiTi__SemiBold;
}
.contentus .bd h4 {
  font-family: Alibaba-PuHuiTi-Medium;
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
}
.contentus .bd .code {
  display: flex;
  align-items: center;
  margin-right: 0.35rem;
}
.contentus .bd .code .img {
  border: 1px solid #ddd;
  margin-right: 0.15rem;
  padding: 0.1rem;
  display: flex;
}
.contentus .bd .code img {
  width: 0.94rem;
}
.contentus .bd h3 {
  font-size: 0.26rem;
  margin-bottom: 0.3rem;
  font-family: Alibaba-PuHuiTi-Regular;
}
.contentus .bd .box .input {
  width: 100%;
  height: 0.5rem;
  font-size: 0.14rem;
  background: #f3f4f5;
  margin-bottom: 0.1rem;
  padding-left: 0.3rem;
}
.contentus .bd .box .flex_item + .flex_item {
  margin-left: 0.1rem;
}
.contentus .bd .box textarea {
  width: 100%;
  padding: 0.15rem 0.3rem;
  font-size: 0.14rem;
  background: #f3f4f5;
  resize: none;
  font-size: 0.14rem;
  display: block;
  font-family: inherit;
  height: 1.63rem;
}
.contentus .bd .btn {
  width: 1.8rem;
  height: 0.55rem;
  margin-top: 0.1rem;
  font-size: 0.2rem;
  background: #303338;
  color: #fff;
}
/**/
.joinus {
  font-size: 0.16rem;
  padding: 0.5rem 0 0.7rem;
}
.joinus .bd dd {
  line-height: 0.3rem;
  padding: 0.3rem;
  display: none;
  border: 1px solid #eee;
}
.joinus .bd ul {
  padding: 0.15rem 0;
}
.joinus .bd .flex {
  cursor: pointer;
}
.joinus .bd dl.on dd {
  display: block;
}
.joinus .flex {
  text-align: center;
  font-size: 0.18rem;
  background: #f3f4f6;
  height: 0.75rem;
  border: 1px solid #eee;
  font-family: Alibaba-PuHuiTi-Medium;
}
.joinus .flex .side {
  width: 1.5rem;
}
.joinus dl:nth-child(odd) .flex {
  background: #fff;
  border: none;
}
.joinus .hd .flex {
  font-size: 0.2rem;
  border-top: 2px solid #0090d2;
  font-family: Alibaba_PuHuiTi__SemiBold;
}
/**/
.newsitem {
  font-size: 0.16rem;
  padding: 0.7rem 0;
}
.newsitem .info {
  display: flex;
  align-items: flex-start;
}
.newsitem .info .side {
  background: #fff;
  width: 19%;
  padding: 0.3rem;
  margin-left: 0.2rem;
}
.newsitem .info .side li {
  margin-top: 0.2rem;
}
.newsitem .info .side li p {
  margin-top: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsitem .info .side .title {
  text-align: center;
  font-size: 0.22rem;
  font-family: Alibaba-PuHuiTi-Medium;
}
.newsitem .info .hd{
    text-align: center;
}
.newsitem .info .box {
  background: #fff;
  padding: 0.5rem 1rem;
}
.newsitem .info .hd h1 {
  font-size: 0.32rem;
}
.newsitem .info .hd p {
  color: #999999;
  padding: 0.25rem 0;
}
.newsitem .info .bd {
  line-height: 0.29rem;
  padding: 0.4rem 0;
  border-top: 1px solid #dddddd;
}
.newsitem .info .bd video {
    max-width: 100%;
    width: auto;
    height: 6rem;
}
.newsitem .info .bd iframe{
    width: 100%;
    height: 6rem;
}
.newsitem .info .ft,.projectitem  .info .ft {
  font-size: 0.18rem;
  padding-top: 0.3rem;
  justify-content: space-between;
}
.newsitem .info .ft a ,.projectitem .info .ft a {
  color: #999;
}
.newsitem .info .ft .flex_item,.projectitem .info .ft .flex_item {
    display: flex;
    align-items: center;
    flex: none;
    max-width: 40%;
}

.newsitem .info .ft .flex_item a,.projectitem .info .ft .flex_item a {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1;
}
.newsitem .info .ft .next,.projectitem .info .ft .next {
  justify-content: flex-end;
}
.newsitem .info .ft .back,.projectitem .info .ft .back {
  width: 1.23rem;
  height: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ddd;
}
.newsitem .info .ft .back:hover ,.projectitem .info .ft .back:hover {
  color: #fff;
  background: #32bce0;
  border-color: #32bce0;
}
.newsitem .info .ft a:hover,.projectitem .info .ft a:hover {
  color: #32bce0;
}
/**/
.projectitem {
  font-size: 0.16rem;
}
.projectitem .one {
  padding: 0.6rem 0;
}
.projectitem .one .flex {
  background: #fff;
}
.projectitem .one .pic {
  width: 57%;
}
.projectitem .one .pic img {
  height: 3.88rem;
}
.projectitem .one .bd {
  padding: 0 0.6rem;
}
.projectitem .one .bd h3 {
  font-size: 0.24rem;
  font-family: Alibaba-PuHuiTi-Medium;
}
.projectitem .one .ft {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  color: #666666;
  font-size: 0.18rem;
  padding-top: 0.15rem;
}
.projectitem .one .bd p {
  color: #666;
  line-height: 0.26rem;
  height: 1.4rem;
  margin-top: 0.25rem;
  margin-bottom: 0.1rem;
}
.projectitem .two {
  padding: 1rem 0;
}
.projectitem .two .title {
  font-size: 0.26rem;
  font-family: Alibaba-PuHuiTi-Medium;
}
.projectitem .two .info {
  display: flex;
  align-items: flex-start;
}
.projectitem .two .bd {
  line-height: 0.26rem;padding: 0.36rem 0
}
.projectitem .two .bd p {

}
.projectitem .two .side {
  width: 26%;
  margin-left: 8%;
}
.projectitem .two .side li {
  margin-top: 0.36rem;
  line-height: 0.65rem;
  font-size: 0.2rem;
}
.projectitem .two .side li a {
  display: block;
  border: 1px solid #ddd;
}
.projectitem .two .side li p {
  margin: 0 0.2rem;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/**/
.aboutus {
  padding: 0 0 1.5rem;
  font-size: 0.16rem;
  background: url(../images/aboutus_02.jpg) top center no-repeat;
  background-size: 100% auto;
}
.aboutus .one {
  padding: 0.7rem 0 1.5rem;
  display: flex;
  align-items: flex-end;
  font-family: Alibaba-PuHuiTi-Regular;
}
.aboutus .one .pic {
  width: 45%;
  margin-left: 7%;
}
.aboutus .one .hd p {
  line-height: 0.32rem;
  margin-bottom: 0.2rem;
}
.aboutus .one .title {
  font-family: Alibaba_PuHuiTi__SemiBold;
  font-size: 0.36rem;
  padding-bottom: 0.7rem;
}
.aboutus .one ul {
  padding-right: 1rem;
}
.aboutus .one li {
  display: flex;
  padding: 0.4rem 0;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.aboutus .one li:last-child {
  border: none;
}
.aboutus .one li span {
  font-family: DINPro;
  color: #0090d1;
  font-size: 0.5rem;
  vertical-align: top;
  padding-right: 0.1rem;
  font-weight: 500;
}
.aboutus .one li img {
  width: 0.45rem;
}
.aboutus .two {
  background: #fff;
  line-height: 0.34rem;
  font-size: 0.18rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.aboutus .two ul {
  display: flex;
  flex-wrap: wrap;
  height: 3.9rem;
}
.aboutus .two ul li {
  width: 25%;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  justify-content: center;
  padding: 0 0.8rem;
}
.aboutus .two ul li:before {
  content: "";
  height: 4px;
  width: 0;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0090d1;
}
.aboutus .two ul li:hover::before {
  width: 100%;
}
.aboutus .two ul li + li {
  border-left: 1px solid #eee;
}
.aboutus .two ul li dt {
  min-height: 1.2rem;
  font-family: Alibaba-PuHuiTi-Regular;
}
.aboutus .two ul li dd::before {
  content: "";
  display: block;
  background: #0090d1;
  width: 0.26rem;
  height: 0.02rem;
}
.aboutus .two ul li img {
  width: 0.5rem;
  margin-top: 0.35rem;
}
/**/
.honor {
  font-size: 0.18rem;
  padding: 0.7rem 0;
}
.honor .bd {
  position: relative;
  padding-bottom: 0.7rem;
}
.honor .swiper-slide {
  /*height: calc((100% - 30px) / 2);*/
  background: #fff;
}
.honor .swiper {
  /*height: 10rem;*/
}
.honor .bd .pic {
  width: 1.85rem;
  margin: 0 auto;
  border: 1px solid #eee;
}
.honor .bd .pic {
    height: 2.53rem;
}
.honor .bd .box {
  text-align: center;
  padding: 0.48rem 0 0.3rem;
}
.honor .bd .box h3 {
  font-size: 0.2rem;
  margin: 0.2rem 0;
  padding:0 0.2rem;
  display: -webkit-box;
    height: 0.52rem;
    line-height: 0.26rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.honor .bd .box span {
  display: inline-block;
  border: 2px solid #0090d2;
  padding: 0 0.15rem;
  border-radius: 0.36rem;
  line-height: 0.34rem;
  font-family: Alibaba_PuHuiTi__SemiBold;
  display: none;
}
.honor .swiper-pagination,
.honor .swiper-button-prev,
.honor .swiper-button-next {
  position: static;
  width: auto;
  margin: 0;
}
.honor .ft {
  display: flex;
  margin-top: 0.7rem;
  align-items: center;
  justify-content: center;
}
.honor .swiper-button-prev:after,
.honor .swiper-button-next:after {
  display: none;
}
.honor .swiper-button-prev,
.honor .swiper-button-next {
  color: #fff;
  background: #00acd9;
  border-radius: 50%;
  width: 0.42rem;
  height: 0.42rem;
}
.honor .swiper-pagination {
  margin: 0 0.3rem;
}
.honor .swiper-pagination-bullet-active {
  background: #00acd9;
}
/**/
.homepage {
  font-size: 0.16rem;
}
.homepage .banner {
    height: 100vh;
}
.homepage .banner .bd {
  position: absolute;
  left: 0;
  transition: all 0.7s;
  text-align: center;
  color: #fff;
  top: 70%;
  width: 100%;
  transform: translate(0, -50%);
  opacity: 0;
}
.homepage .banner .ani-slide .bd {
  top: 50%;
  opacity: 1;
}
.homepage .banner .swiper{
    height: 100%;
}
.homepage .banner .swiper-pagination {
  bottom: 0.5rem;
}
.homepage .banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 4px;
  height: 4px;
  margin: 0 0.3rem;
  position: relative;
}
.homepage .banner .swiper-pagination-bullet-active:after {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  opacity: 0.5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.homepage .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage .banner h3 {
  font-size: 0.56rem;
  font-family: Alibaba_PuHuiTi__SemiBold;
}
.homepage .banner .btn {
  font-family: Alibaba-PuHuiTi-Medium;
  font-size: 0.18rem;
  color: #fff;
  width: 1.62rem;
  height: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.3rem auto 0;
  border: 1px solid #fff;
  border-radius: 0.55rem;
}
.homepage .banner .btn:hover,
.homepage .two .side .btn:hover {
  background: #32bce0;
  border-color: #32bce0;
}
.homepage .banner .btn i {
  display: inline-block;
  height: 0.08rem;
  width: 0.08rem;
  margin-left: 0.22rem;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.homepage .title {
  display: flex;
  align-items: center;
}
.homepage .title dt {
  display: inline-block;
  font-size: 0.42rem;
  position: relative;
  z-index: 8;
  vertical-align: middle;
  line-height: 0.42rem;
  margin-bottom: -0.4rem;
  background: linear-gradient(45deg, #2a2c7b, #30c1eb); /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 兼容不支持background-clip的浏览器 */
  font-family: Alibaba_PuHuiTi__SemiBold;
}
.homepage .title dd img {
  height: 0.7rem;
}
.homepage .title .more {
  width: 1rem;
  height: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-radius: 0.42rem;
  background-image: linear-gradient(to right, #2a2c7b, #30bfe9);
  padding: 0 0.17rem;
  font-family: Alibaba-PuHuiTi-Regular;
}
.homepage .title .more:hover {
  background: #fff;
  color: #30bfe9;
  transform: translateY(-0.1rem);
  border: 1px solid #30bfe9;
}
.homepage .one {
  padding: 1.3rem 0;
  background: url(../images/homebg_02.jpg) center no-repeat;
  background-size: cover;
}
.homepage .one .bd {
  margin-top: 0.5rem;
}
.homepage .one .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.07rem;
}
.homepage .one .bd ul li {
  width: 33.333%;
  padding: 0.07rem;
}
.homepage .one .bd .box {
  display: block;
  background: #fff;
  padding: 0.35rem;
}
.homepage .one .bd .box:hover .data span {
  color: #32bce0;
}
.homepage .one .bd .box:hover .data span:after {
  border-color: #32bce0;
}
.homepage .one .bd p {
  line-height: 0.26rem;
  color: #666666;
  margin: 0.15rem 0 0.25rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.homepage .one .bd h4 {
  font-size: 0.2rem;
  line-height: 0.36rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .one .bd .data {
  display: flex;
  align-items: center;
  color: #999999;
  font-family: DINPro;
}
.homepage .one .bd .data span {
  color: #999;
  display: flex;
  align-items: center;
}
.homepage .one .bd .data span:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  vertical-align: middle;
  border-width: 1px 1px 0 0;
  border-color: #999;
  margin: 3px 0 0 0.08rem;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.homepage .one .bd .side {
  width: 32.7%;
  margin-left: 0.14rem;
  border: 1px solid #eee;
  background: #fff;
  transition: all 0.3s;
}
.homepage .one .bd .side:hover,
.homepage .one .bd li .box:hover {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.homepage .one .bd .flex {
  align-items: stretch;
  margin-bottom: 0.14rem;
}
.homepage .one .bd dl {
  position: absolute;
  left: 0.35rem;
  right: 0.35rem;
  bottom: 0.3rem;
  color: #fff;
}
.homepage .one .bd dl dd {
  font-size: 0.22rem;
  margin-top: 0.1rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .one .bd .pic img {
  height: 4.01rem;
}
.homepage .one .bd .side h4 {
  margin: 0.2rem 0 0.45rem;
  -webkit-line-clamp: 2;
}
.homepage .one .bd .side p {
  -webkit-line-clamp: 3;
}
.homepage .two {
  padding: 1.3rem 0;
  background: #f7f8fc;
}
.homepage .two .bd {
  display: flex;
  margin-top: 0.5rem;
}
.homepage .two .bd .flex_item {
  background: #fff;
  padding: 0.3rem 0.56rem;
  margin-right: 0.3rem;
}
.homepage .two .bd .flex_item li {
  padding: 0.3rem 0;
}
.homepage .two .bd .flex_item li + li {
  border-top: 1px dashed #ddd;
}
.homepage .lists a:hover .btn {
  color: #32bce0;
}
.homepage .lists a:hover .btn:after {
  border-color: #32bce0;
}
.homepage .lists h4 {
  font-size: 0.2rem;
  line-height: 0.33rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .lists .data {
  color: #888888;
  font-family: DINPro;
  margin: 0.12rem 0;
}
.homepage .lists .btn {
  display: flex;
  align-items: center;
  color: #666;
}
.homepage .lists .btn:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  vertical-align: middle;
  border-width: 1px 1px 0 0;
  border-color: #666;
  margin: 3px 0 0 0.08rem;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.homepage .two .side {
  width: 28%;
  padding: 0.56rem;
  color: #fff;
  background: url(../images/home_23.jpg) center no-repeat;
  background-size: cover;
}
.homepage .two .side h4 {
  -webkit-line-clamp: 2;
}
.homepage .two .side h4 a,
.homepage .two .side .data {
  color: #fff;
}
.homepage .two .side p {
  line-height: 0.29rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 0.5rem 0 0.7rem;
}
.homepage .two .side .btn {
  color: #fff;
  border: 1px solid #fff;
  width: 1.57rem;
  justify-content: space-between;
  height: 0.5rem;
  border-radius: 0.5rem;
  padding: 0 0.26rem;
}
.homepage .two .side .btn:after {
  border-color: #fff;
}
.homepage .three {
  padding: 1.1rem 0;
  background: url(../images/homebg_04.jpg) center no-repeat;
  background-size: cover;
}
.homepage .three .bd {
  margin-top: 0.5rem;
  padding: 0.4rem;
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.homepage .three .pic {
  width: 47%;
  margin-right: 0.4rem;
}
.homepage .three .pic img {
  height: 4.44rem;
}
.homepage .three .bd dl {
  position: absolute;
  left: 0.3rem;
  color: #fff;
  bottom: 0.3rem;
}
.homepage .three .bd dl dd {
  font-size: 0.22rem;
  margin-top: 0.13rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .three ul li {
  padding: 0.19rem 0;
}
.homepage .three ul li + li {
  border-top: 1px solid #eee;
}
.homepage .four {
  padding: 1.3rem 0;
}
.homepage .four .hd {
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
  height: 0.95rem;
  margin-top: 0.5rem;
  justify-content: space-between;
}
.homepage .four .hd .left {
  width: 70%;
  font-family: Alibaba-PuHuiTi-Regular;
}
.homepage .four .hd .left .swiper-slide.on a {
  color: #09afda;
}
.homepage .four .hd .swiper-button-next,
.homepage .four .hd .swiper-button-prev {
  position: static;
  color: #09afda;
  margin: 0;
}
.homepage .four .hd .swiper-button-next:after,
.homepage .four .hd .swiper-button-prev:after {
  font-size: 0.2rem;
}
.homepage .four .hd .side {
  display: flex;
  align-items: center;
}
.homepage .four .hd .side i {
  display: block;
  margin: 0 0.1rem;
  border-left: 2px solid #09afda;
  height: 0.14rem;
}
.homepage .four .bd {
  margin-top: 0.55rem;
  font-size: 0.24rem;
}
.homepage .four .bd .swiper-slide {
  width: 60%;
}
.homepage .four .bd .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 49, 107, 0.5);
  z-index: 9;
}
.homepage .four .bd .swiper-slide-active::before {
  display: none;
}
.homepage .four .bd .swiper-slide-active dl {
  opacity: 1;
}
.homepage .four .bd .swiper-slide a{
    display: block;
    position: relative;
}
.homepage .four .bd .swiper-slide a:before{
    content: "";
    display: block;
    padding-top: 44.133%;
}
.homepage .four .bd .swiper-slide a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepage .four .bd dl {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  width: 100%;
  opacity: 0;
  padding: 0.3rem;
  background-image: linear-gradient(
    to bottom,
    rgba(34, 34, 34, 0),
    rgba(34, 34, 34, 0.9),
    rgba(34, 34, 34, 1)
  );
}
.homepage .four .bd .swiper-button-next,
.homepage .four .bd .swiper-button-prev {
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}
.homepage .four .bd .swiper-button-next::after,
.homepage .four .bd .swiper-button-prev::after {
  display: none;
}
.homepage .four .bd .swiper-button-next {
  right: 10%;
}
.homepage .four .bd .swiper-button-prev {
  left: 10%;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  display: none;
  z-index: 999;
}

.modal-body  {
    /*width: 94%;*/
    /*height: 50%;*/
        width: 85%;
    height: 76%;
    margin-top: 0;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modal-body .video {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 0.1rem;
}
.modal-body .close {
  position: absolute;
  top: 0;
  right: -0.4rem;
  z-index: 9;
  cursor: pointer;
  color: #fff;
  line-height: 0.5rem;
  font-size: 0.5rem;
}

span.page-num{display:none}

a.page-num-current{  background-color: #2a2c7b;
  color: #fff;}
  
  .nosearch{
      text-align: center;
    margin-top: 0.5rem;
    font-size: 0.2rem;
  }
  
  .searchbox .icon{
      background: url("../images/head_search.png") no-repeat 0 0;
      background-size:contain ;
      display: block;
    width: 30px;
    height: 30px;
    margin-left: 1rem;
    transition: all 0.3s;
    cursor: pointer;
  }
  .header:hover  .searchbox .icon, .header.on  .searchbox .icon{
      background-image: url("../images/head_searchac.png")
  }
 
  .formbox {
    position: absolute;
    display: none;
    right: 0.75rem;
    top: 1.15rem;
    width: 3rem;
    background: #fff;
    border-radius: 0.3rem;
    overflow: hidden;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
    }
    .formbox input{
        display: block;
        line-height: 0.5rem;
        width: 100%;
        padding:0 0.2rem;
    }