a {
  text-decoration: none;
  /* -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; */
}
a:hover {
  text-decoration: none;
  color:#0caeea;
}
.color-text{
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(to bottom,#86bc42, #66c9d6, #15b0e9);
  background-clip: text;
}
.color-bg{
  background-image: linear-gradient(to bottom,#e0fbff, #15b0e9, #15b0e9);
}
.scale-img img { -webkit-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }
.scale-img:hover img { -webkit-transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); }
.wrap {
  width: 14rem;
  margin: 0 auto;
}
.head-top {
  height: 0.37rem;
  line-height: 0.37rem;
  background: radial-gradient(#0093dd 0%, #5cc1cf 80%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.head-top .inner {
  display: flex;
  justify-content: space-between;
  height: 0.37rem;
}
.head-top .inner p {
  font-size: 0.16rem;
  color: #ffffff;
}
.head-top .inner .right {
  display: flex;
}
.head-top .inner .right span {
  color: #ffffff;
}
.head-top .inner .right span a {
  padding: 0 0.1rem;
  font-size: 0.16rem;
  color: #ffffff;
}
header {
  background-color: #ffffff;
  height: 1.24rem;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.placeholder {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  height:1.24rem;
}
header.scroll{
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  top:0;
  height:0.87rem;
}
header.scroll .head-top{
  opacity: 0;
  height: 0;
  overflow: hidden;
}
header .inner {
  display: flex;
  height: 0.87rem;
  align-items: center;
  justify-content: space-between;
  position:relative;
}
header .inner .logo {
  width: 2.51rem;
}
header .inner .logo a {
  display: inline-block;
}
header .inner .logo a img {
  width: 100%;
}
header .inner .nav ul {
  width: 8.8rem;
  display: flex;
  justify-content: space-between;
}
header .inner .nav ul li {
  position: relative;
}
header .inner .nav ul li>a {
  font-weight: bold;
  font-size: 0.18rem;
  color: #000000;
  padding: 0 0.05rem;
  text-decoration: none;;
  line-height: 50px;
  display: inline-block;
}
header .inner .nav ul li>a:hover {
  color: #00a0e9;
  border-bottom:2px solid #5cc1cf;
}
header .inner .nav ul li .sub-nav{
}
header .inner .nav ul li.active>a {
  color: #00a0e9;
  border-bottom: 2px solid #5cc1cf;
}
header .nav .sub-nav{box-sizing: content-box;min-width:100%;position:absolute; top:92%;left:50%;background:rgba(255,255,255,.96); border-radius:5px;padding:15px 15px;opacity:0; pointer-events:none; transition:all .3s;box-shadow:0 5px 20px rgba(0,0,0,.2);-webkit-transform: translate(-50%,10px); transform: translate(-50%,10px);}
header .nav .sub-nav:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent rgba(255,255,255,.96);}
header .nav .sub-nav p:not(:last-of-type){border-bottom:1px solid #ddd}
header .nav .sub-nav a{display:block;position:relative;font-size:.16rem;white-space: nowrap;color: #333; padding:15px 0; transition:0.3s all; text-align: center; }
header .nav .sub-nav a:before{content:"";position:absolute;top:7px;bottom:7px;left:-15px;width:3px;background: #00a0e9;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);transition:0.3s all;}
header .nav .sub-nav a.active,header .nav .sub-nav a:hover{color:#00a0e9}
header .nav .sub-nav a.active:before,header .nav .sub-nav a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
header .nav .sub-nav.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }

header .inner .top-search img {
  cursor: pointer;
}
header .inner .search img {
  width: 0.26rem;
}
#search {display:none; position: absolute; top: 0.87rem; left: 0; width: 100%; width: 1140px; z-index: 999; left: 50%; transform: translateX(-50%); }
#search .search_box {  box-sizing: content-box; float: right; width: 50%; margin: 0 auto; display: flex; height: 50px; padding: 20px; border-radius: 0 0 5px 5px; background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
#search .search_box button {cursor:pointer; width: 80px; height: 50px; line-height: 50px; border: none; background-color: #00aaed;color:#fff; }
#search .search_box input { background-color: #f8f8f8; height: 50px; line-height: 50px; flex: 1; border: none;padding:0 10px; }
#search .search_box input:focus::-webkit-input-placeholder { color:#bbb;}

.banner-box {
  height: 7.8rem;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.banner-box .banner-img{
  height:100%;
  position: absolute;
  overflow: hidden;
  width:100%;
}
.banner-box .banner-text {
  height: 7.8rem;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.banner-box .banner-text h1 {
  font-weight: bold;
  font-size: 0.62rem;
  color: #09adeb;
  text-align: center;
  margin-bottom: 0.2rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(to bottom, #50e6fa, #50e6fa, #0081cc, #0081cc);
  background-clip: text;
}
.banner-box .banner-text h1::after {
  content: '';
  display: block;
  border-bottom: 0.05rem solid #fff;
  width: 1.58rem;
  margin-top: 0.2rem;
  position: relative;
  left: 1.8rem;
}
.banner-box .banner-text h3 {
  font-size: 0.31rem;
  color: #ffffff;
  line-height: 26px;
}

.banner-box img{  position: absolute;left: 0;top:0;height:100%; width: 100%; display: block; opacity: 1; -webkit-animation: picMove 3s ease; animation: picMove 3s ease; }
@-webkit-keyframes picMove {
  0% { -webkit-transform: scale(1.05); transform: scale(1.05) }
  100% { -webkit-transform: scale(1); transform: scale(1) }
}

@keyframes picMove {
  0% { -webkit-transform: scale(1.05); transform: scale(1.05) }
  100% { -webkit-transform: scale(1); transform: scale(1) }
}



.banner-box .list {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 33;
}
.banner-box .list ul {
  display: flex;
  /* justify-content: space-between; */
}
.banner-box .list ul li {
  font-size: 0.2rem;
  height: 0.66rem;
  line-height: 0.66rem;
  color: #ffffff;
  width: 100%;
  text-align: center;
  border-right: 1px solid #ddd;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.banner-box .list ul li a{
  font-size: 0.2rem;
  color:#fff;
  display: block;
}
.banner-box .list ul li:hover{
  background: radial-gradient(#000000 0%, #00a0e9 0%, #66c9d6 84%);
}
.banner-box .list ul .active {
  background: radial-gradient(#000000 0%, #00a0e9 0%, #66c9d6 84%);
}

.swiper-pagination-gh{  position:static; margin-top:1em; display:none}
#swiper-pagination-index-banner{  left:30%; width:40%; bottom:6%;    display: flex;
  justify-content: space-between;}
.index-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{  margin:0;flex:1;    text-align: center;border-bottom: 1px solid #ddd;}
.index-banner .swiper-pagination-bullet{ background:none; text-align:right; font-size:20px; font-weight:bold; position:relative;  height:25px; background-position:bottom; background-repeat:repeat-x; background-image:url(../images/index/img18.png);  opacity:1;border-radius:0; color:#fff;}
.index-banner .swiper-pagination-bullet-active{  color:#1a6ec9}
.index-banner .swiper-pagination-bullet:after,.index-banner .swiper-pagination-bullet i{ bottom:-1px; left:0; height:1px;background-color:#1a6ec9; width:0;  content:"";  position: absolute;/*transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;*/}

.group-overview .banner-box {
  background: url('../images/banner04.jpg') no-repeat;
  background-size: 100% 100%;
}

.brief-content {
  background-color: #f8f8f8;
  padding-top: 0.65rem;
  padding-bottom: 0.86rem;
}
.brief-content .inner .tit {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.brief-content .inner h1 {
  font-size: 0.45rem;
  color: #212020;
  text-align: center;
  border-bottom: 0.08rem solid #66c9d6;
  display: flex;
  justify-content: center;
  padding: 0 0.18rem;
  padding-bottom: 0.21rem;
  width: 2.4rem;
  position: relative;
}
.brief-content .inner h1::after{
  content: " ";
  display: inline-block;
  height: 0.08rem;
  background: #006bb9;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: -0.08rem;
}
.brief-content .inner h1::before{
  content: " ";
  display: inline-block;
  height: 0.08rem;
  background: #66c9d6;
  width: 50%;
  position: absolute;
  left: 0;
  bottom: -0.08rem;
}
.brief-content .inner .module-box {
  display: flex;
  justify-content: space-between;
}
.brief-content .inner .module-box .left .title {
  margin-bottom: 0.57rem;
}
.brief-content .inner .module-box .left .title h2 {
  font-size: 0.39rem;
  color: #000000;
  margin-bottom: 0.15rem;
}
.brief-content .inner .module-box .left .title span {
  display: inline-block;
  background-color: #00a0e9;
  width: 0.73rem;
  height: 0.06rem;
}
.brief-content .inner .module-box .left .text {
  width: 7.29rem;
  font-size: 0.16rem;
  color: #4a4a4a;
  line-height: 0.31rem;
  text-indent: 2em;
}
.brief-content .inner .module-box .left .data {
  margin-top: 0.6rem;
  position: relative;
  left: 1.2rem;
  background-color: #fff;
  border-radius: 0.05rem;
  z-index: 10;
}
.brief-content .inner .module-box .left .data .list {
  width: 8rem;
  padding: 0.3rem 0.8rem;
  box-shadow: 0px 0px 0.67rem 0px #c0c0c0;
  display: flex;
  justify-content: space-between;
  border-radius: 0.05rem;
}
.brief-content .inner .module-box .left .data .list .item h3 {
  font-size: 0.52rem;
  color: #ffae1f;
}
.brief-content .inner .module-box .left .data .list .item h3 span {
  font-size: 0.16rem;
  color: #020202;
}
.brief-content .inner .module-box .left .data .list .item p {
  font-size: 0.16rem;
  color: #020202;
}
.brief-content .inner .module-box .right {
  z-index: 8;
  position: relative;
}
.brief-content .inner .module-box .right .image {
  width: 6.01rem;
  height: 6.83rem;
}
.brief-content .inner .module-box .right .image img {
  z-index: 8;
  width: 100%;
}
.base-info {
  background-color: #fff;
  position: relative;
  padding-bottom: 1rem;
}
.base-info .inner {
  /* display: flex;
  justify-content: right; */
  overflow: hidden;
}
.base-info .inner .inner-box {
  background-image: linear-gradient(to top, #0070be 0%, #5cc1cf 100%);
  width: 11.58rem;
  height: 5.14rem;
  padding-left: 2.73rem;
  padding-top: 0.5rem;
  float: right;
}
.base-info .inner .title {
  margin-bottom: 0.57rem;
}
.base-info .inner .title h2 {
  font-size: 0.39rem;
  color: #000000;
  margin-bottom: 0.15rem;
}
.base-info .inner .title span {
  display: inline-block;
  background-color: #00a0e9;
  width: 0.73rem;
  height: 0.06rem;
}
.base-info .inner .text h4 {
  font-size: 0.24rem;
  color: #ffffff;
  margin-bottom: 0.12rem;
}
.base-info .inner .text .p {
  width: 6.58rem;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.31rem;
}
.base-info .image {
  position: absolute;
  top: 0.35rem;
  width: 9.62rem;
  height: 5.39rem;
}
.base-info .image img {
  width: 100%;
}
.scale-box {
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}
.scale-box .wrap .inner {
  background-color: #fff;
  padding: 0.45rem 0.36rem;
  display: flex;
  justify-content: space-between;
}
.scale-box .wrap .inner .left .title {
  margin-bottom: 0.57rem;
}
.scale-box .wrap .inner .left .title h2 {
  font-size: 0.39rem;
  color: #000000;
  margin-bottom: 0.15rem;
}
.scale-box .wrap .inner .left .title span {
  display: inline-block;
  background-color: #00a0e9;
  width: 0.73rem;
  height: 0.06rem;
}
.scale-box .wrap .inner .left .text {
  font-size: 0.16rem;
  color: #4a4a4a;
  line-height: 0.31rem;
  padding-right: 0.36rem;
  text-indent: 2em;
  text-align: justify;
}
.scale-box .wrap .inner .right .image {
  width: 6.73rem;
}
.scale-box .wrap .inner .right .image img {
  width: 100%;
}
footer {
  background: url('../images/footer-bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 0.42rem 0 0.2rem 0;
}
footer .inner .logo {
  border-bottom: 2px solid #68bccb;
  padding-bottom: 0.2rem;
  margin-bottom: 0.3rem;
}
footer .inner .logo img {
  width: 4.17rem;
}
footer .inner .foot-center {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
}
footer .inner .foot-center ul {
  display: flex;
  justify-content: space-between;
}
footer .inner .foot-center ul li .item h3 {
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.2rem;
}
footer .inner .foot-center ul li .item .a-list a {
  display: block;
  font-size: 0.14rem;
  color: #ededed;
  line-height: 0.31rem;
}
footer .inner .foot-center ul li .item .select-box .select-tit {
  width: 3.31rem;
  height: 0.37rem;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.15rem;
  padding-right: 0.2rem;
  background: #006bb9;
}
footer .inner .foot-center ul li .item .select-box .select-tit select{
  background: transparent;
  border: none;
  color: #fff;
  font-size: 0.16rem;
  width: 100%;
}
footer .inner .foot-center ul li .item .select-box .select-tit p {
  font-size: 0.16rem;
  color: #fff;
}
footer .inner .foot-center ul li .item .select-box .select-tit img {
  width: 0.22rem;
  height: 0.21rem;
}
footer .inner .foot-center ul li .item .select-box .ewm-box {
  display: flex;
  justify-content: space-between;
}
footer .inner .foot-center ul li .item .select-box .ewm-box .ewm {
  width: 1.55rem;
  text-align: center;
  margin-right: 15px;
}
footer .inner .foot-center ul li .item .select-box .ewm-box .ewm img {
  width: 100%;
}
footer .inner .foot-center ul li .item .select-box .ewm-box .ewm p {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.16rem;
}
footer .inner .copyright {
  display: flex;
  justify-content: space-between;
  padding-top: 0.1rem;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.23rem;
}
.business-area {
  background: url('../images/banner04.png') no-repeat;
  background-size: 100% 100%;
}
.financing-box {
  padding-top: 0.7rem;
  margin-bottom: 1.28rem;
}
.financing-box .inner .title {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.financing-box .inner .title h1 {
  font-size: 0.45rem;
  color: #212020;
  text-align: center;
  border-bottom: 0.08rem solid #66c9d6;
  display: flex;
  justify-content: center;
  padding: 0 0.2rem;
  padding-bottom: 0.21rem;
  position: relative;
}
.financing-box .inner .title h1::after{
  content: " ";
  display: inline-block;
  height: 0.08rem;
  background: #006bb9;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: -0.08rem;
}
.financing-box .inner .title h1::before{
  content: " ";
  display: inline-block;
  height: 0.08rem;
  background: #66c9d6;
  width: 50%;
  position: absolute;
  left: 0;
  bottom: -0.08rem;
}
.financing-box .inner .content {
  display: flex;
}
.financing-box .inner .content .left {
  flex: 1;
}
.financing-box .inner .content .left .tit {
  margin-bottom: 0.44rem;
}
.financing-box .inner .content .left .tit h2 {
  font-size: 0.39rem;
  color: #000000;
  margin-bottom: 0.15rem;
}
.financing-box .inner .content .left .tit h3 {
  font-size: 0.22rem;
  color: #000000;
  margin-bottom: 0.28rem;
}
.financing-box .inner .content .left .tit span {
  display: inline-block;
  background-color: #00a0e9;
  width: 0.73rem;
  height: 0.06rem;
}
.financing-box .inner .content .left .text {
  padding-right: 0.47rem;
}
.financing-box .inner .content .left .text p:nth-of-type(1) {
  font-size: 0.23rem;
  color: #00a0e9;
  line-height: 0.26rem;
  margin-bottom: 0.44rem;
}
.financing-box .inner .content .left .text p:nth-of-type(2) {
  font-size: 0.16rem;
  color: #4a4a4a;
  line-height: 0.31rem;
  text-indent: 2em;
  text-align: justify;
}
.financing-box .inner .content .left .text2 {
  width: 6.75rem;
  padding-right: 0.47rem;
}
.financing-box .inner .content .left .text2 p {
  font-size: 0.16rem;
  color: #4a4a4a;
  line-height: 0.31rem;
}
.financing-box .inner .content .right  {
  width: 50%;
  margin-left: 30px;
}
.financing-box .inner .content .right .image {
  width: 100%;
}
.financing-box .inner .content .right .image img {
  width: 100%;
}
.group-projects .inner .title {
  margin-bottom: 0.44rem;
}
.group-projects .inner .title h2 {
  font-size: 0.39rem;
  color: #000000;
  margin-bottom: 0.15rem;
}
.group-projects .inner .title span {
  display: inline-block;
  background-color: #00a0e9;
  width: 0.73rem;
  height: 0.06rem;
}
.group-projects .inner .title a {
  float:right;
}
.group-projects .inner .project-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.24rem;
}
.group-projects .inner .project-list .item {
  width: 4.43rem;
  position: relative;
}
.group-projects .inner .project-list .item .image img {
  width: 100%;
}
.group-projects .inner .project-list .item .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.group-projects .inner .project-list .item .text p {
  height: 0.38rem;
  line-height: 0.38rem;
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.content-map{
  padding:40px 0;
}
.content-map img{
  width:100%;
}
.information-box {
  background: url('../images/banner04.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.66rem;
}
.information-box .list ul li {
  width: 3.5rem;
}
.notice-box .inner .title {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.notice-box .inner .title h1 {
  font-size: 0.45rem;
  color: #212020;
  text-align: center;
  border-bottom: 0.08rem solid #66c9d6;
  display: flex;
  justify-content: center;
  padding: 0 0.2rem;
  padding-bottom: 0.21rem;
  position: relative;
}
.notice-box .inner .title h1::after{
  content: " ";
  display: inline-block;
  height: 0.08rem;
  background: #006bb9;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: -0.08rem;
}
.notice-box .inner .title h1::before{
  content: " ";
  display: inline-block;
  height: 0.08rem;
  background: #66c9d6;
  width: 50%;
  position: absolute;
  left: 0;
  bottom: -0.08rem;
}
.notice-box .inner .content .notice-list .notice-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0.2rem 0.1rem 0.1rem;
  margin-bottom: 0.35rem;
  border: 1px solid #f3f3f3;
  transition: all 0.5s;
}
.notice-box .inner .content .notice-list .notice-item>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.notice-box .inner .content .notice-list .notice-item:hover {
  box-shadow: 0px 0px 20px 0px #eee;
  padding: 0.1rem 0.25rem 0.1rem 0.1rem;
}
.notice-box .inner .content .notice-list .notice-item:hover .date {
  background: radial-gradient(#000000 0%, #00a0e9 0%, #66c9d6 84%);
}
.notice-box .inner .content .notice-list .notice-item:hover .date p {
  color: #fff;
}
.notice-box .inner .content .notice-list .notice-item:hover .date span {
  color: #fff;
}
.notice-box .inner .content .notice-list .notice-item:hover .text h5 {
  color: #5cc9eb;
}
.notice-box .inner .content .notice-list .notice-item .date {
  width: 1.51rem;
  height: 1.15rem;
  text-align: center;
  padding-top: 0.2rem;
  background-color: #f2f2f2;
  transition: all 0.5s;
}
.notice-box .inner .content .notice-list .notice-item .date p {
  font-size: 0.26rem;
  color: #767676;
  line-height: 0.26rem;
  margin-bottom: 0.1rem;
}
.notice-box .inner .content .notice-list .notice-item .date span {
  font-size: 0.18rem;
  color: #767676;
  line-height: 0.26rem;
}
.notice-box .inner .content .notice-list .notice-item .text {
  width: 10rem;
}
.notice-box .inner .content .notice-list .notice-item .text h5 {
  font-size: 0.23rem;
  color: #4d4d4d;
  margin-bottom: 0.16rem;
}
.notice-box .inner .content .notice-list .notice-item .text p {
  font-size: 0.18rem;
  color: #767676;
}
.notice-box .inner .content .notice-list .notice-item .details span {
  font-size: 0.21rem;
  color: #767676;
  margin-right: 0.12rem;
}
.notice-box .inner .content .notice-list .notice-item .details img {
  width: 0.4rem;
}
.page-number {
  margin-top: 0.9rem;
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: center;
}
.page-number ul {
  display: flex;
  align-items: center;
}
.page-number ul li {
  margin: 0 0.1rem;
}
.page-number ul li a {
  display: inline-block;
  font-size: 0.14rem;
  color: #000000;
  border: 1px solid;
  padding: 0.1rem;
  border-radius: 0.04rem;
}
.page-number ul .active a {
  background-color: #4fb2bf;
  color: #fff;
  border: none;
}
.news-center {
  background: url('../images/banner04.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.66rem;
}
.news-center .list ul li {
  width: 100%;
  font-size: 0.20rem;
}
.news-center .list ul li a{
  width:100%;
  font-size: 0.20rem;
  display: block;
}
.group-news .inner .title {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.group-news .inner .title h1 {
  font-size: 0.45rem;
  color: #212020;
  text-align: center;
  border-bottom: 0.08rem solid #66c9d6;
  display: flex;
  justify-content: center;
  padding: 0 0.2rem;
  padding-bottom: 0.21rem;
  position: relative;
}
.group-news .inner .title h1::after{
  content: " ";
  display: inline-block;
  height: 0.08rem;
  background: #006bb9;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: -0.08rem;
}
.group-news .inner .title h1::before{
  content: " ";
  display: inline-block;
  height: 0.08rem;
  background: #66c9d6;
  width: 50%;
  position: absolute;
  left: 0;
  bottom: -0.08rem;
}
.group-news .inner .content .news-first {
  box-shadow: 0px 0px 20px 0px #eee;
  padding: 0.15rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
  transition: 0.5s;
}
.group-news .inner .content .news-first:hover {
  box-shadow: 0px 0px 30px 0px #bbb;
}
.group-news .inner .content .news-first>a {
  display: flex;
  align-items: center;
}
.group-news .inner .content .news-first>a:hover .right .tit p ,
.group-news .inner .content .news-first>a:hover .right .tit h3 {
  color:#00a0e9
}
.group-news .inner .content .news-first .left {
  width: 7.2rem;
}

.group-news .inner .content .news-first .left img {
  width: 100%;
}
.group-news .inner .content .news-first .right {
  margin-left: 0.5rem;
  width: 5.97rem;
  padding-right: 0.2rem;
}
.group-news .inner .content .news-first .right .tit {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.2rem;
}
.group-news .inner .content .news-first .right .tit p {
  font-size: 0.18rem;
  color: #000000;
}
.group-news .inner .content .news-first .right .tit h3 {
  font-weight: bold;
  font-size: 0.31rem;
  color: #000000;
}
.group-news .inner .content .news-first .right .text p {
  font-size: 0.18rem;
  color: #767676;
  line-height: 0.26rem;
}
.group-news .inner .content .news-first .right .more {
  margin-top: 0.2rem;
}
.group-news .inner .content .news-first .right .more {
  color: #767676;
  display: block;
  width: 1.7rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: 0.5s;
}
.group-news .inner .content .news-first .right .more:hover {
  background-color: #0994cb; color: #fff; 
}
.group-news .inner .content .news-list .news-item {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #eee;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  transition: 0.5s;
}
.group-news .inner .content .news-list .news-item:hover {
  box-shadow: 0px 0px 20px 0px #bbb;
}
.group-news .inner .content .news-list .news-item>a {
  display: flex;
  align-items: center;
}
.group-news .inner .content .news-list .news-item>a:hover .right p ,
.group-news .inner .content .news-list .news-item>a:hover .right h4 {
  color:#00a0e9
}
.group-news .inner .content .news-list .news-item .left {
  width: 4.38rem;
  margin-right: 0.5rem;
}
.group-news .inner .content .news-list .news-item .left img {
  width: 100%;
}
.group-news .inner .content .news-list .news-item .right {
  width: 8rem;
  padding-top: 0.2rem;
}
.group-news .inner .content .news-list .news-item .right h4 {
  font-size: 0.23rem;
  color: #000000;
  margin-bottom: 0.15rem;
}
.group-news .inner .content .news-list .news-item .right p {
  font-size: 0.18rem;
  color: #767676;
  margin-bottom: 0.4rem;
}
.group-news .inner .content .news-list .news-item .right .time {
  display: flex;
  justify-content: space-between;
}
.group-news .inner .content .news-list .news-item .right .time p {
  font-size: 0.21rem;
  color: #767676;
}
.group-news .inner .content .news-list .news-item .right .time img {
  width: 0.4rem;
  margin-left: 0.3rem;
}
.news-detail-box {
  background: url('../images/banner04.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.66rem;
}
.news-details .inner .link-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.6rem;
}
.news-details .inner .link-menu .link a {
  font-size: 0.23rem;
  color: #828282;
}
.news-details .inner .link-menu .link .active a {
  font-size: 0.23rem;
  color: #30b9e2;
}
.news-details .inner .link-menu .fh {
  display: flex;
  align-items: center;
}
.news-details .inner .link-menu .fh a {
  font-size: 0.23rem;
  color: #828282;
}
.news-details .inner .link-menu .fh img {
  width: 0.28rem;
  margin-left: 0.1rem;
}
.news-details .inner .news-content .title {
  text-align: center;
  margin-bottom: 0.8rem;
}
.news-details .inner .news-content .title h2 {
  font-size: 0.46rem;
  color: #4d4d4d;
  line-height: 0.39rem;
  margin-bottom: 0.26rem;
}
.news-details .inner .news-content .title p {
  font-size: 0.16rem;
  color: #4d4d4d;
}
.news-details .inner .news-content .content {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.62rem;
}
.news-details .inner .news-content .content p {
  font-size: 0.23rem;
  color: #4d4d4d;
  line-height: 0.39rem;
  margin-bottom: 0.2rem;
}
.news-details .inner .news-content .content .content-img img {
  width: 100%;
}
.news-details .inner .news-nav {
  margin-bottom: 0.6rem;
}
.index-banner .swiper-slide {
  position: relative;
}
.index-banner .swiper-slide img{
  width:100%;
}
.index-banner .swiper-slide .pic { height: 100%; position: relative; z-index: 1; }
.index-banner .swiper-slide .pic img { width: 100%; height: 100%; transition: all 3s; transform: scale(1,1); -webkit-transform: scale(1,1); display: block; }
.index-banner .swiper-slide-active .pic img { transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05); transition-delay: 0.3s; }


.index-banner .swiper-slide .slide-text {
  position: absolute;
  top: 50%;
  left: 1.94rem;
  transform: translate(0, -50%);
  z-index: 2;
}
.index-banner .swiper-slide .slide-text h1 {
  font-weight: bold;
  font-size: 0.62rem;
  color: #ffffff;
  line-height: 0.78rem;
  text-shadow: 0.04rem 0px 0.04rem #000000;
  margin-bottom: 0.6rem;
}
.index-banner .swiper-slide .slide-text h2 {
  font-size: 0.47rem;
  color: #ffffff;
  line-height: 0.65rem;
  margin-bottom: 0.2rem;
}
.index-banner .swiper-slide .slide-text .more {
  width: 1.74rem;
  height: 0.47rem;
  text-align: center;
  line-height: 0.47rem;
  background: #00aaed;
  border-radius: 0.2rem;
}
.index-banner .swiper-slide .slide-text .more a {
  color: #fff;
  font-size: 0.23rem;
}
.topline .inner {
  display: flex;
  overflow: hidden;
}
.topline .inner .left {
  width: 4rem;
  background: url('../images/topline.png') no-repeat;
  display: flex;
  height: 0.76rem;
  align-items: center;
  justify-content: center;
}
.topline .inner .left .icon {
  width: 0.71rem;
  margin-right: 0.16rem;
}
.topline .inner .left .icon img {
  width: 100%;
}
.topline .inner .left h3 {
  font-size: 0.31rem;
  color: #ffffff;
}
.topline .inner .right {
  position: relative;
}
.topline .inner .right #news-ticker {
  width: 15.2rem;
  /* 根据需要设置宽度 */
  height: 0.76rem;
  /* 根据需要设置高度 */
  line-height: 0.76rem;
  position: relative;
}
.topline .inner .right #ticker-content {
  width: 100%;
  position: absolute;
  left:10% ;
  /* 初始位置在容器的右侧 */
}
.topline .inner .right #ticker-content ul {
  display: flex;
}
.topline .inner .right #ticker-content ul li {
  margin-right: 0.2rem;
}
.group-index {
  background-color: #f6f4f7;
}
.group-index .bg-box {
  background: url('../images/group-overview-bg.png') no-repeat;
  background-position: right;
  background-size: 9.66rem;
  height: 4.53rem;
}
.group-index .bg-box .inner {
  padding-top: 0.64rem;
}
.group-index .bg-box .inner .text .title {
  margin-bottom: 0.2rem;
}
.group-index .bg-box .inner .text .title h3 {
  font-weight: bold;
  font-size: 0.39rem;
  color: #09adeb;
  padding-left: 0.2rem;
  border-left: 0.08rem solid #66c9d6;
  line-height: 1;
  padding-left: 10px;
}
.group-index .bg-box .inner .text .title h3 span {
  font-size: 0.31rem;
  color: #a3a3a3;
  -webkit-text-fill-color: initial;
}
.group-index .bg-box .inner .text .content p {
  width: 6.47rem;
  font-size: 0.2rem;
  color: #545454;
  line-height: 0.39rem;
  margin-bottom: 0.25rem;
}
.group-index .bg-box .inner .text .content div span {
  font-size: 0.26rem;
  color: #06acec;
  padding-left: 0.15rem;
  border-left: 0.08rem solid #66c9d6;
  margin-right: 0.4rem;
}
.index-news .inner {
  padding: 0.7rem 0;
}
.index-news .inner .title {
  text-align: center;
  margin-bottom: 0.73rem;
}
.index-news .inner .title h1 {
  display: inline-block;
  font-weight: bold;
  font-size: 0.39rem;
  color: #09adeb;
  padding-left: 0.1rem;
  border-left: 0.06rem solid #66c9d6;
  line-height: 1; 
}
.index-news .inner .title h1 span {
  margin-left: 0.14rem;
  font-weight: bold;
  font-size: 0.31rem;
  color: #a2a2a2;
  -webkit-text-fill-color: initial;
}
.index-news .inner .content {
  display: flex;
}
.index-news .inner .content .left {
  flex: 1;
  overflow: hidden;
}
.index-news .inner .content .left .lunbo .swiper2 .swiper-slide {
  position: relative;
}
.index-news .inner .content .left .lunbo .swiper2 .swiper-slide .image {
  height: 5.45rem;
  position: relative;
}
.index-news .inner .content .left .lunbo .swiper2 .swiper-slide .slide-item {
  height: 5.45rem;
  position: relative;
}
.index-news .inner .content .left .lunbo .swiper2 .swiper-slide .slide-item a{
  display: block;
  width:100%;
}
.index-news .inner .content .left .lunbo .swiper2 .swiper-slide .image img {
  height: 100%;
  width: 100%;
  display: block;
}
.index-news .inner .content .left .lunbo .swiper2 .swiper-slide .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(23, 66, 80, 0.6);
}
.index-news .inner .content .left .lunbo .swiper2 .swiper-slide .text p {
  padding: 0.14rem 0.26rem;
  font-size: 0.18rem;
  color: #ffffff;
}
.index-news .inner .content .left .lunbo .swiper2 .swiper-pagination {
    bottom: 0.2rem;
    width: 100px;
    right: 0;
    display: flex;
    justify-content: center;
}
.index-news .inner .content .left .lunbo .swiper2 .swiper-pagination span {
  margin-right:10px;
}
.index-news .inner .content .left .lunbo .swiper2 .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
}
.index-news .inner .content .left .lunbo .swiper2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #66c9d6 !important;
}
.index-news .inner .content .right {
  margin-left:40px;
  width: 40%;
}
.index-news .inner .content .right #tabs {
  width: 100%;
}
.index-news .inner .content .right #tabs .news-tab ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.1rem;
}
.index-news .inner .content .right #tabs .news-tab ul li {
  display: inline-block;
  font-size: 0.26rem;
  position: relative;
  cursor: pointer;
}
.index-news .inner .content .right #tabs .news-tab ul .active {
  font-weight: bold;
}
.index-news .inner .content .right #tabs .news-tab ul .active::after {
  content: '  ';
  width: 1rem;
  height: 0.04rem;
  background-color: #39a1fb;
  margin: 0
                    auto;
  display: block;
  position: absolute;
  bottom: -0.1rem;
}
.index-news .inner .content .right #tabs .news-tab-content {
  padding-top: 0.3rem;
}
.index-news .inner .content .right #tabs .news-tab-content .item {
  display: none;
}
.index-news .inner .content .right #tabs .news-tab-content .current {
  display: block;
}
.index-news .inner .content .right #tabs .news-tab-content .news-list ul li{
  display: flex;
  align-items: center;
}
.index-news .inner .content .right #tabs .news-tab-content .news-list ul li::before {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #6f6f6f;
  margin-top: 0;
  margin-right: 12px;
  overflow: hidden;
}
.index-news .inner .content .right #tabs .news-tab-content .news-list ul li.first::before
{
  display: none;
}
.index-news .inner .content .right #tabs .news-tab-content .news-list ul li a {
  font-size: 0.2rem;
  color: #545454;
  line-height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .inner .content .right #tabs .news-tab-content .news-list ul li a span {
  display: inline-block;
  width: 4rem;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
}
.index-news .inner .content .right #tabs .news-tab-content .news-list ul li:hover a {
  color: #0caeea;
}
.index-news .inner .content .right #tabs .news-tab-content .news-list ul li.first  {
  margin-bottom: 15px;
}
.index-news .inner .content .right #tabs .news-tab-content .news-list ul li.first a {
  display:block;
}
.index-news .inner .content .right #tabs .news-tab-content .news-list ul li.first a span{
  font-weight: bold;
  margin: 0;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.index-news .inner .content .right #tabs .news-tab-content .news-list ul li.first a p{
  color:#999;
  font-size: 0.16rem;
  line-height:0.2rem;
  max-height: 0.4rem;
  overflow: hidden;
}
.index-business .inner {
  padding: 0.65rem 0;
  background: url('../images/index_business_bg.png') no-repeat;
  background-size: 100% 9.29rem;
}
.index-business .inner .title {
  text-align: center;
  margin-bottom: 0.73rem;
}
.index-business .inner .title h1 {
  display: inline-block;
  font-weight: bold;
  font-size: 0.39rem;
  color: #fff;
  padding-left: 0.1rem;
  border-left: 0.06rem solid #fff;
}
.index-business .inner .title h1 span {
  margin-left: 0.14rem;
  font-weight: bold;
  font-size: 0.31rem;
  color: #fff;
}
.index-business .inner .mySwiper {
  width: 100%;
  height: 100%;
}
.index-business .inner .mySwiper .swiper-slide {
  padding: 0 0.15rem;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  width:33.33%;
}
.index-business .inner .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-business .inner .mySwiper .slide-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 4rem;
  width: 100%;
  background-color: #ddd;
}
.index-business .inner .mySwiper .slide-item .image{
  height: 4rem;
  overflow: hidden;
}
.index-business .inner .mySwiper .slide-item span{
  position: absolute;
  top: 10%;
  width: 100%;
  text-align:center;
  color: #0093dd;
  font-size: 0.5rem;
  left: 0;
  font-style: italic;
  font-family: fangsong;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.index-business .inner .mySwiper .slide-item .image img{
  min-height: 100%;
}
.index-business .inner .mySwiper .slide-item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding-top: 0.8rem;
}
.index-business .inner .mySwiper .slide-item .text h3 {
  font-size: 0.52rem;
  color: #0994cb;
  font-style: italic;
}
.index-business .inner .mySwiper .slide-item .text .bottom-txt {
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 0 0.23rem;
  background: url('../images/index_business_text_bg.png') no-repeat;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
  width: 100%;
  height: auto;
  background-size: cover;
}
.index-business .inner .mySwiper .slide-item .text .bottom-txt h4 {
  font-weight: bold;
  font-size: 0.24rem;
  color: #ffffff;
}
.index-business .inner .mySwiper .slide-item .text .bottom-txt p {
  font-size: 0.17rem;
  color: #ffffff;
}
.index-business .inner .more {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.index-business .inner .more span {
  display: block;
  width: 1.57rem;
  text-align: center;
  height: 0.47rem;
  line-height: 0.47rem;
  border: 1px solid #0994cb;
  border-radius: 0.3rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-business .inner .more span a {
  color: #0994cb;
  font-size: 0.15rem;
  display: block;
  width: 100%;
}
.index-business .inner .more span:hover{
  background-color: #0994cb; color: #fff; 
}
.index-business .inner .more span a:hover {  color: #fff; }
.index-article-box {
  margin-top: 1rem;
}
.index-article-box .inner2 {
  display: flex;
  justify-content: space-between;
}
.index-article-box .inner2 .left {
  width: 6.61rem;
}
.index-article-box .inner2 .right {
  width: 6.61rem;
}
.index-article-box .inner2 .article-tab .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.4rem;
}
.index-article-box .inner2 .article-tab .top ul {
  display: flex;
}
.index-article-box .inner2 .article-tab .top ul li {
  width: 1.73rem;
  height: 0.57rem;
  text-align: center;
  line-height: 0.57rem;
  font-size: 0.3rem;
  color: #545454;
  cursor: pointer;

}
.index-article-box .inner2 .article-tab .top ul .active {
  background: #14b0ea;
  background-image: linear-gradient(to bottom,#e0fbff, #15b0e9, #15b0e9);
  font-weight: bold;
}
.index-article-box .inner2 .article-tab .list-inner .content {
  display: none;
}
.index-article-box .inner2 .article-tab .list-inner .content ul li a {
  font-size: 0.2rem;
  color: #545454;
  line-height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-article-box .inner2 .article-tab .list-inner .content ul li a span {
  display: inline-block;
  width: 4rem;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
}
.index-article-box .inner2 .article-tab .list-inner .content ul li:hover a {
  color: #0caeea;
}
.index-article-box .inner2 .article-tab .list-inner .current {
  display: block;
}
.index-project {
  margin-bottom: 0.5rem;
}
.index-project .inner .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.3rem;
}
.index-project .inner .title h1 {
  width: 1.73rem;
  height: 0.57rem;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.57rem;
  background: #14b0ea;
  background-image: linear-gradient(to bottom,#e0fbff, #15b0e9, #15b0e9);
  color: #545454;
  font-weight: bold;
}
.index-project .inner .project-list {
  display: flex;
  justify-content: space-between;
}
.index-project .inner .project-list .list-item {
  position: relative;
  border-radius: 8px;
    overflow: hidden;
}
.index-project .inner .project-list .list-item .image {
  width: 3.31rem;
  height: 2.47rem;
  border-radius: 8px;
  overflow: hidden;
}
.index-project .inner .project-list .list-item .image img {
  width: 100%;
  height: 100%;
}
.index-project .inner .project-list .list-item p {
  position: absolute;
  bottom: 0;
  width: 3.31rem;
  padding: 0.08rem 0.1rem;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.16rem;
}
.index-agency {
  padding: 0.12rem 0;
  background-color: #f2f6f9;
}
.index-agency .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-agency .inner ul li {
  font-size: 0.2rem;
  color: #545454;
  padding: 0;
  background-position: right;
  background-size: 0.16rem;
  width: 33.33%;
}
.index-agency .inner ul li select {
  font-size: 0.2rem;
  color: #545454;
  border: none;
  background: transparent;
  padding: 0;
  outline: none;
  width: 100%;
}

.m-panel{display: none;}
.pc-panel{display: block;}
.swiper-button-prev{left:30px;}
.swiper-button-next{right: 30px;}

@media screen and (max-width:1300px){
  body{font-size:14px;}
  a{font-size:14px;}
	header{display: none;}
	.m-panel{display: block;}
	.pc-panel{display: none;}
  .m-header .inner{
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    position: relative;
  }
  
  .wrap{width:100%;}
  .m-header .inner .logo{
    flex:1;
  }
  .m-header .inner .logo img{
    max-width:100%;
  }
  .m-header .inner .nav-right{
    width:80px;
  }
  .m-header .inner .nav{
    top:0;
    width:180px;
    right:-210px;
    height:100%;
    position:fixed;
    z-index: 99;
    transition: transform 0.3s ease-in-out;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding:0 20px 20px 20px;
  }

  .m-header .inner .nav .nav-close{
    display: block;
    width:50px;
    height:40px;
    text-align: left;
    line-height: 40px;
    font-size:30px;
    background-color: #fff;
    color:#333;
  }
  .m-header .inner .nav .nav-close span{
    font-size:22px;
  }
  .m-header .inner .nav ul li{
    font-size:16px;
    line-height: 50px;
  }
  .m-header .inner .nav ul li>a{
    font-size:16px;
    line-height: 50px;
    display: block;
  }
  .m-header .inner .nav ul li .sub-nav a{
    display: block;
  }
  .m-header .inner .nav-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-header .inner .nav-right>div{
   width:50%;
   text-align: center;
  }
  .m-header .inner .nav-right .top-search .iconfont{
    font-size: 20px;
   }

  #m_search {display:none; position: absolute; top:100%; right: 0; width: 100%; z-index: 999;  }
  #m_search .search_box {  box-sizing: content-box; float: right; width: 80%; margin: 0 auto; display: flex; height: 40px; padding: 12px; border-radius: 0 0 5px 5px; background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
  #m_search .search_box button {cursor:pointer; width: 80px; height: 40px; line-height: 40px; border: none; background-color: #00aaed;color:#fff; }
  #m_search .search_box input { background-color: #f8f8f8; height: 40px; line-height: 40px; flex: 1; border: none;padding:0 10px; }
  #m_search .search_box input:focus::-webkit-input-placeholder { color:#bbb;}

  .index-banner .swiper-slide .slide-text h1{
    font-size: 24px;
    margin-bottom: 12px;
  }
  .index-banner .swiper-slide .slide-text h2{
    font-size: 14px;
    line-height: 1.2;
  }
  .index-banner .swiper-slide .pic img{
    height:50vw;
  }
  .index-banner .swiper-slide .slide-text .more{
    width:100px;
    height:30px;
    line-height: 30px;
  }
  .topline .inner .left {
    width: 100px;
    height: 40px;
    word-break: keep-all;
    padding: 0 6px;
  }
  .topline .inner .left h3 {
    font-size: 14px;
  }
  .topline .inner .left .icon {
    width: 24px;
    margin-right: 5px;
  }
  .topline .inner .right{
    flex: 1;
  }
  .group-index .bg-box .inner {
    padding: 30px 12px;
  }
  .group-index .bg-box .inner .text .title {
    margin-bottom: 20px;
  }
  .group-index .bg-box .inner .text .title h3 {
    font-size: 24px;
    border-left: 3px solid #66c9d6;
  }
  .group-index .bg-box .inner .text .title h3 span {
    font-size: 18px;
  }
  .group-index .bg-box .inner .text .content p {
    font-size: 14px;
    color: #545454;
    line-height: 1.5;
    margin-bottom: 0.25rem;
    padding: 0;
    width: 100%;
  }
  .group-index .bg-box{
    background: none;
    height: auto;
  }
  .index-news .inner .title h1 {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    color: #09adeb;
    padding-left: 10px;
    border-left: 3px solid #66c9d6;
    line-height: 1;
  }
  .index-news .inner .title h1 span {
    font-size:18px;
  }
  .index-news .inner {
    padding: 30px 0;
  }
  .index-news .inner .title {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 12px;
  }
  .index-news .inner .content {
    display: flex;
    flex-wrap: wrap;
}
.index-news .inner .content .left{
  width:100%;
  overflow: auto;
  flex: initial;
}
  .index-news .inner .content .right{
    width: 100%;
    margin:0;
    padding:0 12px;
    margin-top: 20px;
  }
  .index-news .inner .content .left .lunbo .swiper2 .swiper-slide .image {
    height: 60vw;
    position: relative;
  }
  .index-news .inner .content .right #tabs .news-tab-content .news-list ul li a{
    font-size: 14px;
    width: 100%;
  }
  .index-news .inner .content .right #tabs .news-tab ul li {
    font-size: 18px;
}
  .index-news .inner .content .right #tabs .news-tab-content .news-list ul li.first a p {
    color: #999;
    font-size: 12px;
    line-height: 1.3;
    max-height: initial;
    overflow: hidden;
}
  .index-business .inner .mySwiper .slide-item {
    height: 30vw;
  }
  .index-business .inner .mySwiper .slide-item .image{
    height: 100%;
  }
  .swiper-button-prev{left:10px;}
  .swiper-button-next{right: 10px;}
  .swiper-button-next:after, .swiper-button-prev:after{
    font-size:24px;
    background-color: rgba(0, 0, 0, 0.3);
    padding:10px;
  }
  .index-article-box .inner2{
    flex-wrap: wrap;
    padding: 0 12px;
  }
  .index-article-box .inner2 .left{
    width:100%;
  }
  .index-article-box .inner2 .right{
    width:100%;
    margin-top: 20px;
  }
  .index-article-box .inner2 .article-tab .list-inner .content ul li  {
   margin-bottom: 10px;
}
  .index-article-box .inner2 .article-tab .list-inner .content ul li a {
    font-size: 14px;
    line-height: 2;
}
.index-project .inner .project-list .list-item p {
  padding: 5px 10px;  
  font-size: 14px;
}
.index-project .inner .project-list{
  flex-wrap: wrap;
}
.index-project .inner .project-list .list-item{
  width:49%;
  margin-bottom: 15px;
}
.index-project {
  padding: 0 12px;
}
.index-project .inner .project-list .list-item .image{
  width:100%;
}
.index-agency .inner ul {
  padding: 0 12px;
}
.index-agency .inner ul li select {
  font-size: 14px;
}
footer .inner .logo{text-align: center;}
footer .inner .foot-center{
  display: none;
}
footer .inner .copyright{
  font-size: 14px;
  text-align: center;
  line-height: 2;
  padding: 0 12px;
  display: block;
}
.index-banner .swiper-slide .slide-text{
  left:8%;
}
.banner-box{
  height:auto;
}
.group-overview .banner-box{
  background: none;
}
.banner-box .banner-img{
  height: 50vw;
  background: url(../images/banner04.jpg) no-repeat;
  background-size: 100% 100%;
}
.banner-box .banner-text {
  height: 50vw;
}
.banner-box .list {
  position: static;
  bottom: 0;
  width: 100%;
  background: #eee;
  z-index: 33;
}
.banner-box .list ul {
  display: flex;
  flex-wrap: wrap;
}
.banner-box .list ul li {
  flex-shrink: 0;
  width: 25%;
  transition: none;
  border: none;
  font-size: 16px;
  white-space: nowrap;
  padding:0;
  color: #333;
  min-width: 80px;
  cursor: pointer;
}
.banner-box .list ul li a {
  font-size: 16px;
  white-space: nowrap;
  padding:0 12px;
  transition: none;
  color: #333;
  min-width: 80px;
}
.financing-box {
  padding: 40px 12px;
  margin: 0;
}
.group-projects{
  padding:0 12px;
}
.group-projects .inner .project-list .item {
  width: 32%;
  position: relative;
}
.group-projects .inner .project-list {
  margin-bottom: 40px;
}
.brief-content {
  padding: 40px 12px;
}
.brief-content .inner .module-box .left .data .list {
  width: auto;
  padding: 20px 20px;
}
.brief-content .inner h1 {
  font-size: 24px;
}
.brief-content .inner .module-box .left .title h2{
  font-size: 20px;
}
.brief-content .inner .module-box{
  flex-wrap: wrap;
}
.brief-content .inner .module-box .left{
  width:100%;
}
.brief-content .inner .module-box .right{
  width:100%;
}
.brief-content .inner .module-box .left .text {
  width: auto;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 2;
  text-indent: 2em;
}
.brief-content .inner .module-box .left .data {
  margin-top: 0.6rem;
  position: relative;
  left: 0;
  background-color: #fff;
  border-radius: 0.05rem;
  z-index: 10;
}
.brief-content .inner .module-box .left .data {
  margin-top: 0.6rem;
  position: relative;
  left: 0;
  background-color: #fff;
  border-radius: 0.05rem;
  z-index: 10;
}
.brief-content .inner .module-box .left .data .list .item h3 {
  font-size: 20px;
  color: #ffae1f;
}
.brief-content .inner .module-box .left .data .list .item p {
  font-size: 14px;
}
.brief-content .inner .module-box .left .data .list .item h3 span {
  font-size: 14px;
}
.brief-content .inner .module-box .right .image{
  width:100%;
  height:auto;
}
.base-info .inner .inner-box {
  background-image: linear-gradient(to top, #0070be 0%, #5cc1cf 100%);
  width: 100%;
  padding: 40px 12px;
  height: auto;
}
.base-info .inner .text h4 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0.12rem;
}
.base-info .inner .text .p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.8;
}
.base-info .image {
  position: static;
  width: 100%;
  height: auto;
}
.scale-box .wrap .inner{
  display: block;
}
.scale-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.scale-box .wrap .inner .left .text {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.8;
  padding-right: 0;
  text-indent: 2em;
  text-align: justify;
}
.scale-box .wrap .inner .right .image {
  width: 100%;
}
.group-news .inner .content .news-first>a {
  display: flex;
  align-items: center;
  width: 100%;
}
.group-news .inner .content .news-first .left {
  width: 50%;
}
.group-news{
  padding:0 12px;
}
.group-news .inner .content .news-list .news-item .left {
  width: 25%;
  margin-right: 15px;
}
.group-news .inner .content .news-list .news-item>a {
  display: flex;
  align-items: center;
  width: 100%;
}
.group-news .inner .content .news-first {
  box-shadow: 0px 0px 10px 0px #eee;
  margin-bottom: 20px;
  padding: 15px;
}
.group-news .inner .content .news-list .news-item {
  box-shadow: 0px 0px 10px 0px #eee;
  margin-bottom: 20px;
  padding: 15px;
}
.group-news .inner .content .news-first:hover {
  box-shadow: 0px 0px 20px 0px #bbb;
}
.group-news .inner .content .news-first .right .more {
  color: #767676;
  display: block;
  width: 1.7rem;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 32px;
  transition: 0.5s;
}
.group-news .inner .content .news-list .news-item .right h4 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0.15rem;
}
.news-detail-box {
  margin-bottom: 16px;
}
.news-details .inner .link-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.6rem;
  padding: 0 12px 10px;
}
.news-details .inner .news-content .title h2 {
  font-size: 0.46rem;
  color: #4d4d4d;
  line-height: 1.2;
  padding: 0 12px;
}
.news-details .inner .news-content .title p {
  font-size: 14px;
  color: #4d4d4d;
  margin-top: 15px;
}
.news-details .inner .news-content .content {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.62rem;
  padding: 0 12px;
  font-size: 16px;
  line-height: 1.8;
}
.news-details .inner .news-content .content p,
.news-details .inner .news-content .content a{
  font-size: 16px;
  line-height: 1.8;
}
.news-details .inner .news-nav{
  padding:0 12px;
}
.news-details .inner .news-nav p{
  margin-bottom: 10px;
}
.financing-box .inner .content {
  display: flex;
  flex-wrap: wrap;
}
.financing-box .inner .content .right {
  width: 100%;
  margin-left: 0;
}
.financing-box .inner .content .left .text {
  padding-right: 0;
  font-size: 16px;
  line-height: 1.8;
}
.financing-box .inner .content .left .text p,
.financing-box .inner .content .left .text a{
  font-size: 16px;
  line-height: 1.8;
}
.financing-box .inner .content .left .text p:nth-of-type(1) {
  font-size: 16px;
  color: #00a0e9;
  line-height: 1.8;
  margin-bottom: 10px;
}
.financing-box .inner .content .left .text p:nth-of-type(2) {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 2;
  text-indent: 2em;
  text-align: justify;
}
.notice-box .inner .content .notice-list .notice-item .text p {
  display: none;
}
.notice-box .inner .content .notice-list .notice-item .date p {
  font-size: 26px;
  color: #767676;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.notice-box .inner .content .notice-list .notice-item .date {
  width: 100px;
  height: 1;
  text-align: center;
  padding-top: 0.2rem;
  background-color: #f2f2f2;
  transition: all 0.5s;
  padding: 10px;
}
.notice-box .inner .content .notice-list .notice-item .text {
  width: auto;
  padding: 0 10px;
  flex: 1;
}
.notice-box .inner .content .notice-list .notice-item .details {
 display: none;
}
.group-news .inner .content .news-list .news-item .right {
  width: auto;
  padding-top: 0.2rem;
  flex: 1;
}
.financing-box .inner .content .left .text2 {
  width: auto;
  padding-right: 0;
  font-size: 16px;
  line-height: 2;
}
.financing-box .inner .content .left .text2 p {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 2;
}
.baidu-map-area{
  height:100vw;
}
.topline .inner .right #ticker-content ul li a{
  line-height: 40px;
}
.index-banner .swiper-slide .slide-text .more a {
  color: #fff;
  font-size: 12px;
}
.index-banner .swiper-pagination-bullet {
  font-size: 14px;
  height: 20px;
}
.index-news .inner .content .left .lunbo .swiper2 .swiper-slide .text p {
  padding: 0px 10px;
  font-size: 12px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}
} 