@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex > * {
  flex: auto;
  text-align: center;
}
.yw .col-md-3 {
    width: 33%;
}
.liangshen .col-sm-2 {
    width: 20%;
}
.liangshen .col-sm-2 div {text-align: center;
    cursor: pointer;}
.liangshen .col-sm-2 div span {
        width: 100px;
        height: 100px;
        display: block;
        transition: .5s all;
        background: #1D7DBD;
        border-radius: 20px;
        text-align: center;
        color: #fff;
        line-height: 100px;
        margin: auto;
}
.liangshen .col-sm-2 div i {
    font-size: 60px;
}
.liangshen .col-sm-2 div div {
    padding: 10px 0;
    margin-top: 10px;
    border-radius: 10px;
}

.liangshen .col-sm-2 div h4 {
    font-weight: bold;
    color: #3393D3;
    margin-top: 0;
    font-size: 20px;
}
.liangshen .col-sm-2 div p {
    margin: 0;
    font-size: 15px;
    color: #333;
}
/**************************PUBLIC***************************/
body {
  font-size: 16px;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
  background: #fff;
  color: #231F20;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #525252;
}

a:hover {
  color: #3393D3;
}

.fixednav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
}

/**************************body***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

.prevnext {
  margin: 30px 0;
}

.prevnext_left:hover a,
.prevnext_right:hover a {
  color: #c40000;
}

.prevnext_left a,
.prevnext_right a {
  color: #000;
  text-decoration: none;
}

.info img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.a-banner img {
  width: 100%;
}

#contact {
  display: none;
}

.main {
  padding: 3em 0;
}

.main .info {
  font-size: 14px;
}

.main .info p {
  font-size: 14px;
}

.info p {
  line-height: 32px;
  margin: 0;
}

.info .zz {
  margin: 10px 0;
}

.add {
  background: #3393D3;
  height: 35px;
  line-height: 35px;
  color: #fff;
}

.add a {
  color: #fff;
}

.add i {
  font-size: 18px;
  margin: auto 5px;
}

#contact-p {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -98px;
  z-index: 9999;
}

#contact-p div {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  position: relative;
}

#contact-p div a {
  color: #FFFFFF;
  display: block;
  background: #3393D3;
  transition: 0.35s;
  position: absolute;
  left: 0;
  width: 170px;
  height: 44px;
  line-height: 44px;
}

#contact-p div a:hover {
  left: -110px;
}

#contact-p div a i {
  float: left;
  font-size: 28px;
  padding: 0 8px;
}

#contact-p div a span {
  display: block;
  float: left;
}

#contact-p div img {
  width: 150px;
  display: none;
  position: absolute;
  left: -110px;
  bottom: -150px;
}

#contact-p div:hover img {
  display: block;
}

#contact-p .gototop {
  display: none;
}

/**************************公共***************************/
.head {
  margin: 25px 0;
}

.head .col-md-6 img {
  width: 100%;
}

.head .iphone {
  padding: 0;
  margin-top: 20px;
  text-align: right;
}

.head .iphone span {
  color: #525252;
  display: block;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  float: right;
}

.head .iphone b {
  color: #3393D3;
  font-size: 24px;
}

.nav-box {
  width: 100%;
  height: 50px;
  background: #3393D3;
}

.nav-box nav {
  width: 100%;
}

.nav-box .flex {
  display: flex;
}

.nav-box .flex > li {
  width: 14.28%;
  height: 50px;
  position: relative;
}

.nav-box .flex > li:hover ul {
  display: block;
}

.nav-box .flex > li > a {
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  position: relative;
  display: block;
}

.nav-box .flex > li > a:hover {
  background: #000;
}

.nav-box .flex > li ul {
  display: none;
  z-index: 999;
  padding: 0;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  line-height: 45px;
}

.nav-box .flex > li ul a {
  color: #fff;
  text-decoration: none;
}

.nav-box .flex > li ul li:hover {
  background: #000;
}

.banner img {
  width: 100%;
}

/**************************head***************************/
.title {
  text-align: center;
}

.title:hover h3:after, .title:hover h3:before {
  width: 30%;
  content: "";
}

.title h3 {
  font-size: 30px;
  color: #3393D3;
  margin: 0;
  margin-bottom: 10px !important;
}

.title h3:after, .title h3:before {
  border-bottom: 1px solid #3393D3;
  content: "";
  display: inline-block;
  width: 13%;
  transition: 0.5s;
  margin: auto 50px;
  text-align: center;
  margin-bottom: 9px;
}

.title p {
  margin-bottom: 2em;
  font-size: 16px;
  color: #525252;
}

.yw {
  padding-bottom: 4em;
  padding-top: 4em;
  background: #f5f5f5;
}

.yw .col-md-3 {
  margin-bottom: 5px;
}

.yw .col-md-3 p {
  text-align: center;
  margin: 10px 0;
}

.yw .col-md-3 div {
  position: relative;
}

.yw .col-md-3 div:hover h3 {
  opacity: 1;
}

.yw .col-md-3 div img {
  width: 100%;
  border-radius: 5px;
}

.yw .col-md-3 div i {
  display: block;
  text-align: center;
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}

.yw .col-md-3 div h3 {
  border-radius: 5px;
  opacity: 0;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  margin: 0;
}

.yw .col-md-3 div h3 font {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}

.yw .col-md-3 div h3 strong {
  padding: 20px;
  display: block;
  overflow: hidden;
  letter-spacing: 1px;
  margin-bottom: 18px;
  font-size: 15px;
  text-align: left;
  line-height: 24px;
  font-weight: normal;
  color: #fff;
}

.yw .col-md-3 div h3 b {
  display: inline-block;
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
}

/**************************沛邦业务***************************/
.ts {
  padding-top: 4em;
  padding-bottom: 4em;
}

.ts .col-md-12 {
  margin: auto 1%;
  transition: 0.35s;
  overflow: hidden;
}

.ts .col-md-12 .col-md-6 img {
  margin: auto;
  display: block;
}

.ts .col-md-12 .col-md-6 > div {
  float: left;
}

.ts .col-md-12 .col-md-6 > div img {
  width: 100%;
}

.ts .col-md-12 .col-md-6 > div h3 {
  color: #3393D3;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.ts .col-md-12 .col-md-6 > div span {
  text-indent: 2em;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}

.ts .col-md-12 .ts1 {
  margin-top: 100px;
}

.ts .col-md-12 .ts1 > div {
  width: 30%;
}

.ts .col-md-12 .ts1 > div:nth-child(2) {
  float: right;
  width: 70%;
}

.ts .col-md-12 .ts2 {
  width: 55%;
  margin-top: 100px;
}

.ts .col-md-12 .ts2 > div {
  width: 30%;
}

.ts .col-md-12 .ts2 > div:nth-child(2) {
  float: right;
  width: 70%;
}

.ts .col-md-12 .ts3 {
  width: 45%;
}

/**************************沛邦特色***************************/
.why {
  padding-bottom: 4em;
  padding-top: 4em;
  background: rgba(82, 82, 82, 0.05);
}

.why .col-md-3 {
  padding-right: 7px;
  padding-left: 7px;
  transition: 0.5s;
}

.why .col-md-3:hover {
  margin-top: -10px;
}

.why .col-md-3 span {
  background: rgba(1, 118, 198, 0.7);
  text-align: center;
  color: #fff;
  height: 60px;
  width: 100%;
  padding: 20px 0 30px 0;
  display: block;
  border-radius: 5px 5px 0 0;
  text-shadow: 0 0px 1px #fff;
}

.why .col-md-3 span i {
  font-size: 50px;
  line-height: 60px;
}

.why .col-md-3 h3 {
  background: rgba(1, 118, 198, 0.7);
  padding-top: 50px;
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  margin-top: 0px;
}

.why .col-md-3 h3:after {
  content: '';
  width: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: block;
  text-align: center;
  margin: auto;
  padding-top: 15px;
  color: #fff;
}

.why .col-md-3 p {
  background: rgba(1, 118, 198, 0.7);
  text-indent: 2em;
  color: #fff;
  font-size: 12px;
  height: 160px;
  line-height: 28px;
  border-radius: 0 0 5px 5px;
  padding: 10px 10px 10px  10px;
}

/**************************为什么做管理咨询***************************/
.about {
  padding-bottom: 4em;
  padding-top: 4em;
}

.about img {
  width: 100%;
  border-radius: 3px;
}

.about .col-md-6 p {
  line-height: 26px;
  text-indent: 2em;
}

/**************************关于沛邦***************************/
.zs {
  padding: 4em 0;
  background: rgba(82, 82, 82, 0.05);
}

.zs .col-md-3 img {
  width: 263px;
  height: 221px;
  border-radius: 3px;
}

.zs .col-md-3 p {
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
}

/**************************知识管理***************************/
.foot {
  text-align: center;
  padding: 30px 0;
  background: #525252;
  color: rgba(255, 255, 255, 0.8);
}

.foot .lianjie {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.foot .lianjie a {
  color: #fff;
}

.foot .lianjie li {
  display: inline-block;
}

.foot-ft p {
  margin-top: 10px;
  text-align: center;
  display: inline-block !important;
  margin-right: 20px;
  font-size: 14px;
}

.foot-ft p a {
  color: rgba(255, 255, 255, 0.8);
}

/**************************foot***************************/
.left .xglj {
  margin-top: 50px;
}

.left .active2 {
  margin-bottom: 50px;
}

.left ul {
  padding: 0;
  margin: 0;
}

.left ul .active a {
  color: #3393D3;
}

.left ul .active1 {
  background: #3393D3;
}

.left ul .active1 a {
  font-size: 16px;
  color: #fff;
}

.left ul li {
  border-left: 2px solid #3393D3;
  border-right: 2px solid #3393D3;
  background: #fff;
  text-align: center;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #ddd;
}

.left ul li:hover:first-child a {
  color: #fff;
}

.left ul li:hover a {
  color: #3393D3;
}

.left ul li:first-child {
  border-radius: 3px 3px 0 0;
}

.left ul li:last-child {
  border-radius: 0 0 3px 3px;
}

.left ul li a {
  display: block;
  color: #000;
}

.left ul li:last-child {
  border-bottom: 2px solid #3393D3;
}

#app {
  background: #eee;
  height: 30px;
  line-height: 30px;
}

#app span {
  color: #525252;
  font-size: 14px;
  margin-left: 50px;
  cursor: pointer;
}

#app span:hover {
  color: #3393D3;
}

#app span:last-child {
  margin-left: 0px !important;
  padding-left: 10px;
}

#app a {
  font-size: 14px;
  margin-left: 30px;
}

#app .p-1 a, #app .p-1 span {
  background: #3393D3;
  padding: 2px 10px;
  color: #fff;
  border-radius: 3px;
}

#app .p-1 a:hover, #app .p-1 span:hover {
  background: #c40000;
}

#app i {
  margin-right: 10px;
}

#app .hyform {
  display: none;
  position: relative;
  box-shadow: 0 0 25px #cccccc;
  border-radius: 3px;
  position: fixed;
  top: 30%;
  height: 50%;
  z-index: 999;
  left: calc(50% - 150px);
  text-align: center;
  border: 1px solid #fff;
  background: #fff;
  height: 350px;
  width: 300px;
}

#app .hyform a {
  font-size: 26px;
  margin-top: 20px;
  display: block;
  font-weight: bold;
  color: #3393D3;
}

#app .hyform a:nth-child(7), #app .hyform a:nth-child(8) {
  color: #c40000;
  font-size: 16px;
  display: inline-block;
  margin-top: 0;
}

#app .hyform i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #3393D3;
  cursor: pointer;
}

#app .hyform label {
  width: 50px;
}

#app .hyform #denglu {
  margin-left: 40px !important;
}

#app .hyform input {
  border: 1px solid #DCDFE6;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  width: 200px;
  border-radius: 3px;
  display: inline-block;
  margin: 30px auto;
}

#app .hyform input:nth-child(4) {
  margin-bottom: 10px;
}

#app .hyform input:nth-child(9) {
  background: #3393D3;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
}

#app .hyform p {
  font-size: 12px;
  letter-spacing: 2px;
  text-align: right;
  margin-right: 30px;
}

.huiyuan {
  display: block;
  margin: auto;
  text-align: center;
}

.huiyuan label {
  text-align: left;
}

.huiyuan input {
  margin: auto;
  margin-bottom: 20px;
}

.huiyuan table {
  width: 50%;
  margin: auto;
  margin-top: 50px;
}

.huiyuan table td {
  border: #ddd 1px solid;
  width: 50%;
  text-align: center;
  line-height: 40px;
}

.main1 {
  height: auto !important;
  background: #fff !important;
}

.zhmm {
  height: 400px !important;
}

.yhdl a {
  cursor: pointer;
}

.yhdl a:nth-child(1) {
  margin-bottom: 10px;
  margin-top: 0;
}

.yhdl a:nth-child(7), .yhdl a:nth-child(8) {
  display: inline-block;
  color: red;
  font-size: 16px !important;
  margin-left: 80px;
}

.yhdl input:nth-child(9) {
  background: #3393D3;
  color: #fff;
  margin-left: 80px;
}

.yhdl p {
  text-align: right;
  margin-right: 34px;
}

.hyzc {
  box-shadow: 0 0 25px #cccccc;
  border-radius: 3px;
  margin: 3em auto;
  text-align: center;
  border: 1px solid #fff;
  background: #fff;
  height: 500px;
  width: 400px;
}

.hyzc a {
  font-size: 26px !important;
  margin-top: 20px;
  display: block;
  font-weight: bold;
  color: #3393D3;
}

.hyzc i {
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #3393D3;
  cursor: pointer;
}

.hyzc #find {
  margin-left: 80px !important;
}

.hyzc label {
  width: 80px;
}

.hyzc img {
  display: block;
  margin: auto;
}

.hyzc button {
  margin-left: 80px !important;
}

.hyzc input, .hyzc button {
  border: 1px solid #DCDFE6;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  width: 250px;
  border-radius: 3px;
  display: inline-block;
  margin: 30px auto;
}

.hyzc input:last-child, .hyzc button:last-child {
  background: #3393D3;
  color: #fff;
}

.liuyan {
  background: #f6f6f6;
}

.liuyan form {
  background: #fff;
  padding: 5em;
  width: 800px;
  margin: 3em auto;
}

.liuyan form .form-group {
  margin-bottom: 30px;
}

.liuyan form input, .liuyan form .form-control {
  border-radius: 0 !important;
}

.liuyan form p {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #3393D3;
}

.liuyan form label {
  width: 29%;
  color: #868282;
  font-weight: normal;
}

.liuyan form .form-control {
  width: 70%;
  display: inline-block;
}

.liuyan form button {
  background: #3393D3;
  color: #fff;
  padding: 10px 40px;
  font-size: 16px;
  border-radius: 0;
  float: right;
}

.liuyan form button:hover {
  background: brown;
  color: #fff;
}

/**************************left内页***************************/
.pagination .active {
  background: none !important;
}

.pagination > li {
  cursor: pointer;
  color: #666;
  background: #efefef;
  padding: 8px 12px;
  line-height: 1;
  margin-right: 6px;
  display: inline-block;
}

.pagination > li:hover {
  background: #3393D3;
}

.pagination > li:hover a {
  background: #3393D3 !important;
  color: #fff;
}

.pagination > li span {
  border: none !important;
  background: none !important;
}

.pagination > li span:hover {
  color: #666 !important;
}

.pagination > li a {
  background: #efefef !important;
  border: none !important;
}

.news_content2 a li {
  width: 24%;
  margin: 0.5%;
  float: left;
  text-align: center;
  border: 1px #efefef solid;
}

.news_content2 a li img {
  height: 200px;
  width: 200px;
  margin: auto;
  display: block;
}

.news_content2 a li p {
  text-align: center;
}

.news_content dl {
  display: table;
  width: 100%;
}

.news_content dl dt {
  width: 200px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.news_content dl dt img {
  float: left;
  width: 200px;
  height: 140px;
  margin-right: 20px;
  background: #fafafa;
}

.news_content dl dd {
  background: #fff;
  height: 140px;
  overflow: hidden;
}

.news_content dl dd h4 {
  line-height: 1;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  padding-bottom: 10px;
}

.news_content dl dd p {
  font-size: 12px;
  line-height: 2;
  color: #999;
}

.news_content dl dd p:hover {
  color: #3393D3;
}

/**************************left内页***************************/
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  p,
  span,
  a {
    font-size: 12px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h1,
  h2,
  h4 {
    font-size: 14px !important;
    font-weight: bold;
  }
  .row {
    margin: auto 0;
  }
  .title h3,
  .title h3 span {
    font-size: 16px !important;
  }
  .title h3:before,
  .title h3:after {
    margin-bottom: 5px;
  }
  .title p {
    margin-bottom: 2em;
  }
  .container {
    padding: 0 10px;
  }
  strong {
    font-size: 12px !important;
  }
  font {
    font-size: 12px !important;
  }
  .yw .col-md-3 {width:50%}
  /**************************公共***************************/
  .page a,
  .page span {
    font-size: 16px !important;
  }
  .news_content2 a li {
    width: 48%;
  }
  .news_content2 a li img {
    height: 150px;
    width: 150px;
  }
  .banner img {
    width: 100%;
  }
  .info img {
    width: 100%;
  }
  .head img {
    width: 100%;
  }
  .ts .col-md-6 {
    width: 100%;
    margin-bottom: 10px;
  }
  .ts img {
    width: 100%;
  }
  .ts .col-md-12 {
    padding: 0;
  }
  .ts .ts1 {
    margin-top: 30px !important;
  }
  .ts .ts2 {
    width: 100% !important;
    margin-top: 30px !important;
  }
  .ts .ts2 > div {
    width: 30%;
  }
  .ts .ts2 > div:nth-child(2) {
    float: right;
    width: 70%;
  }
  .ts .ts3 {
    width: 100% !important;
  }
  .yw .col-md-3 a h3 strong {
    display: none !important;
  }
  .yw .col-md-3 a {
    padding: 10px;
    width: 100%;
  }
  .yw .col-md-3 a i {
    margin-bottom: 10px !important;
  }
  .yw .col-md-3 a h3 {
    margin: 0;
  }
  .yw .col-md-3 a h3 b {
    font-size: 12px;
  }
  .title h3:before, .title h3:after {
    width: 20%;
    margin: auto 20px;
  }
  .foot {
    margin-bottom: 20px;
  }
  .why .col-md-3 h3 {
    font-size: 14px !important;
  }
  .hyzc {
    width: 100%;
  }
  .zs .col-md-3 img {
    width: 100% !important;
    height: 160px;
  }
  .left {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .left ul {
    margin-bottom: 0 !important;
  }
  .left ul li {
    width: 25%;
    background: #3393D3;
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    float: left;
    border: 0px solid #3393D3;
    border-radius: 0 !important;
  }
  .left ul li:first-child {
    display: none;
  }
  .left ul .active a {
    color: #fff !important;
  }
  .why .col-md-3 p {
    height: 250px;
  }
  #contact-p {
    display: none !important;
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #3393D3;
  }
  #contact > a {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  #contact > a:last-child {
    border-right: 0;
  }
  #contact div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #contact div > a {
    color: #FFFFFF;
  }
  #contact div ul {
    min-width: 100px;
    padding: 10px;
  }
  #contact div ul li a {
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  #contact div ul li:last-child a {
    border-bottom: 0;
  }
  .liangshen .col-sm-2 {
      width: 50%;
  }
  .why .col-md-3 p {
      height: 220px;
  }
  .xiaj {
      margin-top: 20px !important;
  }
  .about .col-md-6 p {
    line-height: 24px;
    margin-top: 20px;
}
    .liangshen .col-sm-2:last-child {
        margin-left: 25%;
    }
    .liangshen .col-sm-2 {
        margin-bottom: 20px;
    }
}
