/*CSS样式重写*/
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
pre,
header,
footer {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  min-width: 1200px;
  background-color: #ededed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52'%3E%3Cpath fill='%23ffffff' fill-opacity='0.4' d='M0 17.83V0h17.83a3 3 0 0 1-5.66 2H5.9A5 5 0 0 1 2 5.9v6.27a3 3 0 0 1-2 5.66zm0 18.34a3 3 0 0 1 2 5.66v6.27A5 5 0 0 1 5.9 52h6.27a3 3 0 0 1 5.66 0H0V36.17zM36.17 52a3 3 0 0 1 5.66 0h6.27a5 5 0 0 1 3.9-3.9v-6.27a3 3 0 0 1 0-5.66V52H36.17zM0 31.93v-9.78a5 5 0 0 1 3.8.72l4.43-4.43a3 3 0 1 1 1.42 1.41L5.2 24.28a5 5 0 0 1 0 5.52l4.44 4.43a3 3 0 1 1-1.42 1.42L3.8 31.2a5 5 0 0 1-3.8.72zm52-14.1a3 3 0 0 1 0-5.66V5.9A5 5 0 0 1 48.1 2h-6.27a3 3 0 0 1-5.66-2H52v17.83zm0 14.1a4.97 4.97 0 0 1-1.72-.72l-4.43 4.44a3 3 0 1 1-1.41-1.42l4.43-4.43a5 5 0 0 1 0-5.52l-4.43-4.43a3 3 0 1 1 1.41-1.41l4.43 4.43c.53-.35 1.12-.6 1.72-.72v9.78zM22.15 0h9.78a5 5 0 0 1-.72 3.8l4.44 4.43a3 3 0 1 1-1.42 1.42L29.8 5.2a5 5 0 0 1-5.52 0l-4.43 4.44a3 3 0 1 1-1.41-1.42l4.43-4.43a5 5 0 0 1-.72-3.8zm0 52c.13-.6.37-1.19.72-1.72l-4.43-4.43a3 3 0 1 1 1.41-1.41l4.43 4.43a5 5 0 0 1 5.52 0l4.43-4.43a3 3 0 1 1 1.42 1.41l-4.44 4.43c.36.53.6 1.12.72 1.72h-9.78zm9.75-24a5 5 0 0 1-3.9 3.9v6.27a3 3 0 1 1-2 0V31.9a5 5 0 0 1-3.9-3.9h-6.27a3 3 0 1 1 0-2h6.27a5 5 0 0 1 3.9-3.9v-6.27a3 3 0 1 1 2 0v6.27a5 5 0 0 1 3.9 3.9h6.27a3 3 0 1 1 0 2H31.9z'%3E%3C/path%3E%3C/svg%3E");
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #4996e9;
  text-decoration: underline;
}
input,
button {
  outline: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  object-fit: cover;
}
/*通用样式*/
.container {
  position: relative;
  width: 1200px;
  margin: 0px auto;
  display:block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
/* 头部样式 */
.header-top {
  width: 100%;
  height: 127px;
  background-color: #0066d3;
}
.header_con {
  height: 127px;
  padding-top: 23px;
  padding-right: 10px;
  box-sizing: border-box;
}
.header_con .vers {
  position: absolute;
  top: 23px;
  right: 10px;
  color: #fff;
  z-index: 9;
}
.header_con .vers a{
  color: #fff;
}
.header_con .vers i {
  font-style: normal;
  margin: 0px 9px;
}
.header_con .header_img {
  line-height: 80px;
}
.header_con .header_img .logo {
  margin-right: 18px;
}
.header_con .header_img .search {
  position: relative;
  margin-top: 8px;
}
.header_con .header_img .search input[type="text"] {
  width: 240px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  background-color: #ffff;
  border: none;
  border-radius: 18px;
  box-sizing: border-box;
}
.header_con .header_img .search input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 23px;
  background: url(../images/search.png) no-repeat;
  border: none;
  cursor: pointer;
}
/* 导航栏样式 */
.header-nav {
  height: 53px;
  line-height: 53px;
  background-color: #7e7e7e;
}
.nav-list .nav-item {
  float: left;
  height: 53px;
  position: relative;
}
.nav-list .nav-item:hover {
  background-color: #4e3d3d;
}
.nav-list .nav-item:hover a {
  color: #fff;
  text-decoration: none;
}
.nav-list .nav-item a {
  display: block;
  padding: 0px 25px;
  color: #fff;
}
.nav-list .nav-item span {
  display: none;
}
.submenu {
  position: relative;
  display: none;
  width: 100%;
  background: rgb(126, 126, 126);
  filter: alpha(opacity=90);
  opacity: .9;
  -moz-opacity: .9;
  z-index: 999;
}
.submenu li a {
  padding: 0px !important;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.submenu li a:hover {
  background-color: #4e3d3d;
}
/* 轮播图 */
.banner {
  height: 350px;
  overflow: hidden;
}
.banner .prev,
.banner .next {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 37px;
  height: 74px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.banner .prev {
  background-image: url(../images/banner_left.png);
}
.banner .next {
  left: auto;
  right: 0px;
  background-image: url(../images/banner_right.png);
}
.banner-list {
  position: absolute;
  top: 0px;
  left: 0px;
}
.banner-list li {
  float: left;
  width: 1200px;
}
.point {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.point li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0px;
  cursor: pointer;
}
.point .on {
  background-color: #0065d0;
}
/*内容区*/
.main {
  padding: 10px 10px 0;
  background-color: #fff;
  box-sizing: border-box;
}
.main .main-top,
.main .main-bottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.main .main-block {
  width: 384px;
}
.main .main-block .block-top {
  height: 38px;
  border-bottom: 1px solid #dfdfdf;
}
.main .main-block .block-top .title {
  position: relative;
  height: 37px;
  padding-left: 2px;
  color: #0063cf;
  font-weight: bold;
}
.main .main-block .block-top .title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #0063ce;
}
.main .main-block .block-top .more {
  margin-top: 5px;
  margin-right: 8px;
  color: #999999 !important;
  text-decoration: none;
}
.main .main-block .block-top .more::after {
  content: "+";
  font-size: 16px;
  font-weight: bold;
  color: #bb1b21;
}
.main .main-block .cont-list {
  padding-top: 20px;
}
.main .main-block .cont-list li {
  line-height: 28px;
  color: #999999;
}
.main .main-block .cont-list li a{
  float: left;
  width: 330px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main .main-block .cont-list li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border: 2px solid #de2329;
  border-radius: 50%;
  box-sizing: border-box;
}
.main .ggfw .cont-list {
  color: #0063cf;
}
.main .ggfw .cont-list a {
  display: inline-block;
  width: 56px;
  margin-right: 10px;
  text-align-last:justify;
  text-align:justify;
  text-justify:distribute-all-lines;
}
.main .ggfw .entrance {
  padding-top: 10px;
}
.main .ggfw .entrance li {
  float: left;
  width: 186px;
  height: 50px;
  line-height: 28px;
  margin-top: 5px;
  /* margin-bottom: 6px; */
  padding-top: 12px;
  background-repeat: no-repeat;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 5px;
}
.main .ggfw .entrance li:nth-child(1) {
  margin-right: 9px;
  background-image: url(../images/xt_bg1.jpg);
}
.main .ggfw .entrance li:nth-child(2) {
  background-image: url(../images/xt_bg2.jpg);
}
.main .ggfw .entrance li:nth-child(3) {
  margin-right: 9px;
  background-image: url(../images/xt_bg3.jpg);
}
.main .ggfw .entrance li:nth-child(4) {
  background-image: url(../images/xt_bg4.jpg);
}
.main .ggfw .entrance li:nth-child(5) {
  margin-right: 9px;
  background-image: url(../images/xt_bg5.jpg);
}
.main .ggfw .entrance li:nth-child(6) {
  background-image: url(../images/xt_bg6.jpg);
}
.main .ggfw .entrance li a {
  color: #fff;
  text-decoration: none;
}
.main .ggfw .entrance li img {
  width: 27px;
  margin-left: 32px;
  margin-right: 6px;
}
/*快速链接*/
.kslj{
  padding: 0 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.kslj .kslj-top {
  height: 38px;
  border-bottom: 1px solid #dfdfdf;
}
.kslj .kslj-top .title {
  position: relative;
  height: 37px;
  padding-left: 2px;
  color: #0065d0;
}
.kslj .kslj-top .title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #0065d0;
}
.kslj .kslj-bottom {
  padding: 20px 0px;
}
.kslj .kslj-bottom select {
  position: relative;
  width: 376px;
  height: 46px;
  padding-left: 23px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ebebeb url(../images/xsj.png) no-repeat 350px center;
}
.kslj .kslj-bottom .center {
  margin: 0px 20px;
}
/*尾部样式*/
.footer {
  height: 130px;
  background-color: #3588e0;
}
.footer .footer-content {
  padding-top: 46px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.footer .footer-content a{
  color: #fff;
}
.footer .footer-content .erCode {
  position: absolute;
  top: 27px;
  right: 15px;
}
/*PC端隐藏*/
.m-header {
  display: none;
}

/* 鼠标状态*/
.mouse {
	cursor: pointer;
}

/* 鼠标状态 end*/
