html,
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 200;
  color: #333;
  line-height: 24px;
}
html div,
body div {
  box-sizing: border-box;
}
html img,
body img {
  width: 100%;
  height: auto;
}
html a,
body a {
  color: #333;
  text-decoration: none;
}
html a:hover,
body a:hover {
  color: #0068b7;
}

.debug {
  width: 100%;
  padding: 15px;
  border: 1px solid #0068b7;
  background: #d2e7f7;
}
.debug:after {
  content: "";
  display: table;
  clear: both;
}

#header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 15px 0 8px;
  background: white;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
#header .infolist {
  position: absolute;
  right: 0;
  top: 0;
}
#header .infolist:after {
  content: "";
  display: table;
  clear: both;
}
#header .infolist .item {
  font-size: 12px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
#header .infolist .item:last-child {
  padding-right: 0;
}
#header .tel {
  float: right;
  width: 350px;
  margin-top: 10px;
}
#header .logo {
  float: left;
  width: 350px;
}

.headernav {
  width: 100%;
  background: #003e5b;
  padding: 10px 0;
}
.headernav .nav {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
.headernav .nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.headernav .nav ul,
.headernav .nav li {
  margin: 0;
  padding: 0;
}
.headernav .nav li {
  list-style: none;
}
.headernav .nav .menu-item {
  float: left;
  width: 11.1111111111%;
  text-align: center;
}
.headernav .nav .menu-item.current-menu-item, .headernav .nav .menu-item:hover {
  position: relative;
}
.headernav .nav .menu-item.current-menu-item a, .headernav .nav .menu-item:hover a {
  color: white;
}
.headernav .nav .menu-item a {
  color: white;
  text-decoration: none;
}
#banner {
  margin-bottom: 40px;
  min-width: 1200px;
}

#body .container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#body .title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
#body .title .subtitle {
  font-weight: 300;
}
#body .title .name {
  display: inline-block;
  color: #003e5b;
  font-size: 24px;
  font-weight: 900;
}
#body .title .name::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #003e5b;
}
#body .more {
  color: #0068b7;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 4px;
  border: 1px solid #0068b7;
  width: 75px;
  text-align: center;
  text-indent: 0em;
  border-radius: 8px;
}
#body .more a {
  color: #0068b7;
}
#body .content:after {
  content: "";
  display: table;
  clear: both;
}
#body .one {
  margin-bottom: 40px;
}
#body .one .content .left {
  width: 620px;
  float: left;
}
#body .one .content .right {
  margin-left: 650px;
  text-indent: 2em;
  line-height: 24px;
  font-size: 16px;
}
#body .one .content .right p {
  margin-bottom: 15px;
}
#body .one .more {
  position: absolute;
  right: 0px;
  bottom: 15px;
}
#body .two {
  padding: 40px 0;
  background: #e0edf6;
}
#body .two .newlist {
  padding: 0 15px;
}
#body .two .newlist:after {
  content: "";
  display: table;
  clear: both;
}
#body .two .newlist .item {
  float: left;
  width: 48%;
  margin-right: 2%;
  padding: 5px;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 12px;
}
#body .two .newlist .item .time {
  float: left;
  width: 65px;
  height: 65px;
  border-radius: 15px;
  padding: 3px;
  background: #003e5b;
  color: white;
  text-align: center;
}
#body .two .newlist .item .time .day {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}
#body .two .newlist .item .time .info {
  line-height: 30px;
  font-size: 12px;
}
#body .two .newlist .item .itemtitle {
  text-align: left;
  margin-left: 80px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#body .two .newlist .item .meta {
  text-align: left;
  margin-left: 80px;
  min-height: 52px;
}
#body .two .more {
  margin: 30px auto;
}
#body .three {
  margin-bottom: 40px;
  padding-top: 40px;
}
#body .three .list:after {
  content: "";
  display: table;
  clear: both;
}
#body .three .list .item {
  float: left;
  width: 28%;
  margin-right: 3%;
  overflow: hidden;
  border-radius: 35px;
}
#body .three .list .item:first-child {
  margin-left: 5%;
}
#body .three .list .item:last-child {
  margin-right: 0;
}
#body .four {
  padding: 40px 0;
  background: #e0edf6;
}
#body .four .newlist {
  padding: 0 15px;
  float: left;
  width: 600px;
}
#body .four .newlist:after {
  content: "";
  display: table;
  clear: both;
}
#body .four .newlist .item {
  float: left;
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 12px;
}
#body .four .newlist .item .time {
  float: left;
  width: 65px;
  height: 65px;
  border-radius: 15px;
  padding: 3px;
  background: #003e5b;
  color: white;
  text-align: center;
}
#body .four .newlist .item .time .day {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}
#body .four .newlist .item .time .info {
  line-height: 30px;
  font-size: 12px;
}
#body .four .newlist .item .itemtitle {
  text-align: left;
  margin-left: 80px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#body .four .newlist .item .meta {
  text-align: left;
  margin-left: 80px;
  min-height: 52px;
}
#body .four .img {
  margin-left: 630px;
  overflow: hidden;
  border-radius: 30px;
}
#body .four .img img {
  width: 100%;
  height: auto;
}
#body .four .newslist123123123 {
  margin-bottom: 40px;
}
#body .four .newslist123123123:after {
  content: "";
  display: table;
  clear: both;
}
#body .four .newslist123123123 .item {
  float: left;
  width: 48%;
  margin-right: 2%;
  padding-bottom: 20px;
  padding-top: 15px;
}
#body .four .newslist123123123 .item:nth-child(1), #body .four .newslist123123123 .item:nth-child(2) {
  border-bottom: 1px solid #dad7d7;
}
#body .four .newslist123123123 .item .left {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
#body .four .newslist123123123 .item .body {
  font-size: 14px;
}
#body .four .newslist123123123 .item .body .ntitle {
  font-weight: 600;
  margin-bottom: 10px;
}
#body .four .more {
  margin: 0 auto;
}
#body .five {
  padding: 40px 0;
}
#body .five .list:after {
  content: "";
  display: table;
  clear: both;
}
#body .five .list .item {
  float: left;
  width: 15%;
  margin-right: 10%;
  overflow: hidden;
  border-radius: 35px;
}
#body .five .list .item:first-child {
  margin-left: 5%;
}
#body .five .list .item:last-child {
  margin-right: 0;
}
#body .six {
  padding: 10px 0;
  background: #e0edf6;
}
#body .six .list:after {
  content: "";
  display: table;
  clear: both;
}
#body .six .list .item {
  float: left;
  width: 20%;
  margin-right: 5%;
}
#body .six .list .item:first-child {
  width: 10%;
  margin-left: 10%;
}
#body .six .list .item:last-child {
  margin-right: 0;
}

#footer {
  min-width: 1200px;
  color: #ccc;
  background: #003e5b;
  padding: 80px 0 0;
}
#footer:after {
  content: "";
  display: table;
  clear: both;
}
#footer .container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#footer .container:after {
  content: "";
  display: table;
  clear: both;
}
#footer .right:after {
  content: "";
  display: table;
  clear: both;
}
#footer .footnav {
  margin-left: 600px;
  margin-right: 50px;
  color: #ccc;
}
#footer .footnav:after {
  content: "";
  display: table;
  clear: both;
}
#footer .footnav ul:after {
  content: "";
  display: table;
  clear: both;
}
#footer .footnav ul,
#footer .footnav li {
  margin: 0;
  padding: 0;
}
#footer .footnav li {
  list-style: none;
}
#footer .footnav a {
  color: #ccc;
  text-decoration: none;
}
#footer .footnav .menu > li {
  float: left;
  padding: 15px 40px 15px 40px;
  border-left: 1px solid #ccc;
  line-height: 36px;
  min-height: 220px;
}
#footer .footnav .menu > li > a {
  font-weight: 600;
  text-decoration: solid;
}
#footer .left {
  position: relative;
  float: left;
  width: 500px;
  font-size: 16px;
  font-weight: 400;
}
#footer .left img {
  width: 100%;
  height: auto;
}
#footer .left .logo {
  float: left;
  width: 90px;
  position: relative;
  top: 15px;
}
#footer .left .info {
  margin-left: 115px;
  padding-right: 40px;
}
#footer .left .info .text {
  width: 300px;
  margin-bottom: 10px;
}
#footer .left .info .address {
  margin-bottom: 12px;
  line-height: 32px;
}
#footer .siteinfo {
  text-align: center;
  color: #ccc;
  font-size: 16px;
  font-weight: 600;
  padding: 30px 0 10px;
}
#footer .siteinfo:after {
  content: "";
  display: table;
  clear: both;
}
#footer .footinfo {
  text-align: center;
  color: #ccc;
  border-top: 1px solid #3b6173;
  font-size: 12px;
  padding: 10px 0 10px;
}

.mypage {
  margin-bottom: 40px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.mypage:after {
  content: "";
  display: table;
  clear: both;
}
.mypage .left {
  float: left;
  width: 260px;
  text-align: center;
  border-radius: 15px 0 0 0;
  overflow: hidden;
}
.mypage .left .main {
  background: #1d4785;
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: 18px;
  padding: 5px 0;
  border-top: 4px solid #60b344;
}
.mypage .left .infonav {
  margin-bottom: 40px;
  border: 1px solid #ccc;
}
.mypage .left .infonav ul,
.mypage .left .infonav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mypage .left .infonav a {
  color: #333;
  text-decoration: none;
}
.mypage .left .infonav .menu-item {
  display: none;
}
.mypage .left .infonav .parentitem {
  display: block;
  background: #1d4785;
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: 18px;
  padding: 5px 0;
  border-top: 4px solid #60b344;
}
.mypage .left .infonav .post-categories li {
  line-height: 36px;
  border-bottom: 1px solid #eee;
}
.mypage .left .infonav .post-categories li:last-child {
  border-bottom: none;
}
.mypage .left .infonav .current-menu-item,
.mypage .left .infonav .current-menu-ancestor {
  display: block;
}
.mypage .left .infonav .current-menu-item > a,
.mypage .left .infonav .current-menu-ancestor > a {
  display: block;
  background: #1d4785;
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: 18px;
  padding: 5px 0;
  border-top: 4px solid #60b344;
}
.mypage .left .infonav .current-menu-item .sub-menu,
.mypage .left .infonav .current-menu-ancestor .sub-menu {
  display: block;
}
.mypage .left .infonav .current-menu-item .sub-menu .menu-item,
.mypage .left .infonav .current-menu-ancestor .sub-menu .menu-item {
  display: block;
}
.mypage .left .infonav .current-menu-item .sub-menu li,
.mypage .left .infonav .current-menu-ancestor .sub-menu li {
  line-height: 36px;
  border-bottom: 1px solid #eee;
}
.mypage .left .infonav .current-menu-item .sub-menu li:last-child,
.mypage .left .infonav .current-menu-ancestor .sub-menu li:last-child {
  border-bottom: none;
}
.mypage .left .infonav .current-menu-item .sub-menu .current-menu-item > a,
.mypage .left .infonav .current-menu-ancestor .sub-menu .current-menu-item > a {
  border-top: none;
  background: none;
  color: #0068b7;
  font-size: 14px;
  font-weight: 900;
}
.mypage .left .address {
  border: 1px solid #ccc;
  border-radius: 15px 0 0 0;
  overflow: hidden;
}
.mypage .left .address .addressitem {
  padding: 5px 15px 5px;
  text-align: left;
}
.mypage .left .address .addressitem .lable {
  float: left;
}
.mypage .left .address .addressitem .text {
  margin-left: 40px;
}
.mypage .right {
  margin-left: 300px;
  padding-top: 5px;
}
.mypage .right .ntitle {
  text-align: left;
  color: #0068b7;
  font-size: 18px;
  font-weight: 900;
  position: relative;
  text-indent: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
.mypage .right .ntitle::after {
  content: "";
  width: 10px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #0068b7;
}
.mypage .right .content {
  line-height: 36px;
  text-indent: 2em;
}

.newlist .right .content {
  text-indent: 0;
}
.newlist .content a {
  color: #333;
  text-decoration: none;
}
.newlist .content .newitem {
  font-size: 16px;
  line-height: 36px;
  border-bottom: 1px dashed #ccc;
}
.newlist .content .newitem:hover a {
  color: #0068b7;
}
.newlist .content .newitem .time {
  float: right;
}

.pro .right .content {
  text-indent: 0;
}
.pro .content > div:after {
  content: "";
  display: table;
  clear: both;
}
.pro .content .pro-con {
  width: 33%;
  float: left;
  padding: 5px;
}
.pro .content .pro-con .pro-item {
  border: 1px solid #ccc;
}
.pro .content .pro-title {
  text-align: center;
  height: 80px;
  text-align: left;
}
.pro .content a {
  color: #333;
  text-decoration: none;
}

.blog-pagination {
  text-align: center;
}

.beian {
  text-align: center;
}

/*# sourceMappingURL=body.css.map */
