/*通用类*/
* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  /* font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif; */
  font: 17px/1.5 "Microsoft YaHei", 微软雅黑, "宋体", tahoma, Verdana, arial,
    sans-serif;
  background: rgba(255, 255, 255, 0) url("") no-repeat top center;
  text-align: justify;
  color: #333;
}
h1,
h2,
h3,
h6 {
  font-weight: 500;
}
img {
  border: none;
}
a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #2760b7;
}
ul {
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
#stycl {
  float: left;
}

input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI,
    Microsoft YaHei, Source Han Sans CN, sans-serif;
  outline: none;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #585858;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #585858;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #585858;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #585858;
}
div.clear {
  font: 0px Arial;
  line-height: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}
.line5 {
  font-size: 1px;
  height: 5px;
  width: 100%;
  clear: both;
}
.line10 {
  font-size: 1px;
  height: 10px;
  width: 100%;
  clear: both;
}
.line30 {
  font-size: 1px;
  height: 30px;
  width: 100%;
  clear: both;
}
/*wrapin 主体容器宽度*/
.wrapin {
  margin-left: auto;
  margin-right: auto;
}
.wrapinss {
  text-align: center;
}
.headerss {
  height: 100px;
  position: relative;
}
/*公用CSS 开始*/

.header {
  height: 224px;
  position: relative;
}

.header .logo {
  float: left;
  display: block;
  margin-top: 60px;
}
.head_search {
  width: 260px;
  height: 44px;
  border-radius: 22px;
  float: right;
  /* background:rgba(255,255,255,0.9); */
  margin: 75px 0 0 0;
}
.head_searchs {
  width: 260px;
  height: 44px;
  border-radius: 22px;
  /* float: right; */
  /* background:rgba(255,255,255,0.9); */
  margin: 75px 0 0 0;
}
.head_searchs .text {
  width: 75%;
  height: 44px;
  float: left;
  line-height: 44px;
  border: 0;
  background: none;
  padding-left: 20px;
  font-size: 16px;
}
.head_searchs .sub {
  display: block;
  width: 20%;
  height: 44px;
  float: right;
  background: url("../image/ss.png") no-repeat center center;
}

.head_searchss {
  margin: 35px auto;
  width: 50%;
  height: 44px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
}

.head_searchss_content {
  overflow: hidden;
}
.head_searchss .text {
  width: 75%;
  height: 44px;
  float: left;
  line-height: 44px;
  border: 0;
  background: none;
  padding-left: 20px;
  font-size: 16px;
}
.head_searchss .sub {
  display: block;
  width: 20%;
  height: 44px;
  float: right;
  background: url("../image/sous.jpg") no-repeat center center;
}


.nav {
  height: 52px;
  line-height: 52px;
  background: rgb(26, 110, 198);
  width: 1500px;
  margin: 0 auto;
}
.nav a {
  float: left;
  display: block;
  width: 140px;

  height: 52px;
  text-align: center;
  color: #fff;
  /* font-size:18px; */
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 400;
}
.nav a:hover,
.nav a.hover {
  color: #2760b7;
  background: #fff;
}

.banner {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 980px;
  height: 356px;
  float: left;
  margin: 24px 0 0 0;
  border: 16px solid #fff;
}
.banner .pics li {
  width: 980px;
  height: 356px;
}
.banner .pics a {
  display: block;
  width: 990px;
  height: 440px;
  position: relative;
}
.banner .pics .name {
  height: 40px;
  line-height: 40px;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
.banner .pics .nm {
  padding-left: 10px;
  display: inline-block;
  max-width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner .pics img {
  display: block;
  width: 980px;
  height: 440px;
}
.banner .btns {
  position: absolute;
  right: 15px;
  bottom: 12px;
  z-index: 60;
  text-align: center;
}
.banner .btns span {
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 1px;
  border-radius: 100%;
  margin: 0 3px;
  background: #eee;
}
.banner .btns .hover {
  background: #2760b7;
}

.ba_tabs {
  width: 624px;
  height: 388px;
  background: #fff;
  float: right;
  padding-left: 10px;
  margin: 24px 0 0 0;
}
.ba_tabss {
  background: #fff;
  float: left;
  padding-left: 10px;
  margin: 24px 0 0 0;
}
.ba_tabss .handle {
  height: 50px;
  line-height: 50px;
  clear: both;
  border-bottom: 2px solid #e8e8e8;
}
.ba_tabss .btnx {
  width: 145px;
  padding-left: 10px;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.ba_tabss .hover {
  color: #2760b7;
}
.ba_tabs .handle {
  width: 604px;
  height: 50px;
  line-height: 50px;
  clear: both;
  border-bottom: 2px solid #e8e8e8;
}
.ba_tabs .btnx {
  float: left;
  display: block;
  width: 145px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
}
.ba_tabs .hover {
  color: #2760b7;
}

.ba_tabs .con {
  display: none;
  padding-top: 5px;
  width: 604px;
}
.ba_tabs .show {
  display: block;
}
.ba_tabs li {
  height: 36px;
  line-height: 36px;
  clear: both;
}
.ba_tabs li a {
  display: inline-block;
  float: left;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("") no-repeat left center;
}
.ba_tabs li a:hover {
  background-image: url("");
}
.ba_tabs li span {
  float: right;
}
.ba_tabs iframe {
  width: 568px;
  height: 330px;
}

.hm_slider {
  height: 100px;
  width: 1200px;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
}
.hm_slider .s_out {
  width: 1188px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.hm_slider li {
  width: 378px;
  float: left;
  margin: 0 8px;
}
.hm_slider li img {
  display: block;
  width: 380px;
  height: 100px;
}
.hm_slider .cbtn {
  width: 55px;
  height: 100px;
  position: absolute;
  top: 20px;
  z-index: 20;
  cursor: pointer;
  display: none !important;
}
.hm_slider:hover .cbtn {
  display: block !important;
}
.hm_slider .pre {
  left: 10px;
  background: url("/ztimg/hs_pre.png") no-repeat center center;
}
.hm_slider .next {
  right: 10px;
  background: url("/ztimg/hs_next.png") no-repeat center center;
}

.hm_news {
  width: 550px;
  height: 290px;
  background: #fff;
  padding: 0 20px;
}
.hm_news .head {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #e8e8e8;
  font-size: 20px;
  color: #2760b7;
  padding: 0 14px;
  font-weight: bold;
}
.hm_news .head a {
  color: #2760b7;
}
.hm_news ul {
  padding-top: 10px;
}
.hm_news li {
  height: 37px;
  line-height: 37px;
  clear: both;
}
.hm_news li a {
  display: inline-block;
  float: left;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("") no-repeat left center;
}
.hm_news li a:hover {
  background-image: url("");
}
.hm_news li span {
  float: right;
}

.hm_pub {
  width: 550px;
  height: 370px;

  padding: 0 20px;
}
.hm_pubss {
  width: 550px;
  height: 370px;
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}
.hm_pub .head {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #e8e8e8;
  font-size: 20px;
  color: #2760b7;
  padding: 0 14px;
  margin-bottom: 20px;
  font-weight: bold;
}
.hm_pub .head {
}
.hm_pub .head a {
  color: #2760b7;
}
.hm_pub .links {
  position: relative;
  overflow: hidden;
}
.hm_pub .s_list {
  width: 570px;
}
.hm_pub .links a {
  display: block;
  width: 136px;
  height: 54px;
  line-height: 54px;
  background: #f2f7ff;
  padding-left: 40px;
  position: relative;
  color: #2760b7;
  float: left;
  margin: 0 11px 11px 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.hm_pub .links img {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.hm_pub .links a:hover img {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.hm_pub .lks2 {
  padding-top: 5px;
}
.hm_pub .lks2 a {
  display: block;
  width: 264px;
}
.hm_pub .lks2 img {
  display: block;
  width: 100%;
  height: auto;
}
.hm_pub .lks3 {
  position: relative;
}
.hm_pub .lks3 a {
  display: block;
  width: 106px;
  height: 65px;
  border-radius: 15px;
  line-height: 60px;
  background: rgb(242, 247, 255);
  float: left;
  margin: 6px 12px 6px 22px;
  padding-left: 55px;
  font-size: 16px;
  color: #3f72a7;
  z-index: 20;
  position: relative;
}
.hm_pub .lks3 .ico {
  position: absolute;
  left: 20px;
  top: 7px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.hm_pub .lks3 a:hover .ico {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.hm_pub .lks3 .code {
  display: none;
}
.head a {
  border-radius: 35px;
}
.hm_pub .lks3 a:hover .code {
  display: block;
  width: 139px;
  height: 155px;
  position: absolute;
  top: -155px;
  left: 18px;
  z-index: 20;
}
.hm_pub .head2 {
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  font-size: 18px;
  color: #2760b7;
  position: relative;
}
.hm_pub .head2 a {
  color: #2760b7;
}
.hm_pub .head2 i {
  display: block;
  width: 3px;
  height: 16px;
  background: #2760b7;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.hm_pub li {
  height: 37px;
  line-height: 37px;
  clear: both;
}
.hm_pub li a {
  display: inline-block;
  float: left;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("") no-repeat left center;
}
.hm_pub li a:hover {
  background-image: url("");
}
.hm_pub li span {
  float: right;
}

.hm_sys {
  height: 107px;
  background: #fff;
  overflow: hidden;
}
.hm_sys .tit {
  float: left;
  display: block;
  width: 169px;
}
.hm_sys .tit img {
  display: block;
  width: 169px;
  height: 107px;
}
.hm_sys .bn {
  float: left;
  display: block;
  width: 218px;
  height: 107px;
  text-align: center;
  position: relative;
  padding-top: 66px;
  color: #4079d9;
  line-height: 18px;
}
.hm_sys .bn:hover {
  color: #f47300;
}
.hm_sys .ico {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 50%;
  overflow: hidden;
  margin-left: -25px;
}
.hm_sys .ico img {
  display: block;
  width: 50px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.hm_sys .bn:hover .ico img {
  top: -50px;
}
.hm_sys .fg {
  height: 90px;
  border-left: 1px solid #6b96df;
  float: left;
  margin: 10px 0 0 -1px;
}

.footer {
  height: 210px;
  background: rgb(26, 110, 198);
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  position: relative;
}
.footer .gov1 {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -580px;
}
.footer .gov2 {
  position: absolute;
  top: 60px;
  right: 50%;
  margin-right: -580px;
}


.ft_nav {
  padding-top: 30px;
}
.ft_nav a {
  color: #fff;
}
.ft_nav a:hover {
  text-decoration: underline;
}

.fr_bar {
  position: fixed;
  right: 0;
  z-index: 150;
  top: 50%;
  margin-top: -147px;
  width: 74px;
}
.fr_bar .title {
  height: 25px;
  line-height: 25px;
  background: #656766;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.fr_slide {
  position: relative;
  z-index: 150;
}
.fr_slide .btn {
  display: block;
  width: 74px;
  height: 62px;
  padding-top: 7px;
  border-bottom: 1px solid #ccd6dc;
  background: #fff;
  text-align: center;
  line-height: 24px;
}
.fr_slide .ico {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
}
.fr_slide .code {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  right: 74px;
  top: 0;
  z-index: 150;
  display: none;
}
.fr_slide:hover .code {
  display: block;
}
.li_round_parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.li_round_parent:hover {
  color: #2760b7;
}
.li_round_son_div {
  display: flex;
  align-items: center;
}
.li_round_parent:hover .li_round_son {
  background: #2760b7;
}
.li_round_parent .li_round_son {
  vertical-align: middle;
  float: left;
  margin-right: 15px;
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
}
.carousel {
  margin-top: 24px;
  border: 16px solid #fff;
  box-sizing: border-box;
}
.carousel-item {
  height: 366px;
}
.carousel-caption {
  bottom: 0;
  padding-bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  left: 0;
}
.carousel-indicators {
  margin-bottom: 0;
}
.carousel_fixed {
  position: absolute;
  top: 0;
  left: 0;

  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  text-align: center;
  display: none;
}
#carouselExampleCaptions:hover .carousel_fixed {
  display: block;
}
.clwhite:hover {
  overflow-x: auto;
}
.clwhite {
  overflow-y: hidden;
  overflow-x: hidden;
  white-space: nowrap;
}

/*公用CSS 结束*/

