div,
ul,
li,
p {
  margin: 0;
  padding: 0;
}

span,
em,
i {
  padding: 0;
}

em,
i {
  font-style: normal;
}

h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  outline: none;
  text-decoration: none;
  color: inherit;
}
button{
  cursor: pointer;
  padding:0;
}
button,
input {
  border: none;
}
input{
  padding:0 10px;
  box-sizing:border-box;
}
input:focus,
button:hover,
button:focus {
  outline: none;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

html,
body {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  font-family: 'PingFangSC-Regular','PingFangSC', sans-serif, 'Micsrsoft Yahei';
  background: #f4f4f4;
  padding: 0;
  margin: 0;
}

.header-box {
  background: #fff;
  height: 70px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.logo {
  padding: 12px 0;
  margin-right: 60px;
  cursor: pointer;
}

.nav-item {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
}

.nav-item em {
  display: block;
  padding: 0 10px;
  color: #353535;
  line-height: 67px;
}

.nav-item i {
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
}

.nav-item:hover em,
.nav-item.cur em {
  color: #24A4FC;
}

.nav-item:hover i,
.nav-item.cur i {
  background: #24A4FC;
}

.banner-box {
  position: relative;
}

.banner-box img {
  display: block;
  width: 100%;
}

.banner-box .shadow-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .6);
}

.pos-search {
  position: relative;
}

.num-box {
  position: absolute;
  left: 0;
  top: -36px;
  background: rgba(255, 255, 255, .1);
  padding: 36px 24px
}

.num-box .num-item {
  display: inline-block;
  margin-right: 35px;
}

.num-box .num-item.mr0 {
  margin-right: 0;
}

.num-box .num-item .num {
  display: block;
  color: #FF0000;
  font-size: 28px;
  margin-bottom: 15px;
}

.num-box .num-item i {
  position: relative;
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  padding-left: 17px;
}

.num-box .num-item i:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 11px;
  height: 6px;
  border: 1px dashed #a8c0d9;
  background: url(jiantou.png) 0 0 no-repeat;
}

.banner-search {
  position: relative;
  width: 870px;
  height: 60px;
  margin: 36px 0 36px 360px;
  padding-right: 170px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 1px;
  box-sizing: border-box;
}

.banner-search input {
  border: none;
  border-radius: 1px;
  width: 100%;
  height: 58px;
  font-size: 16px;
}

.banner-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  height: 58px;
  background: #24A4FC;
  color: #fff;
  font-size: 20px;
}

.big-title {
  margin: 40px 0;
  text-align: center;
  font-size: 26px;
  color: #222;
  padding: 0 15px;
}

.big-title span {
  position: relative;
}

.big-title span .circle {
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #b0b0b0;
  box-sizing: border-box;
  border-radius: 3px;
}

.big-title span .line {
  display: block;
  width: 50px;
  height: 1px;
  background: #b0b0b0;
  box-sizing: border-box;
}

.big-title span .circle.left {
  position: absolute;
  left: -25px;
  top: 15px;
}

.big-title span .line.left {
  position: absolute;
  left: -75px;
  top: 17px;
}

.big-title span .circle.right {
  position: absolute;
  right: -25px;
  top: 15px;
}

.big-title span .line.right {
  position: absolute;
  right: -75px;
  top: 17px;
}

.ask-box .reg-big-pic {
  display: block;
  float: left;
  width: 315px;
  height: 242px;
}

.ask-box .ask-item {
  position: relative;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 432px;
  height: 116px;
  background: #fff;
  padding: 16px 24px 16px 122px;
  box-sizing: border-box;
}

.ask-box .ask-item .reg-pic {
  position: absolute;
  left: 24px;
  top: 15px;
  width: 84px;
  height: 84px;
}

.ask-box .ask-item .title-small {
  margin-top: 3px;
}

.ask-box .ask-item .txt {
  font-size: 12px;
  color: #9a9a9a;
  margin: 10px 0 15px;
}

.ask-box .ask-item .price {
  color: #EB5D2A;
}

.ask-box .ask-item .price i {
  font-size: 12px;
}

.ask-box .ask-item .price em {
  font-size: 20px;
}

.ask-btn {
  position: absolute;
  right: 45px;
  bottom: 15px;
  width: 75px;
  height: 25px;
  color: #fff;
  font-size: 14px;
  background: #EB5D2A;
}

.ask-box .ask-center {
  text-align: center;
  padding: 47px 0;
}

.more {
  color: #333;
  position: relative;
  padding-right: 15px;
}

.more:after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  width: 12px;
  height: 13px;
  background: url(gengduo-2.png) 0 0 no-repeat;

}

.service-box {
  padding: 0 15px;
  background: #fff;
}

.service-box li {
  position: relative;
  width: 234px;
  float: left;
  height: 206px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}

.service-box li .serve-pic {
  width: 40px;
  height: 40px;
  display: block;
  margin: 40px auto 10px;
}

.service-box li .small-txt {
  color: #6b6b6b;
  font-size: 12px;
  height: 34px;
  line-height: 1.5;
  padding: 0 45px;
  margin: 5px 0 10px;
}

.service-box .service-item button {
  width: 70px;
  height: 25px;
  border: 1px solid #EB5D2A;
  color: #EB5D2A;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}

.service-box .service-item.cur,
.service-box .service-item:hover {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.21);
}

.service-box .service-item.cur button,
.service-box .service-item:hover button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #EB5D2A;
  color: #fff;
  height: 32px;
}

.more-service {
  padding: 105px 0;
  text-align: center;
}

.tab-box {
  margin-bottom: 40px;
}

.tab-tit-box li {
  width: 200px;
  height: 70px;
  line-height: 70px;
  float: left;
  border-right: 1px solid #DEDBEF;
  text-align: center;
  box-sizing: border-box;
  background: #F0F0F6;
  font-size: 18px;
  cursor: pointer;
}

.tab-tit-box li:hover,
.tab-tit-box li.cur {
  background: #fff;
  margin-top: -10px;
  height: 80px;
}

.tab-tit-box li em {
  font-size: 30px;
  color: #B7B7B7;
  vertical-align: middle;
  margin-right: 10px;
}

.tab-tit-box li span {
  vertical-align: middle;
  font-weight: 500px;
}

.tab-cont {
  background: #fff;
  height:331px;
}

.left-cont {
  width: 817px;
  float: left;
}

.right-cont h5,
.left-cont h5 {
  text-align: center;
  margin: 30px 0;
  font-size: 24px;
}

.left-cont ul {
  padding: 0 15px;
}

.for-item {
  width: 33.3%;
  float: left;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box;
}

.for-item p {
  color: #565656;
  font-size: 14px;
  line-height: 1.5;
  margin: 15px 0 30px;
  height:60px;
}

.org-btn {
  width: 115px;
  height: 35px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 55px;
  background:linear-gradient(to right ,#ffab00, #fb6a03)
}

.line-center {
  float: left;
  margin: 52px 0 23px;
  height: 256px;
  width: 1px;
  background: #DEDBEF
}

.right-cont {
  float: left;
  width: 380px;
}

.right-cont .self-item {
  padding: 0 45px 0 80px;
  margin-bottom: 20px;
}

.self-item h6 {
  position: relative;
  font-size: 20px;
  color: #24A4FC;
  margin-bottom: 10px;
}

.self-item h6:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(duigou-3.png) 0 0 no-repeat;
}

.self-item .txt {
  line-height: 2;
  color: #565656;
  font-size: 14px;
}

.tips-txt {
  padding: 0 0 0 13px;
  line-height: 17px;
  margin-bottom: 20px;
  color: #565656;
  font-size: 14px;
}

.tips-txt .blue-circle {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 9px;
  background: #24A4FC;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.subject-bx {
  padding-top: 1px;
  background: #1B1E33;
  padding-bottom: 40px;
}

.subject-bx .big-title {
  color: #fff;
}

.subject-bx .subg-item {
  position: relative;
  width: 224px;
  float: left;
  margin-right: 15px;
  margin-bottom: 28px;
}

.subject-bx .subg-item .trig-icon {
  position: absolute;
  left: 92px;
  bottom: -29px;
  display: none;
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: transparent transparent #fff transparent;
}

.subject-bx .subg-item.cur .trig-icon {
  display: block;
}

.subject-bx .subg-item:last-child {
  margin-right: 0;
}

.sub-mes {
  background: #FFFFFF;
  border-radius: 2px;
  padding: 30px 30px 10px;
  font-size: 12px;
}

.sub-mes .tit-peo {
  color: #a0a0a0;
  margin-bottom: 13px;
}

.sub-mes .pep-zy {
  position: relative;
  padding-left: 85px;
  color: #565656;
  line-height: 2;
  margin-bottom: 13px;
}

.sub-mes .pep-zy02 {
  padding-left: 128px;
}

.sub-mes .pep-zy em {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 23px;
  height: 22px;
  background: url(zy.png) 0 0 no-repeat;
}

.sub-mes .pep-zy02 em {
  background: url(customer.png) 0 0 no-repeat;
}

.sub-mes .pep-zy .txt {
  position: absolute;
  left: 25px;
  top: 0;
  color: #333;
}

.customer-img {
  height: 32px;
  margin-right: 30px;
}

.screen7 {
  width: 100%;
  height: 630px;
  background-color: #f5f5fa;
  position: relative;
}

.screen7-con {
  position: relative;
  margin-bottom: 140px;
}

.screen7-enlarge {
  position: relative;
}

.screen7-con-big {
  height: 286px;
}

.screen7-con-big li {
  width: 396px;
  height: 100%;
}

.screen7-con-big li.sm {
  width: 219px;
  height: 100%;
}

.screen7-con-big li .h {
  width: 100%;
  height: 100%
}

.screen7-con-sm li {
  float: left;
  height: 45px;
  margin-right: 9px;
}

.screen7-con-sm {
  width: 795px;
  margin-top: 24px;
  margin-bottom: 16px;
  margin-left: calc(50% - 542px);
}

.screen7-con-sm .swiper-pagination-bullet {
  margin-right: 15px;
  border: 3px solid #f5f5fa;
  outline: none;
}

.screen7-con-sm .swiper-pagination-bullet:nth-child(10) {
  margin-right: 0;
}

.screen7-con-sm .swiper-pagination-bullet:nth-child(1) {
  width: 62px;
  height: 45px;
  background: url(screen7_img1.png) no-repeat;
  border-radius: 0;
  background-size: 100% 100%;
  opacity: 1;
}

.screen7-con-sm .swiper-pagination-bullet:nth-child(2) {
  width: 62px;
  height: 45px;
  background: url(screen7_img2.png) no-repeat;
  border-radius: 0;
  background-size: 100% 100%;
  opacity: 1;
}

.screen7-con-sm .swiper-pagination-bullet:nth-child(3) {
  width: 62px;
  height: 45px;
  background: url(screen7_img3.png) no-repeat;
  border-radius: 0;
  background-size: 100% 100%;
  opacity: 1;
}

.screen7-con-sm .swiper-pagination-bullet:nth-child(4) {
  width: 62px;
  height: 45px;
  background: url(screen7_img4.png) no-repeat;
  border-radius: 0;
  background-size: 100% 100%;
  opacity: 1;
}

.screen7-con-sm .swiper-pagination-bullet:nth-child(5) {
  width: 62px;
  height: 45px;
  background: url(screen7_img5.png) no-repeat;
  border-radius: 0;
  background-size: 100% 100%;
  opacity: 1;
}

.screen7-con-sm .swiper-pagination-bullet:nth-child(6) {
  width: 62px;
  height: 45px;
  background: url(screen7_img6.png) no-repeat;
  border-radius: 0;
  background-size: 100% 100%;
  opacity: 1;
}

.screen7-con-sm .swiper-pagination-bullet:nth-child(7) {
  width: 62px;
  height: 45px;
  background: url(screen7_img7.png) no-repeat;
  border-radius: 0;
  background-size: 100% 100%;
  opacity: 1;
}

.screen7-con-sm .swiper-pagination-bullet:nth-child(8) {
  width: 62px;
  height: 45px;
  background: url(screen7_img8.png) no-repeat;
  border-radius: 0;
  background-size: 100% 100%;
  opacity: 1;
}

.screen7-con-sm .swiper-pagination-bullet:nth-child(9) {
  width: 34px;
  height: 45px;
  background: url(screen7_img9.png) no-repeat;
  border-radius: 0;
  background-size: 100% 100%;
  opacity: 1;
}

.screen7-con-sm .swiper-pagination-bullet:nth-child(10) {
  width: 62px;
  height: 45px;
  background: url(screen7_img10.png) no-repeat;
  border-radius: 0;
  background-size: 100% 100%;
  opacity: 1;
}

.screen7-line {
  width: 795px;
  height: 6px;
  background-color: #E4E8ED;
  border-radius: 3px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin-left: -539px;
}

.screen7-line .cur {
  display: block;
  width: 64px;
  height: 6px;
  background-color: #4D4D4C;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0px;
}

.screen7-con .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.9);
}
.bg-white{
  background:#fff;
  padding:1px;
}
.btn-blue{
  display:block;
  margin:30px auto 70px;
  width:350px;
  height:60px;
  border:1px solid #24A4FC;
  color:#24A4FC;
  font-size:20px;
  background:#fff;
}
.footer-box{
  width:100%;
  height:150px;
  background:url(footer.png) center center no-repeat;
  background-size:100% 100%;
}
.container-box{
  width:100%;
  background:url(container.png) center center no-repeat;
  text-align:center;
}
.container-box h5{
  padding-top:120px;
  color:#F4D000;
  font-size:44px;
  text-shadow:0px 2px 4px rgba(0,0,0,0.75);
  line-height:1.5;
}
.container-box .txt-search{
  color:#fff;
  font-size:30px;
  line-height:2;
  margin-bottom:50px;
  font-weight:400;
}
.search-icon-box{
  position: relative;
  width:780px;
  height:60px;
  padding-right:210px;
  box-sizing:border-box;
  margin:0 auto 20px;
}
.search-icon-box input{
  width:100%;
  height:60px;
}
.search-icon-box button{
  position: absolute;
  right:0;
  top:0;
  width:210px;
  height:60px;
  background:#24A4FC;
  color:#fff;
  font-size:20px;
  cursor:pointer;
}
.search-icon-box button .icon{
  display:inline-block;
}
.container-box .txt{
  color:#fff;
  font-size:20px;
}
.text-red,
.container-box .text-red{
  color:#FF0000;
  margin-right:10px;
}
.pop-fixed{
  display:none;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:rgba(0,0,0,.4);
  z-index:999;
}
.pop-box{
  position: absolute;
  left:50%;
  top:50%;
  margin-left:-305px;
  margin-top:-190px;
  width:610px;
  background:#fff;
  border-radius:6px;
}
.pop-box02{
  width:820px;
  margin-left:-410px;
  margin-top:-230px;
  padding:1px 25px 56px;
  box-sizing:border-box;
}
.pop-title{
  height:80px;
  line-height:80px;
  border-bottom:1px solid #D9D9D9;
  font-size:26px;
  text-align:center;
}
.closed{
  position: absolute;
  right:15px;
  top:15px;
  width:12px;
  height:12px;
  background:url(close.png) 0 0 no-repeat;
}
.pop-cont{
  padding:40px 125px;
}
.tips-green{
  border:1px solid #B7EB8F;
  height:30px;
  line-height:30px;
  background:#F6FFED;
  border-radius:4px;
  color:rgba(0,0,0,.65);
  font-size:14px;
  text-align:center;
  margin-bottom:20px;
}
.tips-green-suc{
  position: absolute;
  left:50%;
  top:50%;
  margin-left:-215px;
  margin-top:-25px;
  width:430px;
  height:50px;
  line-height:50px;
  font-size:16px;
}
.tips-green .right{
  display:inline-block;
  width:13px;
  height:16px;
  background:url(right-green.png) 0 0 no-repeat;
  margin-right:10px;
  vertical-align:middle;
}
.pop-ipt-item{
  margin-bottom:30px;
}
.pop-ipt-item span{
  display:inline-block;
  width:100px;
  height:32px;
  text-align:center;
  color:#262626;
}
.pop-ipt-item .ipt{
  width:248px;
  height:32px;
  border:1px solid rgba(0,0,0,0.15);
  border-radius:4px
}
.pop-box .pop-btn{
  width:334px;
  height:40px;
  margin:0 15px 0 0;
  border-radius: 6px;
  background:#24A4FC;
  color:#fff;
  text-align:center;
}
.finished{
  color:#8B8B8B;
  margin:40px 0 50px;
  text-align:center;
}
.text-blue{
  color:#24A4FC;
}
.pop-left-pt{
  width:363px;
  float:left;
}
.pop-right{
  width:380px;
  margin-left:25px;
  float:left;
}
.pop-right .txt{
  color:#262626;
  margin-bottom:28px;
}
.pop-box03{
  position: absolute;
  left:50%;
  top:50%;
  margin-left:-324px;
  margin-top:-270px;
  width:648px;
  height:540px;
  background:url(pop-bg.png) 0 0 no-repeat;
}
.tips-pop{
  margin:358px auto 35px;
  text-align:center;
  width:360px;
  line-height:1.5;
  color:#24A4FC;
  font-size:24px;
}
.pop-btn.pop-btn02{
  display:block;
  margin:0 auto;
  width:214px;
  height:40px;
}
.error-tips{
  display:none;
  color:#FF0000;
  font-size:12px;
  margin-left:100px;
  margin-top:5px;
}