body {
  font-family: "微软雅黑";
  color: #666;
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #ff0000;
}
em {
  font-style: normal;
}
form em {
  margin-right: 6px;
  color: #ff0000;
}
.iconfont {
  vertical-align: middle;
  font-size: 18px;
}
.color-red {
  color: #ff0000;
}
.color-gray {
  color: #999;
}
.w-100 {
  width: 100%;
}
.mar-b-20 {
  margin-bottom: 20px;
}
.mar-b-40 {
  margin-bottom: 40px;
}
.pad-lr-20 {
  padding: 0 20px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-36 {
  font-size: 36px;
}
.fs-48 {
  font-size: 48px;
}
.fs-60 {
  font-size: 60px;
}
header {
  margin-bottom: 60px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
}
header .header-inner {
  margin: auto;
  width: 1000px;
  height: 32px;
  line-height: 32px;
}
header li {
  float: left;
  margin-right: 15px;
}
header span.sep {
  font: normal 12px "宋体";
  color: #999;
  padding: 0 8px;
}
nav {
  margin: 0 auto 30px;
  width: 1000px;
  font-size: 16px;
  overflow: hidden;
}
nav li {
  float: left;
  padding-top: 12px;
}
nav li a {
  display: block;
  padding: 8px 15px;
}
nav li a.active {
  background-color: #2d78cb;
  color: #fff;
  border-radius: 16px;
}
footer {
  padding: 40px 0 0;
  background-color: #303030;
  color: #fff;
}
footer .footer-inner {
  margin: auto;
  width: 1000px;
  overflow: hidden;
}
footer li {
  float: left;
}
footer li.service {
  width: 260px;
  margin-right: 40px;
}
footer li.about,
footer li.help,
footer li.news {
  width: 120px;
  margin-right: 20px;
}
footer li.weibo {
  margin: 0 20px;
  width: 120px;
}
footer li.weixin {
  width: 120px;
}
footer dl {
  text-align: center;
}
footer dt {
  margin-bottom: 15px;
  font-size: 18px;
}
footer dd {
  margin-bottom: 8px;
}
footer a {
  color: #fff;
}
.navpage {
  display: block;
  text-align: center;
  font-size: 14px;
}
.navpage a,
.navpage span {
  display: inline-block;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
}
.navpage a:hover {
  background: #e1e1e1;
}
.navpage .current {
  background-color: #2d78cb;
  color: #fff;
}
.navpage .next,
.navpage .prev {
  font-family: "宋体";
  font-weight: bold;
}
/* ========== 首页 ==========*/
#home h1 {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
#home h2 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #2d78cb;
}
#home .line {
  margin-bottom: 60px;
  height: 41px;
  line-height: 41px;
}
#home .line-gray {
  background: url('img/home/line.jpg') repeat center center;
}
#home .line-white {
  background: url('img/home/line_2.jpg') repeat center center;
}
#home .sub-title {
  padding: 0 32px;
  font-size: 18px;
}
#home .sub-title-gray {
  background-color: #f7f8fa;
}
#home .sub-title-white {
  background-color: #fff;
}
#home .row2 {
  background-color: #2d78cb;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
#home .row2-inner {
  width: 1000px;
  margin: auto;
  font-size: 18px;
  overflow: hidden;
}
#home .row2-inner ul {
  width: 1020px;
  overflow: hidden;
}
#home .row2-inner li {
  float: left;
  margin-right: 20px;
  width: 320px;
}
#home .row3 {
  width: 1000px;
  margin: auto;
  height: 36px;
  line-height: 36px;
}
#home .row3 li {
  float: left;
}
#home .row3 li.note {
  width: 120px;
}
#home .row4 {
  background-color: #f7f8fa;
  padding: 40px 0;
}
#home .row4-inner {
  width: 1000px;
  margin: auto;
}
#home .row4-listblock {
  margin-bottom: 20px;
  overflow: hidden;
}
#home .row4-listblock ul {
  width: 1030px;
  overflow: hidden;
}
#home .row4-listblock li {
  float: left;
  margin-right: 30px;
  width: 176px;
  text-align: center;
}
#home .row4-listblock li img {
  margin-bottom: 20px;
  width: 108px;
  height: 108px;
}
#home .row4-listblock li h4 {
  font-size: 24px;
  font-weight: bold;
}
#home .row4-listblock li p {
  font-size: 12px;
  text-align: left;
  text-align: justify;
}
#home .row4 .kuohao {
  height: 38px;
  background: url('img/home/kuohao.png') no-repeat center center;
}
#home .row6 {
  margin: auto;
  width: 1000px;
  padding: 40px 0;
}
#home .row6-listblock {
  margin-bottom: 20px;
  overflow: hidden;
}
#home .row6-listblock ul {
  width: 1020px;
  overflow: hidden;
}
#home .row6-listblock li {
  float: left;
  margin-right: 20px;
  width: 235px;
  padding: 20px;
  border: 1px solid #919191;
  text-align: center;
}
#home .row6-listblock li img {
  width: 116px;
  height: 116px;
}
#home .row6-listblock li h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
#home .row6-listblock li p {
  margin-bottom: 5px;
  font-size: 16px;
  color: #999;
}
#home .row7 {
  background-color: #f7f8fa;
  padding: 40px 0;
}
#home .row7-inner {
  width: 1000px;
  margin: auto;
}
#home .row7-listblock {
  overflow: hidden;
}
#home .row7-listblock ul {
  width: 1050px;
  overflow: hidden;
}
#home .row7-listblock li {
  float: left;
  margin: 0 50px 50px 0;
  width: 475px;
}
#home .row7-listblock li img {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 24px;
}
#home .row7-listblock li h4 {
  margin-top: 0;
  font-size: 24px;
  color: #2e78cb;
}
#home .row7-listblock li p {
  font-size: 14px;
  text-align: justify;
}
#home .row9 {
  background-color: #f7f8fa;
  padding: 40px 0;
}
#home .row9-inner {
  width: 1000px;
  margin: auto;
}
#home .row9-listblock {
  overflow: hidden;
}
#home .row9-listblock ul {
  width: 1040px;
  overflow: hidden;
}
#home .row9-listblock li {
  float: left;
  margin: 0 40px 40px 0;
  width: 220px;
  text-align: center;
}
#home .row9-listblock li img {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
#home .row9-listblock li h4 {
  font-size: 18px;
}
#home .row9-listblock li p {
  font-size: 12px;
  color: #999;
}
#home .row11 {
  background-color: #f7f8fa;
  padding: 40px 0;
}
#home .row11-inner {
  width: 1000px;
  margin: auto;
}
#home .row11-body {
  overflow: hidden;
}
#home .row11-left {
  float: left;
  width: 500px;
  padding-right: 25px;
}
#home .row11-right {
  float: left;
  width: 500px;
  padding-left: 25px;
}
#home .row11 .news-panel-title {
  margin-bottom: 20px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
}
#home .row11 .news-panel-title span {
  margin-top: 6px;
  font-size: 14px;
}
#home .row11 .news-panel-body li span {
  float: right;
  color: #999;
}
#home .row11 .news-item {
  margin-bottom: 20px;
  border-bottom: 1px dotted #c7c8ca;
  overflow: hidden;
}
#home .row11 .news-item .date {
  float: left;
  width: 90px;
  margin-right: 25px;
  text-align: center;
}
#home .row11 .news-item .date-day {
  font-size: 36px;
}
#home .row11 .news-item .date-year {
  font-size: 20px;
}
#home .row11 .news-item h4 {
  margin-top: 10px;
  font-size: 16px;
}
#home .row11 .news-slide {
  background-color: #fff;
  padding-bottom: 20px;
}
#home .row11 .news-slide .carousel-indicators {
  bottom: 120px;
}
#home .row11 .news-title {
  text-align: center;
  font-size: 16px;
}
#home .row11 .news-desc {
  padding: 0 20px;
  text-indent: 2em;
  text-align: justify;
}
#home .row12 {
  height: 390px;
  background: url('img/home/bg.jpg') no-repeat center center;
}
#home .row12-inner {
  width: 1000px;
  margin: auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#home .row12-inner .item {
  height: 390px;
}
#home .row12 .item-inner {
  width: 640px;
  padding-top: 120px;
  overflow: hidden;
  margin: auto;
}
#home .row12 .item-inner img {
  float: left;
  margin-right: 80px;
}
#home .row12 .item-inner .desc {
  text-indent: 2em;
  text-align: justify;
  line-height: 26px;
}
#home .row12 .carousel-control.left {
  background-image: none;
}
#home .row12 .carousel-control.right {
  background-image: none;
}
#home .row13 {
  margin: auto;
  width: 1000px;
  padding: 20px 0;
}
#home .row13-listblock {
  overflow: hidden;
}
#home .row13 li {
  float: left;
  margin-bottom: 20px;
  padding: 0;
}
#home .row13 span {
  padding: 0 10px;
  font-family: "宋体";
}
#news_index {
  background-color: #f2f2f2;
  padding-bottom: 20px;
}
#news_index .news-inner {
  width: 1000px;
  margin: auto;
}
#news_index h1 {
  font-size: 34px;
  text-align: center;
}
#news_index .news-menu {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
#news_index .news-menu a {
  display: inline-block;
  float: left;
  width: 250px;
  padding: 20px 0;
  border-bottom: 1px solid #b2b2b4;
}
#news_index .news-menu a.active {
  border-bottom: 2px solid #2b75ca;
}
#news_index .news-list {
  overflow: hidden;
}
#news_index .news-list ul {
  width: 1020px;
  overflow: hidden;
}
#news_index .news-list li {
  float: left;
  width: 490px;
  margin-right: 0 20px 20px 0;
  background-color: #fff;
  padding: 20px;
}
#news_index .news-list li img {
  float: left;
  margin-right: 20px;
  width: 180px;
  height: 120px;
}
#news_index .news-list li h2 {
  margin-top: 0;
  font-size: 16px;
}
#news_index .news-list li p {
  color: #999;
}
#news_index .news-item h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
#news_index .news-item h2 span {
  float: right;
  font-size: 12px;
  margin-top: 3px;
  color: #999;
}
#news_show {
  width: 1000px;
  margin: auto;
  padding-bottom: 20px;
  overflow: hidden;
}
#news_show .news-main {
  float: left;
  width: 640px;
}
#news_show .news-side {
  float: right;
  width: 320px;
}
#news_show .news-body {
  margin-top: 20px;
}
#solve {
  background-color: #f2f2f2;
  padding-bottom: 20px;
}
#solve h2 {
  text-align: center;
}
#solve h4 {
  text-align: center;
}
#solve .solve-inner {
  margin: 20px auto 0;
  width: 1000px;
  overflow: hidden;
}
#solve .table {
  text-align: center;
  background-color: #fff;
}
#solve .table th {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
#solve .table th.td1 {
  width: 160px;
  color: #fff;
  background-color: #1b93ea;
}
#solve .table th.td2 {
  width: 240px;
}
#solve .table th.td3 {
  width: 500px;
}
#solve .table td {
  vertical-align: middle;
}
#solve .row2 {
  padding: 20px;
  background-color: #fff;
}
#solve .row2 li {
  width: 166px;
  float: left;
  text-align: center;
}
#solve .row2 li.line {
  width: 112px;
  height: 120px;
  background: url('img/solve/line.jpg') no-repeat center center;
}
#solve .row2 li img {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
}
#solve .row3 ul {
  width: 1050px;
  overflow: hidden;
}
#solve .row3 li {
  float: left;
  margin-bottom: 30px;
  width: 475px;
  margin-right: 50px;
}
#solve .row3 li img {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 25px;
}
#solve .row3 li h4 {
  text-align: left;
}
#solve .row4 {
  background-color: #fff;
  padding: 20px 0;
}
#solve .row4 li {
  float: left;
  width: 500px;
  padding: 20px;
  height: 180px;
}
#solve .row4 li.b-r {
  border-right: 1px solid #e4e4e4;
}
#solve .row4 li.b-b {
  border-bottom: 1px solid #e4e4e4;
}
#solve .row4 li img {
  vertical-align: top;
  margin-right: 30px;
}
#solve .row4 li p {
  padding-left: 60px;
}
#help {
  background-color: #f2f2f2;
  padding-bottom: 20px;
}
#help .main-body {
  margin: 20px auto 0;
  width: 1000px;
  overflow: hidden;
}
#help .main-body .col-left {
  min-height: 280px;
  padding-top: 30px;
  float: left;
  width: 210px;
  margin-right: 30px;
  background-color: #fff;
}
#help .main-body .col-left li {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}
#help .main-body .col-right {
  float: left;
  width: 760px;
}
/**************************************************************************************************/
/** inject css frame **/
.form-horizontal .control-label {
  font-size: 14px;
  font-weight: 200;
}
.form-caption {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  background: #f0f0f0;
  font-size: 18px;
  color: #fff;
  background: #0072c6;
}
/*登录页面*/
.w-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  height: 7.5rem;
  max-height: 750px;
  min-width: 1024px;
  overflow: hidden;
}
.w-wrapper .main-sidebar {
  max-width: 955px;
  width: 9.55rem;
  background: url("../img/user/lgbg.png") no-repeat left top / 100%;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
}
.w-wrapper .lg-leftbg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, 0% 100%, 100% 100%, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.1)));
  background: -moz-linear-gradient(top left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  left: 0;
  top: 0;
  z-index: 1;
}
.w-wrapper .lg-right {
  position: relative;
  max-width: 1000px;
  background: #fff;
  max-width: 6.45rem;
  padding: 0 .6rem .20rem .6rem;
  margin: 0 auto;
  height: 100%;
}
.w-wrapper .form-group {
  overflow: hidden;
}
.w-wrapper .lg-user {
  background: #fff url("../img/user/user.jpg") center;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  background-size: cover;
  z-index: 2;
  margin: .2rem auto;
}
.w-wrapper .lg-tit {
  text-align: center;
  color: #666;
  font-size: .3rem;
  margin-bottom: .2rem;
}
.w-wrapper .w-btn {
  width: 80%;
  height: .46rem;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 50px;
}
.w-wrapper .control-label {
  text-align: right;
}
.w-wrapper .w-tc {
  text-align: center;
}
@media (max-width: 768px) {
  .w-wrapper {
    min-width: 100%;
    height: 100%;
    margin-top: 0!important;
    padding-top: .3rem;
    background: #fff;
  }
  .w-wrapper .main-sidebar {
    display: none;
  }
  .w-wrapper .lg-right {
    width: 100%;
    max-width: 100%;
  }
  .w-wrapper .w-btn {
    margin-left: 0;
  }
}

