html,
body {
  position: relative;
  height: 100%;
  font-family: 微软雅黑;

}

body {
  background-color: #FFFFFF;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  /* border: 1px solid transparent; */
  /* box-sizing: border-box; */
}

body::-webkit-scrollbar {
  background-color: rgba(56, 90, 205, 0.4);
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color: #385acd;

}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}



a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: #385acd;
}

img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}

.swiper-container {
  width: 100%;
  max-height: 100vh;
  position: relative;
  /* margin-top: 100px; */

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}


/* 按钮 */


.nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #009448;
  position: fixed;
  width: 90px;
  height: 90px;
  top: 0px;
  right: 0%;
  z-index: 50;
  /* background: linear-gradient(135deg, #01bbf5, #dde2e4) center center no-repeat; */
}

.nav-btn span {
  top: 35px;
  left: 30%;
  display: block;
  width: 40%;
  height: 3px;
  background-color: #FFFFFF;
  margin: 5px 0px;
}

.nav-btn span:before {
  top: -10px;
  width: 100%;
}

.nav-btn span:after {
  top: 10px;
  width: 100%;
}

.nav-btn span,
.nav-btn span:after,
.nav-btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.nav-btn span:after,
.nav-btn span:before {
  content: "";
  left: 0;
  -webkit-transform: translateY(0px) rotate(0deg);
}

.nav-btn span,
.nav-btn span:after,
.nav-btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.nav-btn.active span {
  background-color: transparent;
}

.nav-btn.active span:after,
.nav-btn.active span:before {
  width: 25px;
}

.nav-btn.active span:before {
  -webkit-transform: translateY(6px) rotate(-45deg);
}

.nav-btn.active span:after {
  -webkit-transform: translateY(-6px) rotate(45deg);
}


/* 按钮end */




.gxHead {
  display: none;
  width: 100%;
  background-color: #fff;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 99999;
  background-image: url(../images/header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.gxHead .logo {
  margin: 5px 15px;
  width: 60%;
  /* height: 40px; */
  /* margin-top: 15px; */
}


/*  移动端*/
.mobileNav {
  position: fixed;
  top: 70px;
  left: 0px;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  width: 100%;
  transition: 0.3s linear;
  overflow: hidden;
}

.mobileNav ul {
  width: 100%;
  margin-top: 10vw;
}

.mobileNav ul li {
  width: 100%;
  line-height: 10vw;
  text-align: center;

}

.mobileNav ul li a {
  font-size: 4vw;
  color: #000;
}

.hideNav {
  height: 0;
}

.menu_btn {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 0px;
  right: 0%;
  z-index: 50;

  background: linear-gradient(135deg, #1677ff, #dde2e4) center center no-repeat;
}

.menu_btn span {
  top: 35px;
  left: 22px;
  width: 25px;
}

.menu_btn span:before {
  top: -6px;
  width: 18px;
}

.menu_btn span:after {
  top: 6px;
  width: 18px;
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu_btn span:after,
.menu_btn span:before {
  content: "";
  left: 0;
  -webkit-transform: translateY(0px) rotate(0deg);
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.menu_btn.active span {
  background-color: transparent;
}

.menu_btn.active span:after,
.menu_btn.active span:before {
  width: 25px;
}

.menu_btn.active span:before {
  -webkit-transform: translateY(6px) rotate(-45deg);
}

.menu_btn.active span:after {
  -webkit-transform: translateY(-6px) rotate(45deg);
}


.guide-container{
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/start.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.guide-container .wrapper{
  width: 1200px;
  margin:0 auto;
}

.guide-container .wrapper .logo-wrap{
  width: 113px;
  height: 140px;
  margin: 35px auto;
}

.guide-container .wrapper .slogn{
  margin-bottom: 60px;
}
.guide-container .wrapper .search-wrap{
  display: flex;
  width: 808px;
	height: 68px;
	background-color: #ffffff;
	border-radius: 34px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;

}

.guide-container .wrapper .search-wrap button{
  width: 136px;
	height: 56px;
	background-image: linear-gradient(90deg, 
		#40b7ff 0%, 
		#508eff 100%), 
	linear-gradient(
		#0366f1, 
		#0366f1);
	background-blend-mode: normal, 
		normal;
	border-radius: 28px;
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.guide-container .wrapper .search-wrap button img{
width: 24px;
height: 24px;
margin-right: 10px;
}

.guide-container .wrapper .search-wrap .select-wrap select{
  border: none;
  height: 100%;
  border-radius: 28px;
  width: 150px;
  text-align: center;
  height: 100%;
  outline: none;
  font-size: 18px;

}

.guide-container .wrapper .search-wrap  .input-wrap{
  flex-grow: 1;
  height: 28px;
  font-size: 18px;
  margin-left: 28px;
}
.guide-container .wrapper .search-wrap  .input-wrap input{
  width: 100%;
border: none;
box-sizing: border-box;
outline: none;
font-size: 18px;
padding-left:32px ;
border-left: 1px solid #e5e5e5;
}

.guide-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.guide-wrap li{
  width: 228px;
	height: 180px;
	background-color: #ffffff;
	border-radius: 20px;
	opacity: 0.96;
}

.guide-wrap li a{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
}

.guide-wrap li a img{
  width: 68px;
  height: auto;
}


/* 添加图标淡入效果 */




.header{
  width: 100%;
  height: 1.65rem;
  background-image: url(../images/header-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.header .wrapper{
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

} 

.header .wrapper .header-top{
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 11px 0px;
  align-items: center;
}

.header .wrapper .header-top .logo{
  width: 3.12rem;
  height: 0.86rem;
}

.header .wrapper .header-top .login-btn{
  width: 136px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 18px;
	border: solid 1px #eeeeee;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 12px 17px;
  justify-content: space-between;
  opacity: 0;
}

.header .wrapper .header-top .login-btn .icon{
  width: 22px;
  height: 22px;

}

.header .wrapper .header-top .login-btn .login{
  display: flex;
  color: #1677ff;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.header .wrapper .header-top .login-btn .login .line{
  width: 1px;
  height:15px ;
  background-color: #1677ff;
  margin: 0px 5px;
}

.header .wrapper .header-bottom{
  display: flex;
  justify-content: space-between;
}

.header .wrapper .header-bottom .search-h{
  width: 210px;
	height: 36px;
	background-color: #ffffff;
	border: solid 1px #000000;
  display: flex;
  position: relative;
}

.header .wrapper .header-bottom .search-h input{
  width: 80%;
  outline: none;
  border: none;
  box-sizing: border-box;
  height: 100%;
}
.header .wrapper .header-bottom .search-h img{
  width: 14px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 11px;
}
.header .wrapper .header-bottom .nav{
  display: flex;
  font-size: 18px;
  flex-grow: 1;
  justify-content: space-between;
  margin-right:89px ;
  height: 44px;
  align-items: center;
}
.header .wrapper .header-bottom .nav li{
  height: 100%;
}
.header .wrapper .header-bottom .nav li a{
  height: 100%;
  line-height: 44px;
}

.header .wrapper .header-bottom .nav .active{
  font-weight: 600;
  color: #1677ff;
  border-bottom: 4px solid #1677ff;
}

#swiperContainer {
  margin-top: 1.65rem;
  height: 4rem;
}


#swiperContainer .swiper-slide{
  position: relative;
}
#swiperContainer .swiper-slide img{
  object-fit: cover;
}
#swiperContainer .swiper-slide .swiper-wrap{
  position: absolute;
  z-index: 10;
  left: 3.6rem;
  top: 1.18rem;

}
#swiperContainer .swiper-slide .swiper-wrap h2{
  font-weight: 600;
  font-size: 44px;
	line-height: 28px; 
	letter-spacing: 0px;
	color: #ffffff;
	box-shadow: 0px 2px 6px 0px 
		rgba(0, 30, 54, 0.2);
    margin-bottom: 44px;
}


#swiperContainer .search-wrap{
  display: flex;
  width: 600 px;
	height: 68px;
	background-color: #ffffff;
	border-radius: 34px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;

}

#swiperContainer .search-wrap button{
  width: 136px;
	height: 56px;
	background-image: linear-gradient(90deg, 
		#40b7ff 0%, 
		#508eff 100%), 
	linear-gradient(
		#0366f1, 
		#0366f1);
	background-blend-mode: normal, 
		normal;
	border-radius: 28px;
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

#swiperContainer .search-wrap button img{
width: 24px;
height: 24px;
margin-right: 10px;
}

#swiperContainer .search-wrap .select-wrap select{
  border: none;
  height: 100%;
  border-radius: 28px;
  width: 150px;
  text-align: center;
  height: 100%;
  outline: none;
  font-size: 18px;

}

#swiperContainer .search-wrap  .input-wrap{
  flex-grow: 1;
  height: 28px;
  font-size: 18px;
  margin-left: 28px;
}
#swiperContainer .search-wrap  .input-wrap input{
  width: 100%;
border: none;
box-sizing: border-box;
outline: none;
font-size: 18px;
padding-left:32px ;
border-left: 1px solid #e5e5e5;
}


main .page1{
  width: 100%;
  min-height: 6rem;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding-top: 0.4rem;
}

main .wrapper{
  width: 1200px;
  margin: 0 auto;
}
main  .slogn-2{
  width: 1200px;
  margin: 30px auto;
}


main .page1 .wrapper{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

main .page1 .wrapper .left{
  width: 580px;
  height: 390px;
}
main .page1 .wrapper .left .swiper-container{
  width: 100%;
  height: 100%;
}
main .page1 .wrapper .left .swiper-slide {
  position: relative;
}
main .page1 .wrapper .left .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
}

main .page1 .wrapper .left .swiper-slide a .cover{
  width: 100%;
  height: 100%;
}
main .page1 .wrapper .left .swiper-slide a .title{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  left: 0;
  box-sizing: border-box;
  padding:0px 25px;
  color: #FFFFFF;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}

main .page1 .wrapper  .right{
  width: 588px;
  box-sizing: border-box;
	height: 380px;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px 
		rgba(0, 30, 54, 0.08);
}

.right {
    padding: 20px; /* 内边距 */
    border-top: 1px solid #eeeeee; /* 顶部边框 */
    padding-top: 0px;
    box-sizing: border-box;
}

.header-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px; /* 顶部高度 */
    border-bottom: 1px solid #eeeeee;
}

.tabs {
    display: flex;
    gap: 20px; /* tab之间的间距 */
}

.tab {
    font-size: 20px; /* 字体大小 */
    color: #000000; /* 字体颜色 */
    cursor: pointer; /* 鼠标指针 */
    position: relative; /* 为下方横线定位 */
}

.tab.active {
    color: #1677ff; /* 被选中的tab字体颜色 */
    font-weight: bold; /* 加粗 */
}

.tab.active::after {
    content: ""; /* 创建下方横线 */
    display: block;
    width: 100%; /* 宽度与文字一样 */
    height: 3px; /* 高度 */
    background-color: #1677ff; /* 颜色 */
    position: absolute;
    bottom: -18px; /* 距离tab文字的距离 */
    left: 0;
}

.more {
    color: #333; /* 更多按钮颜色 */
    font-size: 14px; /* 字体大小 */
    text-decoration: none; /* 去掉下划线 */
}

.list {
    margin-top: 20px; /* 列表与顶部的间距 */
}

.list li {
    display: flex;
    justify-content: space-between; /* 左中右结构 */
    align-items: center; /* 垂直居中 */
    margin-bottom: 15px; /* 每条新闻的间距 */
}
.list li a{
  display: flex;
  justify-content: space-between; /* 左中右结构 */
  align-items: center; /* 垂直居中 */
  margin-bottom: 15px; /* 每条新闻的间距 */
  width: 100%;
}
.list li .bullet {
    width: 6px; /* 小球直径 */
    height: 6px; /* 小球直径 */
    background-color: rgba(22, 119, 255, 0.4); /* 小球颜色 */
    border-radius: 50%; /* 圆形 */
}

.list li .title {
    flex-grow: 1; /* 占据剩余空间 */
    font-size: 16px; /* 字体大小 */
    color: #333; /* 字体颜色 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 省略号 */
    white-space: nowrap; /* 不换行 */
    margin-left: 10px; /* 与小球的间距 */
    width: 50%;
    overflow: hidden;
}

.list li .time {
    font-size: 16px; /* 时间字体大小 */
    color: #666666; /* 时间字体颜色 */
}


main .page2{
  background-color: #f5f7fa;
  min-height: 6rem;
  padding-bottom: 30px;
}

.page2 {
    margin-top: 30px; /* 与上方的间距 */
    padding-top: 52px;
}

.wrapper {
    width: 1200px; /* 容器宽度 */
    margin: 0 auto; /* 居中 */
}

.section-header {
    display: flex;
    justify-content: space-between; /* 左右对齐 */
    align-items: center; /* 垂直居中 */
    margin-bottom: 30px; /* 第一部分与第二部分的间距 */
}

.section-title {
    font-size: 30px; /* 标题字体大小 */
    line-height: 42px; /* 行高 */
    letter-spacing: 0px; /* 字母间距 */
    color: #000000; /* 字体颜色 */
    font-weight: 600;
}

.section-more {
    line-height: 48px; /* 行高 */
    letter-spacing: 0px; /* 字母间距 */
    color: #333333; /* 字体颜色 */
    font-size: 14px; /* 字体大小 */
    cursor: pointer; /* 鼠标指针 */
}

.section-content {
    display: flex; /* 左右布局 */
    overflow: hidden;
}

.left-content {
    width: 383px; /* 左边部分宽度 */
    height: 360px; /* 高度 */
    background-color: #FFF; /* 背景色 */
    margin-right: 20px; /* 右边间距 */
}

.right-content {
    width: 790px; /* 右边部分宽度 */
    height: 360px; /* 高度 */
    background-color: #FFF; /* 背景色 */
}

.section-footer {
    display: flex; /* 左中右布局 */
    justify-content: space-between; /* 左右对齐 */
    margin-top: 20px; /* 与上方的间距 */
}

.footer-left,
.footer-middle,
.footer-right {
    width: 382px; /* 宽度 */
    height: 400px; /* 高度 */
    background-color: #FFF; /* 背景色 */
    position: relative; /* 为绝对定位的子元素提供参考 */
}

.data-h{
  width: 100%;
  height: 120px;
  background-image: url(../images/title-bg1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 33px 28px;

}

.footer-middle .data-h{
  background-image: url(../images/title-bg2.jpg);
}
.footer-right .data-h{
  background-image: url(../images/title-bg3.jpg);
}

.data-h .title{
  font-size: 20px;
	font-weight: 600;
	color: #ffffff;
  margin-bottom: 20px;
}

.data-h .details a{
  font-size: 16px;
	color: #ffffff;
	opacity: 0.6;
}

.section-footer .data-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding:14px ;
}

.section-footer .data-list li{
  width: 170px;
  height:52px;
  margin-bottom: 15px;
  background-color: #f5f7fa;
}

.section-footer .data-list li a{
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 16px;
}


.left-content .title-wrap{
  width: 100%;
  height: 44px;
  background-image: url(../images/title-wrap1.png);
  background-size: auto 44px;
  background-repeat: no-repeat;
  display: flex;
}


.right-content .title-wrap{
  width: 100%;
  height: 44px;
  background-image: url(../images/title-wrap2.png);
  background-size: auto 44px;
  background-repeat: no-repeat;
}

.left-content .title-wrap .title img,.right-content .title-wrap .title img{
  height: 19px;
  width: auto;
  margin-right: 7px;
}
.left-content .title-wrap .title ,.right-content .title-wrap .title{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  justify-content: center; 
}
.left-content .title-wrap .title {
  width: 134px;

}
.right-content .title-wrap .title {
  width: 281px;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-left: 18px;
}
.left-content .title-wrap,.right-content .title-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-right:21px;
  font-size: 14px;
}

.left-content  .list{
  width: 328px;
  margin: 16px auto;
}

.left-content  .list li{
  width: 100%;
  height: 58px;
  background-image: url(../images/database-bg1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.left-content  .list li a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 58px;
  font-size:18px;
  color: #000000;
  margin: 0  ;
  text-align: center;
}

.right-content .content-wrap
{
  width: 100%;
  height: calc(100% - 58px);
  box-sizing: border-box;
  padding: 16px 23px;
  display: flex;
  justify-content: space-between;
}

.right-content .content-wrap .left{
width: 400px;
height: 270px;
}

.right-content .content-wrap .right{
  width: 336px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0;
  height: 270px;  
}
.right-content .content-wrap .right .list{
  width: 100%;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding: 0px;
  justify-content: space-between;
  margin: 0;
  height: 270px;
}

.right-content .content-wrap .right .list li{
  width: 160px;
  height: 58px;
  background-image: url(../images/database-bg1.jpg);
  margin-bottom: 0px;
}

.right-content .content-wrap .right .list li a{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin: 0;
}

main .page3{
  background-color: #FFFFFF;
  margin-top: 0;
  min-height: 4rem;
  position: relative;
}

main .page3 .swiper-container{
  width: 100%;
  height: 300px;
}
main .page3 .swiper-container .swiper-slide{
 box-shadow: 0px 0px 10px 0px 
		rgba(0, 30, 54, 0.08);
}
main .page3 .swiper-container a{
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 300px;
 
}

main .page3 .swiper-container a .cover{
  height: 170px;
  width: 100%;
}
main .page3 .swiper-container a .title{
  font-size: 18px;
  color: #000000;
  margin-top: 10px;
  padding-left: 10px;
    padding-right: 10px;

  box-sizing: border-box;
}

main .page3 .swiper-container a p{
  font-size: 14px;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
    padding-left: 10px;
    padding-right: 10px;
  box-sizing: border-box;
}

main .page3 .left-arr,main .page3 .right-arr{
  width: 40px;
	height: 40px;
	background-color: #ffffff;

    position: absolute;
}
main .page3 .left-arr {
  left: 296px;
  top: 220px;
}
main .page3 .right-arr{
  right: 296px;
  top: 220px;
}

main .page4{
  min-height: 300px;
  background-color: #FFFFFF;
}

main .page4 .card-list{
  display: flex;
  overflow: hidden;
}

main .page4 .card-list li{
  width: 276px;
  height: 160px;
  margin-right: 32px;
}
main .page4 .card-list li .cover {
  height: 80%;
}

main .page4 .card-list li  p{
  text-align: center;
  font-size: 16px;
}

main .page4 .card-list li:nth-child(4n){
  margin-right: 0;
}

footer{
 width:100%;
 min-height: 340px; 
 background-color:#364255 ;
}
footer .footer-top{
 min-height: 280px;
}

footer .wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
footer .footer-top .wrapper {
  min-height: 280px;
}
footer .footer-bottom{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-bottom .wrapper{
  display: flex;
  width: 1200px;  
  height: 62px;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  justify-content: space-between;
}

footer .wrapper .logo{
  width: 210px;
  height: 58px;
  margin-bottom:30px ;
}

footer  .footer-top .wrapper .tel{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;

}

footer  .footer-top .wrapper  .left p{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

footer  .footer-top .wrapper    .middle img{
height: 55px;
width: auto;
}

footer  .footer-top .wrapper  .right{
  width: 366px;
	height: 180px;
	background-color: rgba(255, 255, 255, 0.1);
	display: flex;
  align-items: center;
  justify-content: space-around;

}

footer  .footer-top .wrapper  .right .code img{
  width: 94px;
  height: 94px;
  margin-top: 25px;
}
footer  .footer-top .wrapper  .right .code .cover{
  box-sizing: border-box;
  padding: 5px 0px;

}
footer  .footer-top .wrapper  .right .code p{
  font-size: 14px; 
  color: #FFFFFF;
}

aside{
  position: fixed;
  right: 8px;
  z-index: 999;
  top: 100px;
  width: 102px;
  height: 443px;
  background-image: url(../images/aside-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;

}
aside ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
aside li {
  text-align: center;
  margin-bottom: 10px;
}
aside li .icon img{
max-height: 28px;
max-width: 32px;
margin: 0 auto;
text-align: center;
}
aside li p{
  margin: 5px 0px;
}
.banner{
  margin-top: 164px;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.banner .bg{
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner h2{
  font-size: 0.44rem;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  width: auto;
  margin-left: 360px;
  margin-top: 130px;
}

.sub-tabs{
  width: 100%;
  position: absolute;
  bottom: 0;
}

.sub-tabs .wrapper{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  
}

.sub-tabs .wrapper .tab{
  width: 218px;
	height: 60px;
	background-color: #1677ff;
  text-align: center;
  line-height: 60px;
  margin-right: 10px;
  color: #FFF;
}

.sub-tabs .wrapper  .active{
  background-color: #f2980e;

}

main .breadcrumb{
  display: flex;
  color: #666666;
  margin: 30px 0px;
  align-items: center;
  flex-wrap: wrap;
}

main .breadcrumb img{
 width: 16px; 
 height: 22px;
}

main .breadcrumb a{
  margin: 0px 5px;
}

main .content-wrap{
  width: 100%;
  min-height: 400px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 30px;
}

main .content-wrap .title{
  font-size: 24px;
  font-weight: 600;
	color: #000000;
}

main .content-wrap .line{
  margin: 20px 0px;
}

main .content-wrap h2{
  font-size: 32px;
  text-align: center;
}

main .content-wrap .content img{
max-width: 100%;
height: auto;
text-align: center;
width: auto;
}
main .content-wrap .content {
  display: flex;
  flex-direction: column;
justify-content: center;
}
main .content-wrap .content  p{
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  text-indent: 32px;
}
.data-page1{
  width: 100%;

}
.data-page1 .wrapper{
  width: 1200px;
  margin: 0 auto;
}

.data-page1 .wrapper .data-list{
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
}

.data-page1 .wrapper .data-list .data-item{
  width: 150px;
	height: 150px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		rgba(0, 30, 54, 0.1);
    margin-right: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px 30px;
    text-align: center;
    flex-direction: column;
}
.data-page1 .wrapper .data-list .data-item .icon{
  width: 56px;
  height: 56px;
}
.data-page1 .wrapper .data-list .data-item:nth-child(7n){
  margin-right: 0px;
}


.data-page2{
  width: 100%;
  min-height: 400px;
  background-color: #f5f7fa;
  box-sizing: border-box;
  padding-top: 46px;
  padding-bottom: 30px;
}
.data-page2 h2{
  margin-bottom: 30px;
}
.data-page2 .content-wrap
{
  width: 100%;
  height: calc(100% - 58px);
  box-sizing: border-box;
  padding: 16px 23px;
  display: flex;
  background-color: #FFFFFF;
  justify-content: space-between;
}

.data-page2 .content-wrap .left{
  width: 640px;
	height: 400px;
	background-color: #041d3f;
  flex-shrink: 0;
  margin-right: 28px;
}

.data-page2 .content-wrap .right{

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0;
}
.data-page2 .content-wrap .right .list{
  width: 100%;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding: 0px;
  justify-content: space-between;
  margin: 0;
}

.data-page2 .content-wrap .right .list li{
  width: 232px;
	height: 58px;
  background-image: url(../images/database-bg1.jpg);
  margin-bottom: 20px;
}

.data-page2 .content-wrap .right .list li a{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin: 0;
}

.data-page3 .list-card{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.data-page3 .list-card li{
  width: 584px;
	height: 108px;
	background-color: #ffffff;
  box-sizing: border-box;
  padding:20px ;
  margin-bottom: 15px;
}

.data-page3 .list-card li a h4{
  font-size: 18px;
  font-weight: 500;
  color: #333;
  box-sizing: border-box;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;

}

.data-page3 .list-card li a  .time{
  color: #999999;
  font-size: 14px;
}

.data-page3 .list-card li a::after{
  content: "";
  color: #a2c9ff;
  width: 6px;
	height: 6px;
	background-color: #a2c9ff;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 10px;
}

.service-card{
  display: flex;
  flex-wrap: wrap;

}

.service-card .card{
  width: 278px;
	height: 300px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		rgba(0, 30, 54, 0.08);
    margin-right: 29px;
    margin-bottom: 30px;
}

.service-card .card:nth-child(4n){
  margin-right: 0px;
}

.service-card .card .img{
  height: 170px;

}

.service-card .card .title{
  font-size: 18px;
  color: #000000;
  box-sizing: border-box;
  padding:0px 19px ;
  padding-top: 20px;
}

.service-card .card P{
  font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
  padding:0px 19px ;
}

.contact-wrap{
  width: 1200px;
	height: 464px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		rgba(0, 30, 54, 0.08);
    display: flex;
    margin: 75px auto;
    box-sizing: border-box;
    padding: 30px;
    align-items: center;
}
.contact-wrap .right{
  border: none;
}


.notice-list{
  display: flex;
  margin-bottom: 40px;
  flex-direction: column;
}
.notice-list li {
  height: 60px;
  border-bottom: 1px dashed #e8e9ec;
}
.notice-list li a{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.notice-list li a .title{
  font-size: 18px;
  font-weight: 500;
	color: #333333;
  position: relative;
  padding-left: 10px;
}

.notice-list li a .title::after{
  content: "";
	width: 6px;
	height: 6px;
	background-color: #a2c9ff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.notice-list li {
  
}
.notice-list li a  .time{
  font-size: 18px;
	color: #333333;
}

.news-list li{
  border-bottom: 1px dashed #dcdcdc;
  box-sizing: border-box;
  padding: 25px 0px;
}
.news-list li a{
  display: flex;

}
.news-list li a .title{
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}

.news-list li a .cover{
  width: 240px;
  height: 160px;
  flex-shrink: 0;
  margin-right: 27px;

}


.news-list li a .time{
  color: #666666;
  font-size: 14px;
}
.news-list li a .title{
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-list li a p{
  color: #666666;
  font-size: 14px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; 
  display: -webkit-box;
  text-indent: 0 !important;
  -webkit-box-orient: vertical;
}




.select-form .search-wrap{
  display: flex;
  width: 800px;
  border: solid 1px #f2980e;
	height: 68px;
	background-color: #ffffff;
	border-radius: 34px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;

}

.select-form .search-wrap button{
  width: 136px;
	height: 56px;
  background-image: linear-gradient(
		#f2980e, 
		#f2980e), 
	linear-gradient(
		#0366f1, 
		#0366f1);
	background-blend-mode: normal, 
		normal;
	border-radius: 28px;
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.select-form .search-wrap button img{
width: 24px;
height: 24px;
margin-right: 10px;
}

.select-form .search-wrap .select-wrap select{
  border: none;
  height: 100%;
  border-radius: 28px;
  width: 150px;
  text-align: center;
  height: 100%;
  outline: none;
  font-size: 18px;

}

.select-form .search-wrap  .input-wrap{
  flex-grow: 1;
  height: 28px;
  font-size: 18px;
  margin-left: 28px;
}
.select-form .search-wrap  .input-wrap input{
  width: 100%;
border: none;
box-sizing: border-box;
outline: none;
font-size: 18px;
padding-left:32px ;
border-left: 1px solid #e5e5e5;
}


.select-form .select-card{
  width: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 30px;
}

.select-form .select-card h2{
  font-size: 28px;
  color: #000000;
  text-align: center;
}

.database-list{
  width: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 40px ;
  margin-top: 11px;
}

.database-list ul{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.database-list ul li{
  width: 100%;
  border-bottom: 1px dashed #e8e9ec;
  box-sizing: border-box;
  padding: 20px 0px;
}

.database-list ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.database-list ul li a .title{
  font-size: 20px;
	font-weight: 600;
	line-height: 54px;
	letter-spacing: 0px;
  display: flex;
  align-items: center;
	color: #000000;
}

.database-list ul li a .title .tag{
height: 32px;
font-size: 16px;
color: #FFFFFF;
background-color: #f2980e;
	border-radius: 4px;
  box-sizing: border-box;
  padding: 0px 18px;
  line-height:32px;
  margin-right: 13px;
}

.database-list ul li a  .info-box{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.database-list ul li a  .info-box .cell{
  width: 50%;
  display: flex;
  height: 40px;
  align-items: center;
}
.database-list ul li a  .info-box .cell .label{
  font-size: 16px;
  color: #666666;
}

.database-list ul li a  .info-box .cell .value{
  font-size: 16px;
  color: #000000;
}

.select-tabs{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.select-tabs .tab{
  min-width: 120px;
  background-color: #f5f7fa;
  height: 52px;
  box-sizing: border-box;
  padding: 0px 40px;
  margin-right: 16px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 52px;
}
.select-tabs .active{
  background-color: #1677ff;
  color: #FFFFFF;
  border-bottom: none;
}

.select-tabs .active::after{
  display: none;
}

.select-card form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.select-card form .cell{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.select-card form .cell .label{
  font-size: 14px;  
	color: #333333;
  min-width: 100px;
}

.select-card form .cell .value input{
	width: 268px;
	height: 40px;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
  box-sizing: border-box;
  padding-left:15px;
}


.select-card form .cell .value button{
  width: 108px;
	height: 40px;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
  font-size: 14px;
}
.select-card form .cell .value button:nth-child(2){
  background-color: #1677ff;
  color: #FFFFFF;
}

.zs-banner{
  height: 400px;
  margin-top: 164px;
  position: relative;
}
.zs-banner .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.zs-banner .title{
  font-weight: 600;
  font-size:0.48rem ;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
.zs-banner  .wrapper{
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;  
  justify-content: center;
}

.zs-banner  p{
  z-index: 2;
  width: 400px;
  position: relative;
  font-size: 18px;
  color: #FFFFFF;
}

.zscq-wrap{
  border-radius: 20px;
  position: relative;
  margin-top: 30px !important;
  overflow: hidden;
}

.comment-box{
  width: 100%;
  margin-top: 30px;
}

.comment-box .cell{
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.comment-box .cell .label{
  min-width: 100px;
  text-align: right;
  font-size: 16px;
  margin-right: 10px;
}
.comment-box .cell span{
  color: red;
}

.comment-box .cell  .value input{
  width: 600px;
  height: 56px;
  background-color: #f7f9fb;
  padding-left: 10px;
	border: solid 1px #e3e3e3;
}

.comment-box .cell  .value textarea{
  width: 600px;
	height: 180px;
  background-color: #f7f9fb;
  padding-left: 10px;
	border: solid 1px #e3e3e3;
  padding-top: 10px;
}

.comment-box .cell  .value  {
  display: flex;
  align-items: center;
}
.comment-box .cell  .value input{
  margin-right:12px ;
}

.comment-box .cell  .value .code{
  width: 110px;
  height: 60px;
  background-color:rgb(22, 119, 255,0.2) ;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
	color: #1677ff;
}

.comment-box .cell  .value button{
  width: 228px;
	height: 60px;
	background-color: #1677ff;

  border: none;
  outline: none;
  font-size: 16px;
  color: #FFFFFF;
}

aside button{
  width: 60px;
	height: 30px;
	background-color: #1677ff;
	border-radius: 4px;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
  border: none;
  margin:0 auto;
  cursor: pointer;
  margin-left: 20px;
}

.kf-icon{
  position: fixed;
  right: 36px;
  top: 120px;
  z-index: 999;
  cursor: pointer;

}

aside li{
  cursor: pointer;
  position: relative;

      width: 100%;
}
.tel-cell{
  position: absolute;
  right: 105px;
  width: 100px;
  top: 10px;
  background-color: #1677ff;
  color: #FFFFFF;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 10px 15px;
  display: none;
}

aside li:hover .tel-cell{
  display: block;
}