@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: #000;
  background: #f1f1f1;
  font-size: 15px;
}

ul, li {
  list-style: none;
}

i {
  font-style: normal;
  display: block;
}

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

a:hover {
  color: #218af1;
  text-decoration: none;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

/*header*/
header {
  margin: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.4s;
  background: #fff;
}

.box, article {
  width: 1170px;
  margin: auto;
  overflow: hidden;
}

.logo-section {
  padding: 10px 0;
}

.logo-box {
  overflow: hidden;
}
.logo-box .logo-img {
  width: 70px;
  float: left;
  margin-right: 10px;
}
.logo-box .logo-title {
  font-size: 28px;
  color: #1487f4;
}
.logo-box .logo-text {
  margin-top: 5px;
  color: #888;
}

.search {
  float: right;
  margin-top: 16px;
  border-radius: 0 5px 5px 0;
  width: 400px;
  background: linear-gradient(to right, #0062ff 0%, #00a0ec 100%);
}
.search .input_text {
  color: rgb(153, 153, 153);
  border: 0;
  line-height: 36px;
  height: 36px;
  outline: none;
  width: 300px;
  background: #f3f3f3;
  float: left;
  text-indent: 1em;
}

.input_submit_search {
  border: 0;
  background: url(../images/search.png) no-repeat left 10px center;
  color: #fff;
  outline: none;
  line-height: 36px;
  font-size: 15px;
  width: 100px;
  cursor: pointer;
  letter-spacing: 5px;
  text-indent: 1em;
}

.segmentation {
  clear: both;
  width: 100%;
  overflow: hidden;
}

.menu:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 24px;
  width: 0;
  height: 0;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu:hover:after {
  transform: rotate(180deg);
}

.nav-select {
  background: #2971b8;
}

/**
主体
 */
.body-content .head-content .top-nav {
  width: 100%;
  background: #1487f4;
}
.body-content .head-content .top-nav .top-nav-move {
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  padding-left: 10px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
}
.body-content .head-content .top-nav .top-nav-move .logo-info {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: flex-start;
}
.body-content .head-content .top-nav .top-nav-move .site-name {
  color: #fff;
  text-indent: 0.3em;
}
.body-content .head-content .top-nav .top-nav-move .logo-img {
  height: 40px;
  max-width: 70px;
}
.body-content .head-content .top-nav nav {
  text-align: center;
  line-height: 50px;
  width: 100%;
}
.body-content .head-content .top-nav nav .ul-nav {
  margin: auto;
  width: 1170px;
}
.body-content .head-content .top-nav nav .ul-nav li {
  position: relative;
  display: inline;
  float: left;
  font-size: 15px;
  margin-right: 10px;
}
.body-content .head-content .top-nav nav .ul-nav li a {
  display: inline;
  float: left;
  padding: 0 20px;
  color: #fff;
}
.body-content .head-content .top-nav nav .ul-nav ul.sub {
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 50px;
  background: rgb(9, 118, 220);
  z-index: 9;
  display: none;
  width: 100%;
}
.body-content .head-content .top-nav nav .ul-nav ul.sub li {
  height: 34px;
  line-height: 34px;
  margin-left: 0;
  width: 100%;
  font-size: 14px;
}
.body-content .head-content .top-nav nav .ul-nav ul.sub li a {
  padding: 0;
  display: block;
  width: 100%;
}
.body-content .head-content .top-nav nav .ul-nav ul.sub li a:hover {
  background: #1487f4;
}
.body-content .head-content .top-nav nav .ul-nav ul.sub:before {
  content: "";
  height: 15px;
  width: 15px;
  background: rgb(9, 118, 220);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: -8px;
  left: 42%;
}
.body-content .head-content .top-nav nav .ul-nav a:hover {
  background: rgb(9, 118, 220);
}
.body-content .head-content .top-nav nav .ul-nav li:hover ul.sub {
  display: block;
}
.body-content .head-content .top-nav .menu-nav-header {
  display: none;
  width: 70px;
  height: 40px;
  background: #1487f4;
  text-align: center;
}
.body-content .head-content .top-nav .menu-nav-header .nav-icon {
  display: block;
  position: relative;
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-top: 20px;
  float: left;
  margin-left: 20px;
}
.body-content .head-content .top-nav .menu-nav-header .nav-icon:before, .body-content .head-content .top-nav .menu-nav-header .nav-icon:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  background: #fffefe;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.body-content .head-content .top-nav .menu-nav-header .nav-icon:before {
  margin-top: -10px;
}
.body-content .head-content .top-nav .menu-nav-header .nav-icon:after {
  margin-top: 10px;
}
.body-content .head-content .top-nav .open .nav-icon {
  background: none;
}
.body-content .head-content .top-nav .open .nav-icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.body-content .head-content .top-nav .open .nav-icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.body-content .head-content .top-nav .open .nav-icon:before, .body-content .head-content .top-nav .open .navicon:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  background: #fff;
}
.body-content .head-content .top-nav:before {
  display: table;
  content: " ";
}
.body-content .head-content .top-nav:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.body-content .middle-content {
  min-height: 9rem;
}
/**
pc左侧菜单 toolbar
start
 */
.toolbar {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 999;
  background: #333;
  width: 0;
  min-height: 360px;
  border-radius: 5px 0 0 5px;
  transition: all 0.4s;
}
.toolbar .toolbar-close span {
  background: url(../images/guanbi.png) no-repeat #333 center;
  background-size: 16px;
  width: 40px;
  height: 40px;
  float: right;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px 0 0 5px;
}

.toolbar-open {
  background: url(../images/zhankai.png) no-repeat center #333;
  background-size: 16px;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  top: 20%;
  border-radius: 5px 0 0 5px;
  transition: all 0.4s;
}

.closed {
  width: 40px;
}

.openviewd {
  width: 0;
  transition: all 0.4s;
}

#toolbar-menu {
  margin-top: 80px;
}
#toolbar-menu li {
  cursor: pointer;
  position: relative;
}
#toolbar-menu li i {
  width: 40px;
  height: 40px;
  background-size: 22px;
}
#toolbar-menu li:first-child {
  border-top: none;
}

.toolbar-nav section {
  display: none;
  position: absolute;
  right: 40px;
  top: 0;
  background: #fff;
  border: 1px solid #eee;
  padding: 30px;
  box-shadow: -5px 3px 3px rgba(0, 0, 0, 0.1);
  width: max-content;
}
.toolbar-nav li:hover section {
  display: block;
}

.side-icon-user {
  background: url(../images/icon-user.png) no-repeat center;
}

.side-icon-qq {
  background: url(../images/icon-qq.png) no-repeat center;
}

.side-icon-weixin {
  background: url(../images/icon-weixin.png) no-repeat center;
}

.side-icon-dashang {
  background: url(../images/icon-dashang.png) no-repeat center;
}

.icon-top {
  background: url(../images/istop.png) no-repeat center #fff;
  background-size: 22px;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 10%;
  opacity: 0;
  transition: all 0.3s;
  z-index: 9999999;
  border: #ccc 1px solid;
  border-radius: 100%;
}

.icon-top .cd-is-visible {
  visibility: visible;
  opacity: 1;
}

#toolbar-content {
  position: absolute;
  right: 40px;
  top: 80px;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
}

.userinfo .inputText {
  line-height: 30px;
  text-indent: 1em;
  border-radius: 3px;
  border: #ddd 1px solid;
  width: 200px;
  margin-bottom: 20px;
  display: block;
}
.userinfo .inputsub-dl {
  display: inline-block;
  float: left;
  background: #2293f7;
  color: #fff;
  border: none;
  line-height: 35px;
  width: 45%;
  border-radius: 3px;
}
.userinfo .inputsub-zc {
  text-align: center;
  display: inline-block;
  float: right;
  background: #02aeb1;
  color: #fff;
  border: none;
  line-height: 35px;
  width: 45%;
  border-radius: 3px;
}
.userinfo .logged {
  text-align: center;
}
.userinfo .logged b {
  color: #f00;
  font-size: 14px;
}
.userinfo .logged a {
  display: block;
  width: 100px;
  text-align: center;
  margin: 10px auto;
  border: #ddd 1px solid;
  padding: 5px 0;
  border-radius: 5px;
}

.weixin-info {
  text-align: center;
}
.weixin-info img {
  max-width: 140px;
  margin: auto;
}
.weixin-info .text12 {
  font-size: 12px;
  line-height: 24px;
}

.dashang-section p {
  padding: 0 10px 5px;
}
.dashang-section ul {
  text-align: center;
}
.dashang-section ul li {
  display: inline-block;
  padding: 9px;
}
.dashang-section ul li img {
  width: 140px !important;
  height: 140px !important;
  border: 0;
  display: block;
}

/*toolbar end*/
/*footer start*/
footer {
  background: #333;
  width: 100%;
  padding: 30px 0;
  color: #777;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
footer .footer-content {
  padding: 0 20px;
}
footer .footer-content b {
  font-size: 16px;
  color: #34aadc;
  margin-bottom: 15px;
  display: block;
}
footer .footer-content p {
  margin-bottom: 5px;
}
footer .footer-content a {
  color: #777;
}
footer .footer-content a:hover {
  text-decoration: underline;
}

footer:before {
  content: "";
  background: #34aadc linear-gradient(to left, #1487f4, #5ac8fa, #007aff, #5ac8fa);
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* footer end */
/* 分割线 start */
.partition-clear {
  clear: both;
  width: 100%;
  overflow: hidden;
}

.partition-clear-h-20 {
  height: 20px;
}

/* 分割线 end */
/*分页*/
.page-list {
  text-align: center;
  color: #666;
  width: 100%;
  clear: both;
  margin: 0 0 10px;
}
.page-list span {
  color: #666;
  margin: 0 5px 10px;
  padding: 5px 10px;
  background: #F7F7F7;
  display: inline-block;
}
.page-list span:hover, .page-list b {
  color: #FFF;
  background: #1C2327;
  cursor: pointer;
}
.page-list b {
  padding: 5px 10px;
}
.page-list .page-ban {
  pointer-events: none;
  background: #dddddd;
}
.page-list .page-allow {
  pointer-events: auto;
  background: #F7F7F7;
}

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