body {
  background: url(../images/body-bg.png) repeat-x top #f8f8f8;
}
body {
  padding: 0;
  margin: 0;
  font-family: "", "microsoft yahei";
  position: relative;
  color: #3f3f3f;
  min-width: 320px;
  line-height: 1.6;
  font-size: 14px;
}
a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #3f3f3f;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
a:hover {
  color: #2164c2;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.pClear {
  clear: both;
}
.main {
  width: 1370px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
.header {
  width: 100%;
  background: #FFFFFF;
}
.header .d1 {
  width: 100%;
  height: 150px;
  background: url(../images/header-bg.jpg) no-repeat center;
}
.header .d1 .logo {
  float: left;
}
.header .d1 .logo img {
  display: block;
}
.header .d1 .psearch {
  width: 275px;
  height: 32px;
  margin-top: 77px;
  float: right;
}
.header .d1 .psearch .inputbox {
  float: left;
  width: 223px;
  height: 12px;
  line-height: 12px;
  padding: 10px;
  display: block;
  outline: none;
  border: 0;
}
.header .d1 .psearch .btn {
  float: left;
  width: 32px;
  height: 32px;
  display: block;
  outline: none;
  background: url("../images/search-btn.png") no-repeat center;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.header .d2 {
  width: 100%;
  height: 50px;
  background-color: #1f559f;
}
.header .d2 .main-ico {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50px;
  background: no-repeat center;
}
.header .d2 .main-ico.l {
  left: -12px;
  background-image: url(../images/mian-lftico.png);
}
.header .d2 .main-ico.r {
  right: -12px;
  background-image: url(../images/mian-rgtico.png);
}
.pnav {
  width: 100%;
  height: 50px;
}
.pnav li {
  float: left;
  width: 14.28%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 9999;
}
.pnav li a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 16px;
}
.pnav li a:hover {
  color: #FFFFFF;
  background: #1f559f;
}
.pnav li .children {
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 50px;
  left: 0;
  background-color: rgba(33, 100, 194, 0.7) !important;
  margin: 0;
  display: none;
}
.pnav li .children li {
  width: 100%;
  border: 0;
  height: 50px;
}
.pnav li .children li a {
  height: 50px;
  line-height: 50px;
  width: 100%;
  display: block;
  margin: 0;
  font-size: 13px !important;
  background: none !important;
  color: #FFFFFF !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.pnav li .children li a:hover {
  background: #1f559f !important;
}
.pnav li:hover a {
  color: #FFFFFF;
  background: #1f559f;
}
.pnav li:hover .children {
  display: block;
}
.pnav li:hover .children a:hover {
  color: #FFFFFF !important;
}
.pwnav {
  width: 100%;
  background: #1f559f;
}
.pwnav .wnopen,
.pwnav .wnclose {
  width: 25px;
  height: 25px;
  float: right;
  background: url(../images/wap_nav_cd.png) no-repeat center;
  background-size: 90%;
  display: none;
}
.pwnav-list {
  background-color: #1f559f;
  overflow: hidden;
  display: none;
}
.pwnav-list ul {
  padding: 0 20px;
}
.pwnav-list ul li {
  padding: 13px 0;
  font-size: 15px;
  line-height: 24px;
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  display: block;
}
.pwnav-list ul li:nth-child {
  border-bottom: 0;
}
.pwnav-list ul li a {
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.pnav {
  background-color: #1f559f;
}
.pnav li a {
  color: #FFFFFF;
  font-weight: 700;
}
.pnav li a:hover {
  background-color: #2164c2;
}
.pnav li:hover a {
  background-color: #2164c2;
}
.pnav li .children li a:hover {
  background-color: #2164c2 !important;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner img {
  display: block;
  max-height: 450px;
  width: 100%;
}
.pHead01 {
  width: auto;
  height: 39px;
  line-height: 39px;
  background: url(../images/pHead01-ico.png) no-repeat left top #f8f8f8;
  border-bottom: 2px solid #e5e5e5;
  padding: 0 15px;
}
.pHead01 span {
  color: #2164c2;
  font-weight: 700;
  font-size: 16px;
}
.pHead01 a {
  float: right;
  color: #555;
  font-size: 13px;
}
.pHead01 a:hover {
  color: #2164c2;
}
.pHead02 {
  width: auto;
  height: 41px;
  line-height: 39px;
  background: url(../images/pHead02-bg.png) repeat-x;
  font-weight: 700;
}
.pHead02 .tit01 {
  display: inline-block;
  float: left;
  height: 41px;
  line-height: 41px;
  font-size: 16px;
  background: #2164c2;
  color: #FFFFFF;
  padding: 0 20px;
}
.pHead02 .tit02 {
  margin-left: 25px;
  float: left;
  display: inline-block;
  height: 39px;
  padding: 0 10px;
  font-size: 15px;
}
.pHead02 .tit02.active {
  color: #2164c2;
  border-bottom: 2px solid #2164c2;
}
.index-list {
  width: 100%;
  padding-top: 14px;
}
.index-list li {
  width: calc(100% - 33px);
  height: 40px;
  line-height: 40px;
  background: #f4f4f4;
  border-left: 3px solid #2164c2;
  padding: 0 15px;
  margin-top: 13px;
}
.index-list li a {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.footer {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  border-top: 2px solid #0f88d9;
  font-size: 16px;
  padding: 30px 0;
}
.pnewsdaylist {
  line-height: 32px;
}
.pnewsdaylist li {
  height: 32px;
  padding-left: 15px;
  background: url("../images/list-ico.png") no-repeat left;
}
.pnewsdaylist li span {
  float: right;
  color: #3f3f3f;
}
.pnewsdaylist li a {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  width: calc(80% - 15px) !important;
  float: left;
}
.pimglist li {
  width: 23%;
  float: left;
  text-align: center;
  height: auto;
  margin-top: 20px;
  margin-left: 1%;
  margin-right: 1%;
  overflow: hidden;
}
.pimglist li p {
  width: 100%;
  height: 230px;
  position: relative;
  display: block;
  overflow: hidden;
}
.pimglist li p img {
  min-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  *position: relative;
  *left: auto;
  *top: auto;
}
.pimglist li span {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.pNext {
  width: 100%;
  margin-top: 20px;
}
.pNext .pageDiv {
  height: 40px;
  line-height: 40px;
  background: #f4f4f4;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #333;
}
.pNext .pageDiv .default_pgBtn {
  width: 80px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: block;
  margin: 5px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}
