/* headerTop */
.headerTop {
  width: 100%;
  height: 276px;
  background: url(../images/headBg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 30px;
}
.headerTop .title {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-bottom: 60px;
}
.headerTop .between {
  align-items: center;
}
.headerTop .logo {
  height: 90px;
  display: block;
}
.headerTop .logo img {
  display: block;
  height: 100%;
}
.headerTop form {
  width: 400px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
}
.headerTop form input {
  width: calc(100% - 90px);
  font-size: 14px;
  line-height: 30px;
  color: #333;
  padding: 10px 15px;
}
.headerTop form button {
  width: 90px;
  line-height: 50px;
  background-color: #00B7C3;
  color: #fff;
  font-size: 16px;
}
/* headerNav */
.headerNav {
  width: 100%;
  background-color: #0078C4;
  position: sticky;
  top: 0;
  z-index: 99;
}
.headerNav .navBox {
  height: 64px;
}
.headerNav .navBox .nLi {
  flex: 1;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.headerNav .navBox .nLi:last-child {
  border-right: none;
}
.headerNav .navBox .nLi h3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
}
.headerNav .navBox .nLi h3 a img {
  width: 21px;
  display: block;
  margin-right: 10px;
  display: none;
}
.headerNav .navBox .nLi h3 a p {
  line-height: 64px;
  color: #fff;
  font-size: 18px;
}
.headerNav .navBox .nLi .sub {
  display: none;
  width: 100%;
  position: absolute;
  top: 64px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 3;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.headerNav .navBox .nLi .sub ul {
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  position: relative;
}
.headerNav .navBox .nLi .sub ul a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  padding: 10px;
  transition: all 0.6s ease;
}
.headerNav .navBox .nLi .sub ul li:hover a {
  background-color: #00B7C3;
  color: #fff;
}
.headerNav .navBox .nLi:hover,
.headerNav .navBox .nLi.on {
  background-color: #00B7C3;
}
.headerNav .navBox .nLi:hover h3 a img,
.headerNav .navBox .nLi.on h3 a img {
  display: block;
}
/* indexBanner */
.indexBanner {
  width: 100%;
  overflow: hidden;
}
.indexBanner img {
  display: block;
  width: 100%;
}
.indexBanner .swiper-pagination {
  bottom: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexBanner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.5;
  background-color: #fff;
  margin: 0 10px !important;
  border-radius: 50%;
  transition: all 0.6s ease;
}
.indexBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
/* indexNotice */
.indexNotice {
  width: 100%;
  background: url(../images/bg1.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px 0 80px;
  overflow: hidden;
}
.indexNotice .icon-tongzhi {
  width: 100px;
  height: 72px;
  line-height: 72px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  background-color: #00B7C3;
}
.indexNotice .txtScroll {
  width: calc(100% - 100px);
  border: 3px solid rgba(0, 183, 195, 0.1);
  background-color: #FFFFFF;
  align-items: center;
  padding-right: 10px;
}
.indexNotice .txtScroll .bd {
  width: calc(100% - 100px);
}
.indexNotice .txtScroll .bd ul li {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #333;
  padding: 0 30px;
}
.indexNotice .txtScroll .bd ul li a {
  color: #333;
}
.indexNotice .txtScroll .hd ul {
  display: flex;
}
.indexNotice .txtScroll .hd ul li {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 183, 195, 0.5);
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 20px;
}
.indexNotice .txtScroll .hd ul li.on {
  background-color: #00b7c3;
}
.indexNotice .box {
  width: 100%;
  margin-top: 50px;
}
.indexNotice .newsBox {
  width: 600px;
  margin: 0;
}
.indexNotice .newsBox a {
  display: block;
  position: relative;
}
.indexNotice .newsBox a .img {
  width: 100%;
  height: 410px;
  display: block;
}
.indexNotice .newsBox a .cont {
  width: 100%;
  height: 100px;
  background: linear-gradient(270deg, rgba(0, 133, 196, 0.9) 0%, rgba(0, 159, 196, 0.9) 52%, rgba(0, 201, 195, 0.9) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 12px;
}
.indexNotice .newsBox a .cont .timeBox {
  width: 70px;
  position: relative;
  margin-right: 10px;
}
.indexNotice .newsBox a .cont .timeBox img {
  width: 63px;
  margin: 0 auto;
  display: block;
}
.indexNotice .newsBox a .cont .timeBox .time {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
  text-align: center;
}
.indexNotice .newsBox a .cont .timeBox .time p {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
}
.indexNotice .newsBox a .cont .tit {
  width: calc(100% - 150px);
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
}
.indexNotice .newsBox .arrow {
  width: 50px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.indexNotice .newsBox .arrow div {
  width: 50px;
  height: 50px;
  margin: 0;
  right: 0;
  left: auto;
}
.indexNotice .newsBox .arrow div::after {
  color: #fff;
  font-size: 16px;
}
.indexNotice .newsBox .arrow .swiper-button-prev {
  background-color: #0086C4;
  top: 0;
}
.indexNotice .newsBox .arrow .swiper-button-next {
  background-color: #0198A4;
  top: 50px;
}
.indexNotice .slideTxtBox {
  width: 570px;
}
.indexNotice .slideTxtBox .bd {
  margin-top: 16px;
}
.indexNotice .slideTxtBox .bd ul {
  width: 100%;
}
.indexNotice .slideTxtBox .bd ul li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.indexNotice .slideTxtBox .bd ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.indexNotice .slideTxtBox .bd ul li a .t {
  width: calc(100% - 90px);
  font-size: 16px;
  color: #333;
  line-height: 20px;
  position: relative;
  padding-left: 12px;
}
.indexNotice .slideTxtBox .bd ul li a .t::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #00B7C3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.indexNotice .slideTxtBox .bd ul li a p {
  font-size: 16px;
  color: #999999;
  line-height: 20px;
}
.indexNotice .slideTxtBox .hd ul {
  width: 100%;
  display: flex;
}
.indexNotice .slideTxtBox .hd ul li {
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  margin-right: 40px;
  cursor: pointer;
  transition: all 0.6s ease;
}
.indexNotice .slideTxtBox .hd ul li.on {
  background: url(../images/newsIcon.png) center left no-repeat;
  background-size: 28px 28px;
  padding-left: 34px;
  font-weight: bold;
}
/* indexAbout */
.indexAbout {
  width: 100%;
  background: url(../images/bg2.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}
.indexAbout .aboutBox {
  width: 792px;
  overflow: hidden;
  position: relative;
  display: block;
}
.indexAbout .aboutBox::after {
  content: '';
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.indexAbout .aboutBox img {
  width: 100%;
  display: block;
}
.indexAbout .aboutBox .cont {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 30px 40px;
}
.indexAbout .aboutBox .cont .tit {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}
.indexAbout .aboutBox .cont .txt {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 32px;
  margin-top: 16px;
}
.indexAbout .ul {
  width: 384px;
  background-color: #fff;
  border: 3px solid rgba(0, 120, 196, 0.1);
  padding: 10px 0;
}
.indexAbout .ul li {
  width: 33.3333%;
}
.indexAbout .ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.indexAbout .ul li .iconfont {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  font-size: 34px;
  text-align: center;
  margin: 0 auto;
}
.indexAbout .ul li p {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 16px;
}
.indexAbout .ul li:nth-child(1) .iconfont {
  background-color: rgba(0, 134, 196, 0.2);
  color: #0086C4;
}
.indexAbout .ul li:nth-child(2) .iconfont {
  background-color: rgba(45, 172, 202, 0.2);
  color: #2DACCA;
}
.indexAbout .ul li:nth-child(3) .iconfont {
  background-color: rgba(0, 106, 188, 0.2);
  color: #006ABC;
}
.indexAbout .ul li:nth-child(4) .iconfont {
  background-color: rgba(0, 196, 121, 0.2);
  color: #00C479;
}
.indexAbout .ul li:nth-child(5) .iconfont {
  background-color: rgba(231, 137, 74, 0.2);
  color: #E7894A;
}
.indexAbout .ul li:nth-child(6) .iconfont {
  background-color: #CCE7F3;
  color: #0086C4;
}
.indexAbout .ul li:nth-child(7) .iconfont {
  background-color: #CCE1F2;
  color: #006ABC;
}
.indexAbout .ul li:nth-child(8) .iconfont {
  background-color: #D5EEF4;
  color: #2DACCA;
}
.indexAbout .ul li:nth-child(9) .iconfont {
  background-color: #CCF3E4;
  color: #00C479;
}
.indexAbout .box {
  width: 100%;
  margin-top: 40px;
}
.indexAbout .box li {
  width: 384px;
  position: relative;
}
.indexAbout .box li img {
  width: 100%;
  display: block;
}
.indexAbout .box li .cont {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  align-items: center;
  padding: 0 30px;
}
.indexAbout .box li .cont .iconfont {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  color: #fff;
  font-size: 34px;
  text-align: center;
}
.indexAbout .box li .cont .txt {
  margin-left: 20px;
}
.indexAbout .box li .cont .txt .p1 {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}
.indexAbout .box li .cont .txt .p2 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 6px;
}
/* indexTitle */
.indexTitle {
  font-size: 28px;
  color: #333;
  line-height: 34px;
  background: url(../images/newsIcon.png) center left no-repeat;
  background-size: 34px 34px;
  padding-left: 40px;
  font-weight: bold;
}
/* indexCase */
.indexCase {
  width: 100%;
  background: url(../images/caseBg.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}
.indexCase ul {
  width: 100%;
}
.indexCase ul li {
  width: 384px;
  margin: 40px 24px 0 0;
}
.indexCase ul li a {
  display: block;
  position: relative;
}
.indexCase ul li a::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.6s ease;
}
.indexCase ul li:nth-child(3n) {
  margin: 40px 0 0 0;
}
.indexCase ul li img {
  width: 100%;
  display: block;
}
.indexCase ul li .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 20px;
}
.indexCase ul li:hover a::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0086C4 100%);
}
/* indexFilm */
.indexFilm {
  width: 100%;
  background: url(../images/filmBg.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}
.indexFilm .box {
  width: 100%;
  margin-top: 40px;
}
.indexFilm .ul1 {
  width: 800px;
}
.indexFilm .ul1 li {
  width: 100%;
}
.indexFilm .ul1 li video {
  display: block;
  width: 100%;
}
.indexFilm .ul2 {
  width: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.indexFilm .ul2 li {
  width: 100%;
  background-color: #000;
  position: relative;
  cursor: pointer;
}
.indexFilm .ul2 li img {
  width: 100%;
  display: block;
  opacity: 0.6;
}
.indexFilm .ul2 li .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
}
.indexFilm .ul2 li .play {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 20px;
  display: none;
}
.indexFilm .ul2 li .play .iconfont {
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
}
.indexFilm .ul2 li .play p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.indexFilm .ul2 li.on img {
  opacity: 0.7;
}
.indexFilm .ul2 li.on .icon-play {
  display: none;
}
.indexFilm .ul2 li.on .play {
  display: block;
}
/* footer */
.footer {
  width: 100%;
  background-color: #0078C4;
  overflow: hidden;
  padding: 50px 0;
}
.footer .box {
  width: 100%;
  align-items: center;
}
.footer .box .logo {
  width: 374px;
  display: block;
}
.footer .box .logo img {
  width: 100%;
  display: block;
}
.footer .box .linkBox {
  width: 300px;
  position: relative;
}
.footer .box .linkBox .tit {
  width: 100%;
  height: 50px;
  align-items: center;
  background-color: #0267a7;
  padding: 0 20px;
  cursor: pointer;
}
.footer .box .linkBox .tit p {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #FFFFFF;
}
.footer .box .linkBox .tit .iconfont {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  transform: rotate(-90deg);
  transition: all 0.6s ease;
}
.footer .box .linkBox .tit.on .iconfont {
  transform: rotate(90deg);
}
.footer .box .linkBox .ul {
  width: 100%;
  max-height: 200px;
  overflow-y: auto !important;
  position: absolute;
  top: 50px;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #0267a7;
  padding: 14px 0;
  box-sizing: content-box;
  display: none;
}
.footer .box .linkBox .ul a {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  padding: 6px 20px;
  transition: all 0.6s ease;
}
.footer .box .linkBox .ul a:hover {
  color: #00B7C3;
}
.footer .box1 {
  width: 100%;
  margin-top: 40px;
}
.footer .box1 .contact {
  width: 550px;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
.footer .box1 .contact .t {
  margin-bottom: 14px;
}
.footer .box1 .contact p {
  width: 220px;
  margin-bottom: 14px;
}
.footer .box1 .contact p:nth-child(2n) {
  width: 330px;
}
.footer .box1 .contact a {
  width: 220px;
  color: #FFFFFF;
  margin-bottom: 14px;
  transition: all 0.6s ease;
}
.footer .box1 .contact a:nth-child(2n) {
  width: 330px;
}
.footer .box1 .contact a:hover {
  color: #00B7C3;
}
.footer .box1 .code {
  width: 120px;
}
.footer .box1 .code .img {
  width: 100%;
  overflow: hidden;
}
.footer .box1 .code .img img {
  width: 100%;
  display: block;
}
.footer .box1 .code .p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 10px;
}
/* pageMain */
.pageMain {
  width: 100%;
  background: #fff url(../images/bg.png) top center no-repeat;
  background-size: 100% auto;
  padding: 30px 0 100px;
}
.pageMain .bigBox {
  width: 100%;
  margin-top: 50px;
}
.pageMain .bigBox .tabBox {
  width: 260px;
  background-color: #fff;
  border-top: 3px solid #0078C4;
  box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
  position: sticky;
  top: 100px;
}
.pageMain .bigBox .tabBox li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pageMain .bigBox .tabBox li a {
  display: block;
  padding: 22px 30px 22px 20px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageMain .bigBox .tabBox li a .iconfont {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(-180deg);
  font-size: 18px;
  color: #999;
  transition: all 0.6s ease;
}
.pageMain .bigBox .tabBox li:hover a,
.pageMain .bigBox .tabBox li.on a {
  color: #0078C4;
}
.pageMain .bigBox .tabBox li:hover a .iconfont,
.pageMain .bigBox .tabBox li.on a .iconfont {
  color: #0078C4;
}
.pageMain .bigBox .contBox {
  width: 910px;
  min-height: 587px;
  background-color: #fff;
  padding: 0 40px 50px;
  box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
}
.pageMain .bigBox .contBox .title {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pageMain .bigBox .contBox .title p {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  border-bottom: 3px solid #0078C4;
  padding: 25px 0;
}
.pageMain .bigBox .contBox .cont {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  padding: 15px 0 0;
}
.pageMain .bigBox .contBox .cont img {
  max-width: 100%;
  height: auto;
}
.pageMain .bigBox .contBox .cont table {
  width: 100%;
}
.pageMain .bigBox .contBox .cont table td {
  width: 90% !important;
  border: 1px solid #eee;
  padding: 0 20px;
}
.pageMain .bigBox .contBox .cont table td:nth-child(1) {
  width: 10% !important;
  text-align: center;
}
.pageMain .bigBox .contBox .council {
  width: 100%;
  padding: 10px 0 0;
}
.pageMain .bigBox .contBox .council li {
  width: 100%;
  margin-top: 24px;
}
.pageMain .bigBox .contBox .council li .img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.pageMain .bigBox .contBox .council li .img img {
  width: 100%;
  display: block;
}
.pageMain .bigBox .contBox .council li .txt {
  width: calc(100% - 76px);
  padding-top: 5px;
}
.pageMain .bigBox .contBox .council li .txt .t1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}
.pageMain .bigBox .contBox .council li .txt .t2 {
  font-size: 16px;
  line-height: 26px;
  color: #3D3D3D;
  margin-top: 5px;
}
.pageMain .bigBox .contBox .supervisors {
  width: 100%;
  padding: 10px 0 0;
}
.pageMain .bigBox .contBox .supervisors li {
  width: 100%;
  margin-top: 20px;
}
.pageMain .bigBox .contBox .supervisors li .t1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}
.pageMain .bigBox .contBox .supervisors li .t2 {
  font-size: 16px;
  line-height: 26px;
  color: #3D3D3D;
  margin-top: 5px;
}
.pageMain .bigBox .contBox .partner {
  width: 100%;
  padding: 30px 0 0;
}
.pageMain .bigBox .contBox .partner li {
  width: 25%;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.pageMain .bigBox .contBox .partner li:nth-child(4n) {
  border-right: none;
}
.pageMain .bigBox .contBox .partner li:nth-child(-n+4) {
  border-top: none;
}
.pageMain .bigBox .contBox .partner li img {
  width: 100%;
  display: block;
}
.pageMain .bigBox .contBox .certificate {
  width: 100%;
  padding: 30px 0 0;
}
.pageMain .bigBox .contBox .certificate li {
  width: 262px;
  margin: 0 22px 30px 0;
}
.pageMain .bigBox .contBox .certificate li:nth-child(3n) {
  margin: 0 0 30px 0;
}
.pageMain .bigBox .contBox .certificate li .img {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.pageMain .bigBox .contBox .certificate li .img img {
  width: 100%;
  display: block;
}
.pageMain .bigBox .contBox .certificate li .p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  margin-top: 14px;
}
.pageMain .bigBox .contBox .honor {
  width: 100%;
  padding: 30px 0 20px;
}
.pageMain .bigBox .contBox .honor li {
  width: 100%;
  margin-bottom: 30px;
}
.pageMain .bigBox .contBox .honor li a {
  align-items: center;
}
.pageMain .bigBox .contBox .honor li .img {
  width: 240px;
  overflow: hidden;
  margin-right: 30px;
}
.pageMain .bigBox .contBox .honor li .img img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.pageMain .bigBox .contBox .honor li .txt {
  width: calc(100% - 270px);
}
.pageMain .bigBox .contBox .honor li .txt .p1 {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageMain .bigBox .contBox .honor li .txt .p2 {
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  margin-top: 16px;
}
.pageMain .bigBox .contBox .honor li .txt .time {
  font-size: 18px;
  line-height: 22px;
  color: #999999;
  margin-top: 26px;
}
.pageMain .bigBox .contBox .honor li:hover .img img {
  transform: scale(1.1);
}
.pageMain .bigBox .contBox .honor li:hover .txt .p1 {
  color: #0078C4;
}
.pageMain .tabBox1 {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}
.pageMain .tabBox1 li {
  margin-right: 60px;
}
.pageMain .tabBox1 li a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  padding-bottom: 20px;
  position: relative;
}
.pageMain .tabBox1 li a::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #0078C4;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
}
.pageMain .tabBox1 li.on a,
.pageMain .tabBox1 li:hover a {
  color: #0078C4;
  font-weight: bold;
}
.pageMain .tabBox1 li.on a::after,
.pageMain .tabBox1 li:hover a::after {
  opacity: 1;
}
.pageMain .tabBox2 {
  width: 100%;
  margin-top: 50px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 120, 196, 0.2);
  box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
}
.pageMain .tabBox2 li {
  width: 50%;
}
.pageMain .tabBox2 li a {
  width: 100%;
  height: 100px;
  position: relative;
  transition: all 0.6s ease;
}
.pageMain .tabBox2 li a::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid #0078C4;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.6s ease;
}
.pageMain .tabBox2 li a p {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageMain .tabBox2 li a .iconfont {
  color: #0078C4;
  font-size: 34px;
  line-height: 34px;
  margin-right: 20px;
  transition: all 0.6s ease;
}
.pageMain .tabBox2 li a .icon {
  width: 36px;
  overflow: hidden;
  margin-right: 20px;
}
.pageMain .tabBox2 li a .icon img {
  width: 100%;
  display: block;
}
.pageMain .tabBox2 li.on a,
.pageMain .tabBox2 li:hover a {
  background-color: #0078C4;
}
.pageMain .tabBox2 li.on a::after,
.pageMain .tabBox2 li:hover a::after {
  opacity: 1;
}
.pageMain .tabBox2 li.on a p,
.pageMain .tabBox2 li:hover a p,
.pageMain .tabBox2 li.on a .iconfont,
.pageMain .tabBox2 li:hover a .iconfont {
  color: #fff;
}
.pageMain .tabBox2 li.on a .icon img,
.pageMain .tabBox2 li:hover a .icon img {
  filter: grayscale(100%) brightness(1000%);
}
/* pageLoction */
.pageLoction {
  width: 100%;
  font-size: 16px;
  color: #999;
  line-height: 20px;
}
.pageLoction span {
  display: block;
  color: #999;
  margin: 0 5px;
}
.pageLoction a {
  display: block;
  color: #999;
  transition: all 0.6s ease;
}
.pageLoction a:hover,
.pageLoction a.on {
  color: #0078C4;
}
/* pageNews */
.pageNews {
  width: 100%;
  margin: 50px 0 60px;
}
.pageNews .contBox {
  width: 100%;
  align-items: center;
}
.pageNews .contBox .img {
  width: 320px;
  overflow: hidden;
}
.pageNews .contBox .img img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.pageNews .contBox .txt {
  width: calc(100% - 360px);
}
.pageNews .contBox .txt .t1 {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
.pageNews .contBox .txt .t2 {
  font-size: 16px;
  line-height: 36px;
  color: #999999;
  margin-top: 20px;
}
.pageNews .contBox .txt .time {
  font-size: 18px;
  line-height: 22px;
  color: #999999;
  margin-top: 30px;
}
.pageNews .contBox:hover .img img {
  transform: scale(1.1);
}
.pageNews .contBox:hover .txt .t1 {
  color: #0078C4;
}
.pageNews .lists {
  width: 100%;
  margin-top: 30px;
}
.pageNews .lists li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pageNews .lists li a {
  width: 100%;
  align-items: center;
  padding: 28px 0;
}
.pageNews .lists li a .p {
  width: calc(100% - 100px);
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.pageNews .lists li a .p span {
  color: #00B7C3;
  margin-right: 3px;
}
.pageNews .lists li a .time {
  font-size: 16px;
  line-height: 20px;
  color: #999999;
}
.pageNews .lists li:hover a .p,
.pageNews .lists li:hover a .time {
  color: #0078C4;
}
/* pageNewsD */
.pageNewsD {
  width: 100%;
  margin: 60px 0 0;
}
.pageNewsD .title {
  font-size: 22px;
  line-height: 32px;
  color: #333;
  text-align: center;
}
.pageNewsD .time {
  color: #999;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  padding: 20px 0;
  margin-bottom: 30px;
  text-align: center;
}
.pageNewsD .time span {
  margin: 0 10px;
}
.pageNewsD .text {
  font-size: 16px;
  line-height: 34px;
  color: #333;
}
.pageNewsD .text img {
  max-width: 100%;
  height: auto;
}
.pageNewsD .page {
  width: 100%;
  margin-top: 30px;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
  padding: 30px 0 10px;
}
.pageNewsD .page a {
  display: block;
  max-width: 48%;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageNewsD .page a:hover {
  color: #0078C4;
}
/* pageMember */
.pageMember {
  width: 100%;
  margin: 50px 0 60px;
}
.pageMember li {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
  margin-bottom: 20px;
}
.pageMember li a {
  padding: 30px;
  align-items: center;
}
.pageMember li .img {
  width: 220px;
  overflow: hidden;
  border: 2px solid rgba(0, 120, 196, 0.1);
}
.pageMember li .img img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.pageMember li .cont {
  width: calc(100% - 250px);
}
.pageMember li .cont .t1 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  transition: all 0.6s ease;
}
.pageMember li .cont .t2 {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  margin-top: 10px;
}
.pageMember li:hover .img img {
  transform: scale(1.1);
}
.pageMember li:hover .cont .t1 {
  color: #0078C4;
}
/* pageContact */
.pageContact {
  width: 100%;
  background-color: #fff;
  padding: 0 40px 50px;
  margin-top: 50px;
  box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
}
.pageContact .title {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pageContact .title p {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  border-bottom: 3px solid #0078C4;
  padding: 25px 0;
}
.pageContact .cont {
  font-size: 16px;
  line-height: 48px;
  color: #333333;
  padding: 15px 0 0;
}
/* pageNotice */
.pageNotice {
  background-color: #fff;
  padding: 10px 40px;
  box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 120, 196, 0.06);
}
.pageNotice .searchTit {
  border-bottom: 1px solid #eee;
  padding: 28px 0;
}
.pageNotice .searchTit .tit {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: 333;
}
.pageNotice .searchTit .p {
  max-width: calc(100% - 100px);
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.pageNotice .searchTit .p span {
  color: red;
}
.pageNotice .lists {
  margin-top: 0;
}
.pageNotice .lists li:last-child {
  border-bottom: none;
}
/* footerBox */
.footerBox {
  width: 100%;
  background-color: #0078C4;
  overflow: hidden;
}
.footerBox .linkBox {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 34px 0 24px;
}
.footerBox .linkBox p {
  width: 80px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
}
.footerBox .linkBox .left {
  width: calc(100% - 80px);
}
.footerBox .linkBox a {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  margin-left: 30px;
  margin-bottom: 10px;
}
.footerBox .box {
  width: 100%;
  align-items: center;
  padding-top: 50px;
}
.footerBox .box .logo {
  width: 392px;
  display: block;
}
.footerBox .box .logo img {
  width: 100%;
  display: block;
}
.footerBox .box .nav {
  width: calc(100% - 400px);
}
.footerBox .box .nav a {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  margin-left: 70px;
}
.footerBox .box1 {
  width: 100%;
  margin-top: 50px;
  align-items: center;
}
.footerBox .box1 ul {
  width: calc(100% - 140px);
}
.footerBox .box1 ul li {
  margin-right: 100px;
}
.footerBox .box1 ul li .iconfont {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
}
.footerBox .box1 ul li .p1 {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 14px;
}
.footerBox .box1 ul li .p2 {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: 10px;
}
.footerBox .box1 .code {
  width: 120px;
}
.footerBox .box1 .code .img {
  width: 100%;
  overflow: hidden;
}
.footerBox .box1 .code .img img {
  width: 100%;
  display: block;
}
.footerBox .box1 .code .p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 16px;
}
.footerBox .copyRight {
  width: 100%;
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 24px 0;
}
.footerBox .copyRight .copy {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.footerBox .copyRight .copy span {
  color: rgba(255, 255, 255, 0.7);
}
.footerBox .copyRight .copy a {
  color: rgba(255, 255, 255, 0.7);
}
.footerBox .copyRight .copy a:hover {
  color: #ffffff;
}
