
/****************************************/
.oneline {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

body {
  width: 100%;
  background-color: #fff;
  font-family: 'PingFang SC', '苹方', sans-serif;

}
#xxfgo{
 min-width: 1200px;
}
.container1 {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.container1 {
  width: 100%;
  background-color: #fff;
}

.container1 .content {
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1500px;
}
.banner{
  width: 100%;
  height: 450px;
  /*background-size: 1500px 450px;*/
  /*background-position: center center;*/
  /*background-repeat: no-repeat;*/
}
.banner .banner_img{
  width: 100%;
  height: 450px;
  background-size: 1500px 450px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 16px;
}

.big-gray{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.banner .el-carousel__indicators--horizontal {
  bottom: 42px;

}
.banner .el-carousel__button{
  width: 10px;
  height: 4px;
  border-radius: 2px;
  opacity: 1;
}
.banner .el-carousel__indicator.is-active button{
  opacity: 1;
  width:20px;
  background-color:#FFD502;
}






.container1 .content .content_box {
  background-color: #fff;
  border: 1px solid #E4E4E4;
  min-height: 440px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: -20px auto 68px;
  display: flex;
}

.container1 .content_left {
  width: 715px;
}

.container1 .credit {
  display: flex;
  border-bottom: 1px solid #E4E4E4;
  padding: 24px 24px 12px;
}

.container1 .credit .credit_item {
  flex: 1;
  text-align: center;
  display: inline-block;
}

.container1 .credit_item .iconfont {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.container1 .credit_item:nth-child(1) .iconfont {
  background-image: linear-gradient(to bottom, #1EFF35, #20D432);
  line-height: 50px;
}

.container1 .credit_item:nth-child(2) .iconfont {
  background-image: linear-gradient(to bottom, #FF835D, #FF4646);
}

.container1 .credit_item:nth-child(3) .iconfont {
  background-image: linear-gradient(to bottom, #B400FF, #6600FF);
}

.container1 .credit_item:nth-child(4) .iconfont {
  background-image: linear-gradient(to bottom, #3DC3FF, #0099FF);
}

.container1 .credit_item:nth-child(5) .iconfont {
  background-image: linear-gradient(to bottom, #FFD502, #FFAA00);
}

.container1 .credit_item p {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding-top: 12px;
  min-width: 110px;
}

.container1 .select_box {
  padding-left: 44px;
}

.container1 .select_box .title {
  width: 640px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-left: 9px;
  margin: 12px 0 5px;
  /*margin-top: 12px;*/
}

.container1 .select_box .block {
  width: 600px;
  display: flex;
  flex-flow: row wrap;
  margin-top: 12px;
}

.container1 .select_box .block .block_item {
  display: inline-block;
  width: 100px;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  /*padding-top: 12px;*/
  cursor: pointer;
}
.container1 .select_box .block .block_item:hover{
  color: #FFAA00;
}
.container1 .select_box .title::before {
  content: '';
  width: 3px;
  height: 18px;
  background-color: #FFAA00;
  position: absolute;
  top: -1px;
  left: 0;
}

.container1 .brand .brand_box {
  display: flex;
  flex-flow: row wrap;
  width: 654px;
  margin-top: 9px;
  margin-left: -13px;

}

.container1 .brand .brand_item {
  display: inline-block;
  width: 70px;
  /*width: 36px;*/
  height: 53px;
  /*margin: 3px 35px 0 0;*/
  margin-top: 3px;
  color: #333;
  cursor: pointer;


}
.container1 .brand .brand_other .name{
  color:#999;
}
.container1 .brand .brand_other:hover .name{
  color:#FFAA00;
}

.container1 .brand .brand_item:hover{
  color:#FFAA00;
}
.container1 .brand .brand_item .img_box {
  width: 32px;
  height: 32px;
  /*border: 1px solid green;*/
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}


.container1 .brand .brand_item .icon_dian {
  color: #999;
  font-size: 28px;
}

.container1 .brand .brand_item .name {

  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}

.container1 .content_right {
  border: 1px solid #E4E4E4;
  height: 488px;
  width: 420px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: -24px;
  right: 64px;
  -webkit-box-shadow: 0 2px 6px 1px #E4E4E4;
  -moz-box-shadow: 0 2px 6px 1px #E4E4E4;
  box-shadow: 0 2px 6px 1px #E4E4E4;
}

.container1 .content_right .tip_box {
  text-align: center;
}

.container1 .content_right .tip {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  line-height: 40px;
  position: relative;
  display: inline-block;
}

.container1 .content_right .tip::after {
  content: '';
  width: 24px;
  height: 1px;
  background-color: #E4E4E4;
  position: absolute;
  top: 22px;
  left: -36px;
}

.container1 .content_right .tip::before {
  content: '';
  width: 24px;
  height: 1px;
  background-color: #E4E4E4;
  position: absolute;
  top: 22px;
  right: -36px;
}

.container1 .content_right .tip .num {
  color: #FF4646;
  font-size: 28px;
  font-weight: bolder;
  padding: 0 4px;
  vertical-align: sub;

  font-family: 'DINbek', sans-serif;
}

.container1 .content_right .txt {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin-top: 1px;
}

.container1 .form {
  text-align: center;
  margin-top: 7px;
}

.container1 .form label {
  position: relative;
  margin: 17px auto;
  display: inline-block;
}

.container1 .form .icon_input {
  position: absolute;
  color: #999;
  top: 18px;
  left: 24px;
  font-size: 21px;
}

.container1 .form .icon_input::after {
  content: '';
  height: 18px;
  width: 1px;
  background-color: #E4E4E4;
  position: absolute;
  top: 3px;
  right: -6px;
}

.container1 .form .icon_quxiao {
  position: absolute;
  color: #999;
  top: 16px;
  right: 7px;
  font-size: 17px;
  padding: 5px;
}

.container1 .form input {
  width: 372px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #E4E4E4;
  background-color: #F5F5F9;
  border-radius: 30px;
  padding: 0 57px;
  color: #333;
  font-size: 16px;
}

.form input::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
.form input::-moz-placeholder {
  color: #999;
  font-size: 16px;
}
.form input::-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}

.container1 .form .input_tel {
  position: relative;
}

.container1 .form .input_tel::after {
  position: absolute;
  content: '*';
  right: -13px;
  top: 20px;
  color: #FF4646;
  font-size: 16px;
}

/*未填写样式*/
.container1 .form .input_err .icon_input {
  color: #FF4646;
}

.container1 .form .input_err .icon_input::after {
  background-color: #FF4646;
}

.container1 .form .input_err .icon_quxiao {
  color: #FF4646;
}

.container1 .form .input_err input {
  border-color: #FF4646;
}

.container1 .form .input_err input::-webkit-input-placeholder {
  color: #FF4646;
}

.container1 .form .input_err input::-moz-placeholder {
  color: #FF4646;
}

.container1 .form .input_err input::-ms-input-placeholder {
  color: #FF4646;
}


.container1 .form .submit_btn {
  width: 372px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  position: relative;
  background-color: #FF6600;
  margin: 32px auto 0;
  cursor: pointer;
}

.container1 .form .submit_btn::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #E4E4E4;
  position: absolute;
  top: -24px;
  left: 0;
}

.container2 {
  width: 100%;
  background-color: #F5F5F9;
  overflow:hidden;
}

.container2 .content1 {
  width: 1200px;
  margin: 0 auto;

}

.container2 .content1 .title_img {
  width: 100%;
  margin-top: 44px;
}

.container2 .content1 .carlist {
  margin-top: 44px;
  /*display: -webkit-box; !* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. *!*/
  /*display: -moz-box; !* 老版本语法: Firefox (buggy) *!*/
  /*display: -ms-flexbox; !* 混合版本语法: IE 10 *!*/
  /*display: -webkit-flex; !* 新版本语法: Chrome 21+ *!*/
  /*display: flex; !* 新版本语法: Opera 12.1, Firefox 22+ *!*/
  /*-webkit-box-pack: space-between;*/
  /*-webkit-justify-content:space-between;*/
  /*-moz-justify-content: space-between;*/
  /*-ms-justify-content: space-between;*/
  /*-o-justify-content: space-between;*/
  /*justify-content: space-between;*/
  /*-webkit-box-align: flex-start;*/
  /*-webkit-align-items: flex-start;*/
  /*-moz-align-items: flex-start;*/
  /*-ms-align-items: flex-start;*/
  /*-o-align-items: flex-start;*/
  /*align-items: flex-start;*/
}
.car{
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.container2 .carlist .carlist_img {
  width: 430px;
  height: 570px;
}

.container2 .carlist .carlist_box {
  width: 756px;
  height: 570px;

}

.container2 .carlist .car_item {
  width: 240px;
  height: 280px;
  margin-bottom: 10px;
  padding: 6px 6px 15px;
  border-radius: 5px;
  margin-top: 0;
  vertical-align: top;
}

.container2 .carlist .car_item .img_box {
  height: 152px;
}

.container2 .carlist_right{
  float: right
}
.container2 .carlist_right .car_item{
 margin-left: 12px;

}
.container2 .carlist_left{
  float: left
}
.container2 .carlist_left .car_item{
  margin-right: 12px;

}
.container2 .title {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;

  -webkit-box-pack: space-between;
  -webkit-justify-content:space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-betweenr;
  justify-content: space-between;
}
.container2 .title .title_left{
  display: inline-block;
}
.container2 .title .title_left span {
  font-size: 35px;
  font-weight: bold;
  color: #333;
}

.container2 .title .title_left p {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  letter-spacing: 1.5px;
  /*text-align:justify; */
  /*text-justify:distribute-all-lines;!*ie6-8*!*/
  /*text-align-last:justify;!* ie9*!*/
  /*-moz-text-align-last:justify;!*ff*!*/
  /*-webkit-text-align-last:justify;!*chrome 20+*!*/
}

.container2 .title .title_right {
  color: #0381FF;
  font-size: 18px;
  float: right;
}

.container2 .problem {
  margin-top: 44px;
}

.container2 .problem .problem_box {
  /*display: flex;*/
  /*flex-flow: row wrap;*/
  /*justify-content: space-between;*/
 margin-right: -24px;
}

.container2 .problem .problem_item {
  float: left;
  /*display: inline-block;*/
  width: 384px;
  height: 200px;
  background-color: #fff;
  padding: 24px;
  margin-top: 24px;
  margin-right: 24px;
}

.container2 .problem .problem_item .problem_title {
  /*width: 336px;*/
  color: #333;
  font-size: 20px;
  display: flex;
  align-items: center;

}

.container2 .problem .problem_item .problem_title p {
  font-weight: bold;
  display: inline-block;
}

.container2 .problem .problem_item .icon_wenhao {
  color: #FFAA00;
  font-size: 26px;
  padding-right: 8px;

}

.container2 .problem .problem_item .problem_content {
  padding-top: 12px;
  color: #999;
  font-size: 14px;
  line-height: 21px;
}

.container2 .content2 {
  background-color: #fff;
}

.container2 .process {
  width: 1200px;
  margin: 44px auto 0;
  padding: 44px 0;

  /*overflow: hidden;*/
}

.container2 .process .title .title_left p {
  letter-spacing: 0;
}

.container2 .process .process_box {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  /*width: 1300px;*/
  margin-right: -82px;
}

.container2 .process .process_item {
  display: inline-block;
  text-align: center;
  width: 238px;
  position: relative;
  margin-right: 82px;
  float: left;
}

.container2 .process .process_item::after {
  content: '\e68b';
  font-family: 'iconfont';
  width: 66px;
  height: 66px;
  position: absolute;
  font-size: 60px;
  color: #E4E4E4;
  top: 36px;
  right: -68px;
}

.container2 .process .process_item:last-child::after {
  content: '';
  width: 0;
  height: 0;
}

.container2 .process_item .iconfont {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  line-height: 140px;
  text-align: center;
  color: #fff;
  font-size: 64px;
}

.container2 .process_item:nth-child(1) .iconfont {
  background-image: linear-gradient(to right, #0099FF, #00B9FF);
}

.container2 .process_item:nth-child(2) .iconfont {
  background-image: linear-gradient(to right, #FFAA00, #FFCC00);
}

.container2 .process_item:nth-child(3) .iconfont {
  background-image: linear-gradient(to right, #AB00FF, #E600FF);
}

.container2 .process_item:nth-child(4) .iconfont {
  background-image: linear-gradient(to right, #FF4A4A, #FFAA00);
}

.container2 .process_item .txt1 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0 6px;
}

.container2 .process_item .txt2 {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.float_btn{
  position: fixed;
  bottom: 30px;
  right: 40px;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border: 1px solid #E4E4E4;
  z-index: 10;
  width:80px;
  background-color: #FFF;

}
.float_btn .btn_item{
  width:80px;
  height: 80px;
  text-align: center;
  /*line-height:80px;*/
  position: relative;
  margin-left: -1px;
  margin-top: -1px;
}
.float_btn .btn_item::after{
  content: '';
  background-color:#E4E4E4;
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 9px;
}
.float_btn .btn_item:last-child::after{
  background-color:transparent;
}

.float_btn .btn_item .icon_btn{
  font-size: 32px;
  color: #333333;
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 80px;
}
.float_btn .btn_item  .icon_top{
  font-size: 32px;
  color: #FF6600;
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 80px;
}
.float_btn .btn_hover{
  background-color:#FF6600;
}
.float_btn .btn_hover .icon_btn{
  color: #fff;
}
.float_btn .btn_hover::after{
  background-color:transparent;
}
.float_btn .btn_hover .hover_show{
  position: absolute;
  top: 0;
  right: 80px;
}
.float_btn .btn_hover .qrcode_box{
  width: 200px;
  position: relative;
}
.float_btn .btn_hover .qrcode_box .xcx_qrcode{
  width: 38px;
  height: 38px;
  position: absolute;
  top: 79px;
  left: 81px;
}
.float_btn .btn_hover .kefu_box{
  width: 260px;
  height: 80px;
  border: 1px solid #FF6600;
  background-color: #fff;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-align: baseline;
  -webkit-align-items:baseline;
  -moz-align-items:baseline;
  -ms-align-items:baseline;
  -o-align-items:baseline;
  align-items: baseline;
  padding: 0 12px;
  line-height: 80px;
}
.float_btn .btn_hover .kefu_box .icon_xxf{
  width: 37px;
  height: 37px;
  border-radius: 37px;
  line-height: 37px;
  background-color:#FF6600;
  text-align: center;
  color:#fff ;
  margin-right:6px;
}
.float_btn .btn_hover .kefu_box p{
  font-size: 14px;
  font-weight: bold;
  color:#333;
}
.float_btn .btn_hover .kefu_box span{
  color:#FF6600;
}
.float_btn .btn_hover .kefu_box .icon_zhi{
  font-size: 17px;
  padding-left: 8px;
}
.float_btn .btn_hover .weixin_box{
  width: 200px;
  height: 200px;
  background-color:#FF6600;
  padding:13px 0 15px;
}
.float_btn .btn_hover .weixin_box .qrcode{
  width: 120px;
  height: 120px;
  background-color:#FF6600;
}
.float_btn .btn_hover .weixin_box .txt1{
  color: #fff;
  font-size: 12px;
  padding:2px 0 4px;
}
.float_btn .btn_hover .weixin_box .txt2{
  color:#FFF702;
  font-size: 14px;
  font-weight: bold;
}
.float_btn .btn_hover .consult_box{
  width: 465px;
  height: 160px;
  border: 1px solid  #FF6600;
  background-color:#fff ;
  padding: 16px;
}
.float_btn .btn_hover .consult_box .txt1{
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.float_btn .btn_hover .consult_box .txt2{
  color:#FF6600;
  font-weight: bolder;
  font-size: 18px;
}
.float_btn .btn_hover .consult_box .form{
  width: 418px;
  height: 44px;
  line-height: 44px;
  margin: 15px auto;
  border: 1px solid #FF6600;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.float_btn .btn_hover .consult_box .form  input{
  width: 305px;
  height:100%;
  padding-left: 15px;
  font-size: 16px;
  color: #333;
}
.float_btn .btn_hover .consult_box .form  .consult_btn{
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
  background-color:#FF6600 ;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.float_btn .btn_hover .consult_box .form .input_err::-webkit-input-placeholder {
  color: #FF6600;
}
.float_btn .btn_hover .consult_box .form .input_err::-webkit-input-placeholder {
  color:#FF6600;
}
.float_btn .btn_hover .consult_box .form .input_err::-webkit-input-placeholder {
  color: #FF6600;
}
.float_btn .btn_hover .hover_show{
  position: absolute;
  top: 0;
  right: 80px;
}
@media screen and (min-width:1250px) and (max-width:1600px){
  .float_btn{
    right: 0;

  }
}

@media screen and (max-width: 1250px) {
  .float_btn{
    display: none;

  }
}



.index_tip{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
}
.frame{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  overflow: hidden;
}
.SignUp{
  position: fixed;
  width: 650px;
  height: 370px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  z-index: 11;
  padding: 40px 80px 50px 80px;
}
.icon_register_close{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 12px;
}
.signuptit{
  font-size: 24px;
  color: #222;
  font-weight: 600;
  text-align: center;
}
.signuptis{
  margin-top: 30px;
  font-size: 18px;
  color: #666;
}
.mobilex{
 color: #FF6B1D;
 margin-left: 25px;
}
.signupform{
  margin-top: 20px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border:1px solid #A0A0A0;
  position: relative;
}
.signupCodeInput{
  width: 359px;
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
  font-size: 18px;
  color: #666;
}
.signupform::before {
  content: '';
  height: 34px;
  width: 1px;
  background-color: #A0A0A0;
  display: inline-block;
  left: 359px;
  position: absolute;
  top: 7px;
}
.wh{
  width: 130px;
  text-align: center;
  color: #FF6B1D;
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 18px;
}
.yhxy{
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  position: relative;
}
.xy{
  font-size: 14px;
  color: #FF6B1D;
}
input[type=checkbox] {
  margin-right: 1px;
  cursor: pointer;
  font-size: 15px;
  width: 15px;
  height: 15px;
  position: relative;
  }
  
  input[type=checkbox]:after {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  content: " ";
  background-color: #fff;
  border: 1px solid #A0A0A0;
  color: #fff;
  display: inline-block;
  visibility: visible;
  padding: 0px 3px;
  border-radius: 1px;
  }
  
  input[type=checkbox]:checked:after {
  background-color: #FF6B1D;
  content: "✓";
  font-size: 12px;
  line-height: 15px;
  border: 1px solid #FF6B1D;
  }
  .logings{
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 2px;
    background-color: #FF6B1D;
  }
  .logingsx{
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 2px;
    background-color: #A0A0A0;
  }
  .cationCode{
    background-color: #FF6B1D;
  }
