﻿@charset "UTF-8";
.content.fw-size .more, .content.lc-size .more, .online-retailers .swt-btn, .problem .problem-right .swt-btn {
  display: block;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}

.banner {
  width: 100%;
  height: 503px;
  background: url("../images/img/banner.jpg") no-repeat center;
  border: 1px solid #fff;
  margin-top: -1px;
}

.banner .banner-form {
  background: url("../images/img/banner-form.jpg") no-repeat 0 0;
  width: 1200px;
  height: 250px;
  margin: 360px auto 0;
  border-radius: 2px;
  border-top: 1px solid #eaeeef;
}

.banner .banner-form h3 {
  font-size: 20px;
  color: #333333;
  text-align: center;
  padding-top: 32px;
}

.banner .banner-form h3 b {
  font-weight: bold;
  color: #fd7237;
}

.banner .banner-form h3 span {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  padding-left: 10px;
}

.banner .banner-form h3 span em {
  color: #fd7237;
}

.banner .banner-form .input-wrap {
  width: 830px;
  height: 55px;
  margin-top: 30px;
  margin-left: 200px;
  position: relative;
}

.banner .banner-form .input-wrap input {
  float: left;
  width: 643px;
  height: 51px;
  border: 2px solid #fd7237;
  padding-left: 8px;
  box-sizing: border-box;
}

.banner .banner-form .input-wrap .br0 {
  border-right: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.banner .banner-form .input-wrap input::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}

.banner .banner-form .input-wrap input::-moz-placeholder {
  font-size: 16px;
  color: #999;
}

.banner .banner-form .input-wrap input:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}

.banner .banner-form .input-wrap .form-btn {
  float: left;
  width: 185px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fd7237;
  font-size: 18px;
  color: #fff;
}

.banner .banner-form .input-wrap .form-error {
  display: none;
  clear: both;
  font-size: 14px;
  color: #df0d0d;
  position: absolute;
  top: 20px;
  left: 327px;
}

.banner .banner-form .banner-scroll {
  overflow: hidden;
  padding-left: 200px;
  height: 72px;
}

.banner .banner-form .banner-scroll ul li {
  cursor: pointer;
  overflow: hidden;
}

.banner .banner-form .banner-scroll ul li .box {
  float: left;
  position: relative;
  width: 115px;
  box-sizing: border-box;
  padding-left: 22px;
  margin-right: 115px;
  margin-top: 17px;
  font-size: 14px;
  color: #999999;
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-image: url("../images/icon/icon-01.png");
}

.banner .banner-form .banner-scroll ul li .box:nth-child(2) {
  background-image: url("../images/icon/icon-02.png");
}

.banner .banner-form .banner-scroll ul li .box:nth-child(3) {
  background-image: url("../images/icon/icon-03.png");
}

.banner .banner-form .banner-scroll ul li .box:nth-child(4) {
  background-image: url("../images/icon/icon-04.png");
}

.banner .banner-form .banner-scroll ul li .box:nth-child(5) {
  background-image: url("../images/icon/icon-05.png");
}

.banner .banner-form .banner-scroll ul li .box:nth-child(6) {
  background-image: url("../images/icon/icon-06.png");
}

.banner .banner-form .banner-scroll ul li .box:nth-child(7) {
  background-image: url("../images/icon/icon-07.png");
}

.banner .banner-form .banner-scroll ul li .box:nth-child(8) {
  background-image: url("../images/icon/icon-08.png");
}

.banner .banner-form .banner-scroll ul li .box .icon-hot {
  position: absolute;
  width: 31px;
  height: 14px;
  background-image: url("../images/img/img-bg.png");
  background-repeat: no-repeat;
  background-position: -390px 4px;
  margin-left: 4px;
}

.banner .banner-form .banner-list {
  width: 100%;
  height: 115px;
  background: #fff;
  margin-top: 22px;
  box-shadow: 1.8px 3.6px 6px 0px rgba(0, 0, 0, 0.1);
}

.banner .banner-form .banner-list .list-box {
  margin-top: 23px;
  padding-left: 35px;
  float: left;
  width: 300px;
  height: 68px;
  border-right: 1px solid #eaeeef;
  box-sizing: border-box;
  cursor: pointer;
}

.banner .banner-form .banner-list .list-box span {
  position: relative;
  float: left;
  width: 68px;
  height: 68px;
}

.banner .banner-form .banner-list .list-box span i {
  position: absolute;
  width: 14px;
  height: 19px;
  left: 29px;
  top: 24px;
  background: url("../images/img/sanjiao.png") no-repeat 0 0;
}

.banner .banner-form .banner-list .list-box .bl-txt {
  float: left;
  padding-top: 17px;
  padding-left: 14px;
}

.banner .banner-form .banner-list .list-box .bl-txt a {
  position: relative;
  font-size: 16px;
  color: #666666;
  padding-right: 25px;
  font-weight: bold;
}

.banner .banner-form .banner-list .list-box .bl-txt a .icon {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 17px;
  height: 17px;
  background: url("../images/img/right.png") no-repeat 0 0;
}

.banner .banner-form .banner-list .list-box .bl-txt p {
  font-size: 12px;
  color: #999999;
}

.banner .banner-form .banner-list .list-box:hover a {
  color: #4f89fd;
}

.banner .banner-form .banner-list .last {
  border-right: 0px;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

.content.mart {
  margin-top: 210px;
}

.content.bg {
  width: 100%;
  background-color: #f4f6f7;
}

.content.zx {
  width: 100%;
  background: url("../images/img/ziyuan.jpg") no-repeat 0 0;
  height: 914px;
  padding-top: 0px;
}

.content.rx {
  margin-top: 200px;
  padding-top: 0px;
  padding-bottom: 70px;
  overflow: hidden;
}

.content.rx h2 {
  padding-top: 0px;
}

.content h2 {
  text-align: center;
  font-size: 34px;
  color: #333333;
}

.content.fw-size .more, .content.lc-size .more {
  width: 200px;
  height: 54px;
  line-height: 54px;
  background-color: #fd7237;
  font-size: 18px;
  margin: 50px auto 63px;
  cursor: pointer;
}

.content.lc-size .more {
  margin: 0 auto 50px;
}

.content .content-title {
  text-align: center;
  font-size: 18px;
  color: #999999;
  padding-top: 12px;
  padding-bottom: 40px;
}

.content .padt {
  padding-top: 76px;
}

.content .pad0 {
  padding-bottom: 60px;
}

.content .btm-title {
  font-size: 16px;
  color: #192d65;
  text-align: center;
  padding-bottom: 50px;
}

.content .btm-title em {
  font-size: 18px;
  color: #ff1747;
  font-weight: bold;
}

.content.team-bg {
  width: 100%;
  background-color: #eae9ef;
}

.content.fill-size {
  width: 100%;
  height: 500px;
  margin-top: 130px;
  background: url("../images/img/fill.jpg") no-repeat 0 0;
}

.content.fill-size h2 {
  color: #fff;
}

.buy {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}

.buy .buy-box {
  width: 280px;
  height: 396px;
  float: left;
  background-color: #fff;
  box-shadow: 0px 0px 10px #cccccc;
  margin-right: 26px;
}

.buy .buy-box h4 {
  font-size: 28px;
  color: #333333;
  text-align: center;
  line-height: 74px;
}

.buy .buy-box p {
  text-align: center;
  font-size: 16px;
  color: #999999;
}

.buy .buy-box.mar0 {
  margin-right: 0px;
}

.buy .buy-box img {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 280px;
  height: 240px;
  transition: all 0.5s;
}

.buy .buy-box:hover img {
  width: 290px;
  height: 251px;
  margin-left: -5px;
}

.ziyuan {
  width: 1200px;
  margin: 0 auto;
}

.ziyuan .ziyuan-type {
  width: 100%;
  box-sizing: border-box;
  padding-left: 84px;
  text-align: center;
}

.ziyuan .ziyuan-type .type-btn {
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  display: inline-block;
  margin-right: 50px;
  width: 130px;
  height: 36px;
  line-height: 34px;
  border-radius: 20px;
  color: #999999;
  font-size: 18px;
  background-color: #fff;
}

.ziyuan .ziyuan-type .type-btn.cur {
  background-color: #fd7237;
  color: #fff;
  border: none;
  line-height: 36px;
}

.ziyuan .ziyuan-content {
  width: 1200px;
  overflow: hidden;
  margin-top: 40px;
}

.ziyuan .ziyuan-content .box {
  display: none;
  width: 1200px;
  overflow: hidden;
}

.ziyuan .ziyuan-content .box.cur {
  display: block;
}

.ziyuan .ziyuan-content .box .ziyuan-item {
  float: left;
  width: 290px;
  height: 230px;
  box-sizing: border-box;
  margin-right: 13px;
  margin-bottom: 13px;
  box-shadow: 0px 0px 15px #eeeeee;
  position: relative;
  background-color: #fff;
}

.ziyuan .ziyuan-content .box .ziyuan-item.mar0 {
  margin-right: 0px;
}

.ziyuan .ziyuan-content .box .ziyuan-item .common-btn {
  position: absolute;
  width: 110px;
  box-sizing: border-box;
  border: 1px solid #fd7237;
  right: 15px;
  text-align: center;
  line-height: 36px;
  bottom: 23px;
  border-radius: 20px;
  color: #fd7237;
  cursor: pointer;
}

.ziyuan .ziyuan-content .box .ziyuan-item em {
  display: none;
}

.ziyuan .btn-box {
  width: 392px;
  margin: 50px auto 0;
}

.ziyuan .btn-box .ziyuan-btn {
  float: left;
  width: 170px;
  height: 54px;
  background-color: #fd7237;
  border-radius: 5px;
  margin-right: 52px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 18px;
}

.ziyuan .btn-box .ziyuan-btn.mar0 {
  margin-right: 0px;
}

.online-retailers {
  width: 100%;
  box-sizing: border-box;
}

.online-retailers .box {
  width: 1200px;
  height: 177px;
  margin: 20px auto 0;
}

.online-retailers .box .retailers-item {
  width: 177px;
  height: 177px;
  float: left;
  margin-right: 26px;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

.online-retailers .box .retailers-item.mar0 {
  margin-right: 0px;
}

.online-retailers .box .retailers-item.item1 {
  background-image: url("../images/img/company.png");
  background-position: 20px 40px;
}

.online-retailers .box .retailers-item.item2 {
  background-image: url("../images/img/company.png");
  background-position: -140px 40px;

}

.online-retailers .box .retailers-item.item3 {
  background-image: url("../images/img/company.png");
  background-position: -420px 40px;
}

.online-retailers .box .retailers-item.item4 {
  background-image: url("../images/img/company.png");
  background-position: -595px 40px;
}

.online-retailers .box .retailers-item.item5 {
  background-image: url("../images/img/company.png");
  background-position: -840px 40px;
}

.online-retailers .box .retailers-item.item6 {
  background-image: url("../images/img/company.png");
  background-position: -1000px 40px;
}

.online-retailers .box .retailers-item .black {
  position: relative;
  display: none;
  width: 177px;
  height: 177px;
  background: url("../images/img/black.png") no-repeat 0 0;
}

.online-retailers .box .retailers-item .black .common-btn {
  position: absolute;
  z-index: 2;
  width: 110px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  top: 74px;
  left: 32px;
  background-color: #fd7237;
  text-align: center;
  color: #fff;
  border-radius: 20px;
}

.online-retailers .box .retailers-item:hover .black {
  display: block;
}

.online-retailers .swt-btn {
  width: 200px;
  height: 54px;
  background-color: #fd7237;
  font-size: 18px;
  color: #fff;
  line-height: 54px;
  margin: 66px auto 63px;
}

.adver {
  position: relative;
  width:1200px;
  margin: 62px auto 0;
  height: 78px;
  background: url("http://iprcore.oss-cn-shanghai.aliyuncs.com/ad/2019/05/24/ad_sg7RwRR9Zg.jpg") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.adver .swt-btn {
  position: absolute;
  width: 220px;
  height: 45px;
  top: 16px;
  right: 274px;
}

.problem {
  width: 1200px;
  overflow: hidden;
  margin: 84px auto 0;
}

.problem .problem-left {
  float: left;
  width: 736px;
  height: 464px;
  margin-right: 98px;
}

.problem .problem-right {
  float: left;
  width: 328px;
  height: 395px;
  background: url("../images/img/problem-right.jpg") no-repeat 0 0;
}

.problem .problem-right .swt-btn {
  width: 150px;
  line-height: 36px;
  background-color: #fff;
  color: #fd7137;
  margin-left: 131px;
  margin-top: 130px;
  font-size: 16px;
  border-radius: 20px;
}

.fuwu {
  width: 100%;
  height: 660px;
}

.fuwu .box {
  float: left;
  width: 387px;
  height: 320px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 18px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.fuwu .box .swt-btn {
  position: absolute;
  display: none;
  width: 122px;
  height: 36px;
  left: 132px;
  bottom: 73px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  line-height: 36px;
  color: #fd7237;
  font-size: 16px;
}

.fuwu .box:hover .swt-btn {
  display: block;
}

.fuwu .box.item1 {
  background-image: url("../images/img/fuwu-01.jpg");
}

.fuwu .box.item1:hover {
  background-image: url("../images/img/hover-01.jpg");
}

.fuwu .box.item2 {
  background-image: url("../images/img/fuwu-02.jpg");
}

.fuwu .box.item2:hover {
  background-image: url("../images/img/hover-02.jpg");
}

.fuwu .box.item3 {
  background-image: url("../images/img/fuwu-03.jpg");
}

.fuwu .box.item3:hover {
  background-image: url("../images/img/hover-03.jpg");
}

.fuwu .box.item4 {
  background-image: url("../images/img/fuwu-04.jpg");
}

.fuwu .box.item4:hover {
  background-image: url("../images/img/hover-04.jpg");
}

.fuwu .box.item5 {
  background-image: url("../images/img/fuwu-05.jpg");
}

.fuwu .box.item5:hover {
  background-image: url("../images/img/hover-05.jpg");
}

.fuwu .box.item6 {
  background-image: url("../images/img/fuwu-06.jpg");
}

.fuwu .box.item6:hover {
  background-image: url("../images/img/hover-06.jpg");
}

.fuwu .box.marb0 {
  margin-bottom: 0px;
}

.fuwu .box.marr0 {
  margin-right: 0px;
}

.team {
  width: 1200px;
  margin: 23px auto 0;
  background-color: #eae9ef;
  overflow: hidden;
  padding-bottom: 70px;
}

.team .team-item {
  float: left;
  width: 210px;
  height: 422px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}

.team .team-item.item1 {
  background-image: url("../images/img/cch.jpg");
  margin-right: 117px;
}

.team .team-item.item2 {
  background-image: url("../images/img/lhh.jpg");
  margin-right: 109px;
}

.team .team-item.item3 {
  background-image: url("../images/img/lp.jpg");
  margin-right: 99px;
}

.team .team-item.item4 {
  background-image: url("../images/img/yhw.jpg");
}

.team .team-item .swt-btn {
  position: absolute;
  width: 130px;
  height: 38px;
  top: 221px;
  left: 64px;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  box-sizing: border-box;
  padding-left: 22px;
  background: url("../images/img/icon/talk-link.png") no-repeat 90px 15px #fd7237;
  cursor: pointer;
  border-radius: 5px;
}

.ideal {
  width: 1200px;
  height: 170px;
  margin: 36px auto 0;
  padding-bottom: 40px;
}

.ideal .box {
  position: relative;
  float: left;
  width: 260px;
  height: 170px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #edeff0;
}

.ideal .box .icon {
  font-style: normal;
  font-size: 24px;
  position: absolute;
  top: -9px;
  right: -16px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  background-color: #fd7237;
  color: #fff;
  border: 6px solid #f4f6f7;
}

.ideal .box .p1 {
  font-size: 22px;
  color: #333333;
  background-repeat: no-repeat;
  margin-top: 44px;
  margin-bottom: 20px;
}

.ideal .box .title {
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.ideal .img1 .p1 {
  background-image: url("../images/img/liucheng-01.jpg");
  background-position: 115px 0px;
  padding-top: 60px;
  text-align: center;
}

.ideal .img2 .p1 {
  background-image: url("../images/img/liucheng-02.jpg");
  background-position: 113px 0px;
  padding-top: 60px;
  text-align: center;
}

.ideal .img3 .p1 {
  background-image: url("../images/img/liucheng-03.jpg");
  background-position: 113px 0px;
  padding-top: 60px;
  text-align: center;
}

.ideal .img4 .p1 {
  background-image: url("../images/img/liucheng-04.jpg");
  background-position: 108px 0px;
  padding-top: 60px;
  text-align: center;
}

.ideal .ideal-next {
  float: left;
  width: 25px;
  height: 18px;
  background: url("../images/img/liucheng-next.png") no-repeat 0 0;
  margin: 75px 13px 0px;
}

.fill {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.fill .fill-left {
  float: left;
  margin-top: 55px;
  width: 705px;
}

.fill .fill-left .banner-example {
  overflow: hidden;
}

.fill .fill-left .banner-example ul li {
  cursor: pointer;
  overflow: hidden;
}

.fill .fill-left .banner-example ul li p {
  font-size: 18px;
  color: #fff;
  line-height: 45px;
}

.fill .fill-right {
  float: right;
  margin-top: 55px;
}

.fill .fill-right textarea {
  display: block;
  width: 495px;
  height: 198px;
  border: none;
  box-sizing: border-box;
  font-size: 18px;
  padding-left: 20px;
  padding-top: 20px;
  color: #333;
}

.fill .fill-right textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: #999999;
}

.fill .fill-right textarea::-moz-placeholder {
  font-size: 18px;
  color: #999999;
}

.fill .fill-right textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #999999;
}

.fill .fill-right .input-wrap {
  width: 495px;
  height: 55px;
  margin-top: 20px;
  position: relative;
}

.fill .fill-right .input-wrap input {
  float: left;
  width: 369px;
  height: 51px;
  padding-left: 8px;
  box-sizing: border-box;
  border: none;
}

.fill .fill-right .input-wrap .br0 {
  border-right: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.fill .fill-right .input-wrap input::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}

.fill .fill-right .input-wrap input::-moz-placeholder {
  font-size: 16px;
  color: #999;
}

.fill .fill-right .input-wrap input:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}

.fill .fill-right .input-wrap .foot-btn {
  float: left;
  width: 126px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fd7237;
  font-size: 18px;
  color: #fff;
}

.fill .fill-right .input-wrap .form-error {
  display: none;
  clear: both;
  font-size: 14px;
  color: #df0d0d;
  position: absolute;
  top: 16px;
  left: 16px;
}

.video, .video2 {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 908px;
  height: 510px;
  z-index: 20;
}

.video .pop-close, .video2 .pop-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 16px;
  right: 12px;
  background: url("../images/img/video-close.png") no-repeat 0 0;
}

video {
  background-color: #000;
  width: 908px;
  height: 510px;
}

.mtbd, .jtry {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
}

.mtbd .pop-close, .jtry .pop-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 16px;
  right: 12px;
  background: url("../images/img/video-close.png") no-repeat 0 0;
}

.mtbd {
  width: 908px;
  height: 470px;
  background: url("../images/img/mt.jpg") no-repeat 0 0;
}

.jtry {
  width: 906px;
  height: 640px;
  background: url("../images/img/ry.jpg") no-repeat 0 0;
}

/* 遮罩层 */
.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: Alpha(opacity=50);
  opacity: .5;
  z-index: 10;
}

.pop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: 20;
  width: 482px;
  border-top: 4px solid #ff1747;
  display: none;
}

.pop h3 {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 27px;
}

.pop .pub {
  width: 396px;
  height: 47px;
  clear: both;
  padding-left: 45px;
}

.pop .pub span {
  width: 100px;
  font-size: 16px;
  color: #666666;
  float: left;
  line-height: 47px;
  text-align: right;
  margin-right: 20px;
}

.pop .pub em {
  font-size: 14px;
  line-height: 47px;
  color: #999999;
}

.pop .pub input {
  float: left;
  width: 276px;
  height: 47px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding-left: 10px;
  box-sizing: border-box;
}

.pop .pub input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}

.pop .pub input::-moz-input-placeholder {
  font-size: 14px;
  color: #999;
}

.pop .input-wrap {
  position: relative;
  margin-top: 20px;
  clear: both;
}

.pop .input-wrap .form-error {
  display: none;
  clear: both;
  font-size: 12px;
  color: #df0d0d;
  padding-left: 120px;
  position: absolute;
  top: 48px;
}

.pop .pop-btn {
  display: block;
  width: 270px;
  height: 52px;
  background-color: #ff1747;
  margin: 38px auto 0;
  border-radius: 30px;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
}

.pop .pop-close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 16px;
  right: 12px;
  background: url("../images/img/close.png") no-repeat 0 0;
}

.pop.pop-consult {
  border-top: 4px solid #fc783e;
  height: 400px;
}

.pop.pop-consult .yzm {
  margin-top: 20px;
}

.pop.pop-consult .yzm input {
  width: 154px;
}

.pop.pop-consult .yzm .btn_gray {
  border-radius: 5px;
  display: inline-block;
  width: 116px;
  height: 47px;
  font-size: 14px;
  background: #eaeaea;
  color: #333333;
  line-height: 47px;
  text-align: center;
  margin-left: 6px;
}

.pop.pop-consult .yzm .btn_gray.min-btn {
  display: none;
  color: #999;
}

.pop.pop-consult .sf, .pop.pop-consult .gs {
  width: 437px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  /*自动隐藏文字*/
  text-overflow: ellipsis;
  /*文字隐藏后添加省略号*/
  white-space: nowrap;
  /*强制不换行*/
}

.pop.pop-consult .sf span, .pop.pop-consult .gs span {
  line-height: 30px;
}

.pop.pop-consult .sf em, .pop.pop-consult .gs em {
  float: left;
  line-height: 30px;
  width: 278px;
  overflow: hidden;
  overflow: hidden;
  /*自动隐藏文字*/
  text-overflow: ellipsis;
  /*文字隐藏后添加省略号*/
  white-space: nowrap;
  /*强制不换行*/
}

.pop.pop-consult .input-wrap {
  margin-top: 20px;
}

.pop.pop-consult .pop-btn {
  background-color: #fc783e;
}

.pop.pop-consult .txt-wrap {
  margin-top: 20px;
}

.pop.pop-consult3 {
  border-top: 4px solid #fc783e;
  height: 333px;
}

.pop.pop-consult3 .yzm {
  margin-top: 20px;
}

.pop.pop-consult3 .yzm input {
  width: 154px;
}

.pop.pop-consult3 .yzm .btn_gray {
  border-radius: 5px;
  display: inline-block;
  width: 116px;
  height: 47px;
  font-size: 14px;
  background: #eaeaea;
  color: #333333;
  line-height: 47px;
  text-align: center;
  margin-left: 6px;
}

.pop.pop-consult3 .yzm .btn_gray.min-btn {
  display: none;
  color: #999;
}

.pop.pop-consult3 .sf, .pop.pop-consult3 .gs {
  width: 437px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  /*自动隐藏文字*/
  text-overflow: ellipsis;
  /*文字隐藏后添加省略号*/
  white-space: nowrap;
  /*强制不换行*/
}

.pop.pop-consult3 .sf span, .pop.pop-consult3 .gs span {
  line-height: 30px;
}

.pop.pop-consult3 .sf em, .pop.pop-consult3 .gs em {
  float: left;
  line-height: 30px;
  width: 278px;
  overflow: hidden;
  overflow: hidden;
  /*自动隐藏文字*/
  text-overflow: ellipsis;
  /*文字隐藏后添加省略号*/
  white-space: nowrap;
  /*强制不换行*/
}

.pop.pop-consult3 .input-wrap {
  margin-top: 20px;
}

.pop.pop-consult3 .pop-btn {
  background-color: #fc783e;
}

.pop.pop-consult3 .txt-wrap {
  margin-top: 20px;
}

.pop.pop-tiyan .marb, .pop.pop-tiyan2 .marb {
  margin-bottom: 20px;
}

.pop.pop-tiyan h3, .pop.pop-tiyan2 h3 {
  margin-bottom: 13px;
}

.pop.pop-tiyan .title, .pop.pop-tiyan2 .title {
  font-size: 14px;
  color: #999999;
  text-align: center;
  padding-bottom: 34px;
}

.pop.pop-tiyan {
  height: 360px;
}

.pop.pop-tiyan2 {
  height: 426px;
}

.pop.pop-tiyan2 .yzm {
  margin-top: 20px;
}

.pop.pop-tiyan2 .yzm span {
  text-indent: 10px;
}

.pop.pop-tiyan2 .yzm input {
  width: 154px;
}

.pop.pop-tiyan2 .yzm .btn_gray {
  border-radius: 5px;
  display: inline-block;
  width: 116px;
  height: 47px;
  font-size: 14px;
  background: #E6E6E6;
  color: #333333;
  line-height: 47px;
  text-align: center;
  margin-left: 6px;
}

.pop.pop-tiyan2 .yzm .btn_gray.min-btn {
  display: none;
  color: #999;
}

.pop.pop-chashou {
  height: 377px;
}

.pop.pop-chashou .marb {
  margin-bottom: 20px;
}

.pop.pop-chashou .yzm {
  margin-top: 20px;
}

.pop.pop-chashou .yzm span {
  text-indent: 10px;
}

.pop.pop-chashou .yzm input {
  width: 154px;
}

.pop.pop-chashou .yzm .btn_gray {
  border-radius: 5px;
  display: inline-block;
  width: 116px;
  height: 47px;
  font-size: 14px;
  background: #E6E6E6;
  color: #333333;
  line-height: 47px;
  text-align: center;
  margin-left: 6px;
}

.pop.pop-chashou .yzm .btn_gray.min-btn {
  display: none;
  color: #999;
}

.pop.pop-chashou .p-btm {
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 12px;
  color: #a9a9a9;
  background-color: #efefef;
}

.pop.pop-success {
  height: 198px;
  border-top: 4px solid #fc783e;
}

.pop.pop-success h4 {
  width: 138px;
  font-size: 24px;
  color: #333333;
  margin-left: 161px;
  margin-top: 53px;
  padding-left: 45px;
  background: url("../images/img/success.png") no-repeat 0px 2px;
}

.pop.pop-success .listen {
  font-size: 16px;
  color: #999999;
  padding-top: 30px;
  line-height: 30px;
  text-align: center;
}

.pop-consult .select-wrap {
  width: 396px;
  height: 47px;
  clear: both;
  padding-left: 45px;
  margin-top: 20px;
}

.select-wrap .select-box {
  position: relative;
  float: left;
}

.select-box .select_type {
  float: left;
  width: 276px;
  height: 47px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding-left: 10px;
  box-sizing: border-box;
  background: url("../images/img/change.jpg") no-repeat 250px center #fff;
  font-size: 16px;
  color: #333333;
  line-height: 47px;
  cursor: pointer;
}

.select-wrap span {
  width: 100px;
  font-size: 16px;
  color: #666666;
  float: left;
  line-height: 47px;
  text-align: right;
  margin-right: 20px;
}

.select-box .select-list {
  display: none;
  position: absolute;
  left: 0;
  top: 46px;
  width: 274px;
  padding: 6px 0;
  border: 1px solid #e6e6e6;
  z-index: 9;
  background-color: #fff;
  height: 230px;
  overflow-y: auto;
}

.select-list li {
  line-height: 30px;
  cursor: pointer;
  padding-left: 5px;
  font-size: 14px;
  color: #707f95;
}

.select-list li:hover {
  color: #6529cb;
}

.select-box .type-list2 {
  height: auto;
}

.label {
  position: fixed;
  width: 54px;
  top: 50%;
  margin-top: -111px;
  right: 0;
}

.label .pub {
  width: 54px;
  height: 54px;
  background-color: #e60e3a;
  background-position: 0 0;
  margin-bottom: 2px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.label .pub:hover {
  background-color: #ca0f1a;
}

.label .phone-right {
  background-image: url("../images/img/phone.png");
}

.label .phone-right .phone-box {
  position: absolute;
  top: 0;
  left: 54px;
  width: 252px;
  height: 222px;
  background-color: #ca0f1a;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 18px 18px 0;
}

.label .phone-right .phone-box h4 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #df6f76;
}

.label .phone-right .phone-box .input-wrap {
  width: 100%;
  background-color: #df6f76;
  height: 42px;
  margin-top: 20px;
}

.label .phone-right .phone-box .input-wrap .icon {
  float: left;
  width: 41px;
  height: 41px;
  background: url("../images/img/icon-phone.png") no-repeat 12px 9px;
}

.label .phone-right .phone-box .input-wrap input {
  float: left;
  width: 163px;
  height: 41px;
  padding-left: 10px;
  border-left: 1px dashed #efb7bb;
  background-color: #df6f76;
  border: none;
  color: #333;
}

.label .phone-right .phone-box .input-wrap input::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff;
}

.label .phone-right .phone-box .input-wrap input::-moz-input-placeholder {
  font-size: 14px;
  color: #fff;
}

.label .phone-right .phone-box .jieting-btn {
  width: 217px;
  height: 42px;
  background-color: #fff;
  line-height: 42px;
  text-align: center;
  color: #c90f19;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 20px;
  display: block;
}

.label .phone-right .phone-box .dibu-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  background-color: #ac1019;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0.6;
}

.label .phone-right .phone-box .form-error {
  display: none;
  position: absolute;
  left: 62px;
  top: 83px;
  clear: both;
  font-size: 14px;
  color: #e60e3a;
}

.label .online {
  background-image: url("../images/img/online.png");
}

.label .online .online-box {
  position: absolute;
  top: 0;
  left: 54px;
  width: 192px;
  height: 54px;
  background-color: #ca0f1a;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  line-height: 54px;
  text-align: center;
}

.label .gongzhong {
  background-image: url("../images/img/gongzhong.png");
}

.label .gongzhong .gongzhong-box {
  position: absolute;
  top: 0;
  left: 54px;
  width: 328px;
  height: 222px;
  background-image: url("../images/img/gongzhong.jpg");
}

.label .top {
  background-image: url("../images/img/top.png");
}

.ziyuan .ziyuan-content .box .ziyuan-item img {
    width: 200px;
    height: 155px;
    margin-left: 45.5px;
}

.ziyuan .ziyuan-content .box .ziyuan-item .item-title {
    position: absolute;
    top: 155px;
    left: 16px;
}

.ziyuan .ziyuan-content .box .ziyuan-item .item-title h4 {
    font-size: 24px;
    color: #333333;
}

.ziyuan .ziyuan-content .box .ziyuan-item .item-title p {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}
