li a{list-style: none;text-decoration: none;}
li{list-style: none;text-decoration: none;}
a{list-style: none;text-decoration: none;}
#header {
  padding: 0 116px;
  height: 114px;
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto; }
  #header .right {
    display: flex; }
  #header .nav {
    flex: 1;
    display: flex;
    justify-content: center; }
    #header .nav ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      #header .nav ul > li {
        height: 100%;
        position: relative; }
        #header .nav ul > li.menu_nav {
          background-repeat: no-repeat;
          background-position: 95%;
          background-image: url("../image/icon_down.png"); }
        #header .nav ul > li > a {
          padding: 0 10px;
          margin: 0 15px;
          font-size: 18px;
          color: #333;
          font-weight: bold;
          display: flex;
          align-items: center;
          height: 100%;
          position: relative; }
          #header .nav ul > li > a.active, #header .nav ul > li > a:hover {
            color: #0298fe; }
            #header .nav ul > li > a.active::after, #header .nav ul > li > a:hover::after {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              right: 0;
              height: 3px;
              background: #0298fe; }
        #header .nav ul > li:hover .menu {
          display: block; }
        #header .nav ul > li .menu {
          display: none;
          position: absolute;
          left: 0;
          right: 0;
          z-index: 99; }
          #header .nav ul > li .menu ol {
            list-style: none;
            padding: 10px 0 0px;
            background: #fff;
            border-radius: 0 0 3px 3px !important;
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15); }
            #header .nav ul > li .menu ol a {
              display: block;
              font-size: 16px;
              color: #333;
              text-align: center;
              line-height: 40px; }
              #header .nav ul > li .menu ol a:hover {
                background: #0298fe;
                color: #fff; }
  #header .contact {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
    margin-right: 30px; }
    #header .contact img {
      width: 34px;
      height: 34px;
      margin-right: 10px;
      margin-top: 5px; }
    #header .contact .r_t {
      font-size: 12px; }
    #header .contact a {
      font-size: 20px;
      color: #343434;
      font-weight: bold; }
  #header .search {
    width: 183px;
    height: 37px;
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    margin-top: 44px;
    position: relative; }
    #header .search .search_box {
      display: none;
      position: absolute;
      z-index: 9999;
      top: 44px;
      left: 0;
      width: 100%;
      background: #fff;
      -webkit-box-shadow: 0 0 9px 0 rgba(198, 198, 223, 0.24);
      box-shadow: 0 0 9px 0 rgba(198, 198, 223, 0.24);
      border-radius: 6px;
      padding-top: 10px;
      padding-bottom: 10px; }
      #header .search .search_box li {
        height: 38px;
        line-height: 38px;
        padding: 0 16px;
        font-size: 13px;
        font-weight: 400;
        color: #4c4c4c;
        text-align: left;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    #header .search form {
      display: flex;
      height: 100%; }
      #header .search form img {
        display: block; }
    #header .search input {
      display: block;
      flex: 1;
      width: 60%;
      border: none;
      background: transparent;
      height: 100%;
      outline: none;
      padding-left: 16px;
      line-height: 37px; }
    #header .search button {
      background: transparent;
      border: none;
      width: 40px;
      box-sizing: border-box; }

.footer {
  height: 540px;
  background: url(../image/footer.png) no-repeat bottom;
  background-size: cover;
  display: flex;
  justify-content: center; }
  .footer .container {
    display: flex;
    flex-direction: column;
    position: relative; }
    .footer .container .btn_up {
      display: block;
      height: 53px;
      width: 195px;
      position: absolute;
      left: 0;
      right: 0;
      top: -4px;
      margin: auto; }
  .footer .footer_top {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-top: 154px; }
    .footer .footer_top .footer_logo {
      margin-right: 137px;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 36px;
      letter-spacing: 0px;
      color: #b2c9e8; }
      .footer .footer_top .footer_logo p {
        margin-top: 61px; }
    .footer .footer_top .footer_nav {
      display: flex; }
      .footer .footer_top .footer_nav .item {
        width: 300px; }
      .footer .footer_top .footer_nav .item_head {
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 36px;
        letter-spacing: 0px;
        color: #ffffff; }
      .footer .footer_top .footer_nav .item_body {
        font-family: SourceHanSansSC-Regular;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 36px;
        letter-spacing: 0px;
        color: #b2c9e8;
        margin-top: 40px; }
        .footer .footer_top .footer_nav .item_body a {
          color: #b2c9e8; }
    .footer .footer_top .footer_right {
      display: flex; }
      .footer .footer_top .footer_right .item {
        width: 131px;
        text-align: center;
        margin-left: 36px; }
        .footer .footer_top .footer_right .item .item_head {
          font-family: SourceHanSansCN-Bold;
          font-size: 20px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 36px;
          letter-spacing: 0px;
          color: #ffffff; }
        .footer .footer_top .footer_right .item .item_body {
          width: 131px;
          height: 131px;
          margin-top: 40px;
          background-color: #ffffff;
          border-radius: 5px; }
  .footer .footer_bottom {
    border-top: 1px solid #2a4875;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #b2c9e8; }
    .footer .footer_bottom a {
      color: #b2c9e8;
      margin-right: 10px; }

@media (max-width: 1636px) {
  .container {
    min-width: 1200px;
    max-width: 1200px; }

  #header {
    height: 90px;
    min-width: 1200px;
    padding: 0; }
    #header .logo {
      margin-top: 10px; }
      #header .logo img {
        height: 60px; }
    #header .contact {
      margin-right: 30px;
      margin-top: 20px; }
      #header .contact a {
        font-size: 18px; }
    #header .search {
      margin-top: 26px; }

  #header .nav ul li {
    padding: 0 7px;
    font-size: 16px; }
    #header .nav ul li a {
      margin: 0;
      font-size: 16px; }
    #header .nav ul li.menu_nav {
      background-position: right; }

  .footer {
    height: 340px; }
    .footer .footer_top {
      padding-top: 98px; }
      .footer .footer_top .footer_logo {
        margin-right: 85px;
        line-height: 24px; }
        .footer .footer_top .footer_logo img {
          height: 40px; }
      .footer .footer_top .footer_nav .item {
        width: 190px; }
        .footer .footer_top .footer_nav .item:first-child {
          width: 310px; }
      .footer .footer_top .footer_nav .item_head {
        font-size: 16px; }
      .footer .footer_top .footer_nav .item_body {
        margin-top: 25px;
        line-height: 24px; }
      .footer .footer_top .footer_right .item {
        width: 82px;
        margin-left: 24px; }
        .footer .footer_top .footer_right .item .item_head {
          font-size: 16px; }
        .footer .footer_top .footer_right .item .item_body {
          margin-top: 25px;
          width: 85px;
          height: 85px; }
          .footer .footer_top .footer_right .item .item_body img {
            width: 100%;
            height: 100%; } }
.pages {
  display: flex;
  justify-content: center; }
  .pages .container {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 110px;
    font-size: 0; }
  .pages a,
  .pages span {
    display: inline-block;
    border: 1px solid #dddddd;
    height: 43px;
    line-height: 41px;
    padding: 0 16px;
    margin: 0 5px;
    font-size: 16px;
    color: #333; }
    .pages a.active, .pages a:hover,
    .pages span.active,
    .pages span:hover {
      background: #189ffb;
      border-color: #189ffb;
      color: #fff;
      font-size: 16px; }

.onLine {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; }

.onLine li {
  position: relative;
  border: 1px solid #dddddd;
  margin-top: -1px;
  z-index: 0; }

.onLine li a {
  display: block;
  width: 54px;
  height: 54px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  padding-top: 5px;
  background: #FFFFFF;
  transition: all 0.5s ease; }

.onLineBox {
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 1; }

.onLineIco {
  display: block;
  width: 23px;
  height: 24px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center; }

.onLineCon {
  position: absolute;
  right: 54px;
  top: 0;
  line-height: 24px;
  padding: 15px 20px;
  white-space: nowrap;
  background: #2fbcec;
  border-right: 1px solid #ace4f7;
  color: #FFFFFF;
  transform: translateX(200%);
  transition: all 0.5s ease;
  border-radius: 3px 0 0 3px;
  opacity: 0; }

.onLine li.top a {
  background: url(../image/top.png) center center #666666 no-repeat; }

.onLineLi1 .onLineIco {
  background-image: url(../image/onLineIco1.png); }

.onLineLi2 .onLineIco {
  background-image: url(../image/onLineIco2.png); }

.onLineLi3 .onLineIco {
  background-image: url(../image/onLineIco3.png); }

.onLineLi4 .onLineIco {
  background-image: url(../image/onLineIco4.png); }

.onLineLi5 .onLineIco {
  background-image: url(../image/onLineIco5.png); }


.dede_pages{
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}