.m-header {
  z-index: 99;
  position: relative;
  height: 78px;
  box-shadow: 0 0 10px 0 #ccc;
  background-color: #fff;
}
.m-header .banner {
  float: left;
  margin-top: 14px;
}
.m-header .logo {
  float: left;
  width: 118px;
  height: 50px;
}
.m-header .user:hover{
  color: #4869e4;
}
.m-header .hover:hover{
  color: #4869e4;
}
.m-header .logo img {
  display: block;
  height: 100%;
}
.m-header .slogan {
  float: left;
  height: 40px;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 3px solid #333;
}
.m-header .slogan img {
  display: block;
  height: 30px;
  margin-top: 5px;
}
.m-header .nav {
  float: right;
}
.m-header .nav .others {
  float: right;
  margin-top: 19px;
}
.m-header .nav .others .btn {
  display: block;
  float: right;
  width: 100px;
  height: 40px;
  background-color: #4869e4;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border-radius: 20px;
text-decoration: none;
}

.m-header .nav .others .user{
  float: right;
  width: 20px;
  height: 42.45px;
  line-height: 42.45px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.m-header .nav .others .user:hover{
  color: #4869e4;
}

.m-menu {
  float: right;
  height: 40px;
  margin-top: 19px;
}

.m-menu > ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.m-menu > ul > li {
  float: left;
  margin: 0 18px;
  list-style: none;
  line-height: 40px;
  font-size: 16px;
}

.m-menu > ul > li > a {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
 text-decoration: none;
}

.m-menu > ul > li > a > strong {
  display: inline-block;
  vertical-align: middle;
}

.m-menu > ul > li > a > i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 13px;
  background: url(../img/arrow-bottom.png) no-repeat center;
  background-size: auto 50%;
}

.m-submenu {
  display: none;
  position: absolute;
  top: 26px;
  left: 40px;
  width: 544px;
  padding-top: 20px;
}

.m-menu > ul > li:hover .m-submenu {
  display: block;
}

.m-submenu > ul {
  margin: 0;
  padding: 20px 0;
  box-shadow: 0 0 7px 0 #b3c1c1;
  border-radius: 6px;
  background-color: #fff;
}

.m-submenu > ul > li {
  float: left;
  width: 33.333333%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  list-style: none;
}

.m-submenu > ul > li > a {
  cursor: pointer;
text-decoration: none;
}

.m-submenu > ul > li > a:hover {
  color: #4869e4;
}

.m-submenu > ul > li > a > span {
  color: #333;
}

.m-submenu > .arrow-dialog {
  position: absolute;
  left: 94px;
  top: 3px;
  width: 34px;
  height: 18px;
  background: url(../img/arrow-dialog) no-repeat center;
  background-size: cover;
}

.m-submenu.n-our > .arrow-dialog {
  left: 425px;
}


/* tab */
.m-tab ul {
  margin: 0;
  padding: 0;
}

.m-tab ul li {
  list-style: none;
  margin-bottom: 20px;
}

.m-tab ul li strong {
  display: block;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.m-tab ul li strong span {
  display: inline-block;
  vertical-align: middle;
}

.m-tab ul li strong i {
  display: inline-block;
  width: 24px;
  height: 13px;
  margin-left: 20px;
  vertical-align: middle;
  background: url(../img/tab/arrow-bottom.png) no-repeat center;
}

.m-tab ul li.active strong i  {
  display: none;
}

.m-tab ul li p {
  display: none;
  margin: 20px 0;
  font-size: 24px;
  color: #605f5d;
  line-height: 44px;
}

.m-tab ul li.active p {
  display: block;
}

/* folder */
.m-folder ul {
  margin: 0;
  padding: 0;
}

.m-folder ul li {
  list-style: none;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
}

.m-folder ul li strong {
  display: block;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.m-folder ul li strong span {
  display: inline-block;
  vertical-align: middle;
}

.m-folder ul li strong i {
  float: right;
  width: 24px;
  height: 13px;
  margin-right: 20px;
  margin-top: 18px;
  background: url(../img/tab/arrow-top.png) no-repeat center;
}

.m-folder ul li p {
  display: none;
  margin: 20px 0;
  font-size: 24px;
  color: #605f5d;
  line-height: 44px;
}

.m-folder ul li p.link {
  margin-top: -30px;
  text-align: right;
}

.m-folder ul li p.link a {
  color: #605f5d;
  text-decoration: none;
  cursor: pointer;
}

.m-folder ul li p.link a span {
  color: #4869e4;
}

.m-folder ul li.active p {
  display: block;
}

  /* 获得更多优质商机模块 */
.m-contact {
  padding: 50px 0;
  background: #f6f8fa;
}

.m-contact .content,
.footer .content {
  width: 1180px;
  margin: 0 auto;
}

.m-contact .title {
  width: 500px;
  text-align: center;
  font-size: 36px;
  color: #32312f;
  padding-bottom: 30px;
  margin: 0 auto 40px auto;
  font-weight: bold;
}

.m-contact .title .subheading {
  font-size: 18px;
  color: #605f5d;
  font-weight: normal;
}

.m-contact .leftMess,
.m-contact .submit {
  float: left;
}

.m-contact .leftMess {
  width: 81%;
}

.m-contact .submit {
  width: 19%;
  height: 150px;
  background: #4869e4;
  color: #fff;
  font-size: 30px;
  border-radius: 10px;
  text-align: center;
}

.m-contact .submit div {
  display: block;
  margin: 26px auto 10px auto;
  width: 50px;
  height: 40px;
}

.m-contact .submit div img {
  width: 100%;
  overflow: hidden;
}

.m-contact .leftMess .basicMess >div {
  float: left;
  width: 31%;
  margin-right: 2%;
}

.m-contact .leftMess .leaveMess {
  width: 97%;
  margin-top: 30px;
}

.m-contact .leftMess .input {
  border: 1px solid #cacaca;
  border-radius: 5px;
  position: relative;
  padding: 20px 10px 15px 10px;
}

.m-contact .leftMess .input.n-empty,
.m-contact .leftMess .input.n-error {
  border: 1px solid #4869e4;
}

.m-contact .leftMess .input label {
  position: absolute;
  top: -20px;
  left: 10px;
  font-size: 24px;
  background: #f6f8fa;
  padding: 0 15px 0 10px;
  font-weight: bold;
}

.m-contact .leftMess .input input {
  width: 100%;
  font-size: 20px;
  background: #f6f8fa;
  border: none;
  outline: none;
}

.used-tab-card {
  width: 225px;
  height: 20px;
  margin: 40px auto 0 auto;
}

.used-tab-card>span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #4869e4;
  border-radius: 25px;
  cursor: pointer;
}

.used-tab-card>span+span {
  margin-left: 5px;
}

.m-used-change {
  width: 100px !important;
  transition: width 3s ease-out;
}

/* .m-used-down {
  width: 20px;
  transition: width 2s ease-out;
} */

/* footer */
.footer .footer-up {
  background: #2f2f2f;
  color: #d1d1d1;
  padding: 30px 0;
}

.footer .footer-down {
  background: #262626;
  font-size: 14px;
  color: #8f8f8f;
  text-align: center;
  padding: 20px;
}

.footer .footer-up .left p {
  font-size: 16px;
  color: #dfdfdf;
}

.footer .footer-up .left,
.footer .footer-up .ul,
.footer .footer-up .right .rightMess,
.footer .footer-up .right .rightErweima {
  float: left;
}

.footer .footer-up .ul p {
  line-height: 50px;
  font-weight: bold;
}

.footer .footer-up ul {
  margin-right: 90px;
  float: left;
  font-size: 14px;
}

.footer .footer-up ul li {
  line-height: 30px;
}

.footer .footer-up ul li a {
  color: #fff;
  text-decoration: none;
}

.footer .footer-up .right {
  float: right;
}

.footer .footer-up .right .rightMess {
  margin-right: 15px;
}

.footer .footer-up .right .rightMess div:nth-child(1) {
  font-size: 17px;
  text-align: right;
}

.footer .footer-up .right .rightMess div:nth-child(2) {
  font-size: 16px;
  text-align: right;
  margin-top: 36px;
}

.footer .footer-up .right .rightErweima {
  width: 132px;
  height: 132px;
  overflow: hidden;
}

.footer .footer-up .right .rightErweima img {
  width: 100%;
}


/* 他们都在用模块 */
.m-used-box{
  width: 100%;
  height: auto;
  background-color: #f6f8fa;
}
.m-used {
  width: 1180px;
  margin: 0 auto;
  padding: 60px 20px 120px 20px;
}

.m-used .title {
  width: 500px;
  text-align: center;
  font-size: 30px;
  color: #32312f;
  padding-bottom: 20px;
  margin: 0 auto 70px auto;
  border-bottom: 1px solid #4869e4;
}
.m-used .row .img{
  width: 218px;
  height: 169px;
  border-radius: 10px;
  margin-left: 10px;
  line-height: 169px;
  float: left;
  background-color: white;
  text-align: center;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
}
.m-used .row .img >img{
  width: 160px;
  vertical-align: middle;
  max-height: 169px;
}
.m-sche .sche-header {
  width: 500px;
  text-align: center;
  font-size: 30px;
  color: #32312f;
  padding-bottom: 20px;
  padding-top: 57px;
  margin: 0px auto;
  border-bottom: 1px solid #4869e4;
}
.m-sche {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 110px;
}

.m-sche .sche-content {
  width: 100%;
  margin-top: 34px;
}

.m-sche .sche-content ul li {
  width: 280px;
  height: 405px;
  border-radius: 20px;
  -moz-border-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  -webkit-border-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  float: left;
  cursor: pointer;
  text-align: center;
  position: relative;
  padding-bottom: 80px;
  margin-top: 56px;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s eease-out;
  transition: all 0.3s ease-out;
}

.m-sche .sche-content ul li+li {
  margin-left: 20px;
}

.m-sche .sche-content ul li .sche-ig {
    width: 100%;
    height: 130px;
    margin: 20px 0 26px 0;
}

.m-sche .sche-content ul li .sche-ig i {
    display: block;
    width: 156px;
    height: 100%;
    margin: 0 auto;
}

.m-sche .sche-content.loaded ul li .sche-ig i {
    background: url(../img/m-sche/normal.png);
}

.m-sche .sche-content.loaded ul li .sche-ig.active i {
    background: url(../img/m-sche/active.png);
}

.m-sche .sche-content ul li .sche-ct {
  width: 230px;
  margin: 0 auto;
  text-align: left;
  font-size: #605f5d;
}

.m-sche .sche-content ul li .sche-ct h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

.m-sche .sche-content ul li .sche-ct p {
  font-size: 14px;
}

.m-sche .sche-content ul li .sche-fr {
  position: absolute;
  bottom: 25px;
  right: 35px;
  font-size: 18px;
}

.m-sche .sche-content ul li .sche-fr span {
  color: #4869e4;
  font-weight: bold;
  position: relative;
  top: -2px;
  left: 5px;
}

.lf-8 {
  position: relative;
  left: -8px;
}

.m-sche .sche-content ul li:hover {
  position: relative;
  margin-top: 50px;
  color: #4869e4;
  box-shadow: 1px 1px 20px rgba(255, 115, 21, 0.6);
}
.msg{
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #a5a5a5;
}

.right-fixed{
  position: fixed;
  right: 20px;
  top: 130px;
  z-index: 999;
  cursor: pointer;
}
.right-fixed ul{
  cursor: pointer;

}
.right-fixed ul li .small{
  width: 75px;
  height: 114px;
  background-color: #4869e4;
  text-align:center;
  padding: 0 9px;
}

.right-fixed ul li .small img{
  margin: 15px 0px;
}
.right-fixed ul li .small span{
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 20px 0px 5px 0px;
  background: url(../img/aside.png);
}
.right-fixed ul li .small span.tel {
  background-position: -55px -28px;
}
.right-fixed ul li:hover .small span.tel {
  background-position: -176px -28px;
}
.right-fixed ul li .small span.apply {
  background-position: -55px -132px;
}
.right-fixed ul li:hover .small span.apply {
  background-position: -176px -132px;
}
.right-fixed ul li .small span.qr {
  background-position: -55px -236px;
}
.right-fixed ul li:hover .small span.qr {
  background-position: -176px -236px;
}

.right-fixed ul li .big{
  float: left;
  width: 278px;
  height: 54px;
  margin:25px 7px 0 0;
  background: url('../img/tel-b.png') no-repeat center;
}
.right-fixed ul li .big h3{
  font-size: 14px;
  line-height: 16px;
  width: 28px;
  display: inline-block;
  color: #4869e4;
  margin-left: 10px;
  position: relative;
  top: 11px;
 
}

.right-fixed ul li .big h2{
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #4869e4;
  position: relative;
  padding-bottom: 10px;
  top: 7.5px;
  left: 10px;
}
.right-fixed ul li .big-img{
  float: left;
  margin-right: 7px;
  margin-left: 55px;
  position: relative;
  bottom: 52px;
}


.right-fixed ul li .big-imgg{
  float: left;
  margin-right: 7px;
  margin-left: 55px;
  position: relative;
  bottom: 0px;
}


.right-fixed ul li .small{
  float: right;
}
.right-fixed ul li+li .small >div{
  border-top: 1px solid white;
  position: relative;
}
.right-fixed ul li .small h2{
    color: white;
    font-size: 14px;
    
}
.right-fixed ul li:last-child .small h2{
  border-bottom:none;
}
.right-fixed ul li:hover .small{
  background-color: white;
  box-shadow: 1px 1px 20px rgba(49, 83, 212, 0.6);
}
.right-fixed ul li:hover .small h2{
  background-color: white;
  color: #4869e4;
}