@charset "UTF-8";
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: 25px 0 15px;
  background: white;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
#header .tel {
  float: right;
  width: 240px;
}
#header .logo {
  float: left;
  width: 450px;
}

.headernav {
  width: 100%;
  background: #155595;
  padding: 20px 0;
}
.headernav .nav {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: white;
}
.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: 12.5%;
  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 {
  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 .subname {
  font-weight: 700;
  font-size: 16px;
  color: #9fa0a0;
}
#body .title .name {
  display: inline-block;
  color: #155595;
  font-size: 30px;
  font-weight: 900;
}
#body .more {
  font-size: 24px;
  font-weight: 100;
  padding: 10px 40px;
  width: 180px;
  text-align: center;
  border: 1px solid #155595;
  text-indent: 0em;
}
#body .more a {
  color: #155595;
}
#body .content:after {
  content: "";
  display: table;
  clear: both;
}
#body .ad {
  margin-bottom: 40px;
  min-width: 1200px;
  color: white;
  position: relative;
}
#body .ad .info {
  width: 1000px;
  position: absolute;
  top: 120px;
  text-align: center;
  left: 50%;
  margin-left: -500px;
}
#body .ad .info1 {
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 40px;
}
#body .ad .info2 {
  font-size: 18px;
}
#body .searchcon {
  font-size: 14px;
  color: #ccc;
  padding: 20px 0 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
#body .searchcon .form {
  float: right;
  width: 350px;
}
#body .searchcon .form input[type=text] {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 26px;
  line-height: 26px;
  width: 220px;
  color: #333;
}
#body .searchcon .form button {
  background: #155595;
  border: none;
  box-shadow: none;
  padding: 5px 15px;
  color: white;
  text-align: center;
}
#body .searchcon .text .stitle {
  font-weight: 400;
  color: black;
}
#body .one {
  margin-bottom: 40px;
}
#body .one .content .left {
  width: 620px;
  float: left;
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
}
#body .one .content .right {
  position: relative;
  margin-left: 650px;
  text-indent: 2em;
  line-height: 24px;
  font-size: 16px;
}
#body .one .content .right::after {
  content: "";
  display: block;
  width: 400px;
  height: 300px;
  background: #d7d9e9;
  position: absolute;
  right: -80px;
  top: -30px;
  z-index: -1;
}
#body .one .more {
  display: block;
  margin: 0 auto;
}
#body .two {
  padding: 40px 0;
  background: #e0edf6;
}
#body .two .product-list {
  padding: 15px 0;
}
#body .two .product-list:after {
  content: "";
  display: table;
  clear: both;
}
#body .two .product-list .item {
  width: 25%;
  float: left;
  padding: 15px;
  font-size: 0;
  line-height: 0;
}
#body .two .product-list .item .imgcon {
  border: 1px solid #aaa;
  height: 210px;
  overflow: hidden;
  background: white;
}
#body .two .product-list .item .imgcon img {
  width: 100%;
  height: auto;
}
#body .two .product-list .item .itemtitle {
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
#body .two .more {
  margin: 30px auto;
}
#body .three {
  margin-bottom: 40px;
  padding-top: 40px;
}
#body .three .content:after {
  content: "";
  display: table;
  clear: both;
}
#body .three .content .left,
#body .three .content .right {
  width: 50%;
  float: left;
}
#body .three .content .left {
  padding-right: 30px;
}
#body .three .content .right {
  padding-left: 30px;
}
#body .three .left .newlisttitlecon,
#body .three .right .newlisttitlecon {
  padding: 20px 0 30px 10px;
}
#body .three .left .newlisttitle,
#body .three .right .newlisttitle {
  font-size: 24px;
  font-weight: 600;
  color: #155595;
  position: relative;
}
#body .three .left .newlisttitle::after,
#body .three .right .newlisttitle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 120px;
  height: 2px;
  background: #155595;
}
#body .three .left .more2,
#body .three .right .more2 {
  float: right;
  background: #155595;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  margin-right: 20px;
  padding: 4px 7px;
}
#body .three .left .more2 a,
#body .three .right .more2 a {
  color: white;
}
#body .three .left .newlist {
  padding: 0 15px;
}
#body .three .left .newlist:after {
  content: "";
  display: table;
  clear: both;
}
#body .three .left .newlist .item {
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
}
#body .three .left .newlist .item .time {
  float: left;
  width: 65px;
  height: 65px;
  padding: 3px;
  border-right: 1px solid #ccc;
  color: #333;
  text-align: center;
}
#body .three .left .newlist .item .time .day {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: #2ea7e0;
}
#body .three .left .newlist .item .time .info {
  line-height: 30px;
  font-size: 12px;
}
#body .three .left .newlist .item .itemtitle {
  text-align: left;
  margin-left: 80px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#body .three .left .newlist .item .meta {
  text-align: left;
  margin-left: 80px;
  min-height: 52px;
}
#body .three .right .newlist .item {
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
}
#body .three .right .newlist .item .ask,
#body .three .right .newlist .item .answer {
  color: white;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  font-size: 12px;
  font-weight: 400;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
#body .three .right .newlist .item .ask {
  background: #155595;
}
#body .three .right .newlist .item .answer {
  float: left;
  background: #2ea7e0;
}
#body .three .right .newlist .item .itemtitle {
  text-align: left;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#body .three .right .newlist .item .itemtitle .time {
  float: right;
  color: #aaa;
  font-weight: 200;
}
#body .three .right .newlist .item .meta {
  text-align: left;
  min-height: 52px;
}
#body .three .right .newlist .item .meta a {
  display: block;
  margin-left: 34px;
}
#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: #155595;
  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: #155595;
}
#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 .footnavcon {
  border-bottom: 1px solid #ccc;
}
#footer .footerinfo {
  width: 100%;
  padding: 80px 0 25px;
}
#footer .footerinfo:after {
  content: "";
  display: table;
  clear: both;
}
#footer .footerinfo .logo,
#footer .footerinfo .address,
#footer .footerinfo .info {
  text-align: left;
  float: left;
}
#footer .footerinfo .logo {
  width: 40%;
  padding: 0 60px;
}
#footer .footerinfo .logo img {
  height: auto;
  width: 100%;
}
#footer .footerinfo .address {
  width: 30%;
}
#footer .footerinfo .info {
  width: 30%;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.mypage {
  margin-bottom: 40px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.mypage:after {
  content: "";
  display: table;
  clear: both;
}
.mypage a {
  color: #1d4785;
}
.mypage .left {
  float: left;
  width: 260px;
  text-align: center;
  overflow: hidden;
}
.mypage .left .main {
  background: #1d4785;
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: 18px;
  padding: 5px 0;
}
.mypage .left .infonav {
  margin-bottom: 40px;
}
.mypage .left .infonav ul,
.mypage .left .infonav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mypage .left .infonav a {
  color: #1d4785;
  text-decoration: none;
}
.mypage .left .infonav .menu-item {
  display: none;
}
.mypage .left .infonav .parentitem {
  display: block;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #1d4785;
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: 18px;
  padding: 5px 0;
}
.mypage .left .infonav .post-categories li {
  line-height: 36px;
  border: 1px solid #1d4785;
  border-radius: 8px;
  margin-bottom: 10px;
}
.mypage .left .infonav .menu > .current-menu-item, .mypage .left .infonav .menu > .current-menu-parent {
  display: block;
}
.mypage .left .infonav .menu > .current-menu-item .sub-menu, .mypage .left .infonav .menu > .current-menu-parent .sub-menu {
  display: block;
}
.mypage .left .infonav .menu > .current-menu-item .sub-menu .menu-item, .mypage .left .infonav .menu > .current-menu-parent .sub-menu .menu-item {
  display: block;
}
.mypage .left .infonav .menu > .current-menu-item .sub-menu li, .mypage .left .infonav .menu > .current-menu-parent .sub-menu li {
  line-height: 36px;
  border: 1px solid #1d4785;
  border-radius: 8px;
  margin-bottom: 10px;
  color: #1d4785;
}
.mypage .left .infonav .menu > .current-menu-item .sub-menu .current-menu-item > a, .mypage .left .infonav .menu > .current-menu-parent .sub-menu .current-menu-item > a {
  border-top: none;
  background: none;
  color: #0068b7;
  font-size: 14px;
  font-weight: 900;
}
.mypage .left .infonav .menu > .current-menu-item .menu-item, .mypage .left .infonav .menu > .current-menu-parent .menu-item {
  display: block;
}
.mypage .left .infonav .menu > .current-menu-item > a, .mypage .left .infonav .menu > .current-menu-parent > a {
  display: block;
  background: #1d4785;
  color: white;
  border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 18px;
  padding: 5px 0;
}
.mypage .left .infonav .current-menu-ancestor > a,
.mypage .left .infonav .current-category-ancestor > a {
  display: block;
  background: #1d4785;
  color: white;
  border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 18px;
  padding: 5px 0;
}
.mypage .left .infonav .current-menu-ancestor {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.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;
  min-height: 400px;
}
.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;
  height: 250px;
  overflow: hidden;
}
.pro .content .pro-title {
  text-align: center;
  height: 80px;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 文本溢出容器时隐藏 */
  text-overflow: ellipsis;
  /* 使用省略号表示被隐藏的文本 */
}
.pro .content a {
  color: #333;
  text-decoration: none;
}

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

.beian {
  text-align: center;
}

/*------------------
    分页部分的CSS
------------------*/
.fenye {
  text-align: center;
  height: 25px;
  line-height: 25px;
  _background: #F9F9F9;
  padding: 2px 5px;
  margin: 20px 4px;
  _border: solid 1px #ccc;
  _text-align: center;
}

.fenye a {
  padding: 4px 6px 4px 6px;
  margin: 0 2px 0 2px;
  border: 1px solid #aaa;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.fenye a.current {
  background: #155595;
  color: #fff;
}

.fenye a:hover {
  background: #155595;
  color: #fff;
}

/*-- footer --*/
.footer {
  width: 100%;
  height: 64px;
  background: #E6E9ED;
  border-top: 1px solid #e2e2e3;
}

/*-- post --*/
.post {
  background: none;
}

.post .entry-cnt {
  height: auto;
  line-height: 2;
  font-size: 14px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #eee;
  padding: 15px 0 0;
}

.post .entry-cnt p {
  line-height: 2;
  font-size: 14px;
}

.related {
  padding: 10px 5px 10px 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 20px auto 10px auto;
}

.r-left {
  float: left;
}

.r-right {
  float: right;
}

/*-- discuss --*/
.discuss {
  padding: 25px;
}

.breadcrumbscon {
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}
.breadcrumbscon ul,
.breadcrumbscon li {
  padding: 0;
  margin: 0;
}
.breadcrumbscon .breadcrumbs {
  list-style: none;
  color: #333;
}
.breadcrumbscon .breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbscon .breadcrumbs li {
  padding: 0;
  margin: 0;
  float: left;
}

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