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;
  padding: 15px 0;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
#header .logo {
  float: left;
  width: 350px;
}
#header .nav {
  margin-left: 600px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
}
#header .nav ul:after {
  content: "";
  display: table;
  clear: both;
}
#header .nav ul,
#header .nav li {
  margin: 0;
  padding: 0;
}
#header .nav li {
  list-style: none;
}
#header .nav .menu-item {
  float: left;
  width: 14.2857142857%;
  margin-right: 10px;
  text-align: center;
}
#header .nav .menu-item.current-menu-item, #header .nav .menu-item:hover {
  position: relative;
}
#header .nav .menu-item.current-menu-item::after, #header .nav .menu-item:hover::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background: #0068b7;
  left: 2px;
  right: 2px;
  bottom: -9px;
}
#header .nav .menu-item.current-menu-item a, #header .nav .menu-item:hover a {
  color: #0068b7;
}
#header .nav .menu-item a {
  color: #333;
  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: left;
  color: #0068b7;
  font-size: 18px;
  font-weight: 900;
  position: relative;
  margin-left: 550px;
  line-height: 24px;
  margin-bottom: 40px;
}
#body .title .subtitle {
  font-weight: 300;
}
#body .title::after {
  content: "";
  width: 20px;
  height: 45px;
  position: absolute;
  left: -30px;
  top: 0px;
  background: #0068b7;
}
#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: 720px;
  float: left;
}
#body .one .content .right {
  margin-left: 800px;
  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 .subnav {
  width: 750px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#body .two .subnav:after {
  content: "";
  display: table;
  clear: both;
}
#body .two .subnav .item {
  cursor: pointer;
  font-weight: 300;
  float: left;
  width: 32%;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #aaa;
}
#body .two .subnav .item.select {
  color: #0068b7;
  font-weight: 600;
}
#body .two .contnet .product-list {
  display: none;
}
#body .two .contnet .product-list:after {
  content: "";
  display: table;
  clear: both;
}
#body .two .contnet .product-list a {
  color: #333;
  text-decoration: none;
}
#body .two .contnet .product-list.select {
  display: block;
}
#body .two .contnet .product-list .item {
  float: left;
  margin-right: 20px;
}
#body .two .contnet .product-list .item .imgcon {
  width: 280px;
  overflow: hidden;
  border: 1px solid #ccc;
}
#body .two .contnet .product-list .item .ptitle {
  width: 280px;
  text-align: center;
  padding: 10px 0;
}
#body .two .more {
  margin: 30px auto;
}
#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: 55px;
  font-weight: 900;
  margin-bottom: 40px;
}
#body .ad .info2 {
  font-size: 18px;
}
#body .three {
  margin-bottom: 40px;
}
#body .three .info {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
}
#body .three .list:after {
  content: "";
  display: table;
  clear: both;
}
#body .three .list .item {
  float: left;
  width: 23%;
  margin-right: 2%;
}
#body .three .list .item:last-child {
  margin-right: 0;
}
#body .four {
  margin-bottom: 40px;
}
#body .four .newslist {
  margin-bottom: 40px;
}
#body .four .newslist:after {
  content: "";
  display: table;
  clear: both;
}
#body .four .newslist .item {
  float: left;
  width: 48%;
  margin-right: 2%;
  padding-bottom: 20px;
  padding-top: 15px;
}
#body .four .newslist .item:nth-child(1), #body .four .newslist .item:nth-child(2) {
  border-bottom: 1px solid #dad7d7;
}
#body .four .newslist .item .left {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
#body .four .newslist .item .body {
  font-size: 14px;
}
#body .four .newslist .item .body .ntitle {
  font-weight: 600;
  margin-bottom: 10px;
}
#body .four .more {
  margin: 0 auto;
}

#footer {
  min-width: 1200px;
  color: #ccc;
  height: 347px;
  background-image: url(../image/footbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 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 {
  float: right;
  margin-right: 80px;
  text-align: center;
}
#footer .right:after {
  content: "";
  display: table;
  clear: both;
}
#footer .right .img {
  float: left;
  margin-right: 5px;
}
#footer .right .qrcode {
  width: 100px;
}
#footer .footnav {
  float: right;
  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;
  margin-right: 80px;
  line-height: 36px;
}
#footer .footnav .menu > li > a {
  font-weight: 600;
}
#footer .left .logo {
  width: 114px;
}
#footer .left .logo,
#footer .left .name,
#footer .left .address {
  margin-bottom: 12px;
}

.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 */

