@font-face {
  font-family: SourceHanSansCN;
  src: url("SourceHanSansCN-Heavy.otf");
}
body {
  min-width: 1360px;
}
@media (max-width: 1500px) {
  body {
    zoom: 0.8;
  }
}
@keyframes scaleW {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
#top1 {
  position: relative;
  position: sticky;
  top: 0;
  background: #ffffff;
  box-shadow: 0 0 15px #ddd;
  z-index: 100;
}
#top1 .c {
  position: relative;
  max-width: 1500px;
  height: 90px;
  margin: 0 auto;
}
#top1 .a1 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 90px;
}
#top1 .a2 {
  position: absolute;
  top: 0px;
  right: 0px;
}
#top1 .a2 .b1 {
  float: left;
}
#top1 .a2 .b1 .li {
  position: relative;
  height: 90px;
  float: left;
}
#top1 .a2 .b1 .li > a {
  display: block;
  line-height: 90px;
  font-size: 18px;
  transition: transform 0.5s;
  padding: 0 25px;
}
@media (max-width: 1450px) {
  #top1 .a2 .b1 .li > a {
    padding: 0 15px;
  }
}
#top1 .a2 .b1 .li > a.focus {
  color: #0055a2;
  font-weight: bold;
}
#top1 .a2 .b1 .li .box {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  min-width: 100%;
  background: rgba(31, 126, 187, 0.8);
  text-align: center;
}
#top1 .a2 .b1 .li .box a {
  display: block;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 3.2;
  text-align: center;
  color: #ffffff;
}
#top1 .a2 .b1 .li .box a:hover {
  background: rgba(31, 126, 187, 0.9);
  animation: scaleW 0.85s infinite alternate;
}
#top1 .a2 .b1 .li:hover > a {
  font-weight: bold;
  animation: scaleW 0.85s infinite alternate;
}
#top1 .a2 .b1 .li:hover .box {
  display: block;
}
#top1 .a2 .b2 {
  float: left;
  height: 90px;
  line-height: 90px;
  font-size: 18px;
  color: #0055a2;
}
#top1 .a2 .b2 b {
  position: relative;
  top: 2px;
}
#top1 .a2 .b2 img {
  margin-left: 15px;
  vertical-align: middle;
  transition: 0.5s;
}
#top1 .a2 .b2 img:hover {
  transform: translateY(-3px);
}
#lxwm1 {
  position: relative;
  background: #ffffff;
  padding-top: 45px;
}
#lxwm1 .a1 {
  position: relative;
  height: 128px;
}
#lxwm1 .a1 .b {
  position: absolute;
  top: 0;
}
#lxwm1 .a1 .b img {
  vertical-align: top;
}
#lxwm1 .a1 .b i {
  padding-top: 12px;
  padding-left: 20px;
  display: inline-block;
  font-size: 15px;
  line-height: 2;
}
#lxwm1 .a1 .b1 {
  left: 34px;
}
#lxwm1 .a1 .b2 {
  left: 738px;
}
#lxwm1 .a1 .b3 {
  left: 1041px;
}
#lxwm1 .a2 {
  padding: 8px;
}
#lxwm2 {
  position: relative;
  background: #ffffff;
  padding: 0 20px;
  margin-top: 25px;
}
#lxwm2 .a1 {
  padding-top: 50px;
  text-align: center;
  font-size: 32px;
}
#lxwm2 .a2 {
  padding-top: 14px;
  text-align: center;
  font-size: 30px;
  color: #0055a2;
}
#lxwm2 .a3 {
  margin-top: 36px;
  display: flex;
  gap: 11px;
}
#lxwm2 .a3 input {
  flex: 1;
  height: 54px;
  text-indent: 12px;
  border: 1px solid #e9e9e9;
  background: #f4f4f4;
}
#lxwm2 textarea {
  margin-top: 12px;
  padding: 12px;
  font-family: "Microsoft YaHei";
  width: 100%;
  height: 236px;
  display: block;
  resize: none;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  background: #f4f4f4;
}
#lxwm2 .a4 {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}
#lxwm2 .a4 .b1 {
  width: 280px;
  height: 66px;
  color: #ffffff;
  background: #0055a2;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  font-size: 20px;
  border: none;
  outline: none;
  transition: 0.5s;
}
#lxwm2 .a4 .b1:hover {
  transform: translateY(-3px);
}
#ejnav {
  text-align: center;
  line-height: 54px;
  padding: 20px 0;
}
#ejnav a {
  display: inline-block;
  padding: 0 42px;
  font-size: 18px;
  margin: 0 15px;
  border: 1px solid #ddd;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}
#ejnav a.focus {
  background: #0055a2;
  color: #ffffff;
}
#ejmain {
  background: #eff0f3;
}
#ejmain .c {
  margin: 0 auto;
  width: 1360px;
}
#wenxian {
  padding-top: 20px;
}
#wenxian dl {
  overflow: hidden;
}
#wenxian dl dd {
  float: left;
  width: 640px;
  height: 199px;
  padding: 0 20px;
  position: relative;
  border-bottom: 1px solid #d9e1e9;
}
#wenxian dl dd .a1 {
  padding-top: 38px;
  color: #0055a2;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
#wenxian dl dd .a2 {
  display: block;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
#wenxian dl dd .a3 {
  display: block;
  height: 56px;
  line-height: 28px;
  overflow: hidden;
}
#wenxian dl dd:hover {
  background: #ffffff;
}
#wenxian dl dd:hover .a2 {
  color: #0055a2;
}
#jianghuangzhongzhijidi {
  position: relative;
  min-height: 570px;
  padding-bottom: 88px;
}
#jianghuangzhongzhijidi .a1 {
  padding-top: 81px;
  width: 635px;
}
#jianghuangzhongzhijidi .a1 .b1 {
  font-family: SourceHanSansCN;
  font-size: 48px;
  color: #0055a2;
  font-weight: bold;
}
#jianghuangzhongzhijidi .a1 .b2 {
  padding-top: 15px;
  color: #0055a2;
  font-size: 36px;
}
#jianghuangzhongzhijidi .a1 .b3 {
  padding-top: 30px;
  font-size: 16px;
  line-height: 30px;
}
#jianghuangzhongzhijidi .a2 {
  width: 678px;
  height: 440px;
  position: absolute;
  top: 125px;
  right: 0px;
}
#shenmeshijianghuang1 {
  position: relative;
}
#shenmeshijianghuang1 .a1 {
  padding-top: 97px;
  width: 622px;
}
#shenmeshijianghuang1 .a1 .b1 {
  font-family: SourceHanSansCN;
  font-size: 48px;
  color: #0055a2;
}
#shenmeshijianghuang1 .a1 .b2 {
  padding-top: 15px;
  color: #0055a2;
  font-size: 36px;
}
#shenmeshijianghuang1 .a1 .b3 {
  padding-top: 30px;
  font-size: 16px;
  line-height: 30px;
}
#shenmeshijianghuang1 .a2 {
  position: absolute;
  top: 61px;
  right: 0px;
}
#shenmeshijianghuang2 {
  margin-top: 107px;
  padding-bottom: 75px;
  position: relative;
}
#shenmeshijianghuang2 .a2 {
  width: 620px;
  position: absolute;
  top: 140px;
  right: 0px;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}
#jianghuangdegongxiao1 {
  text-align: center;
}
#jianghuangdegongxiao1 .a1 {
  padding-top: 76px;
  font-family: SourceHanSansCN;
  font-size: 48px;
  color: #0055a2;
}
#jianghuangdegongxiao1 .a2 {
  padding-top: 18px;
  color: #0055a2;
  font-size: 36px;
}
#jianghuangdegongxiao1 .a3 {
  padding: 25px 0;
  font-size: 16px;
  line-height: 2;
}
#jianghuangdegongxiao1 .a4 {
  max-width: 100%;
}
#jianghuangdegongxiao2 {
  text-align: center;
  background: #f8f8f9;
}
#jianghuangdegongxiao2 .a1 {
  padding-top: 60px;
  font-size: 36px;
  color: #0055a2;
}
#jianghuangdegongxiao2 .a2 {
  margin-top: 26px;
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #0055a2;
}
#jianghuangdegongxiao2 .a3 {
  padding: 25px 0;
  font-size: 16px;
  line-height: 2;
}
#product {
  padding-top: 20px;
  padding-bottom: 50px;
}
#product dd {
  margin-top: 35px;
  height: 518px;
  background: #ffffff;
  position: relative;
}
#product dd .a1 {
  width: 592px;
  position: absolute;
}
#product dd .a1 .b1 {
  padding-top: 70px;
  height: 94px;
}
#product dd .a1 .b1 img {
  max-height: 94px;
}
#product dd .a1 .b2 {
  display: block;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  color: #0055a2;
  font-size: 24px;
  font-weight: bold;
}
#product dd .a1 .b3 {
  margin-top: 20px;
  display: block;
  height: 96px;
  line-height: 32px;
  overflow: hidden;
  font-size: 15px;
  color: #666666;
}
#product dd .a1 .b4 {
  margin-top: 58px;
}
#product dd .a1 .b4 img {
  vertical-align: top;
}
#product dd .a1 .b4 i {
  line-height: 66px;
  margin-left: -5px;
  transition: 0.5s;
}
#product dd .a1 .b4:hover i {
  margin-left: 5px;
}
#product dd .a2 {
  position: absolute;
  width: 600px;
  height: 430px;
  transition: 0.5s;
}
#product dd .a2:hover {
  transform: scale(1.05);
}
#product dd:nth-child(2n+1) .a1 {
  top: 0;
  left: 50px;
}
#product dd:nth-child(2n+1) .a2 {
  top: 50px;
  right: 25px;
}
#product dd:nth-child(2n) .a1 {
  top: 0px;
  right: 35px;
}
#product dd:nth-child(2n) .a2 {
  top: 50px;
  left: 50px;
}
#newsslide {
  padding-top: 55px;
}
#newsslide .swiper-slide {
  height: 430px;
  background: #ffffff;
  position: relative;
}
#newsslide .swiper-slide .a1 {
  margin-left: 52px;
  width: 653px;
}
#newsslide .swiper-slide .a1 .b1 {
  padding-top: 52px;
  color: #0055a2;
}
#newsslide .swiper-slide .a1 .b2 {
  display: block;
  height: 68px;
  line-height: 68px;
  overflow: hidden;
  color: #0055a2;
  font-size: 24px;
  font-weight: bold;
}
#newsslide .swiper-slide .a1 .b3 {
  display: block;
  height: 84px;
  line-height: 28px;
  overflow: hidden;
  color: #666666;
}
#newsslide .swiper-slide .a1 .b4 {
  margin-top: 88px;
}
#newsslide .swiper-slide .a1 .b4 img {
  vertical-align: top;
}
#newsslide .swiper-slide .a1 .b4 i {
  line-height: 66px;
  margin-left: -5px;
  transition: 0.5s;
}
#newsslide .swiper-slide .a1 .b4:hover i {
  margin-left: 5px;
}
#newsslide .swiper-slide .a2 {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 583px;
  height: 380px;
  overflow: hidden;
}
#newsslide .swiper-slide .a2 img {
  width: 583px;
  height: 380px;
  transition: 0.5s;
}
#newsslide .swiper-slide .a2:hover img {
  transform: scale(1.1);
}
#news {
  overflow: hidden;
}
#news dd {
  margin-top: 25px;
  height: 230px;
  background: #ffffff;
  position: relative;
}
#news dd .a1 {
  width: 960px;
  margin-left: 52px;
}
#news dd .a1 .b1 {
  padding-top: 45px;
  color: #0055a2;
}
#news dd .a1 .b2 {
  display: block;
  height: 68px;
  line-height: 68px;
  overflow: hidden;
  font-size: 24px;
}
#news dd .a1 .b3 {
  display: block;
  height: 56px;
  line-height: 28px;
  overflow: hidden;
  color: #666666;
}
#news dd .a2 {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 277px;
  height: 180px;
  overflow: hidden;
}
#news dd .a2 img {
  width: 277px;
  height: 180px;
  transition: 0.5s;
}
#news dd .a2:hover img {
  transform: scale(1.1);
}
#daililiucheng {
  padding-top: 94px;
  padding-bottom: 125px;
  text-align: center;
}
#daililiucheng .box {
  display: inline-block;
  width: 110px;
  padding-right: 35px;
  margin-left: 20px;
}
#daililiucheng .box img {
  width: 110px;
  height: 110px;
}
#daililiucheng .box b {
  display: block;
  margin-top: 20px;
  line-height: 2;
  font-size: 16px;
  color: #0055a2;
}
#dailitiaojian {
  padding-top: 35px;
  padding-bottom: 50px;
  overflow: hidden;
}
#dailitiaojian dl dd {
  width: 450px;
  height: 500px;
  position: relative;
  float: left;
}
#dailitiaojian dl dd .a1 {
  width: 450px;
  height: 250px;
  overflow: hidden;
}
#dailitiaojian dl dd .a1 img {
  width: 450px;
  height: 250px;
  transition: 0.5s;
}
#dailitiaojian dl dd .a1:hover img {
  transform: scale(1.1);
}
#dailitiaojian dl dd .a2 {
  height: 250px;
  text-align: center;
  background: #f7f8f9;
}
#dailitiaojian dl dd .a2 .b1 {
  padding-top: 38px;
  display: block;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  font-size: 26px;
  font-weight: bold;
  color: #0055a2;
}
#dailitiaojian dl dd .a2 .b2 {
  padding: 0 25px;
  display: block;
  height: 84px;
  line-height: 28px;
  overflow: hidden;
  font-size: 15px;
  color: #666666;
}
#dailitiaojian dl dd:nth-child(2n) .a1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
#shichangfenxi1 {
  padding-top: 46px;
  padding-bottom: 38px;
  background: #f7f8f9;
}
#shichangfenxi1 .title {
  text-align: center;
}
#shichangfenxi1 .title i {
  display: inline-block;
  padding: 0 44px;
  font-size: 30px;
  line-height: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #0055a2;
  color: #ffffff;
  font-weight: bold;
}
#shichangfenxi1 dl {
  margin-top: 30px;
  text-align: center;
}
#shichangfenxi1 dl dd {
  vertical-align: top;
  display: inline-block;
  width: 380px;
  padding: 0 30px;
}
#shichangfenxi1 dl dd .a2 {
  display: block;
  height: 66px;
  line-height: 66px;
  overflow: hidden;
  padding-top: 5px;
  font-size: 26px;
  font-weight: bold;
  color: #0055a2;
}
#shichangfenxi1 dl dd .a3 {
  line-height: 28px;
  font-size: 15px;
}
#shichangfenxi2 {
  margin-top: 30px;
  min-height: 467px;
  background: #f7f8f9;
  position: relative;
}
#shichangfenxi2 .a1 {
  margin-left: 42px;
  padding-top: 50px;
  width: 745px;
}
#shichangfenxi2 .a1 .b1 {
  font-size: 30px;
  color: #0055a2;
  font-weight: bold;
}
#shichangfenxi2 .a1 .b2 {
  padding-top: 18px;
  color: #ef8200;
  font-size: 20px;
  font-weight: bold;
}
#shichangfenxi2 .a1 .b3 {
  padding-top: 22px;
  font-size: 15px;
  line-height: 2;
}
#shichangfenxi2 .a2 {
  width: 474px;
  height: 387px;
  position: absolute;
  top: 44px;
  right: 49px;
}
#zhinengshouhuomoshi1 {
  padding-top: 75px;
  padding-bottom: 55px;
}
#zhinengshouhuomoshi1 dl {
  margin-top: 30px;
  text-align: center;
}
#zhinengshouhuomoshi1 dl dd {
  vertical-align: top;
  display: inline-block;
  width: 380px;
  padding: 0 30px;
}
#zhinengshouhuomoshi1 dl dd .a1 img {
  height: 251px;
}
#zhinengshouhuomoshi1 dl dd .a2 {
  display: block;
  height: 66px;
  line-height: 66px;
  overflow: hidden;
  padding-top: 34px;
  font-size: 26px;
  font-weight: bold;
  color: #0055a2;
}
#zhinengshouhuomoshi1 dl dd .a3 {
  line-height: 28px;
  font-size: 15px;
}
#zhinengshouhuomoshi2 {
  min-height: 537px;
  background: #f7f8f9;
  position: relative;
}
#zhinengshouhuomoshi2 .a1 {
  width: 760px;
  padding-left: 35px;
  padding-top: 130px;
  text-align: center;
}
#zhinengshouhuomoshi2 .a1 .b1 {
  display: inline-block;
  padding: 0 44px;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  background: #0055a2;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#zhinengshouhuomoshi2 .a1 .b2 {
  padding-top: 34px;
  color: #0055a2;
  font-size: 18px;
  font-weight: bold;
}
#zhinengshouhuomoshi2 .a1 .b3 {
  padding-top: 28px;
  font-size: 15px;
  line-height: 2;
}
#zhinengshouhuomoshi2 .a2 {
  width: 500px;
  height: 409px;
  position: absolute;
  top: 65px;
  right: 44px;
}
#zhinengshouhuomoshi3 {
  position: relative;
}
#zhinengshouhuomoshi3 .title {
  text-align: center;
  padding-bottom: 35px;
}
#zhinengshouhuomoshi3 .title .a1 {
  padding-top: 60px;
  font-size: 30px;
  font-weight: bold;
  color: #0055a2;
}
#zhinengshouhuomoshi3 .title .a2 {
  padding-top: 17px;
  font-size: 18px;
  color: #73ad38;
  font-weight: bold;
}
#zhinengshouhuomoshi3 .left {
  position: absolute;
  top: 433px;
  left: -70px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
#zhinengshouhuomoshi3 .right {
  position: absolute;
  top: 433px;
  right: -70px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
#zhinengshouhuomoshi3slide .swiper-slide {
  height: 283px;
}
#zhinengshouhuomoshi3slide .swiper-slide i {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 46px;
  color: #ffffff;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.5);
}
#qiyewenhua {
  position: relative;
  padding-top: 595px;
}
#qiyewenhua .a {
  position: absolute;
  transition: 0.5s;
}
#qiyewenhua .a:hover {
  transform: rotate(360deg) scale(1.1);
}
#qiyewenhua .a1 {
  top: 67px;
  left: 304px;
}
#qiyewenhua .a2 {
  top: 119px;
  left: 536px;
}
#qiyewenhua .a3 {
  top: 190px;
  left: 873px;
}
#qiyewenhua .a4 {
  top: 332px;
  left: 317px;
}
#qiyewenhua .a5 {
  padding-bottom: 70px;
  line-height: 30px;
  font-size: 16px;
  color: #0055a2;
  text-align: center;
  font-weight: bold;
}
#gongsijianjie {
  position: relative;
}
#gongsijianjie .a1 {
  padding-top: 83px;
  font-size: 44px;
}
#gongsijianjie .a1 b {
  color: #0055a2;
}
#gongsijianjie .a2 {
  padding-top: 20px;
  font-size: 36px;
  color: #0055a2;
}
#gongsijianjie .a3 {
  padding-top: 38px;
  width: 695px;
  font-size: 15px;
  line-height: 2;
}
#gongsijianjie .a4 {
  width: 684px;
  padding-top: 36px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
#gongsijianjie .a4 .c1 {
  font-size: 55px;
  color: #0055a2;
}
#gongsijianjie .a4 .c2 {
  padding-top: 20px;
  font-size: 15px;
}
#gongsijianjie .a5 {
  position: absolute;
  right: 0;
  top: 228px;
}
#rongyuzizhi1 .a1 {
  padding-top: 65px;
  color: #0055a2;
  font-size: 30px;
  font-weight: bold;
}
#rongyuzizhi1 .a2 {
  padding-top: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #73ad38;
}
#rongyuzizhi1 .a3 {
  padding-top: 26px;
  padding-bottom: 70px;
  overflow: hidden;
}
#rongyuzizhi1 .a3 p {
  width: 50%;
  float: left;
  line-height: 42px;
  font-size: 16px;
}
#rongyuzizhi2 {
  position: relative;
  padding-bottom: 96px;
}
#rongyuzizhi2 .box {
  padding: 20px;
  padding-bottom: 10px;
  background: #ffffff;
}
#rongyuzizhi2 .box img {
  width: 100%;
  height: 566px;
}
#rongyuzizhi2 .box p {
  display: block;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
}
#rongyuzizhi2 .left {
  position: absolute;
  top: 310px;
  left: -70px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
#rongyuzizhi2 .right {
  position: absolute;
  top: 310px;
  right: -70px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.yanfafangshicomm .a1 {
  padding-top: 32px;
  color: #0055a2;
  font-size: 30px;
  font-weight: bold;
}
.yanfafangshicomm .a2 {
  padding-top: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #73ad38;
}
#yanfashili1 .a3 {
  padding-top: 26px;
  padding-bottom: 20px;
  overflow: hidden;
}
#yanfashili1 .a3 p {
  width: 50%;
  float: left;
  line-height: 42px;
  font-size: 16px;
}
#yanfashili1 .a3 p i {
  display: inline-block;
  line-height: 34px;
  text-align: center;
  width: 34px;
  border-radius: 17px;
  border: 1px solid #0055a2;
  font-weight: bold;
  color: #0055a2;
}
#indexslide {
  width: 100%;
  height: 809px;
}
#indexslide .swiper-slide a {
  display: block;
  height: 809px;
}
#indexslide .swiper-slide .a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 20px;
}
#indexslide .swiper-slide .a1 {
  left: 5px;
}
#indexslide .swiper-slide .a2 {
  right: 5px;
}
#indexslide .swiper-pagination {
  bottom: 36px;
}
#indexslide .swiper-pagination-bullet {
  background: #ffffff;
  width: 12px;
  height: 12px;
  opacity: 1;
  outline: 0;
}
#indexslide .swiper-pagination-bullet-active {
  background: #1289c7;
}
#index1 .c {
  max-width: 1500px;
  height: 813px;
  margin: 0 auto;
  position: relative;
}
#index1 .c .a1 {
  padding-top: 120px;
  font-size: 44px;
}
#index1 .c .a1 b {
  color: #0055a2;
}
#index1 .c .a2 {
  padding-top: 20px;
  font-size: 36px;
  color: #0055a2;
}
#index1 .c .a3 {
  padding-top: 38px;
  width: 658px;
  font-size: 15px;
  line-height: 2;
}
#index1 .c .a4 {
  width: 610px;
  padding-top: 36px;
  display: flex;
  justify-content: space-between;
}
#index1 .c .a4 .c1 {
  font-size: 55px;
  color: #0055a2;
}
#index1 .c .a4 .c2 {
  padding-top: 20px;
  font-size: 15px;
}
#index1 .c .a5 {
  position: absolute;
  right: 0;
  top: 233px;
  width: 786px;
  height: 460px;
  transition: 0.5s;
}
#index1 .c .a5:hover {
  transform: scale(1.05);
}
#index1 .c .a6 {
  margin-top: 58px;
}
#index1 .c .a6 img {
  vertical-align: top;
}
#index1 .c .a6 i {
  line-height: 62px;
  margin-left: -2px;
  transition: 0.5s;
}
#index1 .c .a6:hover i {
  margin-left: 5px;
}
#index2 {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 80px;
}
#index2 dl {
  display: flex;
  justify-content: space-between;
}
#index2 dl dd {
  width: 460px;
  height: 395px;
  text-align: center;
}
#index2 dl dd .a1 {
  color: #0055a2;
  font-size: 32px;
}
#index2 dl dd .a2 {
  padding-top: 10px;
  color: #999;
  font-size: 18px;
}
#index2 dl dd .a3 {
  margin-top: 24px;
  position: relative;
  width: 460px;
  height: 300px;
  overflow: hidden;
}
#index2 dl dd .a3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  height: 300px;
  transition: 0.5s;
}
#index2 dl dd .a3 .b1 {
  position: relative;
  display: inline-block;
  background: rgba(0, 85, 162, 0.8);
  line-height: 46px;
  padding: 0 22px;
  color: #ffffff;
  font-size: 16px;
  transition: 0.5s;
  top: 0;
}
#index2 dl dd:hover .a3 img {
  transform: scale(1.1);
}
#index2 dl dd:hover .a3 .b1 {
  top: 127px;
}
#onepage .title {
  padding-top: 40px;
  font-size: 36px;
  text-align: center;
}
#onepage .content {
  padding: 30px 0;
  line-height: 2;
}
#page {
  padding: 30px 0;
  text-align: center;
}
#page a {
  text-decoration: none;
}
#page .prev,
#page .next,
#page em {
  font-style: normal;
  margin: 0 5px;
  display: inline-block;
  width: 32px;
  line-height: 32px;
  color: #666;
  border: 1px solid #666;
}
#page .current {
  background: #0055a2;
  border: 1px solid #0055a2;
  color: #fff;
}
#page .prev,
#page .next {
  width: auto;
  padding: 0 20px;
}
/*新闻翻页*/
#pageInfo {
  padding: 40px 0;
  text-align: center;
  font-size: 18px;
}
#pageInfo a {
  padding: 0 12px;
  line-height: 32px;
  color: #333;
}
#pageInfo em {
  font-style: normal;
}
#pageInfo em a {
  width: auto;
  padding: 0 15px;
}
#pageInfo .onfocus a {
  color: #0055a2;
}
#infopro1 .a .b1 {
  padding-top: 40px;
  height: 42px;
  font-weight: bold;
  color: #0055a2;
  font-size: 24px;
}
#infopro1 .a .b2 {
  margin-left: 42px;
  padding-top: 25px;
  line-height: 2;
}
#infopro1 .a .b2 table {
  margin: 0 auto;
}
#about1 {
  width: 1360px;
  margin: 0 auto;
  padding-bottom: 62px;
}
#about1 .a1 {
  padding-top: 83px;
  font-weight: bold;
  font-size: 32px;
}
#about1 .a2 {
  padding-top: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #0055a2;
}
#about1 .a3 {
  padding-top: 32px;
  font-size: 15px;
  line-height: 28px;
}
#about2 {
  height: 601px;
  text-align: center;
  color: #ffffff;
}
#about2 .a1 {
  padding-top: 96px;
  font-weight: bold;
  font-size: 46px;
}
#about2 .a2 {
  padding-top: 14px;
  font-size: 36px;
}
#about2 .a3 {
  padding-top: 75px;
  font-size: 16px;
  line-height: 36px;
}
#about3 {
  padding-bottom: 40px;
}
#about3 .c {
  width: 1360px;
  margin: 0 auto;
}
#about3 .c .box {
  text-align: center;
}
#about3 .c .a1 {
  padding-top: 83px;
  font-weight: bold;
  font-size: 46px;
  color: #0055a2;
}
#about3 .c .a2 {
  padding-top: 14px;
  font-size: 36px;
}
#about3 .c .a3 {
  padding-top: 20px;
  font-size: 15px;
  color: #666666;
}
#about3 .c .a4a {
  overflow: hidden;
}
#about3 .c .a4a .comm {
  float: left;
  margin-top: 34px;
  margin-right: 37px;
  padding-bottom: 10px;
  background: #ffffff;
  width: 312px;
  text-align: center;
  color: #666666;
}
#about3 .c .a4a .comm:nth-child(4n) {
  margin-right: 0;
}
#about3 .c .a4a .comm .b1 {
  width: 312px;
  height: 215px;
  overflow: hidden;
}
#about3 .c .a4a .comm .b1 img {
  width: 312px;
  height: 215px;
  transition: 0.5s;
}
#about3 .c .a4a .comm .b2 {
  padding-top: 15px;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}
#about3 .c .a4a .comm .b3 {
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}
#about3 .c .a4a .comm:hover .b1 img {
  transform: scale(1.1);
}
#about3 .c .a4 {
  overflow: hidden;
}
#about3 .c .a4 .comm {
  float: left;
  margin-top: 34px;
  margin-right: 37px;
  background: #ffffff;
  width: 242px;
  height: 415px;
  text-align: center;
  color: #666666;
}
#about3 .c .a4 .comm:nth-child(5n) {
  margin-right: 0;
}
#about3 .c .a4 .comm .b1 {
  width: 242px;
  height: 343px;
  overflow: hidden;
}
#about3 .c .a4 .comm .b1 img {
  width: 242px;
  height: 343px;
  transition: 0.5s;
}
#about3 .c .a4 .comm .b2 {
  padding-top: 15px;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}
#about3 .c .a4 .comm .b3 {
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}
#about3 .c .a4 .comm:hover .b1 img {
  transform: scale(1.1);
}
#about4 {
  width: 1360px;
  padding-bottom: 55px;
  margin: 0 auto;
}
#about4 .box {
  text-align: center;
}
#about4 .box .a1 {
  padding-top: 83px;
  font-weight: bold;
  font-size: 46px;
  color: #0055a2;
}
#about4 .box .a2 {
  padding-top: 14px;
  font-size: 36px;
}
#about4 .box .a3 {
  padding-top: 20px;
  font-size: 15px;
  color: #666666;
}
#xiangce {
  overflow: hidden;
}
#xiangce .comm {
  float: left;
  margin-bottom: 34px;
  margin-right: 37px;
  padding-bottom: 10px;
  background: #ffffff;
  width: 312px;
  text-align: center;
  color: #666666;
}
#xiangce .comm:nth-child(4n) {
  margin-right: 0;
}
#xiangce .comm .b1 {
  width: 312px;
  height: 215px;
  overflow: hidden;
}
#xiangce .comm .b1 img {
  width: 312px;
  height: 215px;
  transition: 0.5s;
}
#xiangce .comm .b2 {
  padding-top: 15px;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}
#xiangce .comm .b3 {
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}
#xiangce .comm:hover .b1 img {
  transform: scale(1.1);
}
#bottom1 .c {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}
#bottom1 .a1 {
  padding-top: 35px;
  height: 96px;
}
#bottom1 .a1 img {
  vertical-align: top;
}
#bottom1 .a1 b {
  color: #73ad38;
  font-size: 37px;
  line-height: 2;
}
#bottom1 .a2 {
  position: absolute;
  top: 48px;
  right: 0px;
}
#bottom1 .a2 dl dd {
  float: left;
  text-align: center;
  margin-left: 27px;
  transition: 0.5s;
}
#bottom1 .a2 dl dd i {
  display: block;
  line-height: 2;
}
#bottom1 .a2 dl dd:hover {
  transform: translateY(-3px);
}
#bottom1 .a3 {
  padding-bottom: 35px;
  line-height: 32px;
}
/*新闻详细页*/
#newsShow {
  padding: 20px 0;
  overflow: hidden;
}
#newsShow .title {
  padding: 10px 0;
  font-size: 22px;
  text-align: center;
  line-height: 150%;
  font-weight: normal;
}
#newsShow .miaoshu {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 2;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#newsShow .theContent {
  padding: 20px 0;
  line-height: 2;
  font-size: 14px;
}
#newsShow .theContent a:link,
#newsShow .theContent a:visited {
  color: #333;
  text-decoration: none;
}
#newsShow .theContent a:hover,
#newsShow .theContent a:active {
  color: #0055a2;
}
#newsShow .theContent table {
  margin: 0 auto;
}
#newsShow .theContent td {
  border: 1px solid #dddddd;
}
#newsShow .thePageInfo {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  line-height: 2;
  font-size: 14px;
}
#newsShow .thePageInfo a:link,
#newsShow .thePageInfo a:visited {
  color: #333;
  text-decoration: none;
}
#newsShow .thePageInfo a:hover,
#newsShow .thePageInfo a:active {
  color: #0055a2;
}
/*# sourceMappingURL=style.css.map */