.header-show {
  height: 100px;
  line-height: 100px;
  background: #fff;
  padding: 0 5%;
  border-bottom: 1px solid #009FE8;
  font-size: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-show .header-show-left {
  float: left;
}
.header-show .header-show-left {
  float: left;
}
.header-show .header-show-middle {
  width: 40%;
  float: left;
  margin-left: 40px;
}
.header-show-middle div {
  float: left;
  height: 100px;
  line-height: 100px;
  width: 15%;
  text-align: center;
  font-size: 16px;
  color: #333;
  position: relative;
}
.header-show-middle .active {
  float: left;
  height: 100px;
  line-height: 100px;
  width: 15%;
  text-align: center;
  font-size: 16px;
  color: #333;
  position: relative;
  border: 1px solid #eee;
}
.header-show-middle .active::after {
  background: #eee;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #009FE8;
}
.crm-logo {
  float: left;
  margin-top: 34px;
  padding-right: 15px;
  border-right: 1px solid #d0d0d0;
}
.company-wechat {
  float: left;
  margin-top: 34px;
  margin-left: 15px;
}
.header-show .header-show-right {
  float: right;
}
.header-show .header-show-right button {
  padding: 0 10px;
  box-sizing: border-box;
  height: 32px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius:16px;
  behavior: url(ie-css3.htc);
  line-height: 32px;
  background: transparent;
  border-radius: 15px;
  font-size: 15px;
  cursor: pointer;
}
.header-show .header-show-right button.login {
  background: #2985DD;
  color: #fff;
  margin-right: 20px;
  border: 1px solid #2985DD;
}
.header-show .header-show-right button.login a {
  color: #fff;
}
.header-show .header-show-right button.register {
  border: 1px solid #2985DD;
  color: #2985DD;
}
.header-show .header-show-right button.register a {
  color: #2985DD;
}
.header-show-right a:nth-child(1) span {
  padding-right: 5px;
  border-right: 1px solid #999;
}
.right-menu {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 70px;
  text-align: center;
  z-index: 11;
}
.right-menu li {
  padding: 13px 5px;
  border-radius: 5px;
  border: 1px solid #2985DD;
  color: #2985DD;
  font-size: 13px;
  margin: 15px 0;
  position: relative;
  background: #fff;
}
.right-menu li.active {
  background: #2985DD;
  color: #fff;
}
.service-popup,
.qrcode-popup {
  position: absolute;
  border: 1px solid #2985DD;
  border-radius: 10px;
  width: 200px;
  text-align: center;
  left: -220px;
  top: 0px;
  color: #666;
  background: #fff;
}
.qrcode-popup {
  width: auto;
  left: -180px;
  top: -67px;
  padding: 0 10px;
}
.qrcode-popup-content {
  padding-bottom: 10px;
}
.qrcode-popup img {
  width: 140px;
  height: 140px;
}
.service-popup .service-popup-content,
.qrcode-popup p {
  padding: 10px 0;
}
.service-popup .service-popup-content p {
  line-height: 20px;
}
.service-popup .service-popup-content p:nth-child(3) {
  padding-top: 20px;
}
.service-popup .service-popup-content input {
  width: 80%;
  margin: 5px 0 0;
  border: 1px solid #d0d0d0;
  background: #F5F5F5;
  border-radius: 5px;
  font-size: 13px;
  padding-left: 5px;
  height: 25px;
  line-height: 25px;
}
.service-popup:after,
.service-popup:before,
.qrcode-popup:after,
.qrcode-popup:before {
  border: 10px solid transparent;
  border-left: 9px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -18px;
  content: ' ';
  margin-top: -5px;
}
.service-popup:before,
.qrcode-popup:before {
  border-left-color: #2985DD;
  right: -19px;
}
.banner-swiper-container {
  width: 100%;
  margin-top: 100px;
}
.introduction0 {
  width: 100%;
  background: #fff;
  text-align: center;

}
.introduction0 > p {
  font-size: 18px;
  color: #333;
  padding: 0px 0 40px 0;
}
.introduction0-left,
.introduction0-right {
  width: 50%;
  float: left;
  overflow: hidden;
}
.introduction0-left {
  text-align: left;
}
.introduction0-left p:nth-child(1),
.introduction0-right p:nth-child(1) {
  color: #333;
  font-size: 12px;
}
.introduction0-left p:nth-child(2),
.introduction0-right p:nth-child(2) {
  color: #333;
  font-size: 12px;
  /* font-weight: bold; */
  margin-top: 14px;
}
.introduction0-left p:nth-child(3),
.introduction0-right p:nth-child(3) {
  color: #666;
  font-size: 12px;
  margin-top: 30px;
  line-height: 26px;
}
.introduction0-left button,
.introduction0-right button {
  font-size: 14px;
  color: #fff;
  padding: 12px 32px;
  background: #2985DD;
  border-radius: 2px;
  margin-top: 22px;
  cursor: pointer;
}
.introduction0-right {
  text-align: left;
}
.introduction0-right ul {
  margin-bottom: 40px;
  text-align: left;
}
.introduction0-right ul li {
  line-height: 40px;
  width: 49%;
  display: inline-block;
  font-size: 12px;
}
.select-version {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 80px 20% 80px;
  box-sizing: border-box;
}
.select-version .fl {
  width: 30%;
  margin-right: 3%;
  box-shadow: 0 0 10px #eee;
}
.select-version .fl .top {
  height: 80px;
  padding: 18px 0;
  box-sizing: border-box;
}
.select-version .fl .top p:nth-child(1) {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.select-version .fl .top p:nth-child(2) {
  color: #333;
  font-size: 16px;
}
.select-version .fl .middle {
  height: 270px;
  background: #fff;
  position: relative;
}
.select-version .fl .middle::after {
  content: '';
  height: 1px;
  width: 70%;
  background: #E5E5E5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.select-version .fl .middle div {
  color: #000;
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 60px 0 32px;
}
.select-version .fl .middle div i {
  font-size: 18px;
  position: absolute;
  top: 60px;
  left: 10px;
}
.select-version .fl .middle div span:nth-child(2) {
  font-size: 40px;
}
.select-version .fl .middle div span:nth-child(3) {
  font-size: 18px;
  color: #999;
}
.select-version .fl .middle button {
  color: #2985DD;
  font-size: 16px;
  padding: 16px 32px;
  border: 1px solid #2985DD;
  background: #fff;
}
.select-version .fl .middle button.button-3 {
  color: #fff;
  font-size: 16px;
  padding: 16px 32px;
  border: 1px solid #2985DD;
  background: #2985DD;
}
.select-version .fl .middle p {
  color: #2985DD;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.select-version .fl .middle p:nth-child(3) {
  margin-top: 20px;
}
.select-version .fl .bottom div {
  height: 90px;
  line-height: 90px;
  color: #999;
  font-size: 14px;
  padding-left: 30px;
  text-align: left;
}
.select-version .fl .bottom p {
  padding: 0 0 30px 30px;
  text-align: left;
  color: #333;
  font-size: 16px;
}
.select-version .fl .bottom p span:nth-child(1) {
  font-size: 18px;
  margin-right: 7%;
}
.select-version .fl .bottomx {
  position: relative;
}
.select-version .fl .bottomx::after {
  content: '';
  height: 1px;
  width: 70%;
  background: #E5E5E5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.news-center {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 80px 20% 80px;
  box-sizing: border-box;
}
.news-center .top {
  text-align: center;
  margin-bottom: 50px;
}
.news-center .top span:nth-child(1) {
  color: #333;
  font-size: 20px;
  height: 20px;
}
.news-center .top span:nth-child(2) {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 60px;
  text-align: center;
  background: #2985DD;
  color: #fff;
  font-size: 12px;
  vertical-align: text-bottom;
  border-radius: 2px;
}
.news-center .middle li {
  width: 50%;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
.news-center .middle li::after {
  position: absolute;
  left: -10px;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #000;
}
.news-center .middle li span:nth-child(1) {
  color: #666;
  width: 70%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-center .middle li span:nth-child(2) {
  color: #999;
  width: 20%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.guest-module {
  margin: 40px 0 0;
}
.guest-module div {
  width: 24%;
  float: left;
  text-align: center;
}
.guest-module div p {
  padding-top: 5px;
}
.lightspot {
  margin: 15px 0 30px 0;
}
.lightspot li {
  width: 16%;
  display: inline-block;
}
.lightspot1 li {
  width: 20%;
  float: left;
}
.lightspot li p {
  font-size: 13px;
}
.lightspot li p:nth-child(2) {
  padding: 5px 0;
}
.form {
  padding: 20px 50px;
  border-radius: 5px;
  box-shadow: 0 5px 50px #d0d0d0;
  width: 800px;
  margin: 50px auto;
  background: #fff;
}
.form textarea {
  display: block;
  width: 100%;
  background: #F6F6F6;
  margin-top: 40px;
  height: 168px;
  font-size: 15px;
  padding: 16px 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
.form input {
  display: block;
  width: 100%;
  background: #F6F6F6;
  margin-top: 20px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  padding-left: 20px;
  border-radius: 5px;
}
.form button {
  margin: 30px auto;
  width: 75%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #2985DD;
  border-radius: 15px;
  font-size: 15px;
  display: block;
}
/* .bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    background: #fff;
    padding: 0 100px;
    z-index: 7;
    color: #999
}

.bottom>span:nth-child(1) {
    float: left;
}

.bottom>span:nth-child(2) {
    float: right;
}

.bottom span span {
    padding: 2px 10px 4px;
    background: #2985DD;
    color: #fff;
    border-radius: 15px
} */
.box .top {
  background: #2985DD;
  height: 80px;
  line-height: 80px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
}
.main {
  background: #fff;
}
.main .fl {
  width: 33.3%;
  height: 600px;
}
.main .fl:nth-child(1),
.main .fl:nth-child(2) {
  border-right: 1px dashed #ccc;
}
.main .fl div:nth-child(1) {
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  text-align: left;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px dashed #CCCCCC;
}
.main .fl div:nth-child(1) span:nth-child(1) {
  margin-right: 10px;
}
.main .fl div:nth-child(2) {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
  padding: 24px 0;
  box-sizing: border-box;
}
.main .fl div:nth-child(2) ul li {
  margin-bottom: 30px;
}
.main .fl div:nth-child(2) ul li p:nth-child(1) span:nth-child(1) {
  display: inline-block;
  margin-bottom: 12px;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  width: 90%;
}
.main .fl div:nth-child(2) ul li p:nth-child(1) .iconfont {
  float: right;
  cursor: pointer;
  color: #ccc;
}
.main .fl div:nth-child(2) ul li p:nth-child(2) {
  margin-bottom: 22px;
  color: #666;
  display: none;
}

.icon {
  width: 20px;
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.button-container {
  position: absolute;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  right: 0;
  z-index: 19;
  top: 50%;
  margin-top: -25px;
}
.button-container.button-prev {
  left: 0;
}
.register-content {
  padding: 60px 0 0px;
  text-align: center;
}
.register-content2 {
  text-align: center;
}
.register-content > p:nth-child(1) {
  line-height: 40px;
  font-size: 20px;
  color: #333;
}
.register-content > p:nth-child(2) {
  padding-top: 20px;
  color: #666;
}
.register-content-left,
.register-content-right {
  width: 450px;
  display: inline-block;
  border-radius: 10px;
  margin-top: 40px;
  padding: 0px 20px 45px;
  background: #fff;
}
.register-content-left2,
.register-content-right2 {
  width: 450px;
  display: inline-block;
  padding: 0px 20px 45px;
}
.register-content-left h3,
.register-content-right h3 {
  font-size: 20px;
  line-height: 100px;
}
.register-content-left2 h3,
.register-content-right2 h3 {
  font-size: 16px;
  font-weight:bold;
  line-height: 100px;
}
.register-content-left2 h4,
.register-content-right2 h4 {
  font-size: 16px;
  font-weight:bold;
  line-height: 100px;
}
.register-content-left p,
.register-content-right p {
  border: 1px solid #2985DD;
  border-radius: 10px;
  color: #2985DD;
  width: 250px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: auto;
}
.register-content-left {
  margin-right: 3%;
}
.register-content > div > img:nth-child(2) {
  margin: 0 15px 7px;
}
.login-content {
  width: 870px;
  margin: 100px auto 50px;
}
.login-content-left,
.login-content-right {
  width: 48%;
  float: left;
}
.login-content-left {
  margin-right: 3%;
}
.login-content-left img {
  width: 90%;
}
.login-content-right {
  text-align: center;
}
.login-content-right .login-style {
  width: 90%;
  box-shadow: 0 5px 50px #d0d0d0;
  border-radius: 5px;
  margin-left: 5%;
}
.login-content-right .login-style ul {
  border-bottom: 1px solid #e0e0e0;
}
.login-content-right .login-style li {
  margin: 20px 0;
  display: inline-block;
  width: 49%;
  text-align: center;
}
.login-content-right .login-style li:nth-child(1) {
  border-right: 1px solid #e0e0e0;
}
.login-content-right .login-style li.active {
  color: #2985DD;
}
.id-login {
  padding: 40px 20px;
}
.wechat-login {
  padding: 20px;
}
.id-login input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background: #F5F5F5;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  padding-left: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.id-login > div > input {
  display: inline-block;
  width: 60%;
  float: left;
  margin-bottom: 0;
}
.id-login > div > button {
  display: inline-block;
  width: 35%;
  margin-left: 5%;
  float: left;
  height: 35px;
  line-height: 35px;
  color: #666;
  border-radius: 5px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  font-size: 15px;
}
.id-login > div > button.active {
  background: #05AA05;
  color: #fff;
}
#login-button,
#popup-submit {
  width: 90%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #2985DD;
  font-size: 15px;
  color: #fff;
  margin: 0 20px;
  border-radius: 5px;
}
.navigato {
  padding: 30px;
  color: #2985DD;
}
.remember-account div {
  text-align: left;
  padding: 5px 20px;
  color: #666;
}
.remember-account div img {
  margin-right: 5px;
}
.setting-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.setting-popup-content {
  width: 320px;
  border-radius: 15px;
  background: #fff;
  margin: 100px auto;
  position: relative;
}
.setting-popup-content > p {
  text-align: center;
  line-height: 40px;
  font-size: 15px;
}
.setting-popup-content > div {
  padding: 0 30px;
}
#popup-submit {
  margin: 0;
  width: 100%;
}
.close {
  position: absolute;
  right: -75px;
  top: -45px;
}
.introduction0 .swiper-container-horizontal > .swiper-pagination-bullets {
  width: 255px;
  text-align: center;
  margin: 0 0px 0px 80px;
}
.introduction0 .business-oppo .swiper-container-horizontal > .swiper-pagination-bullets {
  float: right;
  margin-right: 90px;
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  background-size: 70%;
}
.qiye-wechat {
  width: 200px;
  height: 40px;
  border: 1px solid #2985DD;
  display: block;
  background: #fff;
  margin: auto;
  border-radius: 5px;
  font-size: 16px;
  color: #2985DD;
  padding-top: 8px;
}
.qiye-wechat img {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}
.news .left1 {
  width: 70%;
  float: left;
  border-right: 1px solid #E5E5E5;
}
.news .left1 ul li {
  width: 100%;
  margin-bottom: 50px;
}
.news .left1 ul li img {
  float: left;
  width: 30%;
}
.news .left1 ul li .info {
  float: left;
  width: 67%;
  height: 130px;
  margin-left: 3%;
  position: relative;
}
.news .left1 ul li .info p:nth-child(1) {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 10px;
}
.news .left1 ul li .info p:nth-child(2) {
  font-size: 14px;
  color: #666;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .left1 ul li .info p:nth-child(3) {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  color: #999;
  text-align: left;
}
.news .left2 {
  width: 70%;
  float: left;
  border-right: 1px solid #E5E5E5;
  padding-right: 5%;
  text-align: left;
}
.news .left2 p {
  text-align: left;
}
.news .left2 p:nth-child(1) {
  font-size: 14px;
  color: #333;
}
.news .left2 p:nth-child(1) span {
  color: #2985DD;
}
.news .left2 p:nth-child(2) {
  margin: 30px 0 14px;
  font-size: 20px;
  color: #333;
}
.news .left2 p:nth-child(3) {
  font-size: 14px;
  color: #999;
}
.news .left2 div {
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.news .tiaozhuan {
  text-align: left;
  margin-top: 60px;
  color: 16px;
}
.news .tiaozhuan p:nth-child(1) {
  margin-bottom: 22px;
}
.news .tiaozhuan span {
  color: #2985DD;
}
.news .right {
  width: 30%;
  float: left;
  padding: 0 30px;
  box-sizing: border-box;
}
.news .right div {
  color: #333;
  font-size: 20px;
  text-align: left;
  margin-bottom: 30px;
}
.news .right div span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 40px;
  text-align: center;
  background: #E94E4E;
  color: #F6EFEF;
  font-size: 14px;
}
.news .right ul li {
  margin-bottom: 30px;
  position: relative;
}
.news .right ul li p:nth-child(1) {
  color: #333;
  font-size: 14px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .right ul li p:nth-child(2) {
  color: #999;
  font-size: 12px;
  text-align: left;
  margin-top: 12px;
}
.news .right ul li::after {
  position: absolute;
  left: -10px;
  content: '';
  top: 9px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #000;
}
.page_div {
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "microsoft yahei";
  color: #666666;
  margin-top: 30px;
  padding-right: 10%;
  box-sizing: border-box;
}
/*
 * 页数按钮样式
 */
.page_div a {
  min-width: 30px;
  height: 28px;
  border: 1px solid #dce0e0 !important;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
  line-height: 28px;
  color: #333;
  font-size: 13px;
  display: inline-block;
  border-radius: 0.2rem;
}
#firstPage,
#lastPage {
  width: 50px;
  color: #333;
  border: 1px solid #0073A9 !important;
}
#prePage,
#nextPage {
  width: 70px;
  color: #333;
  border: none !important;
}
.page_div .current {
  background-color: #0073A9;
  border-color: #0073A9;
  color: #FFFFFF;
}
.totalPages {
  margin: 0 10px;
}
.totalPages span,
.totalSize span {
  color: #0073A9;
  margin: 0 5px;
}
.icon-yzxs-pc-7 {
  color: #2B90EB;
}
.icon-yzxs-pc-4 {
  color: #F25E5E;
}

.main_content{
  width:682px;
  padding-bottom: 60px;
}
/*#scroll {*/
  /*width:682px;!*设置input搜索框的宽度*!*/
  /*!*height:200px;	!*设置div高度（内容的高度）*!*!*/
/*}*/
.ssk {
  width:600px;/*设置input搜索框的宽度*/
  height:40px;/*设置input搜索框的高度*/
  border:1px solid #DDDDDD;/*设置搜索框边框宽度1px，实线，灰色*/
  font-size: 15px;
  padding: 10px 10px 10px 20px;
}
.an {
  color:#FFF;/*设置按钮的文本颜色*/
  font-size:14px;
  font-weight: 400;
  height:40px;/*设置按钮的高度，比搜索框高度多4px*/
  width:80px;
  background-color:#2985DD;/*设置按钮的背景颜色*/
  border:0px;/*设置按钮边框为0px*/
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/*.register-content-left5,*/
/*.register-content-right5 {*/
  /*width: 682px;*/
  /*display: inline-block;*/
  /*!*padding: 0px 20px 45px;*!*/
/*}*/
.register-content-left5 h4,
.register-content-right5 h4 {
  font-size: 17px;
  line-height: 100px;
}


.introduction0 p{font-size:24px;margin-bottom:60px;}
