﻿* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: normal;
  list-style: none;
  color: #333;
}

body {
  /* width: 1920px; */
  width: 100%;
}
/* contentÃ©Æ’Â¨Ã¥Ë†â€ Ã¥Â¼â‚¬Ã¥Â§â€¹ */
/* Ã¥Â¤Â´Ã¦ÂÂ¡Ã¥Â¼â‚¬Ã¥Â§â€¹ */
.news {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
}

.news-title {
  font-size: 36px;
  margin: 10px auto;
  text-align: center;
}

.news-title a {
  font-family: PingFang SC;
  color: #005099;
  font-weight: bold;
}

.news-article {
  height: 19px;
  font-size: 18px;
  margin: 0 auto;
  font-family: PingFang SC;
  color: #9F9F9F;
  font-weight: 550;
  text-align: center;
}

/* Ã¥Â¤Â´Ã¦ÂÂ¡Ã§Â»â€œÃ¦ÂÅ¸ */
.content {
  width: 1200px;
  height: 395px;
  margin: 20px auto;
  display: flex;
}

.lunbo {
  width: 589px;
  height: 395px;
  float: left;
}

.lunbo .swiper-slide {
  font-size: 0;
  line-height: 0;
}

.lunbo .swiper-slide .mask {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  bottom: 15px;
  font-size: 14px;
  text-align: left;
  line-height: 50px;
}

.lunbo .swiper-slide .mask .txt {
  width: 76%;
  position: absolute;
  left: 20px;
  overflow: hidden;
  font-size: 16px;
  color: white;
}

.lunbo img {
  width: 600px;
  height: 395px;
}

.swiper-wrapper {
  height: 410px !important;
}

.lunbo .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: rgba(250, 250, 250, 0.5);
  border-radius: 50% !important;
  opacity: 1;
}

.lunbo .swiper-pagination-bullet-active {
  background: #F5F5F5 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 13px;
  margin-left: 234px;
  position: absolute;
}

.content-r {
  /* background: #f3f3f3; */
  margin-left: 10px;
}

#tab-list {
  width: 600px;
  height: 190px;
  margin: 10px auto;
}

#ul1 {
  height: 40px;
  color: #333;
  margin: 0 10px;
  padding: 0 0 1px 0;
  padding-bottom: 7px;
  display: flex;
  justify-content: space-around;
  /* border-bottom: 1px solid #ccc; */
}

#ul1 li {
  /* width: 140px; */
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-bottom: none;
  margin: 0 0px;
  padding-bottom: 10px;
}
#ul1 li a{
  font-size: 18px;
  font-weight:
  bold;
}
#ul1 li:hover {
  cursor: pointer;
  border-bottom: 4px solid #0066C4;
}

#ul1 li:hover a {
  color: #0066C4;
}

#ul1 li.active a {
  color: #2C86C6;
  font-size: 20px;
  font-weight: bold;
}

#tab-list div {
  /* border: 1px solid #7396B8; */
  border-top: none;
  margin-top: 10px;
}

#tab-list div li {
  height: 30px;
  line-height: 30px;
  text-indent: 8px;
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

#tab-list div li a {
  display: flex;
}

#tab-list div li a .dottle {
  width: 12px;
  height: 12px;
  background: url(./dottle.png);
  margin-top: 10px;
}

#tab-list div li:hover .dottle {
  width: 12px;
  height: 12px;
  background: url(./circle.png);
  margin-top: 10px;
}

#tab-list div li:hover a {
  color: #0F5FBC;
}

.show {
  display: block;
}

.hide {
  display: none;
}

/* contentÃ©Æ’Â¨Ã¥Ë†â€ Ã§Â»â€œÃ¦ÂÅ¸ */
/* infoÃ©Æ’Â¨Ã¥Ë†â€ Ã¥Â¼â‚¬Ã¥Â§â€¹ */
.refer {
  width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  /* margin-bottom: 10px; */
  display: flex;
}

.refer-l {
  width: 593px;
  height: 420px;
  background: #f7f7f7;
}

.refer-l-title {
  width: 577px;
  height: 53px;
  line-height: 53px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 8px;
  border-bottom: 2px solid #E6E6E6;
}

.refer-l-content {
  width: 593px;
}

.refer-l-content ul {
  display: flex;
  flex-wrap: wrap;
}

.refer-l-content ul li {
  width: 225px;
  height: 60px;
  line-height: 60px;
  margin: 14px 17px;
  text-align: center;
  padding-left: 35px;
  border: 1px solid #eee;
  background: #fff;
}

.refer-l-content ul li a {
  display: flex;
}

.refer-l-content ul li .icon1 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./dwgk.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li .icon2 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./zgdw.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li .icon3 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./ldjs.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li .icon4 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./zfxxgknb.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li .icon5 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./jgzn.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li .icon6 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./gzndbb.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li .icon7 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./nsjg.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li .icon8 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./ysqgk.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li:hover {
  width: 260px;
background: #0066C4;
  border: 1px solid #0F7BD2;
  box-sizing: border-box;
  color:#fff;
}

.refer-l-content ul li:hover .icon1 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./dwgk-blue.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li:hover a span {
  color: #fff;
}

.refer-l-content ul li:hover .icon2 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./zgdw-blue.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li:hover .icon3 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./ldjs-blue.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li:hover .icon4 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./zfxxgknb-blue.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li:hover .icon5 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./jgzn-blue.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li:hover .icon6 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./gzndbb-blue.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li:hover .icon7 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./nsjg-blue.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-l-content ul li:hover .icon8 {
  display: block;
  width: 40px;
  height: 40px;
  background: url(./ysqgk-blue.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 10px;
}

.refer-r {
  width: 593px;
  height: 420px;
  margin-left: 14px;
  background: #f7f7f7;
}

.refer-r-title {
  width: 577px;
  height: 53px;
  line-height: 53px;
  font-size: 20px;
  padding: 0 8px;
  border-bottom: 2px solid #E6E6E6;
  display: flex;
  justify-content: space-between;
}

.refer-r-title span:nth-child(1) {
  font-weight: bold;
}

.more {
  font-size: 14px;
  font-weight: normal;
}

.refer-r-content ul li a{
  display: flex;
  justify-content: space-around;
  margin: 22px 0;
}

.refer-r-content ul li span:nth-child(2) {
  width: 445px;
}
.circle{
  display: block;
    width: 5px;
    height: 5px;
    background: #BFBFBF;
    border-radius: 50%;
    margin-top: 14px;
    margin-right: 5px;
}
 .img1 {
  display: block;
  width: 5px;
  height: 5px;
  background: #BFBFBF;
  border-radius: 50%;
  margin-top: 8px;
  margin-right: -10px;
}
/* infoÃ©Æ’Â¨Ã¥Ë†â€ Ã§Â»â€œÃ¦ÂÅ¸ */
.publicity{
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
}
.qlzh{
      width: 1200px;
    
    margin: 20px auto;
}
.serve{
  width: 1200px;
  /* height: 570px; */
  margin: 0 auto;
  margin-top: 20px;
}
.serve-title{
  width: 1200px;
  height: 50px;
  line-height: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.serve-title span {
  font-size: 20px;
  font-weight: 700;
  margin: 20px;
}
.serve-content{
  width: 1200px;
  display: flex;
  /* padding: 0 10px; */
}
.serve-content-l{
  width: 652px;
  /* margin-left: 8px; */
}
.serve-content-l ul{
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 15px; */
  background: #F7F7F7;
}
.serve-content-l ul li{
  width: 135px;
  height: 100px;
  line-height: 25px;
  margin: 20px 13px;
  background: #F7F7F7;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.serve-content-l ul li a{
  display: flex;
  justify-content: space-around;
}
.serve-content-l ul li span:nth-child(2){
  width: 70px;
}
.serve-content-l ul li .word{
margin-top:16px;
}
.serve-content-l ul li .th{
margin-top:13px;
}
.serve-content-l ul li .mid{margin-top: 40px;}
.serve-content-l ul li .pic1{
  width: 40px;
  height: 40px;
  background: url(./daxxcx.png);
  background-size: 40px 40px;
  margin-top: 30px;
}
.serve-content-l ul li .pic2{
  width: 40px;
  height: 40px;
  background: url(./jhsy.png);
  background-size: 40px 40px;
  margin-top: 30px;

}
.serve-content-l ul li .pic3{
  width: 40px;
  height: 40px;
  background: url(./yyghpt.png);
  background-size: 40px 40px;
  margin-top: 30px;
}
.serve-content-l ul li .pic4{
  width: 40px;
  height: 40px;
  background: url(./ggwsfw.png);
  background-size: 40px 40px;
  margin-top: 30px;
}
.serve-content-l ul li .pic5{
  width: 40px;
  height: 40px;
  background: url(./yljgcx.png);
  background-size: 40px 40px;
  margin-top: 30px;
}
.serve-content-l ul li .pic6{
  width: 40px;
  height: 40px;
  background: url(./ylfwjgcx.png);
  background-size: 40px 40px;
  margin-top: 30px;
}
.serve-content-l ul li .pic7{
  width: 40px;
  height: 40px;
  background: url(./ssjcxjggs.png);
  background-size: 40px 40px;
  margin-top: 30px;
}
.serve-content-l ul li .pic8{
  width: 40px;
  height: 40px;
  background: url(./add.png) no-repeat;
  background-size: 30px 30px;
  margin-top: 38px;
  margin-left: 13px;
}
.serve-content-l ul li:hover{
  background: #0066C4;
}
.serve-content-l ul li:hover span{
  color: white;
}
.serve-content-l ul li:hover .pic1{
  width: 40px;
  height: 40px;
  background: url(./daxxcx-white.png);
  background-size: 40px 40px;
  margin-top: 30px;
}
.serve-content-l ul li:hover .pic2{
  width: 40px;
  height: 40px;
  background: url(./jhsy-white.png);
  background-size: 40px 40px;
  margin-top: 30px;
}
.serve-content-l ul li:hover .pic3{
  width: 40px;
  height: 40px;
  background: url(./yyghpt-white.png);
  background-size: 40px 40px;
  margin-top: 30px;
}
.serve-content-l ul li:hover .pic4{
  width: 40px;
  height: 40px;
  background: url(./ggwsfw-white.png);
  background-size: 40px 40px;
  margin-top: 30px;
}
.serve-content-l ul li:hover .pic5{
  width: 40px;
  height: 40px;
  background: url(./yljgcx-white.png);
  background-size: 40px 40px;
  margin-top: 30px;
}
.serve-content-l ul li:hover .pic6{
  width: 40px;
  height: 40px;
  background: url(./ylfwjgcx-white.png);
  background-size: 40px 40px;
  margin-top: 30px;
}
.serve-content-l ul li:hover .pic7{
  width: 40px;
  height: 40px;
  background: url(./ssjcxjggs-white.png);
  background-size: 40px 40px;
  margin-top: 30px;
}
.serve-content-l ul li:hover .pic8{
  width: 40px;
  height: 40px;
  background: url(./add-white.png) no-repeat;
  background-size: 30px 30px;
  margin-top: 38px;
}
.serve-content-r{
  width: 540px;
  height: 285px;
  background: #f6f6f6;
  margin-left: 8px;
}
.serve-content-r-title{
  width: 500px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  color: #0066C4;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #DCDCDC;;
}
.serve-r-content ul li{
  padding: 0 15px;
}
.serve-r-content ul li a{
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
}
.serve-r-content ul li a span:nth-child(1){
  display: flex;
}
.serve-r-content ul li .img2{
  display: block;
  width: 5px;
  height: 5px;
  background: #BFBFBF;
  border-radius: 50%;
  margin-top: 8px;
  margin-right: 10px;
}
.yqfk{
  width:1200px;
  margin:0 auto;
  margin-top: 20px;
}
.yqfk img{
  width:1200px;
}
.special-content{
  width: 1200px;
  margin: 0 auto;
}
.special {
  width: 1200px;
  height: 160px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 0px rgba(7, 0, 2, 0.13);
}

.special::after {
  content: "";
  display: block;
  clear: both;
}

.img_title {
  width: 50px;
  height: 160px;
  float: left;
  background: #2C86CA;
}

.img_title a {
  width: 18px;
  height: 72px;
  display: block;
  padding-top: 33px;
  padding-left: 16px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.img_gundong {
  float: left;
  width: 1130px;
  overflow: hidden;
  height: 160px;
}

.img_gundong .tab {
  height: 160px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.img_gundong .tab .left,
.img_gundong .tab .right {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  float: left;
  margin-top: 50px;
margin-left:54px;
  z-index: 2;
}

.img_gundong .tab .right {
  right: 0;
}

.img_gundong .tab .left img,
.img_gundong .tab .right img {
  width: 50px;
  height: 50px;
}

.img_gundong .tab .gundong_content ul {
  width: 974px;
  height: 145px;
  overflow: hidden;
  padding-left: 127px;
}

.img_gundong .tab .gundong_content ul li {
  float: left;
  width: 216px;
  text-align: center;
  margin: 10px 20px 35px 0;
  height: 90px;

}

.img_gundong .tab .gundong_content ul li a img {
  width: 224px;
  height: 150px;
  overflow: hidden;
}
.letter{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.ldxx img{
  width: 500px;
}
.zwfww img{
  width: 500px;
}
/* Ã¥Ââ€¹Ã¦Æ’â€¦Ã©â€œÂ¾Ã¦Å½Â¥Ã©Æ’Â¨Ã¥Ë†â€ Ã¥Â¼â‚¬Ã¥Â§â€¹ */
.link-list {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

.link-list select {
  width: 200px;
  line-height: 30px;
  height: 30px;
  margin: 0 15px;
  border-color: #c7bebe;
  text-align: center;
  outline: none;
}
/* Ã¥Ââ€¹Ã¦Æ’â€¦Ã©â€œÂ¾Ã¦Å½Â¥Ã©Æ’Â¨Ã¥Ë†â€ Ã§Â»â€œÃ¦ÂÅ¸ */
