body {
  color: #333333;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, Tahoma,
    sans-serif;
  font-size: 16px;
  min-width: 1400px;
  background: #f0f0f0;
  max-width: 1920px;
  margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #0f4fa6;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
  transition: all 0.3s;
}
select {
  -webkit-appearance: none;
  font-family: inherit;
}
.select {
  position: relative;
}
.select select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 50px;
  background: none;
}
.select:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 20px;
}
button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 1400px;
  position: relative;
  margin: 0 auto;
}
/*Ã¥â€¦Â¬Ã¥â€¦Â±Ã¦Â Â·Ã¥Â¼ÂÃ¥â€¹Â¿Ã¥Ë†Â Ã©â„¢Â¤*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
  transform: perspective(3px);
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/
.header {
  height: 470px;
  background: url(../images/headerbg.jpg) center no-repeat;
  background-size: cover;
  font-size: 15px;
  position: relative;
}
.header .top {
  display: flex;
  align-items: center;
  height: 50px;
  color: #fff;
}
.header .top a {
  color: #fff;
}
.header .top a:hover {
  color: #fff066;
}
.header .top .side {
  background: url(../images/header1.png) left center no-repeat;
  background-size: 24px auto;
  padding-left: 30px;
  line-height: 24px;
}
.header .flex {
  padding-top: 100px;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .pic {
  width: 100px;
}
.header .logo .txt {
  width: 601px;
}
.header .search {
  width: 480px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #fff;
}
.header .search .input {
  width: 100%;
  height: 54px;
  padding-left: 15px;
  font-size: 16px;
}
.header .search .btn {
  height: 64px;
  color: #fff;
  width: 132px;
  font-size: 20px;
  background: #116ce7;
}
.header .search .btn i {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 6px;
  vertical-align: middle;
  background: url(../images/search.png) center no-repeat;
  background-size: 100% 100%;
}
.header .nav {
  position: absolute;
  width: 100%;
  font-size: 20px;
  bottom: 0;
  left: 0;
}
.header .nav ul {
  display: flex;
  background: #0f4fa6;
  position: relative;
}
.header .nav ul li {
  flex: 1;
}
.header .nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 70px;
  font-weight: bold;
}
.header .nav ul li.on a,
.header .nav ul li:hover a {
  color: #fff066;
}
.header .nav ul::before,
.header .nav ul::after {
  content: "";
  width: 43px;
  height: 70px;
  position: absolute;
  top: 0;
  background: url(../images/home_02.png) center no-repeat;
  background-size: 100% 100%;
}
.header .nav ul::before {
  left: -43px;
}
.header .nav ul::after {
  right: -43px;
  transform: rotateY(180deg);
}
/**/
.footer {
  color: #fff;
  font-size: 15px;
  background: #11468c;
  padding-top: 30px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff066;
}
.footer .hd {
  margin-bottom: 15px;
}
.footer .hd ul {
  display: flex;
}
.footer .hd ul > li {
  flex: 1;
  cursor: pointer;
}
.footer .hd ul > li + li {
  margin-left: 60px;
}
.footer .hd .select.on .down {
  display: block;
}
.footer .hd .select.on:after {
  border-top: none;
  border-bottom: 7px solid #fff;
}
.footer .hd .select.on > span {
  border-color: #ddd;
}
.footer .hd .select .down {
  bottom: 99%;
  z-index: 99;
  width: 100%;
  position: absolute;
  display: none;
  left: 0;
}
.footer .hd .select .down ol {
  max-height: 389px;
  border: 1px solid #0564a3;
  text-align: center;
  background: #0564a3;
  overflow-y: scroll;
}
.footer .hd .select .down ol li {
  border-bottom: 1px dotted #2480bd;
}
.footer .hd .select .down ol li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 22px;
  padding: 8px 0;
}
.footer .hd .select .down ol li a:hover {
  background: #11468c;
}
.footer .hd .select > span {
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 38px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.footer .bd li {
  line-height: 31px;
  display: flex;
  align-items: center;
}
.footer .bd li img {
  margin-right: 5px;
  width: 19px;
}
.footer .bd .info {
  display: flex;
}
.footer .bd .link {
  margin-bottom: 15px;
  font-size: 16px;
}
.footer .bd .link a + a::before {
  content: "|";
  padding: 0 15px;
}
.footer .bd .share {
  display: flex;
  margin-top: 10px;
}
.footer .bd .share img {
  max-height: 44px;
}
.footer .bd .share a {
  margin-right: 10px;
}
.footer .bd .box {
  margin-right: 74px;
}
.footer .ft {
  background: #0f3f7e;
  height: 50px;
  display: flex;
  margin-top: 40px;
  align-items: center;
  text-align: center;
}
.footer .ft a + a {
  margin-left: 20px;
}
/**/
.main {
  position: relative;
}
.main::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  height: 170px;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(15, 79, 166, 0.5),
    rgba(15, 79, 166, 0)
  );
}
.commonbg {
  padding: 20px;
  background: #fff;
  min-height: 980px;
  margin-bottom: 36px;
}
.bread {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
}
.bread i {
  width: 16px;
  height: 18px;
  /* background: url(../images/bread.png) center no-repeat; */
  background-size: 100% 100%;
  margin-right: 5px;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 20px 0;
}
.pages .input {
  border: 1px solid #eee;
  width: 38px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.pages a,
.pages span {
  padding: 0 10px;
}
.over_2 li {
  position: relative;
  padding-left: 20px;
  display:flex;
  align-items: center;
}
.over_2 li {
  position: relative;
  padding-left: 20px;
  display:flex;
  align-items: center;
}
.over_2 .mail-list-bt{
      flex: 1;
      display: inline-block;
      height: 46px;
      overflow: hidden;
      align-items: center;
      font-size: 18px;
}
.over_2 .mail-list-dfsj{
      width: 107px;
      font-size: 18px;
}
.over_2 .mail-list-lxr{
     width: 74px;
     font-size: 18px;
}
.over_2 {
  overflow:hidden;
  height: 265px;
}
.commonlists li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #53535300;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.commonlists li a {
  display: flex;
  align-items: center;
  line-height: 46px;
}
.commonlists li span {
  color: #999;
}
.commonlists li .flex_item {
  font-size: 18px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.title_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.title_info a {
  color: #999;
  font-size: 14px;
}
.title_info b {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  background: #0f4fa6;
  padding: 0 20px;
  min-width: 142px;
  height: 37px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_info b:after,
.tabtitle li.on:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #0f4fa6;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.tabtitle {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  position: relative;
}
.tabtitle li {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #0f4fa6;
  padding: 0 20px;
  min-width: 142px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabtitle li.on {
  background: #0f4fa6;
  color: #fff;
}
.tabtitle a {
    right: 0;
    color: #ffffff;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 14px;
    text-align: center;
    line-height: 5px;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.ckgd{
  position: absolute !important;
    right: 0px;
    width: 70px !important;
}



/* Ã¤Â¿Â¡Ã§Â®Â±Ã¥Ë†â€”Ã¨Â¡Â¨ */
.mail-list {
  position: relative;
  padding-bottom: 70px;
}
.mail-list-container {
  border-left: 1px #ddd solid;
  border-top: 1px #ddd solid;
}
.mail-list ul {
  min-width: 400px;
  border-bottom: none;
  border-left: none;
}
.mail-list ul li {
  line-height: 50px;
  height: 50px;
  border-bottom: #edf6ff dashed 1px;
}
.mail-list ul li span {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mail-list .mail-list-title {
  background: #f6f6f6;
  font-weight: bold;
  font-size: 0;
}
.mail-list .mail-list-title span {
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  font-size: 18px;
  letter-spacing: 3px;
  /* color: rgba(153, 49, 49, 1); */
}

.mail-list .mail-list-content {
  font-size: 0;
}
.mail-list .mail-list-content span {
  font-size: 18px;
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  color: #6f6f6f;
}
.mail-list .mail-list-content span a {
  color: #6f6f6f;
}

.mail-list .mail-list-bt {
  width: 70%;
}
.mail-list .mail-list-dfsj {
  width: 15%;
}
.mail-list .mail-list-lxr {
  width: 15%;
}
.mail-list .mail-list-content .mail-list-bt a {
  text-align: left;
  padding: 0 2%;
  display: block;
  width: 96%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444;
}
.mail-list .mail-list-content .mail-list-dfsj {
}
.mail-list .mail-list-content .mail-list-lxr {
  /* color: rgba(153, 49, 49, 1); */
}