﻿@charset "UTF-8";
/*init  */
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font: 12px "Microsoft YaHei";
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

li, ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  border: 0;
  vertical-align: middle;
}

button, input, select, textarea {
  font-size: 100%;
  outline: none;
}

html {
  height: 100%;
}

.ell1 {
  display: block;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

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

body {
  background-color: #ffffff;
}
body.bg {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 1413px;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

.mytop {
  height: 145px;
}
.mytop .content {
  position: relative;
}
.mytop .logo {
  position: absolute;
  top: 17px;
  left: 0;
}
.mytop .search {
  position: absolute;
  right: 0;
  top: 72px;
  font-size: 0;
}
.mytop .search .input {
  font-size: 16px;
  width: 170px;
  height: 36px;
  border: solid 1px #ffffff;
  border-radius: 2px;
  vertical-align: middle;
  background-color: transparent;
  padding: 6px 10px 6px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mytop .search .sbtn {
  vertical-align: middle;
  font-size: 14px;
  color: #00acf3;
  background-color: #ffffff;
  border: none;
  width: 70px;
  height: 36px;
  border-radius: 2px;
  cursor: pointer;
  margin-left: -2px;
}

.mynav {
  height: 80px;
  line-height: 80px;
  background: #014f9c url("../images/dg_bg.png") no-repeat center center;
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
}
.mynav .nav-item {
  float: left;
  height: 100%;
  position: relative;
  min-width: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mynav .nav-item a {
  display: block;
  color: #ffffff;
  padding: 0 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.mynav .nav-item::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 11px;
  height: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mynav .nav-item.active::after, .mynav .nav-item:hover::after {
  content: "";
  left: 15px;
  right: 15px;
  background-color: #e11b1a;
}
.mynav .nav-item:hover .dropdown-menu {
  display: block;
}
.mynav .dropdown-menu {
  background-color: #ffffff;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 100%;
  display: none;
  text-align: center;
  -webkit-animation: show 0.5s;
          animation: show 0.5s;
}
.mynav .dropdown-menu li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 58px;
}
.mynav .dropdown-menu li a {
  font-size: 18px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2c2c2c;
  position: relative;
}
.mynav .dropdown-menu li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #d9d8d8;
}
.mynav .dropdown {
  position: relative;
  background-color: #4c9ce5;
}
.mynav .dropdown:hover {
  background-color: #004f97;
}
.mynav .dropdown:hover .drop {
  display: block;
}
.mynav .drop {
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  background-color: #4c9ce5;
  border-left: solid 1px #cae0f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mybanner {
  position: relative;
  height: 420px;
  background-color: #e9f0f7;
}
.mybanner a {
  display: block;
  height: 420px;
  background-position: center center;
  background-repeat: no-repeat;
}
.mybanner .owl-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -26px;
}
.mybanner .owl-pagination .owl-page span {
  background: #fff;
  opacity: 1;
}
.mybanner .owl-pagination .owl-page.active span {
  background: #004f97;
}

.myfooter {
  padding: 30px 0 12px;
  background-color: #014f9c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.myfooter a {
  color: #ffffff;
}

.myposition {
  color: #8f8f8f;
  background: url("../images/icons/position_bg.png") repeat-x;
  padding: 0 0 0 34px;
  height: 60px;
  overflow: hidden;
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 60px;
  color: #004f97;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
}
.myposition .icon {
  vertical-align: middle;
  margin-right: 12px;
}
.myposition .p {
  display: inline-block;
  vertical-align: middle;
}
.myposition a {
  color: #004f97;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.index-news {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px 0 0 0;
}
.index-news .hd {
  float: left;
}
.index-news .newswrap {
  float: right;
  width: 567px;
  padding: 12px 0 0 0;
}
.index-news .news-box .btitle {
  border-bottom: 1px solid #004F97;
  height: 42px;
  position: relative;
}
.index-news .news-box .btitle h3 {
  position: absolute;
  bottom: 4px;
  color: #004f97;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  font-size: 22px;
  border-left: 8px solid #004f97;
  padding: 0 0 0 8px;
}
.index-news .news-box .btitle .more {
  color: #2C2C2C;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 10px;
}
.index-news .news-box .btitle .more:hover {
  color: #004f97;
}
.index-news .news-box .conwrap {
  padding: 8px 0 0 0;
}
.index-news .news-box .conwrap .item {
  padding: 8px 0 0 12px;
  font-size: 15px;
  position: relative;
}
.index-news .news-box .conwrap .item + .item {
  margin-top: 10px;
}
.index-news .news-box .conwrap .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: #E4E4E4;
  border-radius: 50%;
}
.index-news .news-box .conwrap .item a {
  color: #2C2C2C;
}
.index-news .news-box .conwrap .item a:hover {
  color: #004f97;
}
.index-news .news-box .conwrap .item .time {
  float: right;
  color: #8f8f8f;
}

.index-box .btitle {
  border-top: 1px solid #d9d9d9;
  height: 42px;
  position: relative;
}
.index-box .btitle h3 {
  position: absolute;
  color: #004f97;
  font-weight: normal;
  font-size: 20px;
  border-top: 3px solid #004f97;
  top: -1px;
  padding: 6px 0 0 0;
}
.index-box .btitle .more {
  color: #616161;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 10px;
}
.index-box .conwrap .item {
  background: url("../images/icons/dot.png") no-repeat left center;
  padding: 8px 0 8px 12px;
  font-size: 15px;
}
.index-box .conwrap .item a {
  color: #333333;
}
.index-box .conwrap .item a:hover {
  color: #004f97;
}
.index-box .conwrap .item .time {
  float: right;
  color: #8f8f8f;
}

.index-twoblocks {
  margin-bottom: 36px;
}
.index-twoblocks .block {
  width: 578px;
  height: 301px;
  background: #F8F8F8;
  border: 1px solid #E0E0E0;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-twoblocks .block .btitle {
  border-bottom: 1px solid #979797;
  position: relative;
  height: 63px;
}
.index-twoblocks .block .btitle h3 {
  font-size: 26px;
  color: #2C2C2C;
  font-weight: normal;
  position: absolute;
  bottom: 13px;
}
.index-twoblocks .block .btitle .more {
  font-size: 16px;
  color: #2C2C2C;
  position: absolute;
  bottom: 18px;
  right: 0;
}
.index-twoblocks .block.block1 {
  float: left;
}
.index-twoblocks .block.block1 .tabs {
  padding: 19px 0 0 0;
  margin-bottom: 20px;
}
.index-twoblocks .block.block1 .tabs li {
  float: left;
  cursor: pointer;
  width: 122px;
  height: 44px;
  line-height: 44px;
  background: #E4E4E4;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  margin-right: 16px;
}
.index-twoblocks .block.block1 .tabs li.on {
  background-color: #5BADE9;
}
.index-twoblocks .block.block1 .tabs-con {
  display: none;
}
.index-twoblocks .block.block1 .tabs-con.on {
  display: block;
}
.index-twoblocks .block.block1 .ul1 .item {
  font-size: 16px;
}
.index-twoblocks .block.block1 .ul1 .item + .item {
  margin-top: 18px;
}
.index-twoblocks .block.block1 .ul1 .item a {
  color: #2C2C2C;
}
.index-twoblocks .block.block1 .ul1 .item a:hover {
  color: #004f97;
}
.index-twoblocks .block.block1 .ul1 .item .time {
  float: right;
  color: #8f8f8f;
}
.index-twoblocks .block.block2 {
  float: right;
}
.index-twoblocks .block.block2 .ul1 {
  padding-top: 20px;
}
.index-twoblocks .block.block2 .ul1 .item {
  font-size: 16px;
}
.index-twoblocks .block.block2 .ul1 .item + .item {
  margin-top: 15px;
}
.index-twoblocks .block.block2 .ul1 .item a {
  color: #2C2C2C;
}
.index-twoblocks .block.block2 .ul1 .item a:hover {
  color: #004f97;
}
.index-twoblocks .block.block2 .ul1 .item .time {
  float: right;
  color: #8f8f8f;
}

.wateropen {
  margin-bottom: 20px;
}
.wateropen .wbanner {
  margin-bottom: 33px;
}
.wateropen .wbanner .l {
  float: left;
}
.wateropen .wbanner .r {
  float: right;
}
.wateropen .others {
  overflow: hidden;
}
.wateropen .others .mtable {
  width: 696px;
  float: left;
}
.wateropen .others .mtable .btitle {
  height: 32px;
  margin-bottom: 12px;
  position: relative;
}
.wateropen .others .mtable .btitle h3 {
  font-weight: normal;
  font-size: 18px;
  color: #004f97;
  display: inline-block;
  height: 32px;
  position: relative;
}
.wateropen .others .mtable .btitle h3::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  height: 2px;
  background-color: #004f97;
}
.wateropen .others .mtable .btitle .more {
  font-size: 16px;
  color: #2C2C2C;
  position: absolute;
  right: 0;
}
.wateropen .others .mtable .tcon {
  background-color: #fff;
  height: 379px;
  font-size: 13px;
}
.wateropen .others .mtable .tcon .ke-zeroborder table td {
  padding: 0 10px;
}
.wateropen .others .wlinks {
  float: right;
  width: 480px;
  padding: 45px 0 0 0;
}
.wateropen .others .wlinks a {
  width: 220px;
  height: 175px;
  background: #008BD9;
  -webkit-box-shadow: 0px 2px 14px 0px #0077BA;
          box-shadow: 0px 2px 14px 0px #0077BA;
  float: left;
  margin: 0 0 20px 20px;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wateropen .others .wlinks a > img {
  margin-right: 10px;
}
.wateropen .others .wlinks a:first-child {
  margin-top: 0;
}
.wateropen .others .wlinks a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.index-shimin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.index-shimin .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index-shimin .l .title {
  background-color: #004f97;
  width: 146px;
  height: 318px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 22px;
}
.index-shimin .l .title span {
  width: 22px;
}
.index-shimin .l ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index-shimin .l ul li {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  margin-left: 40px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index-shimin .l ul li:hover {
  -webkit-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
          transform: translate(0, -5px);
  border-color: #004f97;
}
.index-shimin .l ul li a {
  width: 168px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #004f97;
  font-size: 18px;
}
.index-shimin .l ul li a > img {
  margin-bottom: 10px;
}
.index-shimin .oa {
  background: url("../images/new/oa.png") no-repeat;
  width: 222px;
  height: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-shimin .oa span {
  font-size: 30px;
  color: #fff;
  padding-bottom: 20px;
}

.friendlink {
  width: 1200px;
  margin-bottom: 24px;
  position: relative;
  display: table;
}
.friendlink .title {
  width: 146px;
  display: table-cell;
  vertical-align: middle;
}
.friendlink .title .con {
  text-align: center;
  color: #008BD9;
}
.friendlink .title .con img {
  margin-bottom: 15px;
}
.friendlink .title .con p {
  font-size: 22px;
}
.friendlink .links {
  display: table-cell;
  padding: 10px 0 0 0px;
  background-color: #F7F7F7;
}
.friendlink .links .ul1 li {
  float: left;
  margin: 0 0 10px 23px;
}
.friendlink .links .ul1 li img {
  width: 124px;
  height: 43px;
}

.layer-notice {
  display: none;
  width: 446px;
  height: 225px;
  overflow: hidden;
}
.layer-notice .notice-success-img {
  width: 92px;
  height: 92px;
  margin: 22px auto;
}
.layer-notice .notice-success {
  width: 400px;
  text-align: center;
  margin: auto;
  font-size: 18px;
  color: #8f8f8f;
}
.layer-notice .notice-success span {
  color: #004f97;
}

.mybanners {
  margin-bottom: 30px;
  height: 284px;
  overflow: hidden;
}
.mybanners .KMSPrefix_kinMaxShow_button li {
  border-radius: 50%;
  background-color: transparent !important;
  width: 12px !important;
  height: 12px !important;
}
.mybanners .KMSPrefix_kinMaxShow_button .KMSPrefix_kinMaxShow_focus {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.focus1 {
  width: 568px;
  height: 356px;
  overflow: hidden;
  position: relative;
}

.focus1 ul {
  height: 568px;
  position: absolute;
}

.focus1 ul li {
  float: left;
  width: 568px;
  height: 356px;
  overflow: hidden;
  position: relative;
}

.focus1 ul li img {
  width: 568px;
  height: 356px;
}

.focus1 ul li h3 {
  color: #fff;
  position: absolute;
  bottom: 0;
  font-weight: normal;
  font-size: 14px;
  height: 37px;
}

.focus1 ul li h3 a {
  display: inline-block;
  color: #fff;
  position: absolute;
  height: 37px;
  width: 400px;
  padding-left: 7px;
  line-height: 37px;
  z-index: 5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.focus1 ul li h3 b {
  display: inline-block;
  background: #000;
  height: 45px;
  width: 568px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.focus1 .btnBg {
  position: absolute;
  width: 568px;
  height: 20px;
  left: 0;
  bottom: 0;
  background: #000;
  display: none;
}

.focus1 .btn {
  position: absolute;
  height: 12px;
  bottom: 12px;
  text-align: center;
  right: 10px;
  z-index: 5;
}

.focus1 .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 12px;
  height: 12px;
  line-height: 12px;
  color: #ccc;
  text-align: center;
  _font-size: 0;
  font-size: 0;
  margin-left: 6px;
  cursor: pointer;
  background: url(../images/icons/tb01.png) no-repeat center center;
  float: left;
}

.focus1 .btn span.on {
  background: url(../images/icons/tb02.png) no-repeat center center;
}

.focus1 .preNext {
  width: 24px;
  height: 15px;
  position: absolute;
  cursor: pointer;
  top: 241px;
  z-index: 9;
}

.focus1 .pre {
  right: 31px;
  display: none;
}

.focus1 .next {
  width: 23px;
  right: 8px;
  display: none;
}

.nytop {
  height: 40px;
  background-color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  font-size: 14px;
}
.nytop .content {
  position: relative;
}
.nytop .lxbox {
  position: absolute;
  left: 0;
  line-height: 40px;
}
.nytop .lxbox a {
  color: #3f99f6;
  font-size: 14px;
}
.nytop .clinks {
  position: absolute;
  right: 0;
  line-height: 40px;
  font-size: 0;
}
.nytop .clinks a {
  font-size: 14px;
  margin-left: 40px;
  color: #8f8f8f;
}

.myheader {
  height: 80px;
  border-bottom: 1px solid #d9d9d9;
}
.myheader .content {
  position: relative;
}
.myheader .logo {
  position: absolute;
  top: 13px;
  left: 0;
}
.myheader .nav {
  font-size: 16px;
  color: #616161;
  position: absolute;
  right: 0;
  top: 30px;
}
.myheader .nav li {
  float: left;
  margin-left: 30px;
  padding-bottom: 5px;
}
.myheader .nav li.active {
  border-bottom: 2px solid #3f99f6;
}
.myheader .nav li.active a {
  color: #3f99f6;
}
.myheader .nav li:hover {
  border-bottom: 2px solid #3f99f6;
}
.myheader .nav li:hover a {
  color: #3f99f6;
}

.mainwrapper .main {
  padding: 16px 12px 16px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 550px;
}

.classtitle {
  position: relative;
  border-top: 1px solid #dcdee0;
  padding: 0 0 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.classtitle h3 {
  display: inline-block;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: normal;
  border-top: 2px solid #2a98f5;
  padding: 5px 11px 0 11px;
  position: relative;
  top: -1px;
}

.nypage {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  padding-top: 15px;
  text-align: justify;
}
.nypage img {
  max-width: 100%;
}

.classbox {
  border-top: 2px solid #008cd4;
  padding: 4px 0 0 0;
  margin-bottom: 23px;
}
.classbox .btitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 24px 16px 24px;
  background: #008cd4;
}
.classbox .btitle h3 {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}
.classbox .ul1 li {
  position: relative;
  border: 1px solid #004f97;
  border-top: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f2f2f2;
}
.classbox .ul1 li:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 16px;
  left: 0;
  margin-left: 13px;
  border-top: 5px solid transparent;
  border-left: 8px solid #004f97;
  border-bottom: 5px solid transparent;
}
.classbox .ul1 li.active, .classbox .ul1 li:hover {
  background-color: #004f97;
}
.classbox .ul1 li.active:before, .classbox .ul1 li:hover:before {
  border-left: 8px solid #fff;
}
.classbox .ul1 li.active a, .classbox .ul1 li:hover a {
  color: #fff;
}
.classbox .ul1 li a {
  padding: 10px 0 10px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  display: block;
  color: #004f97;
}

.lbox1 {
  border: solid 1px #d9d9d9;
}
.lbox1 .title {
  height: 49px;
  background-color: #f2f2f2;
  border-bottom: solid 1px #d9d9d9;
  padding: 14px 20px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lbox1 .title h3 {
  font-size: 18px;
  color: #3f99f6;
  border-left: 2px solid #3f99f6;
  border-right: 2px solid #3f99f6;
  font-weight: normal;
  text-align: center;
}
.lbox1 .con {
  padding: 11px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lbox1 .con .conwrap {
  height: 304px;
  overflow: hidden;
}
.lbox1 .con .conwrap li {
  padding: 0 0 16px 0;
}
.lbox1 .con .conwrap li img {
  width: 200px;
  height: 150px;
  vertical-align: middle;
  margin-bottom: 12px;
}
.lbox1 .con .conwrap li p {
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
}

.newslist .ul1 .item {
  border-bottom: 1px dashed #d9d9d9;
  padding: 12px 0 12px 20px;
  position: relative;
}
.newslist .ul1 .item:hover:before {
  background-color: #004f97;
}
.newslist .ul1 .item:hover a {
  color: #004f97;
}
.newslist .ul1 .item:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 20px;
  width: 5px;
  height: 5px;
  background-color: #004f97;
  border-radius: 50%;
}
.newslist .ul1 .item.bgcolor {
  background-color: #F7F7F7;
}
.newslist .ul1 .item a {
  font-size: 14px;
  color: #333333;
}
.newslist .ul1 .item .timer {
  float: right;
  font-size: 14px;
  color: #8f8f8f;
  margin-left: 5px;
  margin-top: 1px;
}

.piclist {
  padding: 20px 0 0 0;
  overflow: hidden;
}
.piclist .ul1 {
  width: 780px;
}
.piclist .ul1 .item {
  float: left;
  width: 355px;
  height: 257px;
  border: solid 1px #dedee0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 5px 0 5px;
  margin: 0 18px 20px 0;
}
.piclist .ul1 .item:hover {
  border: 1px solid #004f97;
}
.piclist .ul1 .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.piclist .ul1 .item:hover p {
  color: #004f97;
}
.piclist .ul1 .item .img {
  margin-bottom: 9px;
  overflow: hidden;
}
.piclist .ul1 .item .img img {
  width: 345px;
  height: 211px;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(../images/icons/loading.gif) center center no-repeat;
}
.piclist .ul1 .item p {
  font-size: 16px;
  color: #333333;
}

.pictxtlist {
  padding: 20px 0 0 0;
}
.pictxtlist .ul1 .item {
  border-bottom: 1px dashed #d9d9d9;
  overflow: hidden;
  margin-top: 16px;
  padding: 0 0 16px 0;
}
.pictxtlist .ul1 .item:first-child {
  margin-top: 0;
}
.pictxtlist .ul1 .item:hover h3 {
  color: #004f97 !important;
}
.pictxtlist .ul1 .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pictxtlist .ul1 .item .img {
  float: left;
  margin-right: 16px;
  overflow: hidden;
}
.pictxtlist .ul1 .item .img img {
  width: 180px;
  height: 135px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(../images/icons/loading.gif) center center no-repeat;
}
.pictxtlist .ul1 .item .con h3 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pictxtlist .ul1 .item .con p {
  font-size: 12px;
  color: #616161;
  line-height: 24px;
  height: 85px;
  margin: 0 0 4px 0;
}
.pictxtlist .ul1 .item .con .timer {
  font-size: 14px;
  color: #8f8f8f;
}

.nyaticle {
  padding: 20px 30px 0 30px;
}
.nyaticle .ahead {
  text-align: center;
}
.nyaticle .ahead h3 {
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.nyaticle .ahead h4 {
  font-weight: normal;
  color: #616161;
  font-size: 20px;
  margin-bottom: 10px;
}
.nyaticle .ahead .ops {
  color: #616161;
  font-size: 14px;
}
.nyaticle .article {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  padding-top: 19px;
  text-align: justify;
}
.nyaticle .article img {
  max-width: 100%;
}
.nyaticle .article .ke-zeroborder table td {
  padding: 0 5px;
}

.leftbox {
  width: 220px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_picbox {
  overflow: hidden;
  position: relative;
  padding: 12px 0 12px 26px;
}
.page_picbox .bd ul {
  overflow: hidden;
  zoom: 1;
}
.page_picbox .bd ul li {
  overflow: hidden;
  text-align: center;
  margin-bottom: 12px;
  border: solid 1px #d9d9d9;
  padding: 6px;
  width: 148px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page_picbox .bd ul li .pic {
  margin-bottom: 10px;
}
.page_picbox .bd ul li .pic img {
  width: 136px;
  height: 102px;
  vertical-align: middle;
}
.page_picbox .bd ul li p {
  font-size: 14px;
  color: #333333;
}
.page_picbox .bd ul li:hover {
  border: 1px solid #004f97;
}
.page_picbox .bd ul li:hover p {
  color: #004f97;
}

.rightbox {
  float: right;
  width: 932px;
}

.nypager {
  text-align: center;
  padding: 30px 0;
}

.lbox2 {
  border: 1px solid #d9d9d9;
  height: 306px;
  margin-bottom: 24px;
}
.lbox2 .title {
  border-bottom: 1px solid #d9d9d9;
  height: 52px;
  background-color: #f2f2f2;
  padding: 16px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lbox2 .title h3 {
  font-size: 18px;
  color: #004f97;
  text-align: center;
  border-left: 3px solid #004f97;
  border-right: 3px solid #004f97;
  width: 90%;
  margin: 0 auto;
}

.multipleColumn {
  padding: 20px 0 0 0;
}
.multipleColumn .hd ul {
  font-size: 12px;
  text-align: center;
}
.multipleColumn .hd ul li {
  display: inline-block;
  width: 11px;
  height: 11px;
  text-indent: -9999em;
  cursor: pointer;
  background: url("../images/icoCircle.gif") 0 -11px no-repeat;
  margin-right: 10px;
}
.multipleColumn .hd ul li.on {
  background-position: 0 0;
}
.multipleColumn .picList li {
  float: left;
  width: 33.3333%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.multipleColumn .picList li .img {
  height: 60px;
  line-height: 60px;
  margin-bottom: 5px;
}
.multipleColumn .picList li .img img {
  display: inline-block;
  vertical-align: middle;
}
.multipleColumn .picList li p {
  font-size: 14px;
  color: #616161;
}

.ly-box {
  margin: 0 50px;
  padding: 20px 0 30px;
}

.ly-box .form-group {
  margin: 0;
  padding: 10px 0;
  clear: both;
}

.ly-box .form-group .tips {
  margin-left: 16%;
  color: #666;
  font-size: 12px;
  line-height: 20px;
}

.ly-box .form-group dt {
  display: block;
  float: left;
  padding-right: 2%;
  width: 14%;
  line-height: 40px;
  text-align: right;
  color: #888;
}

.ly-box .form-group dd {
  display: block;
  position: relative;
  margin-left: 16%;
  line-height: 40px;
}

.ly-box .form-group dd img {
  vertical-align: middle;
}

.ly-box .form-group dd .input {
  display: inline-block;
  padding: 0 10px;
  width: 50%;
  height: 40px;
  line-height: 20px;
  border: 1px solid #e0e0e0;
}

.ly-box .form-group dd .input.code {
  width: 80px;
}

.ly-box .form-group dd .select {
  display: inline-block;
  padding: 10px;
  height: 40px;
  line-height: 20px;
  border: 1px solid #e0e0e0;
}

.ly-box .form-group dd .textarea {
  display: inline-block;
  padding: 10px;
  width: 50%;
  height: 80px;
  line-height: 20px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  overflow: auto;
}

.ly-box .form-group dd .submit, .ly-box .form-group dd .form-btn .cancel, .form-btn .ly-box .form-group dd .cancel {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 10px 46px;
  width: auto;
  height: auto;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #d70029;
  background: #d70029;
  cursor: pointer;
}

.ly-box .form-group dd .button {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 10px 46px;
  width: auto;
  height: auto;
  line-height: 20px;
  color: #666;
  font-size: 14px;
  border: 1px solid #eee;
  background: #eee;
  cursor: pointer;
}

.ly-box .form-group dd label.mart {
  margin-right: 5px;
}

/*=====================以下部分是Validform必须的====================*/
.Validform_checktip {
  margin-left: 5px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #999;
  font-size: 12px;
}

.Validform_right {
  display: inline-block;
  color: #71b83d;
  padding-left: 20px;
  background: url(../images/valid_icons.png) no-repeat -40px -20px;
  vertical-align: middle;
}

.Validform_wrong {
  display: inline-block;
  color: red;
  padding-left: 20px;
  white-space: nowrap;
  background: url(../images/valid_icons.png) no-repeat -20px -40px;
  vertical-align: middle;
}

.Validform_loading {
  padding-left: 20px;
  background: url(../images/onLoad.gif) no-repeat left center;
}

.Validform_error {
  background: #FEFBD3;
}

#Validform_msg {
  color: #7d8289;
  font: 12px/1.5 tahoma, arial, 宋体, sans-serif;
  width: 280px;
  -webkit-box-shadow: 2px 2px 3px #aaa;
  -moz-box-shadow: 2px 2px 3px #aaa;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 99999;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color="#999999");
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#Validform_msg .iframe {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: -1;
}

#Validform_msg .Validform_title {
  position: relative;
  line-height: 35px;
  height: 35px;
  text-align: left;
  font-weight: bold;
  padding: 0 10px;
  color: #fff;
  background: #33B5E5;
}

#Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited {
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 0px;
  color: #fff;
  text-decoration: none;
}

#Validform_msg a.Validform_close:hover {
  color: #ccc;
}

#Validform_msg .Validform_info {
  padding: 10px;
  border: 1px solid #bbb;
  border-top: none;
  text-align: left;
}

/*=====================以上部分是Validform必须的====================*/
.business-hall-grid {
  margin-left: 50px;
}
.business-hall-grid ul li {
  width: 128px;
  height: 140px;
  background-color: #f2f2f2;
  float: left;
  margin-right: 42px;
  margin-bottom: 40px;
}
.business-hall-grid ul li a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.business-hall-grid ul li .business-hall-grid-img {
  margin: 15px auto;
  width: 76px;
  height: 76px;
}
.business-hall-grid ul li .business-hall-grid-img img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.business-hall-grid ul li p {
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
}

.online-box {
  background-color: #f2f2f2;
  padding: 22px 16px;
}
.online-box .online-tips {
  color: #333333;
  font-size: 14px;
  margin-bottom: 25px;
}
.online-box .online-p {
  background-color: #fff;
  position: relative;
  border-top: 1px solid #fff;
  padding-bottom: 24px;
}
.online-box .online-p .clip {
  position: absolute;
  top: -12px;
  left: 24px;
}

.online-form {
  margin: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px 0 62px;
  background: url(../images/icons/hole.png) repeat-y 24px 0px;
  overflow: hidden;
}
.online-form .online-inputbox {
  margin-bottom: 12px;
}
.online-form .online-inputbox .online-l {
  width: 120px;
  height: 32px;
  line-height: 32px;
  background-color: #f2f2f2;
  border: solid 1px #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.online-form .online-inputbox .online-r {
  display: inline-block;
  vertical-align: middle;
}
.online-form .online-inputbox .online-r input[type=text] {
  width: 446px;
  height: 32px;
  line-height: 32px;
  margin-left: -5px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 14px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.online-form .online-inputbox .online-r .online-raido {
  width: 446px;
  height: 32px;
  line-height: 32px;
  margin-left: -5px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 14px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.online-form .online-inputbox .online-r .online-raido input {
  display: inline-block;
  vertical-align: middle;
}
.online-form .online-inputbox.online-address select {
  width: 122px;
  height: 32px;
  line-height: 32px;
  margin-left: -5px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 14px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.online-form .online-inputbox.online-address input[type=text] {
  width: 314px;
}
.online-form .online-inputbox.online-repair .online-l {
  height: 82px;
  line-height: 82px;
}
.online-form .online-inputbox.online-repair textarea {
  width: 446px;
  height: 82px;
  line-height: 32px;
  margin-left: -5px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 14px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  resize: none;
}
.online-form .online-inputbox.online-upload_images .online-l {
  line-height: 132px;
  min-height: 132px;
}
.online-form .online-inputbox.online-upload_images .upload_images {
  width: 446px;
  min-height: 132px;
  margin-left: -5px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 14px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.online-form .online-inputbox.online-upload_images .upload_images ul {
  margin-top: 15px;
}
.online-form .online-inputbox.online-upload_images .upload_images ul li {
  width: 122px;
  height: 89px;
  background-color: #f2f5f7;
  border-radius: 6px;
  border: solid 1px #d9d9d9;
  margin-right: 17px;
  margin-bottom: 15px;
  float: left;
  position: relative;
}
.online-form .online-inputbox.online-upload_images .upload_images ul li input[type=file] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.online-form .online-inputbox.online-upload_images .upload_images ul li img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.online-form .online-inputbox.online-upload_images .upload_images ul li:last-child {
  cursor: pointer;
}
.online-form .online-inputbox.online-upload_images .upload_images ul li:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -3px;
  width: 6px;
  height: 64px;
  background-color: #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
}
.online-form .online-inputbox.online-upload_images .upload_images ul li:last-child:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -32px;
  width: 64px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
}
.online-form p {
  color: #616161;
}
.online-form p span {
  color: #1a1a1a;
}
.online-form .online-table table {
  width: 100%;
}
.online-form .online-table table th {
  font-size: 16px;
  height: 60px;
  color: #1a1a1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 12px;
  background-color: #e8e8e8;
}
.online-form .online-table table tr:nth-of-type(2n) td {
  background-color: #f2f2f2;
}
.online-form .online-table table td {
  font-size: 14px;
  color: #616161;
  text-align: center;
  padding: 5px;
  position: relative;
}
.online-form .online-table table td input[type=checkbox] {
  display: none;
}
.online-form .online-table table td label {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.online-form .online-table table td label::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  background-color: #fff;
  color: #004f97;
  font-weight: bold;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
  margin-right: 15px;
  /*行高不加单位，子元素将继承数字乘以自身字体尺寸而非父元素行高*/
}
.online-form .online-table table td input[type=checkbox]:checked + label::before {
  content: "✓";
}
.online-form .online-table table td .upload {
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  background-color: #004f97;
  border-radius: 18px;
  border: solid 1px #004f97;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.online-form .online-table table td .upload input[type=file] {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 0;
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 36px;
  cursor: pointer;
}
.online-form .online-table table td .upload img {
  display: inline-block;
  cursor: pointer;
}
.online-form .online-table table td .upload span {
  display: inline-block;
  cursor: pointer;
}
.online-form.res-form {
  padding-left: 0;
  background: #fff;
}
.online-form.res-form .online-inputbox {
  margin-bottom: 0px;
  font-size: 16px;
}
.online-form.res-form .online-inputbox .online-l {
  height: 36px;
  line-height: 36px;
  color: #8f8f8f;
}
.online-form.res-form .online-inputbox .online-r input {
  height: 36px;
  line-height: 36px;
}
.online-form.res-form .online-inputbox.online-repair .online-l {
  height: 66px;
  line-height: 66px;
}
.online-form.res-form .online-inputbox.online-repair .online-r textarea {
  height: 66px;
}
.online-form.res-form .online-inputbox.online-upload_images .upload_images ul li:last-child:before, .online-form.res-form .online-inputbox.online-upload_images .upload_images ul li:last-child:after {
  display: none;
}
.online-form.res-form .online-inputbox-line {
  height: 1px;
  border-top: dashed 1px #d9d9d9;
  margin: 12px 0;
}

.form-btn {
  text-align: center;
}
.form-btn .submit, .form-btn .cancel {
  display: block;
  width: 94px;
  height: 36px;
  line-height: 36px;
  background-color: #004f97;
  border-radius: 4px;
  border: solid 1px #004f97;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
}
.form-btn .cancel {
  margin-left: 40px;
  background-color: #F7F7F7;
  border: solid 1px #004f97;
  color: #004f97;
}

.online-search {
  text-align: center;
  font-size: 15px;
  color: #1a1a1a;
}
.online-search input[type=text] {
  margin-left: 15px;
  width: 203px;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
}
.online-search .form-btn {
  margin-top: 20px;
}

.online-notice {
  margin-top: 25px;
  color: #333333;
}
.online-notice h3 {
  font-size: 16px;
}
.online-notice p {
  font-size: 14px;
}

.search-list {
  width: 720px;
  position: relative;
}
.search-list h3 {
  width: 200px;
  height: 15px;
  line-height: 15px;
  margin: auto;
  text-align: center;
  background: url(../images/icons/icon12.png) no-repeat center;
  font-size: 16px;
  color: #004f97;
}
.search-list table {
  margin-top: 10px;
  width: 100%;
  border-spacing: 0 3px;
}
.search-list table td {
  height: 61px;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 16px;
  color: #616161;
  margin-bottom: 5px;
  position: relative;
  padding: 0 10px;
}
.search-list table td .bl, .search-list table td .fl {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #004f97;
}
.search-list table td .fl {
  background-color: #f2a120;
}
.search-list table td .search-bl {
  color: #004f97;
}
.search-list .line-bg {
  margin-top: 10px;
  position: absolute;
  width: 706px;
  left: 50%;
  margin-left: -353px;
  height: 16px;
  background: url(../images/icons/line-bg.png) no-repeat;
}
.search-list .search-res {
  margin: 14px auto 0;
  width: 648px;
  background-color: #fff;
  min-height: 1px;
  border-radius: 0 0 16px 16px;
  position: relative;
  padding: 0 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 7px 0px #EEEEEE;
          box-shadow: 0px 5px 7px 0px #EEEEEE;
  overflow: hidden;
}
.search-list .search-res h4 {
  margin-top: 15px;
  height: 25px;
  line-height: 25px;
  color: #1a1a1a;
  font-size: 18px;
  position: relative;
}
.search-list .search-res h4 span {
  position: absolute;
  right: 0;
  font-size: 22px;
}
.search-list .search-res h4 span.c1 {
  color: #004f97;
}
.search-list .search-res h4 span.c2 {
  color: #f13901;
}
.search-list .search-res .result {
  position: relative;
  background-color: #f7f7f7;
}
.search-list .search-res .result h5 {
  position: absolute;
  background: url(../images/icons/res-title-bg.png) no-repeat;
  width: 154px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-size: 18px;
  left: 50%;
  top: -19px;
  margin-left: -77px;
}
.search-list .search-res .result .result-t {
  text-indent: 2em;
  font-size: 16px;
  color: #1a1a1a;
  padding: 35px 30px;
}

.wait {
  text-align: center;
}
.wait img {
  vertical-align: middle;
  margin-bottom: 10px;
}
.wait p {
  font-size: 20px;
}

/*搜索页*/
.in-searchbox {
  background: #fff;
  padding: 20px;
}

.sctext {
  height: 40px;
  line-height: 40px;
  background: #eee;
  border-bottom: 1px solid #ddd;
  padding: 0 15px;
}

.sctext span {
  margin: 0 5px;
  color: #de3438;
}

.sclistMS {
  padding-left: 25px;
  padding-right: 25px;
  background: #fff;
  margin-top: 15px;
}

.sclistMS li {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}

.sclistMS li h2 {
  font-size: 14px;
  font-weight: normal;
}

.sclistMS li h2 a {
  text-decoration: underline;
  color: #555;
}

.sclistMS li h2 a:hover {
  color: #de3438;
}

.sclistMS li h3 {
  line-height: 24px;
  font-weight: normal;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

.sclistMS li p {
  margin-top: 10px;
  color: #999;
}

.sclistMS li em {
  font-style: normal;
}

.sclistMS li a em {
  font-style: normal;
  color: #de3438;
}

.fypage {
  padding: 30px 0 60px 0px;
  text-align: center;
  font-size: 14px;
  background: #fff;
}

.fypage span {
  background: #bfd8ff;
  color: #1d56ad;
  font-family: "microsoft yahei";
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0 3px;
  border: 1px solid #a1bce5;
}

.fypage a {
  display: inline-block;
  border-radius: 3px;
  color: #333;
  background: #e9e9e9;
  font-family: "microsoft yahei";
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin: 0 3px;
  color: #5d5d5d;
}

.fypage a:hover {
  color: #1d56ad;
}

.in-searchbox .scloading {
  height: 100px;
  background: url(../images/s_loading.gif) no-repeat center center;
}
.in-searchbox .nodata {
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  text-align: center;
  color: #999;
}
.in-searchbox .nodata span {
  color: #990000;
  margin: 0 5px;
}

.yyt-combox {
  padding-top: 28px;
  margin-bottom: 70px;
}
.yyt-combox .myonline-p {
  background-color: #fff;
  position: relative;
  border-top: 1px solid #fff;
  padding-bottom: 24px;
}
.yyt-combox .myonline-p .clip {
  position: absolute;
  top: -12px;
  left: 24px;
}
.yyt-combox .myonline-form {
  margin: 70px 0 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px 0 158px;
  background: url(../images/icons/hole.png) repeat-y 24px 0px;
  overflow: hidden;
}
.yyt-combox .myonline2-form {
  margin: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 0 62px;
  background: url(../images/icons/hole.png) repeat-y 24px 0px;
  overflow: hidden;
}
.yyt-combox .myonline2-form .regtitle {
  margin-bottom: 24px;
}
.yyt-combox .myonline2-form .regtitle h3 {
  font-size: 22px;
  color: #0198f1;
}
.yyt-combox .myonline2-form .regtable {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}
.yyt-combox .myonline2-form .regtable tbody td {
  border: solid 1px #e5e5e5;
  padding: 10px;
}
.yyt-combox .myonline2-form .regtable tbody td.t {
  background-color: #c9e1ef;
  text-align: right;
  width: 112px;
}
.yyt-combox .myonline2-form .regtable .input {
  width: 100%;
  border: none;
}
.yyt-combox .myonline2-form .regbtns {
  text-align: center;
}
.yyt-combox .myonline2-form .regbtns .btn {
  width: 95px;
  height: 36px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #0198f1;
  border-radius: 5px;
  margin-left: 42px;
}
.yyt-combox .myonline2-form .regbtns .btn:first-child {
  margin-left: 0;
}
.yyt-combox .myonline2-form .regbtns .btn.sure {
  background-color: #0198f1;
}
.yyt-combox .myonline2-form .regbtns .btn.cancel {
  color: #0198f1;
  background-color: #f7f7f7;
}
.yyt-combox .myonline2-form .yzmbox {
  position: relative;
}
.yyt-combox .myonline2-form .yzmbox .getCode {
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 14px;
  color: #ffffff;
  background-color: #0198f1;
  border: none;
  padding: 5px;
}
.yyt-combox .myonline2-form .yzmbox .getCode.noGetCode {
  background-color: #abb0b8;
}
.yyt-combox .fieldset {
  border: solid 1px #0198f1;
  border-radius: 10px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yyt-combox .fieldset legend {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #0198f1;
  padding: 0 10px;
}
.yyt-combox .login-box {
  padding-top: 54px;
}
.yyt-combox .login-item {
  margin-bottom: 30px;
}
.yyt-combox .login-item .login-input {
  position: relative;
  height: 55px;
  line-height: 55px;
  border-radius: 28px;
  border: solid 1px #bbbbbb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
}
.yyt-combox .login-item .login-input .input-ico {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
  background-color: #ffffff;
}
.yyt-combox .login-item .login-input .input-ico img {
  height: 20px;
}
.yyt-combox .login-item .login-input .input {
  width: 100%;
  border-radius: 20px;
  border: 0;
  font-size: 16px;
  height: 26px;
  color: #666666;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yyt-combox .login-item .login-checkbox {
  font-size: 14px;
  color: #1682f1;
}
.yyt-combox .login-item .login-checkbox input {
  vertical-align: middle;
}
.yyt-combox .login-item .login-checkbox span {
  vertical-align: top;
}
.yyt-combox .login-item .login-btn {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #0198f1;
  border-radius: 25px;
  margin-bottom: 12px;
}
.yyt-combox .login-item .forgetbox {
  text-align: center;
}
.yyt-combox .login-item .forget-btn {
  color: #0198f1;
  font-size: 16px;
}

.jdsearch-box {
  font-size: 14px;
  border-bottom: 1px dashed #cccccc;
}
.jdsearch-box .sel {
  height: 35px;
  border-radius: 4px;
  border: solid 1px #cccccc;
}
.jdsearch-box .sitem {
  margin-bottom: 20px;
}
.jdsearch-box .input {
  height: 35px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jdsearch-box .input.ldinput {
  background: url(../images/icons/icon_rl.png) no-repeat 98% center;
}
.jdsearch-box .title {
  color: #2f5e92;
}
.jdsearch-box .kbtn {
  width: 95px;
  height: 36px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #0198f1;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 22px;
}
.jdsearch-box .kbtn.sure {
  background-color: #0198f1;
  width: 122px;
}
.jdsearch-box .kbtn.reset {
  color: #0198f1;
  background-color: #ffffff;
}

.jd-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.jd-table table th {
  font-size: 14px;
  color: #96aacc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 12px;
}
.jd-table table tr:nth-of-type(2n+1) td {
  background-color: #e3ecf1;
}
.jd-table table td {
  font-size: 12px;
  color: #575758;
  text-align: center;
  padding: 5px;
  position: relative;
}
.jd-table table td input[type=checkbox] {
  display: none;
}
.jd-table table td label {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.jd-table table td label::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  background-color: #fff;
  color: #004f97;
  font-weight: bold;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
  margin-right: 15px;
  /*行高不加单位，子元素将继承数字乘以自身字体尺寸而非父元素行高*/
}
.jd-table table td input[type=checkbox]:checked + label::before {
  content: "✓";
}

.jdpage {
  padding-top: 20px;
}

.jdnodata {
  text-align: center;
  padding: 50px 0;
}
.jdnodata img {
  width: 146px;
}
.jdnodata p {
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */