/* Bootstrap v3.3.7 */

/* 网页置灰效果，如果需要放开注释即可start */
/*
*{
	-webkit-filter: grayscale(100%) !important;
    -moz-filter: grayscale(100%) !important;
    -ms-filter: grayscale(100%) !important;
    -o-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    filter: gray !important;
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}
*/
/* 网页置灰效果，如果需要放开注释即可end */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "PingFangSC-Medium",
  "Helvetica Neue",
  Helvetica,
  Arial,
  sans-serif;
}

body,p{
  margin: 0;

}


:root{
  filter: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}


b{font-weight:normal}


img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}


button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul,ol,li{
  margin:0;
  padding:0;
  list-style: none;
}
html{height:auto !important;}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*


input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  /* color: #23527c; */
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}


h1,h2,h3,h4,h5,h6{
  margin: 0;
}



input,button,a {
  outline: none !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
object{
  pointer-events:none;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  width:50px;
  height:60px;
  height:30px;
  font-size:12px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:60px;
  line-height:28px;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  width:182px;
  width:50px;
  height:60px;
  font-size:12px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:60px;
  line-height:30px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  width:182px;
  width:50px;
  height:60px;
  font-size:12px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:60px;
  line-height:30px;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  width:182px;
  width:50px;
  height:60px;
  font-size:12px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:60px;
  line-height:30px;
}

.topInputChange::-webkit-input-placeholder{
  color: #989898;
}
.topInputChange:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #989898;
}
.topInputChange::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #989898;
}
.topInputChange:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #989898;
}
.pagination{
  cursor: pointer;
}
.topInputChange{
  border: 1px solid #DBDBDB;
}
i,b{
  font-style: normal;
}

/*
    新的pc端样式首页
*/

.pc_wrapper{
  width: 100%;
  min-width: 1200px;
}
.cont_center{
  width:1200px;
  margin: 0 auto;
  position: relative;
  height:100%;
}
/* 头部 */
header{
  position: relative;
  height:679px;
}
#header_swiper{
  height: 100%;
}
#header_swiper img{
  width: 100%;
  height: 100%;
}
.banner_pagination_btn{
  width: 1200px !important;
  position: absolute;
  left: 50% !important;
  margin-left: -600px;
  bottom: 92px !important;
  text-align: center;
}
.banner_pagination_btn span{
  width:12px;
  height:12px;
  background:rgba(125,114,114,1);
  border:1px solid rgba(255,255,255,1);
}
.banner_pagination_btn .swiper-active-switch {
  width:16px;
  height:16px;
  background:rgba(255,255,255,1);
  border:2px solid rgba(117,117,117,1);
}
.top{
  width: 100%;
  z-index: 10000;
  position: absolute;
  top: 0;
}
.topbg{
  background : url(../images/topbg.png) center top repeat-x;
  background-size: 100% 90px;

}
.topwhitegradient{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EEEEEE;

}
.top-active{
  position: fixed;
  top: 0;
}
.logo{
  float:left;
  padding-top : 22px;
  margin : 0;
  width: 160px;
  height: 90px;
}
/* .logo a{
  display: block;
  width: 100%;
  height: 100%;
} */
.logo a img{
  width: 160px;
}
nav{
  float: left;
  margin-top:20px;
}
nav>ul>li{
  float: left;
  width:100px;
  height:48px;
}
nav>ul>li>a {
  width:100%;
  height:100%;
  display: block;
  color : #000;
  line-height: 48px;
  text-align: center;
  font-size:18px;
  font-family:PingFangSC-Regular;
}
nav>ul>li>a:hover{
  color: #000;
  background:rgba(255, 255, 255, 0.1);
}
nav>ul>li:hover{
  background:rgba(255,255,255,0.1);
}
nav>ul>li>a>p{
  width:8px;
  height:8px;
  margin:0 auto;
  margin-top:-8px;
}
nav>ul>li .p_cur{
  background: #fff;
}
.top .cont_center>a{
  display: block;
  height: 30px;
  width:150px;
  position: absolute;
  /* top: 50px; */
  top:15px;
  /*right: 63px;*/
  right: 40px;
  font-size:15px;
  color: #fff;
  text-align: center;
  background: url(../images/xfz_pro.png) no-repeat left top 1px;
}
.topSearch{
  position: relative;
  float: right;
  width:14.33%;
  height:60px;
  height: 30px;
  border:1px solid #555555;
  margin-top:15px;
  margin-top:40px;
  border-radius: 30px;
  overflow: hidden;
  /*margin-right:62px;*/
  margin-right:20px;
}
.topSearch input{
  float: left;
  width: 100%;
  height: 100%;
  background : #ffffff;
  border : none;
  padding-left:16px;
}
.topSearch input:hover,.topSearch input:focus{
  background: #fff;
}
.topSearch span{
  position: absolute;
  top:0;
  right:0;
  width:60px;
  width:30px;
  height:58px;
  height:30px;
  background:transparent;
  cursor: pointer;
  text-align: center;
  line-height: 59px;
  line-height: 28px;
  line-height: 28px\9;
}
/* .topSearch span:hover{
  background: #0061AA;
} */
/* .topSearch span img{
  margin-top:20px;

} */
/*.topSearch_span_bg{*/
/*  background: #Ea6121 !important;*/
/*}*/

.topSearch_input_bor{
  border: 1px solid #Ea6121;
}
header .swiper-wrapper{
  height: 100% !important;
}
header .swiper-wrapper .swiper-slide{
  height: 100% !important;
}
.slide_index_header_banner{
  height: 100%;
  background-size: cover;
  width : 100%;
}
.index_header_content{
  padding-top: 180px;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.index_header_title1{
  width:100%;
  height:112px;
  font-size:60px;
  font-family:Beirut;
  color:rgba(7,23,34,1);
  line-height:112px;
  text-align: center;
}
.index_header_title2{
  width:100%;
  height:65px;
  font-size:40px;
  font-family:HanziPenSC-W3;
  font-weight:normal;
  color:rgba(23,38,49,1);
  line-height:65px;
  text-align: center;
}
.index_header_title3{
  width:100%;
  height:61px;
  font-size:30px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(40,40,40,1);
  line-height:61px;
  margin-top: 30px;
  text-align: center;
}
.index_header_title3 span{
  width:106px;
  height:61px;
  font-size:70px;
  font-family:DINAlternate-Bold;
  font-weight:bold;
  color:rgba(255,73,0,1);
  line-height:61px;
}
/* 导航栏详细 */
.nav_second1,.nav_second2,.nav_second3,.nav_second4,.nav_second5,.nav_second6,.nav_second7{
  display: none;
  width: 180px;
  height: auto;

  position: absolute;
  padding-top: 15px;
  top:60px;
  z-index: 9999999;

}
.nav_second1>div,
.nav_second2>div,
.nav_second3>div,
.nav_second4>div,
.nav_second5>div,
.nav_second6>div,
.nav_second7>div{
  background:#fff;
  border-radius: 20px;
  padding-top:1px;
  border:1px solid #EEEEEE;
}
.nav_second1{
  left: 234px;
}
.nav_second2{
  left: 334px;
}
.nav_second3{
  left: 434px;
}
.nav_second4{
  left: 534px;
}
.nav_second5{
  left: 634px;
}
.nav_second6{
  left: 734px;
}
.nav_second7{
  left: 834px;
}
.nav_second_tri{
  position: absolute;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  left:80px;
  top: -4px;
  z-index: 9999999;
}
.nav_second_tri2{
  position: absolute;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  left:82px;
  top: 0;
  z-index: 9999999;
}
.nav_second_title{
  margin: 20px 0 0 16px;
  color: #949494;
  font-size: 12px;

}
.nav_second_box{
  height: auto;
  width: 100%;
  padding-bottom: 15px;
  overflow: hidden;
}
.nav_second_box li{
  height: 40px;
  text-align: center;
  line-height: 40px;
  width: 100%;
}
.nav_second_box li a{
  color: #Ea6121;
  width: 100%;
  height: 100%;
  color: #2A2A2A;
  font-size: 16px;
  font-weight:400;
  font-family:PingFangSC-Regular;
}
.nav_second_box li a:hover{
  background: #FFF3E7;
  color: #Ea6121;
}
.nav_second_box li a h5{
  font-weight: normal;
  font-weight:400;
  margin: 0;
  line-height: 40px;
}

/* 左侧登录 */
.login_wrapper{
  position: absolute;
  left:350px;
  top:95px;
  /*width:260px;*/
  /*height:295px;*/
  /*background: url(../images/login_bg.svg) no-repeat center center;*/
  /* background: url(../images/40.jpg) no-repeat center center; */
  /* background: rgb(236, 244, 249); */
  /* background: url(../images/quan.jpg) no-repeat center center; */
  /*background: #ecf4f9\9\0;*/

  /*border-radius: 100px 0 100px 0 \9\0;*/
  /* background-color : #fff;
  background-size: cover; */
  width: 227px;
  height: 60px;
  line-height: 60px;
  opacity: 0.9;
  background-image: linear-gradient(180deg, #FFFFFF 46%, #EDEDED 100%);
  border-radius: 3px;
  z-index: 999;
}
.login_cont{
  margin-left: 36px;
  /* margin-left: 34px; */
  margin-top: 25px;
  /* margin-top: 18px; */
  /*position: relative;*/
  position: absolute;
  top: 23px;
  left: -26px;
  background: #fff;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 0 0 5px 5px;
}

.login-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con-l-text{
  /*width: 140px;*/
  width: 165px;
  height: 36px;
  border: 1px solid #EA6121;
  text-align: center;
  line-height: 36px;
}
.con-l-text span {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: 400;

}
.btn-log{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 36px;
  background: #EA6121;
  border-radius: 2px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  margin-right: 5%;
  cursor: pointer;
}
.btn-log img{
  margin-right: 2px;
}
.btn-log div{
  margin-left: 2px;
}
.logcontent-left {
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 60px;
  margin-left: 5%;
}
.login_cont>img{
  position: absolute;
  top: -26px;
  left:-13px;
  top: -35px\9\0;
  left:-20px\9\0;
  /* width : 60px; */
}
.select-icon {
  width: 40px;
  height: 36px;
  background: #EA6121;
  line-height: 40px;
  text-align: center;
  padding: 0px 8px;
  cursor: pointer;
}
.select-icon img{
  width: 100%;
  height: 100%;
}
.login_left{
  /*width:140px;*/
  width:165px;
  height:48px;
  /*background:rgba(246,172,44,1);*/
  border-radius:24px;
  /*margin-top:13px;*/
}
.login_left1{
  /*background: #f6ad2d;*/
}
.login_left2 {
  /*background: #8da1e6;*/
}
.login_left3 {

  /*background: #08aadb;*/
}
.login_left1:hover{
  /*background: #FFA60C;*/
  color: #EA6121;
}
.login_left2:hover{
  /*background: #6a88e8;*/
  color: #EA6121;
}
.login_left3:hover{

  /*background: #039ac7;*/
  color: #EA6121;
}
.login_left a{
  display: block;
  width: 100%;
  height: 100%;
  color: #222;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  padding-left: 47px;
}
.login_left a img{
  margin-top: 15px;
  float: left;
}
.login_left a span{
  /* margin-top: 10px; */
  line-height: 48px;
  float: left;
  height: 48px;
  margin-left: 5px;
  font-size: 14px;
}
.login_left a span:hover{
  color: #EA6121;
}
/* .login_wrapper p{
  background: url(../images/ic-more.png) center right no-repeat,
  url(../images/ic-more.png) center left no-repeat;
} */
.login_wrapper p a{
  font-size: 14px;
  color:#EA6121;
  display: inline-block;
  width : 80px;
  height:20px;
}
.login_wrapper p a:hover{
  text-decoration: underline;
}
.login_wrapper p .sjyh_right{
  position: absolute;
  top:2px;
  left : 60px;
}
.login_wrapper p .wxgzh_right {
  position: absolute;
  top:2px;
  right: 17px;
}
.login-wrap-right{
  display: flex;
  /*align-items: center;*/
  position: absolute;
  top: 100px;
  right: 95px;
  width: 409px;
  height: 197px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.15);
  border-radius: 8px;
  padding: 30px 15px;
  z-index: 999999;
}
.notice-close{
  margin-top: -18px;
  margin-left: 5px;
  cursor: pointer;
}
.notice-img{
  margin-right: 15px;
}
.notice-content .notice-title{
  width: 324px;
  height: 54px;
  font-family: SourceHanSansSCVF-Bold;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0;
  line-height: 27px;
  font-weight: 700;
}
.notice-content .notice-body{
  width: 322px;
  height: 42px;
  font-family: SourceHanSansSCVF-Regular;
  font-size: 14px;
  color: #555555;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 400;
  margin-top: 15px;
}
.notice-footer{
  width: 72px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #EA6121;
  border-radius: 2px;
  font-family: SourceHanSansSCVF-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
  float: right;
  margin-top: 13px;
  cursor: pointer;
}
/* 右侧栏 */
.home_basic-banner{
  position: fixed;
  right: -130px;
  top:50%;
  margin-top: -175px;
  /* right:-81px\0; */
  z-index: 9999;
  width: 200px;
  height: 360px;
}
/* .home_basic-banner ul{
  width: auto;
} */
.home_basic-banner ul li{
  width:200px;
  height:54px;
  /*background:rgba(255,255,255,1);*/
  opacity:0.55;
  margin-top:5px;
  border-radius: 27px 0 0 27px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow:0px 2px 6px 0px rgba(0, 104, 182, 0.15);
  -moz-box-shadow:0px 2px 6px 0px rgba(0, 104, 182, 0.15);
  -ms-box-shadow:0px 2px 6px 0px rgba(0, 104, 182, 0.15);
  box-shadow:0px 2px 6px 0px rgba(0, 104, 182, 0.15);
  border: 1px solid rgba(87, 110, 136, 0.18);
  background: #EA6121;
  /* right: 97px; */
}
.home_basic-banner ul li.home_basic-banner_li_cur{
  width: 200px;
  background-color:#EA6121;
  background:linear-gradient(180deg, #EA6121 0%, #FF8F5F 100%);
  background:-webkit-linear-gradient(180deg, #EA6121 0%, #FF8F5F 100%);
  background:-moz-linear-gradient(180deg, #EA6121 0%, #FF8F5F 100%);
  background:-ms-linear-gradient(180deg, #EA6121 0%, #FF8F5F 100%);

  background:-o-linear-gradient(180deg, #EA6121 0%, #FF8F5F 100%);
  background:-webkit-gradient(linear, 0% 25% 75% 100%, from(#EA6121), to(#FF8F5F));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EA6121, endColorstr=#FF8F5F);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EA6121, endColorstr=#FF8F5F);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

}
.home_basic-banner ul li.home_basic-banner_li_cur svg  g path{
  fill: #FFFFFF;
}
.home_basic-banner ul .home_basic-banner_li4:hover svg  g{
  fill: #FFFFFF;

}
/* .home_basic-banner ul li:hover{
  background:linear-gradient(180deg,rgba(255,77,76,1) 0%,rgba(255,143,95,1) 100%);
  -webkit-background:linear-gradient(180deg,rgba(255,77,76,1) 0%,rgba(255,143,95,1) 100%);
  -moz-background:linear-gradient(180deg,rgba(255,77,76,1) 0%,rgba(255,143,95,1) 100%);
  -ms-background:linear-gradient(180deg,rgba(255,77,76,1) 0%,rgba(255,143,95,1) 100%);
  box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -ms-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
} */
.home_basic-banner ul li span{
  /*display: block;*/
  /*float: right;*/
  /*width: 80px;*/
  /*height: 54px;*/
  /*line-height: 54px;*/
  /*font-size: 16px;*/
  /*color: #fff;*/
  /*text-align: center;*/
  /*margin-right: 22px;*/
  display: block;
  float: right;
  width: 130px;
  /* height: 54px; */
  line-height: 54px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
}
.home_basic-banner ul li svg{
  float: left;
  margin-top: 18px;
  margin-left: 23px;
}
.right_corner{
  position: fixed;
  bottom:80px;
  right:10px;
  right: 26px\0;
  z-index: 999;
}
.right_corner1,.right_corner2{
  width:54px;
  height: 54px;

  border-radius:27px;

  z-index: 9999;

}

.right_corner1 img,.right_corner2 img{
  width:54px;
  height : 54px;


}
.right_corner1>div,.right_corner2>div{
  position: absolute;right:64px;z-index: 999;
  display: none;
}
.right_cor1{
  top: 0;
  right: 138px;
  width:276px;
  height:60px;
  cursor: pointer;
}
.right_cor2{
  top:-46px;
  background:#fff;
  display:none;
  cursor: pointer;
}
.right_cor2 p{
  text-align: center;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
}

.home_download{
  width:276px;
  height:60px;
  background: #fff;
  box-shadow:0px 2px 12px 0px rgba(0,104,182,0.14);
  -webkit-box-shadow:0px 2px 12px 0px rgba(0,104,182,0.14);
  -moz-box-shadow:0px 2px 12px 0px rgba(0,104,182,0.14);
  -ms-box-shadow:0px 2px 12px 0px rgba(0,104,182,0.14);
  border-radius:9px;
  font-size: 14px;
  color: #2A2A2A;
  line-height: 60px;
  text-align: center;
}
.right_t_tri,.right_c_tri{
  position: absolute;width: 0px;height: 0px;border: 10px transparent solid;border-left-color: #fff;left:275px;top: 20px;
}
.right_c_tri{
  left:188px;
  top:120px;
}


/* 右侧置顶 */
.mo_b_top{
  display: none;
  position: fixed;
  right:10px;
  right:26px\0;
  bottom:26px;
  width:54px;
  height:54px;

  border-radius:27px;
  box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -ms-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);

  /* line-height: 54px; */
  line-height: 50px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
}
.mo_b_top img{
  width : 54px;
  height : 54px;

}
.go_up{
  position: absolute;
  right:61px;
  top:-55px;
  width:99px;
  height:60px;
  background:rgba(255,255,255,1);
  box-shadow:0px 2px 12px 0px rgba(0,104,182,0.14);
  -webkit-box-shadow:0px 2px 12px 0px rgba(0,104,182,0.14);
  -moz-box-shadow:0px 2px 12px 0px rgba(0,104,182,0.14);
  -ms-box-shadow:0px 2px 12px 0px rgba(0,104,182,0.14);
  border:1px solid rgba(230,230,230,1);
  line-height: 60px;
  text-align: center;
}
/* 广告 */
.qhd_add {
  width: 100%;
  height: 83px;
  display: none;
  position: fixed;
  top: 92px;
  left: 0;
  z-index: 999;
}

a.qhd_add_close {
  display: block;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  right:16px\0;
}
/*公告*/
.scrollmsg{
  width:1200px;
  height:90px;
  background:rgba(255,255,255,1);
  border-radius:45px;
  position: absolute;
  top : 795px;
  left: 50%;
  margin-left: -600px;
  margin-top : -45px;
  box-shadow: 0 3px 3px #eee;
  -webkit-box-shadow:0 3px 3px #eee;
  -moz-box-shadow:0 3px 3px #eee;
  -ms-box-shadow:0 3px 3px #eee;
  z-index: 999;
}

.notic_nav{height: 90px;padding-left: 30px;width:255px;float: left;}
.notic_nav img{float: left;margin-top: 12px;margin-left: 20px;width: 60px;}
.notic_nav p{
  float: left;
  font-size:20px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(42,42,42,1);
  line-height: 90px;
  margin-left: 20px;
}
.notic_text{height: 90px;float: left;width:74.58%;margin-left:50px;cursor: pointer;}
.notic_text_content a{color: #2A2A2A;text-decoration: none;}
#scrollSpan{
  float: left;
  height: 90px;
  line-height: 90px;
  text-align: left;
  overflow: hidden;
}
.notic_text_content ul li{
  height: 90px;
  text-align: left;
  line-height: 90px;
}
.notic_text_content ul li a i{
  float: left;
}
.notic_text_content ul li a:hover i{
  color: #EA6121;
}
.notic_text_content ul li a span{
  float: right;
  margin-right: 100px;
  color: #949494;
}
.text_more{
  float: right;
  margin-right: 64px;
  width:78px;
  height:90px;
  font-size:16px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:#EA6121;
  line-height:90px;
}
.text_more:hover{
  text-decoration: underline;
}
/* 内容主体 */
main{
  /*background: url(../images/bj-left.png) left 300px no-repeat,*/
  /*            url(../images/bj-right.png) right 200px no-repeat;*/
}

/* 快易金融 */
.investmentFinance{


  height : 550px;
  width: 100%;
  margin-bottom: 40px;
}
.investmentFinanceBlock{margin: 0 auto;width:100%;height: 100%;padding: 0px;position: relative;}
.customTitle{width: 100%;height: 125px;text-align: center;cursor: pointer;}
.title_top_bar{
  width:49px;
  height:12px;
  margin: 0 auto;
}
.looperContents{
  position: relative;
  height: 420px;
  margin: 0  auto;
}
.if-swiper-btnright{
  width:54px;
  height:54px;
  position: absolute;
  top: 189px;
  right: 27px;
  z-index: 100;
  cursor: pointer;
}
.if-swiper-btnleft {
  width: 54px;
  height: 54px;

  position: absolute;
  top: 189px;

  left: 8px;
  z-index: 100;
  cursor: pointer;

}
.investmentFinance_swiper{
  overflow: hidden;
}
.block_title{
  width:260px;
  height:70px;
  font-size:40px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(42,42,42,1);
  line-height:70px;
  text-align: center;
  cursor: pointer;
}
.block_subtitle{
  width: 100%;
  height:30px;
  font-size:16px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(102,102,102,1);
}
.financialBlock{
  width:285px;
  height:420px;
  border-radius:16px;
  text-align: center;
  float: left;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.financialBlock>div{
  padding-top:20px;
  background: url(../images/bj-kuaiyi.png) left top no-repeat;
}

.financialBlock_1{
  background-color: #FF544E;
  background: -ms-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -moz-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -webkit-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -o-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -webkit-gradient(linear, 0% 25% 75% 100%, from(#FF544E), to(#FF804E));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF544E, endColorstr=#FF804E);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF544E, endColorstr=#FF804E);
}
.financialBlock_2 {
  background-color: #D94DCB;
  background: -ms-linear-gradient(158deg, rgba(217, 77, 203, 1) 0%, rgba(160, 127, 249, 1) 100%);
  background: -moz-linear-gradient(158deg, rgba(217, 77, 203, 1) 0%, rgba(160, 127, 249, 1) 100%);
  background: -webkit-linear-gradient(158deg, rgba(217, 77, 203, 1) 0%, rgba(160, 127, 249, 1) 100%);
  background: -o-linear-gradient(158deg, rgba(217, 77, 203, 1) 0%, rgba(160, 127, 249, 1) 100%);
  background: -webkit-gradient(linear, 0% 25% 75% 100%, from(#D94DCB), to(#A07FF9));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D94DCB, endColorstr=#A07FF9);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D94DCB, endColorstr=#A07FF9);
}
.financialBlock_3 {
  background-color: #FF544E;
  background: -ms-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -moz-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -webkit-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -o-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -webkit-gradient(linear, 0% 25% 75% 100%, from(#FF544E), to(#FF804E));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF544E, endColorstr=#FF804E);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF544E, endColorstr=#FF804E);
}
.financialBlock_4 {
  background-color:#32A7F1;
  background: -ms-linear-gradient(158deg, rgba(50, 167, 241, 1) 0%, rgba(127, 147, 249, 1) 100%);
  background: -ms-linear-gradient(158deg, rgba(50, 167, 241, 1) 0%, rgba(127, 147, 249, 1) 100%);
  background: -ms-linear-gradient(158deg, rgba(50, 167, 241, 1) 0%, rgba(127, 147, 249, 1) 100%);
  background: -moz-linear-gradient(158deg, rgba(50, 167, 241, 1) 0%, rgba(127, 147, 249, 1) 100%);
  background: -webkit-linear-gradient(158deg, rgba(50, 167, 241, 1) 0%, rgba(127, 147, 249, 1) 100%);
  background: -o-linear-gradient(158deg, rgba(50, 167, 241, 1) 0%, rgba(127, 147, 249, 1) 100%);
  background: -webkit-gradient(linear, 0% 25% 75% 100%, from(#32A7F1), to(#7F93F9));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#32A7F1, endColorstr=#7F93F9);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#32A7F1, endColorstr=#7F93F9);
}
.financialBlock_5{
  background-color: #FF544E;
  background: -ms-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -moz-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -webkit-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -o-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -webkit-gradient(linear, 0% 25% 75% 100%, from(#FF544E), to(#FF804E));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF544E, endColorstr=#FF804E);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF544E, endColorstr=#FF804E);

}
.financialBlock_6 {
  background-color: #D94DCB;
  background: -ms-linear-gradient(158deg, rgba(217, 77, 203, 1) 0%, rgba(160, 127, 249, 1) 100%);
  background: -moz-linear-gradient(158deg, rgba(217, 77, 203, 1) 0%, rgba(160, 127, 249, 1) 100%);
  background: -webkit-linear-gradient(158deg, rgba(217, 77, 203, 1) 0%, rgba(160, 127, 249, 1) 100%);
  background: -o-linear-gradient(158deg, rgba(217, 77, 203, 1) 0%, rgba(160, 127, 249, 1) 100%);
  background: -webkit-gradient(linear, 0% 25% 75% 100%, from(#D94DCB), to(#A07FF9));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D94DCB, endColorstr=#A07FF9);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D94DCB, endColorstr=#A07FF9);
}
.financialBlock_7 {
  background-color: #FF544E;
  background: -ms-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -moz-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -webkit-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -o-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -webkit-gradient(linear, 0% 25% 75% 100%, from(#FF544E), to(#FF804E));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF544E, endColorstr=#FF804E);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF544E, endColorstr=#FF804E);
}
.financialBlock_8 {
  background-color:#32A7F1;
  background: -ms-linear-gradient(158deg, rgba(50, 167, 241, 1) 0%, rgba(127, 147, 249, 1) 100%);
  background: -ms-linear-gradient(158deg, rgba(50, 167, 241, 1) 0%, rgba(127, 147, 249, 1) 100%);
  background: -ms-linear-gradient(158deg, rgba(50, 167, 241, 1) 0%, rgba(127, 147, 249, 1) 100%);
  background: -moz-linear-gradient(158deg, rgba(50, 167, 241, 1) 0%, rgba(127, 147, 249, 1) 100%);
  background: -webkit-linear-gradient(158deg, rgba(50, 167, 241, 1) 0%, rgba(127, 147, 249, 1) 100%);
  background: -o-linear-gradient(158deg, rgba(50, 167, 241, 1) 0%, rgba(127, 147, 249, 1) 100%);
  background: -webkit-gradient(linear, 0% 25% 75% 100%, from(#32A7F1), to(#7F93F9));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#32A7F1, endColorstr=#7F93F9);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#32A7F1, endColorstr=#7F93F9);
}
.financial-home{
  width:100%;
  height:42px;
  font-size:20px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:42px;
  margin-left:20px;
  text-align: left;
}
.finance-products{
  width:100%;
  height:17px;
  font-size:12px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:17px;
  margin-left:20px;
  text-align: left;
}
.rate-percent{font-size: 50px;color: #fff;font-weight: bold;margin-top:50px;width:100%;height:100px;font-family: "DIN Alternate"}
.rate-percent span{font-size: 14px;}

.financialBlock-content{font-size: 16px;color: #fff;height: 24px;}
.financialBlock-date{font-size: 20px;color: #fff;padding-bottom: 32px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  margin-top:20px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 36px;
}
.btn-details{width:160px;height: 50px;text-align:center;color: #ffffff;border-radius: 25px;margin:0 auto;line-height:50px;box-shadow:0px 5px 8px 0px rgba(0,0,0,0.04);
  border-radius:25px;
  border:1px solid rgba(255,255,255,1);
  cursor: pointer;
}
.btn-details:hover{
  background:#fff;
  color: #FF650A;
}

/* 便利金融 */
.convenience {


  height: 490px;
  width: 100%;
  margin-bottom: 40px;
}
.loanamount{height:386px; width:200px;float: left;background: #F5FBFF;margin-left: 12px;}
.loanamount .business_bg_shell{width: 100%;height: 115px;font-size: 0;margin-bottom:11px;background: url(../images/home-convience-nav-BG.png);line-height: 115px;text-align: center;color: #fff;font-size: 30px;}
.loanamount p{width:200px;height: 60px;line-height: 60px;font-size: 18px;font-family:PingFangSC-Regular;color: #2A2A2A;cursor: pointer;}
.loanamount .loanamount_p_cur{
  color: #EA6121;
  background-color:rgba(0,104,182, 0.04);
}
.loanamount p:hover{
  color: #EA6121;
  background-color:rgba(0, 104, 182, 0.04);
}
.loanamount p svg{
  margin-left:18px;

}
.loanamount p span{
  display: block;
  float: left;
  width:6px;
  height:60px;
  margin-right: 36px;
}
.loanamount .loanamount_p_cur span{
  background: #EA6121;
}
.loanamount .loanamount_p_cur svg path{
  fill: #EA6121;
}
.loanamount .nav_aside .nav_aside_more{

  width : 90px;
  height:22px;
  font-size:16px;
  font-weight:500;
  color:#EA6121;
  line-height:22px;
  padding-left : 8px;
  cursor: pointer;
  margin: 0 auto;
  background: url(../images/pc/ic-more.svg) right center no-repeat;

}
.simLoan,.smal,.smalm,.smalt{
  float: left;
  width:465px;
  height:230px;
  box-shadow:0px 3px 0px 0px rgba(0,104,182,0.16);
  -webkit-box-shadow:0px 3px 0px 0px rgba(0,104,182,0.16);
  -moz-box-shadow:0px 3px 0px 0px rgba(0,104,182,0.16);
  -ms-box-shadow:0px 3px 0px 0px rgba(0,104,182,0.16);
  border-radius:8px;
  border:1px solid rgba(225,225,225,1);
  padding-top:21px;
  padding-left: 31px;
  background: #fff;
  position: relative;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  cursor: pointer;
}
.simLoan:hover,.smal:hover,.smalm:hover,.smalt:hover{
  border:1px solid #EA6121;
  box-shadow:2px 2px 20px 0px rgba(21,148,255,0.09);
  -webkit-box-shadow:2px 2px 20px 0px rgba(21,148,255,0.09);
  -moz-box-shadow:2px 2px 20px 0px rgba(21,148,255,0.09);
  -ms-box-shadow:2px 2px 20px 0px rgba(21,148,255,0.09);
}
.simLoan:hover .business_top,.smal:hover .business_top,.smalm:hover .business_top,.smalt:hover .business_top{
  color: #EA6121;
}
.simLoan,.smalm{
  margin-left: 20px;
  margin-right: 30px;
}
.simLoan,.smal{
  margin-bottom: 20px;
}
.functibonBox{
  float: left;
  width: 100%;
  height: 533px;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  /* overflow-y: visible; */
}
/* .functibonBox .convience_Finance_swiper{
  overflow-y: visible;
} */
.functibonBox p{
  height: 66px;
  line-height: 22px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:22px;
}
.functibonBox .functibonBox_detail{
  width:160px;
  height:48px;
  background:rgba(246,172,44,1);
  border-radius:24px;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 162px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.functibonBox .functibonBox_detail:hover{
  background:#FFA60C;
}
.business_top{
  height: 42px;
  font-size: 20px;
  line-height: 42px;
  font-weight: 500;
  cursor: pointer;
  color:#2A2A2A;
}
.functibonBox img{
  width: 98px;
  height: 98px;
}
.butt{
  float: left;
  width:70px;
  height:32px;
  border-radius:25px;
  border:1px solid rgba(225,229,233,1);
  text-align: center;
  line-height: 32px;
  margin : 21px 10px 0 10px;
  cursor: pointer;
}
.butt_left:hover{
  background: #E1E5E9;
}
.butt_left object{
  margin-top:7px;
}
.butt_right{
  border: none;
}
.convinence_page{
  float: left;
  width:70px;
  height:32px;
  line-height: 32px;
  margin-top: 21px;
  color: #BBBBBB;
  font-size: 14px;
  font-weight: bold;
}
.convinence_page span{
  color: #586F89
}
.block_title{
  width: 260px !important;
  font-size: 40px;
  margin: 0 auto;
}

.index_video_carousel {
  position: relative;
  width: 1200px;
  height: 360px;
  margin: 0 auto;
}

.index_video_carousel .content {
  position: absolute;
  width: 1200px;
  height: 360px;
}

.index_video_carousel .content li {
  position: absolute;
  background-size: 100% 100%;
  cursor: pointer;
}
.index_video_carousel a{
  top:43%;
}
.ht-personalFinancelast-arrow-right a img,
.ht-personalFinancelast-arrow-left a img {
  width : 100%;
  height: 100%;
}
.index_video_carousel .ht-personalFinancelast-arrow-right {
  right:12px;
}
/* .index_video_carousel a {
  position: absolute;
  display: none;
  z-index: 2;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  font: 36px/60px "宋体";
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: rgb(255, 100, 0);
  background: rgba(255, 100, 0, .6);
  transition: background 1s ease;
}

.index_video_carousel a:hover {
  background: rgb(255, 100, 0);
} */
/* .index_video_carousel .prev {
  left: 30px;
}

.index_video_carousel .next {
  right: 30px;
} */
/* 信息资讯 */
.realizebank {height: auto;width: 100%;position: relative;overflow: hidden;margin-bottom: 40px;}
.bottominfoTex{
  width:100%;
  height:28px;
  font-size:20px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:rgba(76,76,76,1);
  line-height:28px;
  margin-top:10px;
  cursor: pointer;
  text-align: left;
}
.bottominfoTex:hover{
  color: #EA6121;
}
.bottominfoTextt{
  width:100%;
  height:28px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(76,76,76,1);
  line-height:20px;
  margin-top: 5px;
  text-align: left;
}
.imgblock_swiper1 img,
.imgblock_swiper2 img{
  cursor: pointer;

}
.imgblock_swiper1_play{
  position: absolute;
  right: 44px;
  bottom: 86px;
  z-index: 100;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}
.infoshow{
  width: 100%;
  margin: 0 auto;
}
.infoshow .imgBlock{
  padding-left: 16px;
}
.rightBlock {width: calc(100% - 563px);float: right;}
.rightBlockTop{
  height: 161px;
  margin-bottom: 19px;
}
.rightBlockBottom{
  height: 161px;
}
.imbarInfo{
  float: right;
  width: 160px;
  height: 161px;
  text-align: center;
  margin-right: 14px;
  color: #fff;
}
.imbarInfo span{
  float: left;
  margin-left: 47px;
}
.imbarInfo span:hover{
  text-decoration: underline;
}
.imbarInfo svg{
  margin-top: 4px;
  float: left;
}
.imbarInfo svg path{
  fill: #ffffff;
  -webkit-fill: #ffffff;
  -moz-fill: #ffffff;
  -ms-fill: #ffffff;
}
.rightBlockList{
  height: 25%;
  width: 430px;
  /* overflow: hidden; */
}
.rightBlockList a{
  display: block;
  width: 100%;
  height: 100%;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  line-height: 40px;
  color:rgba(42,42,42,1);
  padding-left: 8px;
}
.rightBlockList a:hover{
  color: #EA6121;
}
.rightBlockListAll{
  width:430px;height:161px;float:right;margin-right: 14px;
}
.rightBlockListDate{
  float: right;
  color: #949494;
  /* margin-right: 18px; */
}
.btn_msginfoPic{
  position: absolute;
  width: 300px;
  height: 32px;
  /* top:480px; */
  left: 16px !important;
  bottom: 10px;
  z-index: 100;
}
.btn_msginfoPic span{
  float: left;
  display: block;
  width:14px;
  height:14px;
  border-radius: 50%;
  margin-right: 15px;
  background:rgba(216,216,216,1);
  border:1px solid rgba(243,243,243,1);
  cursor: pointer;
}
.btn_msginfoPic .swiper_active_btn{
  background:rgba(255,255,255,1);
  border:2px solid #EA6121;
}
.msginfoButt_right{
  position: absolute;
  /* top:480px; */
  bottom: 20px;
  left: 495px;
  width: 70px;
  height: 32px;
  border-radius: 25px;
  text-align: center;
  line-height: 32px;
  z-index: 100;
  cursor: pointer;
}


/* pc端底部 */
footer{
  height: 242px;
  background: url(../images/footer_BG.png) no-repeat center bottom;
  background-size:cover;
}
.footer_left{
  margin-top:20px;
  margin-left:18px;
  margin-right:77px;
  text-align: center;
  width: 160px;
  height: auto;
}
.footer_main_text,.footer_left{
  float: left;
}
.footer_main_text h5{
  margin-top:18px;
  margin-bottom:5px;
  color: #505050;
  font-size: 14px;
}
.footer_main_text a{
  color: #949494;
  font-size: 12px;
  line-height: 20px;
  font-family:PingFangSC-Regular;
}
.footer_main_text a:hover{
  color:#EA6121;
}
.qrCode_wrapper{
  float: right;
  margin-top:25px;
  margin-right:15px;
  width: 106px;
  height:110px;
}
.footer_qrCode_wrapper_left {
  margin-right: 50px;
}
.footer_down{
  position: absolute;
  bottom:0;
  left:0;
  height:70px;
}

.footer_down p,.footer_down p a{
  color:#2A2A2A;
  font-size: 12px;
}
.footer_down_right{
  float: left;line-height: 70px;margin-left:28px;
  margin-right:32px;
  color:#8BABCB;
}
.footer_down_right a{
  color: #949494;
  font-size: 11px;
}
.footer_down_right a:hover{
  color:#Ea6121;
}




/* 首页结束 */

/* 公司金融 */
.compony_banner_cont{
  margin: 0 auto;
  padding-top: 324px;
  width:1200px;
  height:87px;
  font-size:50px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:87px;
  text-align: center;
}
/* 对外存款 */
.company-middle1{
  height : 590px;
  padding-top:40px;
}
.middle-1-top{
  width: 410px;
  height:85px;
  font-size:40px !important;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(42,42,42,1);
  line-height:40px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.public-iconlist{
  width:1200px;
  margin: 0 auto;
  height: 247px;
}
.public-td1,
.public-td2,
.public-td3,
.public-td4,
.public-td5
{
  width:240px;
  height: 247px;
  text-align: center;
  cursor: pointer;
}
.public-td1>div .public-td-imgsignal,
.public-td2>div .public-td-imgsignal,
.public-td3>div .public-td-imgsignal,
.public-td4>div .public-td-imgsignal,
.public-td5>div .public-td-imgsignal {
  margin-top: 40px;
  width: 96px;
  height: 96px;
}
.public-td1>div,
.public-td2>div,
.public-td3>div,
.public-td4>div,
.public-td5>div{
  height: 218px;
  margin-bottom: 24px;
}
.public-td1:hover div,
.public-td2:hover div,
.public-td3:hover div,
.public-td4:hover div,
.public-td5:hover div{
  box-shadow:0px 8px 21px 0px rgba(0,104,182,0.21);
  -webkit-box-shadow:0px 8px 21px 0px rgba(0,104,182,0.21);
  -moz-box-shadow:0px 8px 21px 0px rgba(0,104,182,0.21);
  -ms-box-shadow:0px 8px 21px 0px rgba(0,104,182,0.21);
  position: relative;
  z-index: 999;
}
.public-td1:hover div p,
.public-td2:hover div p,
.public-td3:hover div p,
.public-td4:hover div p,
.public-td5:hover div p{
  color: #Ea6121;

}
.public-td1>div p,
.public-td2>div p,
.public-td3>div p,
.public-td4>div p,
.public-td5>div p{
  font-size:22px;
}
/* .public-td1:hover .icon_cur,
.public-td2:hover .icon_cur,
.public-td3:hover .icon_cur,
.public-td4:hover .icon_cur,
.public-td5:hover .icon_cur{
  background: #Ea6121;
} */
.div_cur{
  box-shadow:0px 8px 21px 0px rgba(0,104,182,0.21);
  -webkit-box-shadow:0px 8px 21px 0px rgba(0, 104, 182, 0.21);
  -moz-box-shadow:0px 8px 21px 0px rgba(0, 104, 182, 0.21);
  -ms-box-shadow:0px 8px 21px 0px rgba(0, 104, 182, 0.21);
  position: relative;
  z-index: 999;
}
.public-td4_object_p{
  color: #Ea6121;
  font-size:20px;
}
.icon_cur_change{
  background: #Ea6121;
}
.icon_cur{
  width: 100%;
  height: 5px;
}
.public-text{
  width:100%;
  height:220px;
  /* background: #F8FCFF; */
  display: none;
  background: url(../images/bg_com_dw.png) no-repeat center center;
}
.public-text0{
  display: block;
}
.text-msg{
  width:886px;
  margin: 0 auto;
  padding-top:35px;
  text-align: center;

}
.public-textmsg{
  width:900px;
  height: 60px;
  font-size:20px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color: #000;
  overflow: hidden;
}
.public-btn{
  margin: 0 auto;
  margin-top: 61px;
  width:160px;
  height:48px;
  background-color:rgba(255,255,255,1);
  color: #Ea6121;
  border-radius:25px;
  border:1px solid #EA6121;
  font-size:16px;
  line-height: 46px;
  line-height: 48px\9;
  text-align: center;
  cursor: pointer;
}
.public-btn svg{
  margin-left: 5px;
  vertical-align: middle;
  float: left;
  margin-top: 18px;
}
.public-btn span{
  float: left;
  margin-left: 40px;

}
.public-btn:hover{
  color: #fff;
  background: #Ea6121;
}
.public-btn:hover svg path{
  -webkit-fill: #fff;
  -moz-fill: #fff;
  -ms-fill: #fff;
  -o-fill: #fff;
  fill: #fff;
}
/* .public-btn svg path{
  fill: #576E88;
  -webkit-fill: #576E88;
  -moz-fill: #576E88;
  -ms-fill: #576E88;
} */

/*  基础融资*/
.company-middle2{
  height: 790px;
  padding-top: 40px;
}
.middle2-top{

  margin-bottom: 30px !important;

}
.financing-middle2-left{
  width: 491px;
  height: 583px;
  float: left;
}
.financing-middle2-left ul li{
  width: 491px;
  height: 116px;
  background: #FAFDFF;
  cursor: pointer;
  text-align: left;
  /* transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s; */
}

.financing-middle2-left ul li .td-icon img{
  margin-top: 38px;
  margin-left: 34px;
  width: 40px;
  height: 40px;
}
.financing-middle2-left ul li:hover {
  background: #EDF8FF;
}
.financing-middle2-left-cur span{
  background:#Ea6121;
}
.td-icon{
  float: left;
  height: 116px;
  width: 100px;
}
.td-icon span{
  height: 116px;
  display: block;
  float: left;
  width: 6px;
}
.td-msg{
  float: left;
  width: 391px;
  height: 116px;
  padding-top: 23px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.td-msg h3{
  margin:0;
  padding: 0;
  font-size:20px;
  color: #2A2A2A;
  font-weight:600;
  margin-bottom: 4px;
}
.td-msg p{
  width:348px;
  height:40px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(148,148,148,1);
  line-height:20px;
}
.financing-middle2-right{
  float: left;
  width: 709px;
  height: 583px;
}
.financing-middle2-right img{
  width: 100%;
  height: 100%;
}
.swiper_button{
  float: left;
  width:70px;
  height:32px;
  border-radius:25px;
  color: #576E88;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  margin-right: 10px;
  cursor: pointer;
}
.swiper_button_prev {
  border:1px solid rgba(225, 229, 233, 1);
}
.swiper_button_prev:hover{
  background: #f5f6fa;
}
.slide-msg{
  margin-bottom: 24px;
}

/*  */
.company-middle3{
  height: 600px;
  width: 100%;
  background: #F9FCFF;
  padding-top: 40px;
}
.company-top{
  width: 410px;
  height: 50px;
  font-size: 40px;
  font-weight: 600;
  color: #2A2A2A;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.compony-middle3-middle{text-align: center;}
.compony-middle3-title{margin-top:-15px;width: 100%;height:42px;color:#2A2A2A;margin-bottom: 20px;cursor: pointer;}
.compony-middle3-btn{
  width:160px;
  height:48px;
  background:rgba(255,255,255,1);
  border-radius:25px;
  border:1px solid #EA6121;
  color:#EA6121;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 46px;
  line-height: 48px\9;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.compony-middle3-btn:hover{
  background: #Ea6121;
  color: #fff;
}
.compony-middle3-btn:hover svg path{
  -ms-fill: #fff;
  -webkit-fill: #fff;
  -moz-fill: #fff;
  -o-fill: #fff;
  fill: #fff;
}
/* .compony-middle3-btn svg path{
  fill: #576E88;
  -webkit-fill: #576E88;
  -moz-fill: #576E88;
  -ms-fill: #576E88;
} */
.compony-middle3-middle>p {

  width: 830px;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(148, 148, 148, 1);
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 43px;
  font-family: PingFangSC-Regular;
}
.compony-middle3-table>table>thead>tr>td{width: 200px;height:120px;text-align: center;}
.compony-middle3-table>table>tbody>tr>td{width: 200px;height: 63px;font-size: 20px;color: #2A2A2A;padding-top:13px;text-align: center;cursor: pointer;}
.middle3-top-msg2,
.middle3-top-msg3,
.middle3-top-msg4,
.middle3-top-msg5,
.middle3-top-msg6,
.middle3-top-msg7{
  display: none;
}
.compony-middle3-table>table>tbody .active{
  color: #Ea6121;
}
.compony-middle3-table>table>thead>tr>td>div{
  width: 120px;
  height: 120px;
  background: rgb(238, 248, 255);
  border-radius: 60px;
  border: 1px solid rgb(225, 229, 233);
  margin: 0 auto;
  line-height: 118px;
  text-align: center;
}
.compony-middle3-table>table>thead>tr>td>div>img{
  width: 60px;
  height : 60px;
}

/*company-middle4*/
.company-middle4{height: 579px;width:100%;background: url(../images/gyl-BG.png);background-size:cover;padding-top:40px;}

.middle4-top{color: white;}
.middle4-msg{color: white;width: 100%;}
.middle4-bottomul{padding: 0;margin: 0;width: 100%;height: 200px;}
.middle4-bottomul>li{width:386px;float:left;cursor:pointer;padding-top: 23px;padding-left:30px;height: 200px;margin-right:21px;text-align: left;background: #fff;}

.middle4-msg ul>li:hover .middle4-p1{
  color: #Ea6121;
}
.middle4-msg ul>li:hover .middle4-p3 svg path{
  fill: #Ea6121;
  -webkit-fill: #Ea6121;
  -moz-fill: #Ea6121;
  -ms-fill: #Ea6121;
}
.middle4-msg ul>li>.middle4-topul-right{margin-left: 23px;color: #666;float: left;height: 173px;}
.middle4-msg .middle4-ul-left{float: left;}
.middle4-msg .middle4-ul-left img{width: 80px;height: 80px;}
.middle4-topul{width: 100%;margin-bottom:22px;height: 200px;}
.middle4-topul li{float: left;width: 590px;height: 200px;background: #fff;padding-top:27px;padding-left: 30px;}


.middle4-p1{font-size: 20px;height: 42px;color: #2A2A2A;font-weight: 600;line-height: 42px;margin-bottom: 10px;cursor: pointer;}
.middle4-p2{line-height: 20px;color: #666666;font-size: 14px;margin-bottom: 12px;height: 70px;}
.middle4-p3{font-size: 14px;color: #Ea6121;height: 20px;font-weight: 400;line-height: 20px;cursor: pointer;}
.middle4-p3 span{vertical-align: middle;}
.middle4-p3 span:hover{text-decoration: underline;}
/* .middle4-p3 object{float: left;margin-top: 4px;} */
.middle4-bottomul li .middle4-p2{width:238px;}
.middle4-bottomul .middle4-topul-right{width: 250px;}
.middle4-topul li .middle4-p2{width: 434px;}
/* .middle4-p1:hover{color: #Ea6121;} */

.company-middle5{height: 626px;width: 1200px;margin: 0 auto;padding-top:40px ;}
.middle5-msg{height: 450px;width: 1200px;}
.middle5-msg img{width: 100%;}
.middle5-msg li{height: 420px;width: 386px;font-size: 14px;cursor:pointer;margin-right: 21px;float: left;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  border: 1px solid #EDEFF1;
}


.middle5-msg li:hover{
  box-shadow:0px 9px 18px 0px rgba(0,104,182,0.27);
  -webkit-box-shadow:0px 9px 18px 0px rgba(0,104,182,0.27);
  -moz-box-shadow:0px 9px 18px 0px rgba(0,104,182,0.27);
  -ms-box-shadow:0px 9px 18px 0px rgba(0,104,182,0.27);
}
/* .middle5-msg li:hover img{border: 1px solid #cccccc;border-bottom: 0;} */
.middle5-msg li:hover .middle5-btn{
  background:linear-gradient(180deg,rgba(255,77,76,1) 0%,rgba(255,143,95,1) 100%);
  background:-webkit-linear-gradient(180deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
  background:-moz-linear-gradient(180deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
  background:-ms-linear-gradient(180deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);

  background:-o-linear-gradient(180deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
  background:-webkit-gradient(linear, 0% 25% 75% 100%, from(#FF4D4C), to(#FF8F5F));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4D4C, endColorstr=#FF8F5F);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4D4C, endColorstr=#FF8F5F);
  color: #fff;
}
.middle5-msg li:hover .middle5-btn svg path{
  fill: #ffffff;
  -webkit-fill: #ffffff;
  -moz-fill: #ffffff;
  -ms-fill: #ffffff;
}
.middle5-msg li div{margin-top: 15px;}
.middle5-msg li div h4{
  font-size: 20px;
  color: #2A2A2A;
  margin-left: 20px;
}
.middle5-msg li div p {
  font-family: PingFangSC-Regular;
  /* width: 344px; */
  height: 77px;
  line-height: 20px;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  margin: 20px;
  margin-bottom: 0;
}

/*.middle5-msg-td2>div{margin: 0 27px;box-shadow: 5px 5px 20px #e0e0e0;background: white;}  */
.middle5-btn{height:52px;width: 100%;color: #Ea6121;line-height: 52px;
  /* transition: all 2s;-webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s; */
  margin: 0 !important;cursor: pointer;}
.middle5-btn svg{float: left;margin-top: 20px;margin-left: 4px;}
.middle5-btn span{float: left;margin-left: 156px;}

.company-middle6{height: 921px;}
.company-middle6-top{height: 601px;background: url(../images/bj-tz.png);background-size: cover;padding-top: 40px;}
.company-middle6-bottom{height: 320px;}
.middle6-top-img{color: #fff;}
.middle6-msg1{
  /* padding-top: 16px; */
  height: 336px;
}
.middle6-msg1 ul{height: 100%;}
.middle6-msg1 ul li{height: 320px;cursor:pointer;width: 590px;float: left;margin-right: 20px;background: #fff;}
.middle6-msg1 ul li>div{padding-left: 39px;width: 100%;height:100%;}




.middle6-msg1 ul li>div>div{position: relative;}
.middle6-msg1-left{height: 300px;width: 240px;float: left;top: -34px;}

.middle6-msg1-right{width: 310px;height: 320px;float: left;padding-left: 40px;padding-top: 25px;}
.middle6-msg1-right>h4{
  height:42px;
  font-size:20px;
  font-weight:500;
  color:rgba(64,64,64,1);
  margin-bottom: 19px;
  line-height:42px;}
.middle6-msg1-right>h4>p{width:40px;
  margin-bottom: 11px;
  height:6px;
  background:rgba(85,118,237,1);}
.middle6-msg1-right>p{
  width:219px;
  height:67px;
  font-size:14px;
  font-weight:400;
  color:rgba(82,82,82,1);
  line-height:20px;
  margin-bottom: 52px;
  font-family:PingFangSC-Regular;
  font-weight:400;
}
.middle6-msg1-right .middle6-btn{
  width:160px;
  height:48px;
  font-size:16px;
  color: #Ea6121;
  border-radius:25px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  border:1px solid #EA6121;
  line-height: 46px;
  line-height: 48px\9;
  text-align: center;
  cursor: pointer;
}
.middle6-msg1-right .middle6-btn:hover{
  color: #fff;
  background: #Ea6121;
}
.middle6-msg1-right .middle6-btn:hover svg path{
  fill: #fff;
  -webkit-fill: #fff;
  -moz-fill: #fff;
  -ms-fill: #fff;
}
/**/
.middle6-bottom-msg{height: 320px;}
.middle6-bottom-msg ul li{color: white;width: 589px;height: 320px;float:left;margin-right: 20px;}
/* .middle6-bottom-td1:hover{transform: scale(2);background:orange;position: relative;};
.middle6-bottom-td2:hover{transform: scale(1.02);} */
/* .middle6-bottom-msg ul li .bottom-box:hover{
  transform: scale(1.02,1.08);
  -webkit-transform: scale(1.02,1.08);
  -moz-transform: scale(1.02,1.08);
  -ms-transform: scale(1.02,1.08);
} */
.bottom-box{padding-left:38px ;height: 320px;}
.bottom-box span{width:1px;height:258px;background:#EDEFF1;float: right;margin-top:30px;}
.middle6-bottom-msg ul li .bottom-box div{float: left;}
.middle6-bottom-msg .middle6-bottom-icon1{
  width: 120px;
  height: 120px;
  background: rgb(238, 248, 255);
  border-radius: 60px;
  text-align: center;
  border: 1px solid #EDEFF1;
  margin: 0 auto;
  line-height: 120px;
  margin-top: 45px;
}
.middle6-bottom-text{margin-top:19px;margin-left:34px;}
.middle6-bottom-text h3{font-size: 30px;font-weight:600;color: #2A2A2A;margin:0;}
.middle6-bottom-text h3:hover{color: #Ea6121;}
.middle6-bottom-text>div{width: 360px;margin-top:18px; }
.middle6-h4{margin:0;margin-bottom: 10px;color: #2A2A2A;cursor:pointer;font-size:18px;}
.middle6-p {
  cursor: pointer;
  width: 360px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  font-family: PingFangSC-Regular;
}


.company-middle7{height: 895px;width: 100%; background: url(../images/bj-js.png);background-size:cover;margin-bottom: 40px;padding-top: 40px;}
.middle7-top{color:#fff;line-height: 40px;}
/* .middle7-top>h3{margin: 0;width:410px;height:85px;font-size:50px;font-family:PingFangSC-Semibold;font-weight:600;color:#fff;} */
.middle7-subblock .middle7-icon{margin:0 auto;margin-bottom: 18px;text-align: center;}
.middle7-subblock .middle7-icon img{height: 60px;width: 60px;}

.middle7-msg h3{
  margin: 0 auto;
  width: 297px;
  font-size:20px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  margin-bottom: 10px;
  color:rgb(42, 42, 42);
}
.middle7-msg p{
  width: 297px;
  height: 43px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  height: 43px;
  line-height: 20px;
  margin: 0 auto;
  font-weight:400;
  color:rgba(102,102,102,1);
  text-align: center;
}



.middle7-subblock:hover{
  box-shadow:0px 1px 27px 17px rgba(204,221,255,0.62);
  -webkit-box-shadow:0px 1px 27px 17px rgba(204,221,255,0.62);
  -moz-box-shadow:0px 1px 27px 17px rgba(204,221,255,0.62);
  -ms-box-shadow:0px 1px 27px 17px rgba(204,221,255,0.62);
  position: relative;
  z-index: 100;
}
.middle7-subblock:hover .middle7-msg h3{
  color: #Ea6121;
}
.middle7-subblock{
  float: left;
  width: 400px;
  height: 240px;
  background: #fff;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  padding-top: 30px;
  cursor: pointer;
}

/* 公司业务完 */

/* 数字金融 */
/* 头部 */
.digital_header{
  width: 100%;
  height: 680px;


}
header .digital_header .cont_center{

  padding-left: 24px;
  padding-top: 124px;
}
.digital_swiper_switch{
  width: 1250px !important;
  position :absolute;
  left: 50% !important;
  margin-left: -600px;
  text-align: center;
  bottom:30px !important;
}
.digital_swiper_switch span{
  width:12px;
  height:12px;
  background:rgba(125,114,114,1);
  border:1px solid rgba(255,255,255,1);
  margin-right: 12px;
}
.digital_swiper_switch .swiper-active-switch{
  width:16px;
  height:16px;
  background:rgba(255,255,255,1);
  border:2px solid rgba(117,117,117,1);
}
.digital_swiper_rightbtn{
  position: absolute;
  top: 313px;
  right: 1.78%;
  width:58px;
  height:58px;
  box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -ms-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  z-index: 999;
  cursor: pointer;
}
.digital_swiper_leftbtn{
  position: absolute;
  top: 313px;
  left: 1.09%;
  width:58px;
  height:58px;
  /* background:rgba(255,255,255,1); */
  box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -ms-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
}
header .digital_title{
  width:700px;
  height:98px;
  font-size:50px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(255,255,255,1);
  line-height:98px;
  text-align: left;
}
header .digital_subtitle{
  width:700px;
  height:61px;
  font-size:30px;
  font-family:PingFangSC-Thin;
  font-weight:100;
  color:rgba(255,255,255,1);
  line-height:61px;
  margin-top: 12px;
  text-align: left;
}

.digital_subNav{
  height: 60px;

  padding-left: 256px;
}

.digital_subNav_fixed{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 60px;
  background: #fff;
}
.digital_subNav ul li{

  float: left;
  width:80px;
  height:60px;
  font-size:20px;
  font-family:PingFangSC-Regular;
  font-weight:500;
  color:#2A2A2A;
  line-height:60px;
  margin-right: 42px;
}
.digital_subNav ul li a{
  width:80px;
  height:20px;
  display: block;
  color:#2A2A2A;
  margin-top: 20px;
  line-height: 20px;
  font-size: 16px;
}
.digital_subNav ul li p{
  width: 65px;
  height: 1px;
  background:#fff;
  margin-top: 4px;
}
.digital_subNav ul li:hover a{
  color: #Ea6121;
}
.digital_subNav ul li:hover p{
  background:#Ea6121;

}
.digital_subNav ul li.digital_subNav_licur a {
  color: #Ea6121;
}
.digital_subNav ul li.digital_subNav_licur p {
  background: #Ea6121;
}

.digital_smart_bank{
  height: 583px;
  background: url(../images/bj-bank2.png) center center no-repeat;
  background-size:cover;
  padding-top: 35px;
}
.digital_smart_bank .digital_smart_top{
  width:100%;
  height:72px;
  color:#fff;
  text-align: center;
}
.digital_top{
  font-size:40px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(42, 42, 42, 1);
  line-height:70px;
}
.digital_smart_bank>p{
  width:478px;
  height:22px;
  font-size:16px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:#fff;
  line-height:22px;
  margin: 0 auto;
  text-align: center;
}
.digital_smart_bank ul li{
  float: left;
  width:160px;
  height:160px;
  background:rgba(255,255,255,0.73);
  border:3px solid rgba(49,197,237,1);
  border-radius: 50%;
  line-height: 160px;
  text-align: center;
  font-size: 30px;
  color: #2A2A2A;
  margin-right: 83px;
  font-family:PingFangSC-Regular;
}
.digital_smart_bank .digital_smart_btn{
  margin: 0 auto;
  margin-top: 56px;
  width:160px;
  height:48px;
  border-radius:25px;
  border:1px solid rgba(255,255,255,1);
  color: #fff;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.digital_smart_bank .digital_smart_btn:hover{
  background: #Ea6121;
  color: #fff;
  border-color: #Ea6121;
}
.digital_bank,.digital_per_line_bank,.digital_enterprise_bank{
  height: 640px;
}
.digital_bank{
  background: #fff;
}
.digital_bank_left{
  float: left;
  width: 647px;
  padding-top: 40px;
  height: auto;
}
.digital_bank_top{
  width:410px;
  height:85px;
  font-weight:500;
  line-height:70px;
}
.digital_bank p{
  width:465px;
  height:72px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(64,64,64,1);
  line-height:22px;
  margin-bottom: 39px;
}
.digital_bank_bottom ul li{
  width: 260px;
  height: 80px;
  padding-left: 40px;
}
.digital_bank_bottom ul li img{
  float: left;
  width: 80px;

  height: 80px;
}
.digital_bank_bottom ul li a{
  display: block;
  float: left;
  height: 80px;
  color: #2A2A2A;
  font-size:20px;
  font-weight: 600;
  line-height: 75px;
  margin-left: 15px;
}
.digital_bank_bottom_imgcode{
  float: right;
  margin-right: 60px;
  margin-top: 10px;
}
.digital_bank_bottom_imgcode img{
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  width : 200px;
  height: 200px;
}
.digital_bank_bottom_imgcode img:hover{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.digital_bank_bottom_imgcode p{
  width:120px;
  height:22px;
  font-size:16px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(42,42,42,1);
  line-height:22px;
  text-align: center;
  margin: 0 auto;
}
.digital_mobile_bank_right{
  float: left;
  height: 600px;
}


.digital_per_line_bank{

  background-color:#FFFFF5;
}
.digital_per_line_bank .cont_center{
  background: url(../images/per-BG.png) 80% 80% no-repeat;
}
/* .digital_per_bank_right{
  float: left;
} */
.digital_per_line_bank p{
  margin-bottom: 20px;
  width:465px;
  height:90px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(64,64,64,1);
  line-height:20px;
}
.digital_enterprise_bank{
  background:#F5FFFA;
}
.digital_enterprise_bank .cont_center{
  background: url(../images/enterprise-BG.png) bottom right no-repeat;
}
.digital_enterprise_bank p{
  margin-bottom: 51px;
  width:465px;
  height:94px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(64,64,64,1);
  line-height:20px;
}

.digital_wechatpay{
  padding-top: 42px;
  height: 615px;
  background:url(../images/bj-wj.png) center center no-repeat;
  background-size:cover;
  margin-bottom: 39px;
}
.digital_wechatpay .digital_wechatpay_left,.digital_wechatpay .digital_wechatpay_right{
  width: 590px;
  height: 522px;
  float: left;
  margin-right: 20px;
  padding-top: 45px;
}
.digital_wechatpay .digital_wechatpay_left{

  background:url(../images/wechatpay-bj.png) bottom right no-repeat;
  background-color: #4D98FF;
}
.digital_wechatpay .digital_wechatpay_right{

  background:url(../images/juhe-bj.png) bottom right no-repeat;
  background-color: #5A7BF4;
}
.digital_pay_title{
  width:100%;
  height:72px;
  color:rgba(255,255,255,1);
  text-align: center;
  cursor: pointer;
}
.digital_pay_msg{
  width:410px;
  height:22px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:20px;
  text-align: center;
  margin: 0 auto;
}
.digital_pay_another{
  width:100%;
  height:28px;
  font-size:20px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(255,255,255,1);
  line-height:28px;
  text-align: center;
  margin-top: 15px;
}
.digital_pay_code{
  margin-top: 78px;
  margin-left: 115px;
  width: 139px;
  height: 200px;
}
.digital_pay_code img{
  width: 139px;
  height: 143px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
}
.digital_pay_code img:hover{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.digital_pay_code p{
  width:100%;
  height:22px;
  font-size:16px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:22px;
  text-align: center;
  margin: 0 auto;
}
.target-fix{
  position: relative;
  top: -100px;
  display: block;
  height: 0;
  overflow: hidden;
}
/* 数字金融页面完成 */

/* 页面文字内容详情页面 */
.detailMsg_top{
  width:100%;
  height:20px;
  font-size:14px;
  font-weight:500;
  color:rgba(168,168,168,1);
  line-height:20px;
  padding-left: 13px;
}
.detailMsg_top a{
  color: rgba(168, 168, 168, 1);
  font-family:PingFangSC-Regular;
}
.detailMsg_title{
  width:100%;
  padding-left: 200px;
  font-size:32px;
  color:rgba(42,42,42,1);
  line-height:40px;
  margin-top:35px;
  text-align: center;
  font-weight: 500;
}
.detailMsg_sub1{
  width:100%;
  padding-left: 200px;
  height:28px;
  font-size:20px;
  font-family:PingFangSC-Regular;
  font-weight:500;
  color:rgba(102,102,102,1);
  line-height:28px;
  margin-top: 11px;
  margin-bottom: 11px;
  text-align: center;
}
.detailMsg_sub2{
  width:100%;
  padding-left: 200px;
  height:20px;
  font-size:14px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:rgba(153,153,153,1);
  line-height:20px;
  margin-bottom: 40px;
  text-align: center;
  cursor: pointer;
}
.detailMsg_content{
  width: 900px;
  margin: 0 auto;
}
.detailMsg_content p{
  width:900px;
  /* font-size:16px; */
  font-family:PingFangSC-Regular;
  font-weight:400;
  /* color:rgba(42,42,42,1); */
  color: black;
  /* line-height:22px; */
  font-size: 18px;
  line-height: 32px;
  /*text-indent:36px;*/
  text-align: justify;
}
.detailMsg_page{
  width:900px;
  height:32px;
  /* border-radius:25px; */
  /* border:1px solid rgba(225,229,233,1); */
  margin-top: 20px;
  line-height: 32px;
  color: #576E88;
  margin: 10px auto 61px;
  cursor: pointer;
}
.detailMsg_page .detailindexnextpage{
  float: left;
}
.detailMsg_page .detailindexprevpage {
  float: left;
  width: 70px;
  height: 32px;
  line-height: 32px;
  color: #576E88;
  cursor: pointer;
  margin-right: 10px;
  border-radius:25px;
  border:1px solid rgba(225,229,233,1);
  text-align: center;
}
.pc-article.main{
  padding-top: 20px !important;
  /* background-color: orange; */
  background-image: -webkit-linear-gradient(#DBEDFE 0%, #fff 100%);
  background-image: -o-linear-gradient(#DBEDFE 0%, #fff 100%);
  background-image: -moz-linear-gradient(#DBEDFE 0%, #fff 100%);
  background-image: -ms-linear-gradient(#DBEDFE 0%, #fff 100%);
  background-image:-webkit-gradient(linear, 0% 25% 75% 100%, from(#DBEDFE), to(#ffffff));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#DBEDFE, endColorstr=#ffffff);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#DBEDFE, endColorstr=#ffffff);
  background-image: linear-gradient(#DBEDFE 0%, #ffffff 100%);
  -webkit-background-size: 100% 400px;
  -moz-background-size: 100% 400px;
  -ms-background-size: 100% 400px;
  background-size: 100% 400px;
  background-repeat: no-repeat;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  background-attachment: fixed;
  margin-bottom: 20px;
}
/* 详情页面结束 */



/* 404报错页面 */
.error_main{
  height: calc(100vh - 90px);
  /* height: 1090px; */
  background:url(../images/error_sea.png) bottom center no-repeat;
  background-size: 100% 65%;
}
.error_main .cont_center{
  /* background: url(../images/pc/error_signal.png) center center no-repeat; */
  /* padding-top: 161px; */
  position: relative;
}
.errcont{
  width: 500px;
  margin:0 auto;
  height: 242px;
  position: absolute;
  top:14.77%;
  left:50%;
  margin-left: -250px;
}
.error_title{
  width:100%;
  height:56px;
  font-size:40px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(107,200,255,1);
  line-height:56px;
  margin-bottom: 12px;
}
.error_title span{
  color: #6BC8FF;
}
.error_sub1{
  width:273px;
  height:23px;
  font-size:16px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(41,41,41,1);
  line-height:22px;
  margin-bottom: 33px;
}
.error_sub2{
  width:192px;
  height:20px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:bold;
  color:#999999;
  line-height:16px;
  margin-bottom: 16px;
}
.error_sub2 span{
  color: #292929;
  text-decoration: underline;
}
.return_index,.return_pre{
  width:70px;
  height:20px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:#Ea6121;
  line-height:20px;
  cursor: pointer;
}
.error_cloud_left{
  position: absolute;
  top: 11.56%;
  left: 164px;
}
.error_cloud_right{
  position: absolute;
  top: 22.74%;
  right: 403px;
}
.error_fz{
  position: absolute;
  top: 7.54%;
  right: 257px;
}
.error404{
  width: 500px;
  height: 30.28%;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 47.97%;
  background: url(../images/error_signal.png) no-repeat center;
  background-size: auto 100%;
}


/* 巩海涛写的样式 */
/* 个人金融---巩海涛  */
.ht-main {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.ht-perFinNavWords{
  text-align: center;
  height:87px;
  font-size:50px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:87px;
  position: absolute;
  top: 240px;
  left: 50%;
  margin-left: -214px;
}
.perFin_bannerword{
  width: 100% !important;
  left:0 !important;
  margin-left: 0 !important;
}
.ht-perFin-middle {
  margin-top:-55px;
  margin-bottom: 40px;
}
/* 推荐储蓄业务 */
.ht-company-middle1{
  width:1920px;
  height:220px;
}
.perfmiddle1{
  line-height: 40px;
}
/* 图标组 */
.ht-public-iconlist {
  width:1200px;
  height:250px;
  margin: 0 auto;
}

.ht-public-td {
  width:224px;
  height:235px;
  text-align: center;
  margin-right: 101px;
}
.ht-public-td:last-child {
  margin-right: 0;
}
.ht-public-td div {
  margin: 0 auto;
  margin-top: 10px;
  height: 204px;
}

.ht-public-td div img {
  width:120px;
  height:120px;
  background:rgba(255,255,255,1);
  margin: 20px auto;
}

.ht-public-td div:hover {
  width:224px;
  height:206px;
  background:rgba(255,255,255,1);
  box-shadow:0px 10px 12px 1px rgba(63,141,200,0.2);
  text-align: center;
}
.ht-public-td div p {
  font-size:22px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:rgba(0,0,0,1);
  line-height:25px;
  text-align: center;
  margin: 0 auto;
}
.ht-public-td .actived p {
  width:100%;
  height:50px;
  color:#EA6121;
}
.ht-public-td .actived p{
  color:#EA6121;
}
.ht-public-td .icon_cur{
  margin-top: 24px;
}
/* 查看更多 */
.ht-public-text {
  width:100%;

  height: 215px;
  background:rgba(246,252,255,1);
  background: url("../images/bj-advise.png") center center no-repeat;
  background-size:cover;
}
.ht-text-msg {
  width: 886px;
  margin: 0 auto;
  padding-top: 35px;
  text-align: center;
}
.ht-public-textmsg {
  /* font-size:16px; */
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(42,42,42,1);
  line-height:22px;
  height : 66px;
}
.ht-public-btn {
  width: 100%;
}
.public-btn-person{
  margin-top: 40px;
}
.public-btn-company{
  margin-top: 40px;
}

/* 投资理财 */
.per_touzi{
  height: 620px;
}
/* 副标题 */
.ht-perFin-middletext {
  width: 100%;
  height:30px;
  font-size:18px;
  font-family: PingFangSC-Reguler;
  font-weight: 400;
  color:rgba(148,148,148,1);
  line-height: 25px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -30px;
}

/* 轮播产品块 */
.ht-investmentFinance {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0px;
  position: relative;
}

/* 个人贷款 */
.ht-personInvest {
  padding-top: 40px;
  position: relative;
}
.ht-personInvest .ht-investmentFinance .pagination {
  bottom: 125px;
}
.ht-personLoan {
  padding-top: 40px;
  width:100%;
  height: 540px;
  background:#F7F7F6;
}
.ht-personLoan2{
  display: none;
}
.ht-wraper {
  display: block;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position :relative;
}

.ht-perLoanBlock-left {
  float: left;
  width: 320px;
  height: 350px;
  background:rgb(255,255,255);
  z-index: 3;
  border: 1px solid rgb(225, 229, 233);
}
.ht-perLoanBlock-right {
  display: block;
  width: 1200px;
  height: 350px;
  padding-left: 321px;
  padding-right: 321px;
  background:rgb(255,255,255);
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
}
.ht-perLoanBlock-right_right {
  position :absolute;
  top : 0;
  right : 0;
}
/* .ht-perLoanBlock-left-loan ul,
.ht-perLoanBlock-left-deposit ul{
  width : 100%;
} */
.ht-perLoanBlock-left .img-Loans-block_more {
  font-size: 14px;
  width : 50px;
  height:71px;
  position : absolute;
  top : 0;
  right : 29px;
  margin-top : 0;
  line-height : 71px;
  color : #fff;
}

.ht-perLoanBlock-left .img-Loans-block_more svg{
  position : absolute;
  right : 5px;
  top : 30px;


}
.ht-perLoanBlock-left .img-Loans-block_more svg path{
  fill : #fff;
  -ms-fill : #fff;
}
.ht-perLoanBlock-left-title {
  font-size: 20px;
  width: 100%;
  height: 71px;
  line-height: 71px;

  padding-left:35px;
  color: #fff;
  border-bottom: 1px solid rgb(225, 229, 233);
  position : relative;

}
.ht-perLoanBlock-left-title1{
  background:#f6ad2d;
}
.ht-perLoanBlock-left-title2{
  background:#08aadb;
}
.ht-perLoanBlock-left li {
  width:100%;
  height:55px;
  background:rgba(255,255,255,1);
  border-top:1px solid rgba(225,229,233,1);
  position: relative;
}
.ht-perLoanBlock-left li a {
  display: block;
  height:55px;
  font-size:16px;
  font-family:PingFangSC-Semibold;
  font-weight:400;
  color:rgba(42,42,42,1);
  line-height:55px;
  margin-left: 35px;
}

.ht-perLoanBlock-left li:hover {

  background:rgba(237,248,255,1);
  /* border-bottom:1px solid rgba(225,229,233,1); */
}
.ht-perLoanBlock-left li.actived::before {
  width:6px;
  height:55px;
  background:#EA6121;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
}

.ht-perLoanBlock-left li.actived a {
  color:#EA6121;
  font-weight:600;
}
.ht-perLoanBlock-left li img {
  position: absolute;
  right: 29px;
  bottom: 20px;


}
.img-Loans-block_more {
  width:90px;
  height:25px;
  font-size:18px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:#EA6121;
  line-height:25px;
  margin: 0 auto;
  margin-top: 45px;
  position: relative;
  cursor: pointer;
}
.img-Loans-block_more img {
  position: absolute;
  top: 5px;
  right: 0;
}
.ht-perLoanBlock-right .ht-right-bg {
  height: 350px;
  background: url("../images/bj-personLoan.png") no-repeat right bottom;
}
.ht-right-bg .mortgageBlockTwo {
  width:90%;
  height:52px;
  font-size:20px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(42,42,42,1);
  line-height:33px;
  padding-top: 19px;
  margin-bottom: 14px;
  margin-left: 40px;
  overflow: hidden;
}
.ht-right-bg .mortgageBlockTre {
  width:90%;
  height:auto;
  background:rgba(255,251,237,1);
  margin-left: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}
.ht-right-bg .mortgageBlockTre span {
  width:100%;
  max-height:66px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(42,42,42,1);
  line-height:22px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-align: justify;
}
.ht-right-bg .mortgageBlockfour {
  width:100%;
  height:25px;
  font-size:18px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:rgba(42,42,42,1);
  line-height:25px;
  margin-top: 14px;
  margin-left: 40px;
}
.ht-right-bg .mortgageBlockfive {
  width:90%;
  max-height:245px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(42,42,42,1);
  line-height:22px;
  margin-top: 8px;
  margin-left: 40px;
  text-align: justify;
  overflow: hidden;
}
.public-btn1 {
  margin-top: 32px;
  margin-left: 40px;
  width:160px;
  height:48px;
}
.deposit_cut_loan {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  /* padding-left: 10px; */
  border-radius: none;
  margin : 0 auto;
  margin-bottom: 5px;
}

.deposit_cut_loan .ul {
  list-style: none;
  position: relative;
  width: 356px;
  height: 42px;

}

.deposit_cut_loan .ul li {
  width: 172px;
  background: #fff;
  float: left;
  height:40px;
  margin-left: 10px;
  text-align: center;
  line-height: 40px;
  color: #2A2A2A;
  border: 1px solid rgb(225, 229, 233);
  border-radius: 10px 10px 0 0;
}
.deposit_cut_loan .ul li.active {
  background: #19baf2;
  color: #fff;
}
.deposit_cut_loan .ul li:hover {
  background: #19baf2;
  color: #fff;
}
.deposit_part{
  margin-left: 0 !important;
}


/* 借记卡贷记卡部分 */
.ht-creditCard {
  height:610px;
  background: url("../images/bj-debitCard.png") center center no-repeat;
  background-size:cover;
  position: relative;
  z-index: 0;
  padding-top: 40px;
  transition: all 2s;
  -webkit-transition: all 2s;
  -ms-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
}
/* .ht-creditCard .ht-middle-title {
  padding-top: 35px;
} */

.creditCardContent {
  margin: 0 auto;
  width: 1200px;
  /* height: 100%; */
  height : 500px;
  padding: 0px;
  position: relative;
  top: 0;
}
.personalFinancelast-arrow-left {
  position: relative;
  top: 262px;
  left: -6.5%;
  display: block;
  width:54px;
  height:54px;
  background:rgba(255,255,255,1);
  box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -ms-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  border:1px solid rgba(87,110,136,0.18);
}
.personalFinancelast-arrow-right {
  position: relative;
  top: 198px;
  left: 100.5%;
  width:54px;
  height:54px;
  background:rgba(255,255,255,1);
  box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  -ms-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.04);
  border:1px solid rgba(87,110,136,0.18);
}
.personalFinancelast-arrow-left span,
.personalFinancelast-arrow-right span {
  position: absolute;
  top: 20px;
  left: 15px;
  width:14px;
  height:14px;
  color:rgba(87,110,136,1);
  margin: 0 auto;
  font-size: 36px;
  line-height: 14px;
}
.ht-creditCard .ht-personalFinancelast-arrow-right,
.ht-creditCard .ht-personalFinancelast-arrow-left {
  top: 183px;
}
.creditlooperContents {
  position: relative;
  width: 100%;

  top: 0;
  overflow: hidden;
}
.creditlooperContents .swiper-wrapper {
  height: 420px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.cardslide {
  width: 100%;
  height: 420px;
  overflow: hidden;
  margin: 0 auto;
}
.creditCardBlock {
  width: 385px;
  height:100%;
  background:rgba(255,255,255,1);
  border-radius:18px 18px 0px 0px;
  float: left;
  margin-right: 20px;
}

.creditCardBlock img {
  width:100%;
  height:230px;
  background:rgba(156,156,156,1);
  border-radius:18px;
}
.credit_order {
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 100%;
  color: #EA6121;
  font-size: 70px;
  font-weight: bolder;
}
.creditCardBlock-car {
  width:100%;
  height:100px;
  font-size:50px;
  line-height: 100px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:#EA6121;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
.credit_car.actived .credit_order{
  width:100%;
  height:58px;
  font-size:50px;
  font-family:DINAlternate-Bold;
  font-weight:bold;
  color:#EA6121;
  line-height:58px;
}
.credit_car.actived .creditCardBlock-car {
  width:150px;
  height:42px;
  font-size:30px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:#EA6121;
  line-height:42px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.credit_car.actived .creditCardBlockcontent {
  width:293px;
  height:60px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(42,42,42,1);
  line-height:20px;
  text-align:  center;
  margin: 0 auto;
}
/* 个人-贵金属 */
.ht-metal {
  height:601px;
  background: url("../images/bj-metal.png") center center no-repeat;
  background-size:cover;
  position: relative;

  padding: 0;
  margin: 0;
}
.ht-metal .ht-middle-title {
  padding-top: 40px;
  font-size:50px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(255,255,255,1);
  line-height: 40px;
}
.ht-metal .ht-wraper {
  width:1200px;
  height:400px;
  background:rgba(255,255,255,0.93);
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
.ht-metal-left {
  width:300px;
  height:388px;
  background: url("../images/metal-left.png") center center no-repeat;
  box-shadow:0px 7px 10px 0px rgba(66,91,199,0.05);
  -webkit-box-shadow:0px 7px 10px 0px rgba(66,91,199,0.05);
  -moz-box-shadow:0px 7px 10px 0px rgba(66,91,199,0.05);
  -ms-box-shadow:0px 7px 10px 0px rgba(66,91,199,0.05);
  position: absolute;
  left: 29PX;
  top: -42PX;
}
.ht-metal-right {
  display: block;
  width: 1200px;
  height:400px;
  padding-left: 394px;
  padding-top: 42px;
  background:rgba(255,255,255,0.93);
}
.ht-metal-right .ht-right-bg {
  height: 295px;
  background: url("../images/metal-right.png") no-repeat right bottom;
}
.ht-metal-title {
  width:274px;
  height:42px;
  font-size:20px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:rgba(237,61,35,1);
  line-height:42px;
}
.ht-metal-right .ht-metal-desc {
  width:529px;
  height:106px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(82,82,82,1);
  line-height:20px;
  margin-top: 10px;
}
.ht-metal-right .public-btn1 {
  margin-top: 88px;
  margin-left: 0;
}

/* 人才招聘-巩海涛 */

.ht-jobs-header {
  height: 480px;
}

.ht-jobs-header .ht-perFinNavWords{
  width:510px;
  font-size:50px;
  font-family:PingFangSC-Regular;
  font-weight:600;
  color:rgba(255,255,255,1);
  line-height:84px;
  top: 154px;
}
.ht-jobs-header .ht-perFinNavWords p:nth-child(2){
  margin-left: 65px;
}
.ht-jobs-header .ht-perFinNavWords p:last-child{
  margin-left: 130px;
}

.ht-hire {
  width: 1200px;
  min-height: 425px;
  position: relative;
  margin: 0 auto;
}
.ht-hire-left {
  position: absolute;
  top: -120px;
  left: 0px;
  background:#FFF9F4;
  width:200px;
}
.ht-hire-left .ht-hire-top {
  width:200px;
  height:120px;
  background:#EA6121;
  font-size:30px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:120px;
  text-align: center;
  margin-bottom: 11px;
}
.ht-hire-left .ht-hire-body {
  width:200px;

  height: 266px;

  font-family:PingFangSC-Regular;
}
.ht-hire-left .ht-hire-body ul {
  width: 100%;
}
.ht-hire-left .ht-hire-body ul li {
  width:200px;
  height:60px;
  font-size:20px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:rgba(42,42,42,1);
  line-height:60px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.ht-hire-left .ht-hire-body ul li svg{
  float: right;
  margin-right: 30px;
  margin-top: 25px;
}
.ht-hire-left .ht-hire-body ul li:hover {
  background:#FFF3E7;
  color:#EA6121;
}
.ht-hire-left .ht-hire-body ul li:hover svg path{
  -webkit-fill : #EA6121;
  -moz-fill : #EA6121;
  fill : #EA6121;
}
.ht-hire-left .ht-hire-body ul li.actived {

  color:#EA6121;
  background:#FFF3E7;
}
.ht-hire-left .ht-hire-body ul li.actived svg path{
  -webkit-fill : #EA6121;
  -moz-fill : #EA6121;
  fill : #EA6121;

}
.ht-hire-left .ht-hire-body ul li.actived::before{
  position: absolute;
  top: 0;
  left: 0;
  width:6px;
  height:60px;
  background:#EA6121;
  content: '';
  display: block;
}
.ht-hire-right {
  display: block;
  width: 1200px;
  height:100%;
  padding-left: 230px;
  padding-top: 26px;
  overflow: hidden;
}
.ht-hire-right .ht-hire-top{
  width:220px;
  height:38px;
  font-size:30px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:rgba(42,42,42,1);
  line-height:42px;
  margin-left: 9PX;
}
.ht-hire-right .ht-hire-body {
  display: block;
  width: 100%;
  margin-top: 34PX;
}

.ht-hire-body ul {
  width: 100%;
}

.ht-hire-right .ht-hire-body ul li {
  width:970px;
  height:60px;
  padding-top: 19px;
  position: relative;
}
.ht-hire-right .ht-hire-body ul li span {
  width:100px;
  height:22px;
  font-size:16px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(0,0,0,1);
  line-height:22px;
}
.ht-hire-right .ht-hire-body ul li span.ht-hire-body-left {
  margin-left: 20px;
}
.ht-hire-right .ht-hire-body ul li span.ht-hire-body-date {
  position: absolute;
  right: 26px;
  top: 21px;
  width:120px;
  height:20px;
  font-size:14px;
  font-family:DINAlternate-Bold;
  font-weight:bold;
  color:#949494;
  line-height:16px;
}
.ht-hire-right .ht-hire-body ul li:nth-child(odd){
  background: #FCFCFC;
}
.ht-hire-right .ht-hire-body ul li:hover {
  background:rgba(224,240,251,1);
  color:#EA6121;
  cursor: pointer;
}

.ht-hire-right .ht-hire-body ul li.actived {
  background:rgba(224,240,251,1);
  color:#EA6121;
}

/* 关于我们 */



.ht-aboutus-header {
  height: 680px;
}

.ht-aboutus-header .ht-perFinNavWords {
  width:80%;
  height:84px;
  font-size:60px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:84px;
  margin-top: 132px;
}
.ht-jobsMain {
  width: 100%;
}
.ht-aboutBox {
  width: 1200px;
  height: 560px;
  position: relative;
  margin: 0 auto;
}
.ht-aboutBox .ht-about-top {
  width:206px;
  height:120px;
  /* background:#EA6121; */
  font-size:20px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:120px;
  text-align: center;
  position: absolute;
  top: -70px;
  left: 0px;
}
.ht-aboutus-left {
  width:600px;
  height: auto;
  margin-top: 40px;
  float: left;
}
.ht-aboutus-left1 {
  width:600px;
  margin-top: 0;
  height:500px;
  background:#E5F4FF;
  float: left;
  padding: 31px 17px 0 30px;
}
.ht-aboutus-left img {
  display: block;
  width: 100%;
}
.ht-aboutus-right {
  width:600px;
  height: 480px;
  float: right;
  padding: 17px 26px 0 36px;
  margin-top: 40px;
}
.swiper-container-ht-aboutus{
  overflow: hidden;
  height : 500px;
}
.ht-aboutus-right .ht-aboutus-top{
  margin-bottom: 20px;
}
.ht-aboutus-right-swipe {
  height: 500px;
  float: right;
  margin-top: 0;
  padding: 0;
  position: relative;
}
.ht-aboutus-right-swiper-pagination{
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  left: 0;
  z-index : 999;
}
.ht-aboutus-top{
  width:180px;
  height:56px;
  font-size:20px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(42,42,42,1);
  line-height:56px;
}

.ht-aboutus-right .public-btn1 {
  margin-top: 20px;
  margin-left: 0;
  width:160px;
  height:48px;
  cursor: pointer;
}
.ht-aboutus-body>p {
  width:538px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(42,42,42,1);
  line-height:22px;
  text-align: justify;
}
.ht-aboutus-body>div{
  width:90px;
  height:22px;
  font-size:16px;
  font-weight:500;
  color:#EA6121;
  line-height:20px;
  margin-top: 20px;
  cursor: pointer;
  background: url(../images/pc/ic-more.svg) no-repeat right 8px center;
}
.ht-aboutus-body>div img{
  margin-left: 10px;

}
.ht-aboutus-body>div:hover{
  text-decoration: underline;
}
.ht-aboutus-left1 .ht-aboutus-top {
  margin-bottom: 20px;
}
.ht-aboutus-left1 .ht-aboutus-body {
  width: 100%;
  height: 360px;
}

.ht-aboutus-left1 .ht-aboutus-body ul {
  width: 100%;
  height: 320px;
  display: block;
}
.ht-aboutus-left1 .ht-aboutus-body ul li {
  height: 40px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.ht-aboutus-left1 .ht-aboutus-body ul li span {
  width:420px;
  height:22px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:500;
  color:rgba(76,76,76,1);
  line-height:22px;
}
.ht-aboutus-left1 .ht-aboutus-body ul li span.ht-aboutus-body-date {
  width:105px;
  height:17px;
  font-size:12px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  /* color:rgba(94,94,94,1); */
  color: #949494;
  line-height:17px;
  position: absolute;
  right: 0px;
  top: 5px;
}

.ht-aboutus-left1 .ht-aboutus-body ul li:hover span:first-child {
  color:#EA6121;
  font-weight:500;
}

.ht-aboutus-left1 .ht-aboutus-body ul li.actived span:first-child{
  color:#EA6121;
  font-weight:500;
}

.ht-aboutus-left1 .public-btn1 {
  width:70px;
  height:32px;
  line-height: 32px;
  border-radius:25px;
  border:1px solid #EA6121;
  color: #EA6121;
  margin-top: 20px;
  margin-left: 0;
  font-size: 20px;
  cursor: pointer;
}
/* 建党之窗 */
.ht-jobsMain .ht-aboutBoxInfo {
  width:100%;
  height:530px;
  background: url("../images/bj2.png") center center no-repeat;
  background-size:cover;
  /* margin-top: 30px; */
  padding-top: 50px;
  position: relative;
}
.ht-aboutBoxInfo-arrow-left{
  position: absolute;
  width: 54px;
  height: 54px;
  left : 18px;

  top: 160px;
}
.ht-aboutBoxInfo-arrow-right{
  position: absolute;
  width: 54px;
  height: 54px;

  right: 18px;
  top: 160px;
}
.ht-aboutBoxInfo .swiper-container {
  width:1200px;
  height: 400px;
  margin-left: 10px;
}
/* .ht-aboutBoxInfo .swiper-container .swiper-wrapper {
  width: 100%;
} */
.ht-aboutBoxInfo .ht-swiperitem {
  /* width: 23.75%; */
  width: 285px;
  height: 400px;
  float: left;
  /* margin-right: 1.66%;   */
  margin-right: 20px;
  border-radius: 16px;
}
.ht-aboutBoxInfo .swiper-slide .ht-swiperitem1 {
  background: url("../images/party-bj.png") center center no-repeat;
}
.ht-aboutBoxInfo .swiper-slide .ht-swiperitem2 {
  background: url("../images/notice-bj.png") center center no-repeat;
}
.ht-aboutBoxInfo .swiper-slide .ht-swiperitem3 {
  background: url("../images/report-bj.png") center center no-repeat;
}
.ht-aboutBoxInfo .swiper-slide .ht-swiperitem4 {
  background: url("../images/hire-bj.png") center center no-repeat;
}
.ht-aboutBoxInfo .swiper-slide .ht-swiperitem p:first-child {
  width:173px;
  height:44px;
  font-size:20px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:42px;
  margin: 160px auto 0;
  text-align: center;
}

.ht-aboutBoxInfo .swiper-slide .ht-swiperitem .secTitel {
  width:259px;
  height:56px;
  font-size:14px;
  font-family:PingFangSC-Regular;

  color:rgba(255,255,255,1);
  line-height:20px;
  text-align: center;
  margin: 0 auto;
}

.ht-aboutBoxInfo .swiper-slide .ht-swiperitem .ht-public-btn {
  width:160px;
  height:50px;
  background:rgba(246,172,44,1);
  border-radius:25px;
  margin: 23px auto 0;
  padding-top: 14px;
}

.ht-aboutBoxInfo .swiper-slide .ht-swiperitem .ht-public-btn .ht-btn {
  width:64px;
  height:22px;
  font-size:16px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:22px;
  margin: 0 auto;
  cursor: pointer;
}
/* 联系我们 */

.ht-jobsMain .ht-contactus {
  width:100%;
  height:530px;
  background:rgba(247,247,247,1);
  padding-top: 40px;
}

.ht-contactus .ht-contactus-title {
  height:70px;
  color:rgba(51,51,51,1);
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  font-size: 40px;
}

.ht-contactus .contact-warper {
  width:1200px;
  height:320px;
  margin: 0 auto;
}
.ht-contactus .contact-warper .contact-left {
  width:606px;
  height:320px;
  background:rgba(224,224,224,1);
  float: left;
}
.ht-contactus .contact-warper .contact-right {
  width:594px;
  height:319px;
  background:#EA6121;
  float: right;
  padding: 26px 36px 8px 60px;
}
.contact-right .ht-wraper{
  width: 100%;
  height: 203px;
  display: block;
}
.contact-warper .contact-right .contact-tel {
  width:222px;
  height:163px;
  float: left;
  border-right: 1px dashed #979797;
}

.contact-right .contact-tel .ht-tel {
  height:30px;
  font-size:24px;
  font-family:DINAlternate-Bold;
  font-weight:bold;
  color:rgba(255,255,255,1);
  line-height:35px;
  cursor: pointer;
}
.contact-right .contact-tel .ht-words {
  font-size:16px;
  font-family:PingFangSC-Semibold;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:22px;
  margin-bottom: 11px;
}

.contact-warper .contact-right .contact-weibo {
  width:222px;
  height:163px;
  float: right;
  margin-top: 14px;
}
.contact-warper .contact-right .contact-weibo p {
  font-size:16px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:22px;
  text-align: center;
}
.contact-warper .contact-right .contact-weibo .wechat {
  width:103px;
  height:133px;
  float: left;
  margin-bottom: 20px;
}
.contact-warper .contact-right .contact-weibo .wechat:first-child {
  margin-right: 15px;
}
.contact-warper .contact-right .contact-weibo .wechat .ercode {
  width:103px;
  height:103px;
  background:rgba(255,255,255,1);
  margin-bottom: 10px;
}
.contact-warper .contact-right .contact-weibo .wechat .ercode img {
  width:91px;
  height:89px;
  margin: 7px auto
}
.contact-right .contact-address {
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:20px;
}

/* 普惠金融 巩海涛 */

.ht-puhuiNavWords {
  width: 520px;
  font-size:50px;
  font-family:PingFangSC-Semibold;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:87px;
  text-align: center;
  position: absolute;
  top: 301px;
  left: 50%;
  margin-left: -258px;
}
.ht-puhuiNavsectitle {
  width: 480px;
  font-size:30px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:42px;
  text-align: center;
  position: absolute;
  top: 390px;
  left: 50%;
  margin-left: -240px;
}
.ht-personInvest.puhui-loan {
  background: #619af5;

}
.ht-personInvest .ht-btnWraper {
  width: 1200px;
  height: 240px;
  margin: 0 auto;
}
.ht-personInvest .ht-btnWraper .ht-btncontainer {
  width: 830px;
  height: 100%;
  margin: 0 auto;
}
.ht-btnWraper .ht-btnitem {
  width:200px;
  height:216px;
  float: left;
  display: block;
  margin-right: 10px;
}
.ht-btnWraper .ht-btnitem.actived {
  width:200px;
  height:216px;
  background:rgba(255,255,255,1);
  box-shadow:0px 10px 12px 1px rgba(63,141,200,0.2);
  -webkit-box-shadow:0px 10px 12px 1px rgba(63,141,200,0.2);
  -moz-box-shadow:0px 10px 12px 1px rgba(63,141,200,0.2);
  -ms-box-shadow:0px 10px 12px 1px rgba(63,141,200,0.2);
  text-align: center;
}
.ht-btnWraper .ht-btnitem:last-child {
  margin-right: 0;
}
.ht-btnWraper .ht-btnitem img {
  width:80px;
  height:94px;
  background:rgba(255,255,255,1);
  border-radius:12px;
  border:1px solid #EA6121;
  margin: 33px 60px 0;
}

.ht-btnWraper .ht-btnitem .firstline {
  font-size:18px;
  /* font-family:PingFangSC-Medium; */
  font-weight:600;
  color:rgba(0,0,0,1);
  line-height:25px;
  text-align: center;
  margin-top: 20px;
}
.ht-btnWraper .ht-btnitem .secline {
  font-size:16px;
  font-family:PingFangSC-Light;
  font-weight:300;
  color:rgba(148,148,148,1);
  text-align: center;
  margin-top: 10px;
}
/* 秦易微贷 */
.ht-newqinyicontainer {
  width: 100%;
  height: 620px;
}
.ht-newqinyicontainer .pagination{
  bottom: 141px !important;

}
.ht-newqinyicontainer .financialBlock .financeinfo,
.ht-newqinyicontainer .financialBlock .blockBottom {
  padding-top: 0;
}
.ht-personInvest .ht-qinyiloan {
  height:54px;
  font-size:40px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(255,255,255,1);

  text-align: center;
}

.ht-qinyi-middletext {
  width:100%;
  font-size:16px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(243,243,243,1);
  line-height:22px;
  margin: 7px auto 0;
  text-align: center;
  margin-bottom: 20px;
}
.ht-businessCard {
  width:100%;
  height:738px;
  background:rgba(255,255,255,1);
}

.ht-businessCard .ht-businessCard-container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
.ht-businessCard .ht-businessCardtitle {
  width:100%;

  height: 56px;
  font-size:40px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(42,42,42,1);
  line-height:40px;
  text-align: center;
}
.ht-businessCard .ht-businessCardtitle2 {
  width:100%;
  font-size:16px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:22px;
  text-align: center;
}
.ht-personInvest .blockBottom svg path{
  fill: #ffffff;
  -webkit-fill: #ffffff;
  -moz-fill: #ffffff;
  -ms-fill: #ffffff;
}
/* 公务卡系列 */
.ht-huipucardlist {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 40px;
}
.ht-huipucardlist ul {
  display: block;
  width: 100%;
  height: 200px;
}
.ht-huipucardlist ul li {
  float: left;
  width: 20%;
  height: 188px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(218,218,218,1);
  border-right: 0;
  position: relative;
}
.ht-huipucardlist ul li.btn5{
  border-right:1px solid rgba(218, 218, 218, 1);
}
.ht-huipucardlist ul li img {
  display: block;
  margin: 40px auto 20px;
  width : 60px;
  height: 60px;
}
.ht-huipucardlist ul li p {
  height:22px;
  font-size:16px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(42,42,42,1);
  line-height:22px;
  text-align: center;
  margin: 0 auto;
}
.ht-huipucardlist ul li.actived {
  background:rgba(246,251,255,1);
  border:2px solid #EA6121;
}
/* 选中的按钮添加样式 */
.ht-huipucardlist ul li.actived:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  bottom: -16px;
  left: 50%;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid  #EA6121;
}

.ht-huipucardlist ul li.actived:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid rgba(246,251,255,1);
  z-index: 2;
}

.ht-businessCard-container .swiper-container1 {
  display: block;
  width: 1200px;
  height: 300px;
  overflow: hidden;
  margin: 0 12px;
}


.ht-businessCard-container .swiper-container1 .swiper-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}

.swiper-container1 .swiper-wrapper .swiper-slide {
  display: block;
  width: 100%;
  height: 246px;
}
.swiper-container1 .swiper-wrapper .swiper-slide .ht-businesscarditem {
  width:95%;
  height:246px;
  box-shadow:0px 10px 15px 4px rgba(157,217,246,0.21);
  -webkit-box-shadow:0px 10px 15px 4px rgba(157,217,246,0.21);
  -moz-box-shadow:0px 10px 15px 4px rgba(157,217,246,0.21);
  -ms-box-shadow:0px 10px 15px 4px rgba(157,217,246,0.21);
  border-radius:1px;
}
.swiper-container1 .swiper-wrapper .swiper-slide .ht-businesscarditem>div{
  padding: 20px 20px 0;
  background: url(../images/kapianbj.png) -20px -15px no-repeat;
}
.swiper-container1 .swiper-wrapper .swiper-slide.item1 .ht-businesscarditem{
  background:-webkit-linear-gradient(341deg, #4195C0 0%, #768AE1 100%);
  background:-moz-linear-gradient(341deg, #4195C0 0%, #768AE1 100%);
  background:-ms-linear-gradient(341deg, #4195C0 0%, #768AE1 100%);

  background:-o-linear-gradient(341deg, #4195C0 0%, #768AE1 100%);
  background:-webkit-gradient(linear, 0% 25% 75% 100%, from(#4195C0), to(#768AE1));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4195C0, endColorstr=#768AE1);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4195C0, endColorstr=#768AE1);
  background: linear-gradient(341deg, #4195C0 0%, #768AE1 100%);
}
.swiper-container1 .swiper-wrapper .swiper-slide.item2 .ht-businesscarditem {
  background: -webkit-linear-gradient(336deg, rgba(255, 145, 91, 1) 0%, rgba(255, 130, 26, 1) 100%);
  background: -moz-linear-gradient(336deg, rgba(255, 145, 91, 1) 0%, rgba(255, 130, 26, 1) 100%);
  background: -ms-linear-gradient(336deg, rgba(255, 145, 91, 1) 0%, rgba(255, 130, 26, 1) 100%);

  background: -o-linear-gradient(336deg, rgba(255, 145, 91, 1) 0%, rgba(255, 130, 26, 1) 100%);
  background: -webkit-gradient(linear, 0% 25% 75% 100%, from(#FF915B), to(#FF821A));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF915B, endColorstr=#FF821A);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF915B, endColorstr=#FF821A);
  background: linear-gradient(336deg, rgba(255, 145, 91, 1) 0%, rgba(255, 130, 26, 1) 100%);
}
.swiper-container1 .swiper-wrapper .swiper-slide.item3 .ht-businesscarditem {
  background:-webkit-linear-gradient(336deg, rgb(141, 24, 33) 0%, rgba(255, 130, 26, 1) 100%);
  background:-moz-linear-gradient(336deg, rgb(141, 24, 33) 0%, rgba(255, 130, 26, 1) 100%);
  background:-ms-linear-gradient(336deg, rgb(141, 24, 33) 0%, rgba(255, 130, 26, 1) 100%);

  background:-o-linear-gradient(336deg, rgb(141, 24, 33) 0%, rgba(255, 130, 26, 1) 100%);
  background:-webkit-gradient(linear, 0% 25% 75% 100%, from(#901821), to(#FF821A));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#901821, endColorstr=#FF821A);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#901821, endColorstr=#FF821A);
  background: linear-gradient(336deg, rgb(141, 24, 33) 0%, rgba(255, 130, 26, 1) 100%);
}
.swiper-container1 .swiper-wrapper .swiper-slide.item4 .ht-businesscarditem {
  background: -webkit-linear-gradient(322deg, rgba(77, 202, 150, 1) 0%, rgba(65, 192, 147, 1) 100%);
  background: -moz-linear-gradient(322deg, rgba(77, 202, 150, 1) 0%, rgba(65, 192, 147, 1) 100%);
  background: -ms-linear-gradient(322deg, rgba(77, 202, 150, 1) 0%, rgba(65, 192, 147, 1) 100%);

  background: -o-linear-gradient(322deg, rgba(77, 202, 150, 1) 0%, rgba(65, 192, 147, 1) 100%);
  background:-webkit-gradient(linear, 0% 25% 75% 100%, from(#4DCA96), to(#41C093));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4DCA96, endColorstr=#41C093);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4DCA96, endColorstr=#41C093);
  background: linear-gradient(322deg, rgba(77, 202, 150, 1) 0%, rgba(65, 192, 147, 1) 100%);
}
.swiper-container1 .swiper-wrapper .swiper-slide.item5 .ht-businesscarditem {
  background:-webkit-linear-gradient(341deg, rgb(23, 134, 47) 0%, rgba(65, 149, 192, 1) 100%);
  background:-moz-linear-gradient(341deg, rgb(23, 134, 47) 0%, rgba(65, 149, 192, 1) 100%);
  background:-ms-linear-gradient(341deg, rgb(23, 134, 47) 0%, rgba(65, 149, 192, 1) 100%);

  background:-o-linear-gradient(341deg, rgb(23, 134, 47) 0%, rgba(65, 149, 192, 1) 100%);
  background:-webkit-gradient(linear, 0% 25% 75% 100%, from(#17862F), to(#4195C0));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#17862F, endColorstr=#4195C0);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#17862F, endColorstr=#4195C0);
  background: linear-gradient(341deg, rgb(23, 134, 47) 0%, rgba(65, 149, 192, 1) 100%);
}
.swiper-container1 .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.swiper-container1 .swiper-wrapper .swiper-slide:first-child {
  box-shadow:0px 10px 15px 4px rgba(157,217,246,0.21);
  -webkit-box-shadow:0px 10px 15px 4px rgba(157,217,246,0.21);
  -moz-box-shadow:0px 10px 15px 4px rgba(157,217,246,0.21);
  -ms-box-shadow:0px 10px 15px 4px rgba(157,217,246,0.21);
  border-radius:1px;
}


.swiper-container1 .swiper-wrapper .swiper-slide .businesscard-title{
  height:42px;
  font-size:20px;
  /* font-family:PingFangSC-Medium; */
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:42px;
  margin-bottom:20px;
}

.swiper-container1 .swiper-wrapper .swiper-slide .businesscard-sectitle{
  width: 320px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:normal;
  color:rgba(255,255,255,1);
}

.ht-businessCard .public-btn {
  margin: 30px 0;
  background: transparent;
  color: #fff;
  border-radius:25px;
  border:1px solid rgba(255,255,255,1);
  width:160px;
  height:48px;
}
.ht-businessCard .ht-public-btn .public-btn:hover{
  color: #FF650A;
  background: #fff;
}

.swiper-container2 .swiper-wrapper .swiper-slide.actived .public-btn{
  background:rgba(255,255,255,1);
  color:rgba(255,101,10,1);
}
.ht-businessCard .ht-personalFinancelast-arrow-left{
  left: -74px;
  top: 65% !important;
}
.ht-businessCard .ht-personalFinancelast-arrow-right {
  right: -74px;
  top: 65% !important;
}
/* 联系我们 */
.ht-huipucontact {
  width:100%;
  /* height: auto; */
  background: url("../images/bj-puhuicontact.png") center center no-repeat;
  background-size: cover;
  padding-top: 40px;
}
.ht-huipucontact .ht-businessCardtitle {
  width:410px;
  height:56px;
  font-size:40px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(42,42,42,1);
  line-height:40px;
  text-align: center;

  margin: 0 auto;
}
.ht-huipucontact .ht-businessCardtitle2 {
  width:100%;
  font-size:16px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:22px;
  text-align: center;
}
.ht-huipucontact .ht-contactuslist {
  width: 1200px;
  margin: 30px auto 0;
}
.ht-huipucontact .ht-contactuslist ul {
  display: block;
  /* height: 410px; */
  height: 285px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.ht-huipucontact .ht-contactuslist ul li {
  /* width:285px; */
  /* width: 45%; */
  width:600px;
  /* height: 390px; */
  height: 265px;
  float: left;

  /* margin-right: 5%; */
  margin-bottom: 20px;

}
.ht-huipucontact .ht-contactuslist ul li>div{
  width: 95%;
  background:rgb(255, 255, 255);
  margin: 0 auto;
  border: 1px solid #eee;
}
/* .ht-huipucontact .ht-contactuslist ul li:nth-child(4n) {
  margin-right: 0;
  background:rgba(255,255,255,1);
} */
.ht-huipucontact .ht-contactuslist ul li .ht-contactuslist-right{
  width: 248px;
  height: 100%;
  display: inline-block;
  vertical-align: top;

}
.ht-huipucontact .ht-contactuslist ul li img {
  width:285px;
  height:265px;
  /* display: block; */
}
.ht-huipucontact .ht-contactuslist ul li .contactname{
  margin: 0 auto;
  margin-top: 33px;
  text-align: center;
  font-size:25px;
  /* font-family:PingFangSC-Medium; */
  font-weight:bold;
  color:rgba(42,42,42,1);
  line-height:40px;
}
.ht-huipucontact .ht-contactuslist ul li .contacttitle {
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  font-size:16px;
  /* font-family:PingFangSC-Medium; */
  /* font-weight:500; */
  color:rgba(109,109,111,1);
  line-height:20px;
  height: 20px;
}

.ht-huipucontact .ht-contactuslist ul li .contacttel {
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  font-size:20px;
  font-family:DINAlternate-Bold;
  font-weight:bold;
  color:#EA6121;
  line-height:24px;
}
.ht-huipucontact .ht-contactuslist ul li .contacttel img{
  /* float: left;
  margin-left: 73px; */
  vertical-align: text-bottom;
  width: 24px;
  height: 24px;
}
/* .ht-huipucontact .ht-contactuslist ul li .contacttel span{
  float: left;
} */
.ht-huipucontact .ht-contactuslist .ht-public-btn{
  margin: 40px auto;
  padding-bottom: 45px;
}
.ht-huipucontact .ht-contactuslist .ht-public-btn .public-btn {
  color:#EA6121;
  text-align: center;
  background:rgba(255,255,255,1);
  border:1px solid #EA6121;
  margin: 0 auto;
}
.ht-huipucontact .ht-contactuslist .ht-public-btn .public-btn:hover{
  background: #EA6121;
  color: #fff;
}
.ht-huipucontact .ht-contactuslist .ht-public-btn .public-btn svg{
  vertical-align:middle;
  margin-left: 3px;
  margin-top: 15px;
}


/* 秦易微贷商品 */
.ht-financialBlock {
  width:285px;
  height:388px;
  background:rgba(255,255,255,1);
  padding-top: 0;

}
.ht-investmentFinance .swiper-container{
  overflow-y: visible !important;
}
.ht-newqinyicontainer .swiper-slide {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.ht-newqinyicontainer .swiper-slide:hover {
  /* -webkit-transform: scale(1.02, 1.08);
  -o-transform: scale(1.02, 1.08);
  -moz-transform: scale(1.02, 1.08);
  -ms-transform: scale(1.02, 1.08);
  transform: scale(1.02, 1.08); */
  margin-top: 20px;
}
.ht-financialBlock:hover{

  cursor: pointer;
}
.ht-newqinyicontainer .ht-financialBlock{

  box-shadow: 0px 3px 0px 0px #eee;
}
.ht-financialBlock .blockTop{
  width:285px;
  height:90px;
  padding-top: 0;
  /* background:url(../images/kapianbj.png) -20px -15px no-repeat,linear-gradient(158deg,rgba(255,77,76,1) 0%,rgba(255,143,95,1) 100%); */
}
.ht-financialBlock1 .blockTop{
  background:-webkit-linear-gradient(158deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
  background:-moz-linear-gradient(158deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
  background:-ms-linear-gradient(158deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);

  background:-o-linear-gradient(158deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
  background:-webkit-gradient(linear, 0% 25% 75% 100%, from(#FF4D4C), to(#FF8F5F));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4D4C, endColorstr=#FF8F5F);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF4D4C, endColorstr=#FF8F5F);
  background: linear-gradient(158deg,rgba(255,77,76,1) 0%,rgba(255,143,95,1) 100%);
}
.ht-financialBlock2 .blockTop{

  background:-webkit-linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);
  background:-moz-linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);
  background:-ms-linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);

  background:-o-linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);
  background:-webkit-gradient(linear, 0% 25% 75% 100%, from(#922DE6), to(#4734D0));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#922DE6, endColorstr=#4734D0);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#922DE6, endColorstr=#4734D0);
  background:linear-gradient(158deg,rgba(146,45,230,1) 0%,rgba(71,52,208,1) 100%);

}
.ht-financialBlock3 .blockTop{
  background:-webkit-linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);
  background:-moz-linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);
  background:-ms-linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);

  background:-o-linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);
  background:-webkit-gradient(linear, 0% 25% 75% 100%, from(#33A6F1), to(#7C93F8));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#33A6F1, endColorstr=#7C93F8);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#33A6F1, endColorstr=#7C93F8);

  background:linear-gradient(158deg,rgb(51, 166, 241) 0%,rgb(124, 147, 248) 100%);
}
.ht-financialBlock4 .blockTop{

  background:-webkit-linear-gradient(158deg, #FF8426 0%, #FF9158 100%);
  background:-moz-linear-gradient(158deg, #FF8426 0%, #FF9158 100%);
  background:-ms-linear-gradient(158deg, #FF8426 0%, #FF9158 100%);

  background:-o-linear-gradient(158deg, #FF8426 0%, #FF9158 100%);
  background:-webkit-gradient(linear, 0% 25% 75% 100%, from(#FF8426), to(#FF9158));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF8426, endColorstr=#FF9158);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF8426, endColorstr=#FF9158);
  background: linear-gradient(158deg, #FF8426 0%, #FF9158 100%);
}
.ht-financialBlock5 .blockTop {

  background: -webkit-linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
  background: -moz-linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
  background: -ms-linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);

  background: -o-linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
  background: -webkit-gradient(linear, 0% 25% 75% 100%, from(#FF7B41), to(#FF5D2E));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF7B41, endColorstr=#FF5D2E);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF7B41, endColorstr=#FF5D2E);
  background: linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
}
.ht-financialBlock6 .blockTop {

  background: -webkit-linear-gradient(158deg, #43C293 0%, #32C989 100%);
  background: -moz-linear-gradient(158deg, #43C293 0%, #32C989 100%);
  background: -ms-linear-gradient(158deg, #43C293 0%, #32C989 100%);

  background: -o-linear-gradient(158deg, #43C293 0%, #32C989 100%);
  background: -webkit-gradient(linear, 0% 25% 75% 100%, from(#43C293), to(#32C989));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#43C293, endColorstr=#32C989);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#43C293, endColorstr=#32C989);
  background: linear-gradient(158deg, #43C293 0%, #32C989 100%);
}
.ht-financialBlock7 .blockTop{

  background:-webkit-linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);
  background:-moz-linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);
  background:-ms-linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);

  background:-o-linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);
  background:-webkit-gradient(linear, 0% 25% 75% 100%, from(#922DE6), to(#4734D0));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#922DE6, endColorstr=#4734D0);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#922DE6, endColorstr=#4734D0);
  background:linear-gradient(158deg,rgba(146,45,230,1) 0%,rgba(71,52,208,1) 100%);

}
.ht-financialBlock8 .blockTop{
  background:-webkit-linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);
  background:-moz-linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);
  background:-ms-linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);

  background:-o-linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);
  background:-webkit-gradient(linear, 0% 25% 75% 100%, from(#33A6F1), to(#7C93F8));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#33A6F1, endColorstr=#7C93F8);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#33A6F1, endColorstr=#7C93F8);

  background:linear-gradient(158deg,rgb(51, 166, 241) 0%,rgb(124, 147, 248) 100%);
}
.ht-financialBlock9 .blockTop{

  background:-webkit-linear-gradient(158deg, #FF8426 0%, #FF9158 100%);
  background:-moz-linear-gradient(158deg, #FF8426 0%, #FF9158 100%);
  background:-ms-linear-gradient(158deg, #FF8426 0%, #FF9158 100%);

  background:-o-linear-gradient(158deg, #FF8426 0%, #FF9158 100%);
  background:-webkit-gradient(linear, 0% 25% 75% 100%, from(#FF8426), to(#FF9158));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF8426, endColorstr=#FF9158);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF8426, endColorstr=#FF9158);
  background: linear-gradient(158deg, #FF8426 0%, #FF9158 100%);
}
.ht-financialBlock10 .blockTop {

  background: -webkit-linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
  background: -moz-linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
  background: -ms-linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);

  background: -o-linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
  background: -webkit-gradient(linear, 0% 25% 75% 100%, from(#FF7B41), to(#FF5D2E));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF7B41, endColorstr=#FF5D2E);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF7B41, endColorstr=#FF5D2E);
  background: linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
}
.ht-financialBlock11 .blockTop {

  background: -webkit-linear-gradient(158deg, #43C293 0%, #32C989 100%);
  background: -moz-linear-gradient(158deg, #43C293 0%, #32C989 100%);
  background: -ms-linear-gradient(158deg, #43C293 0%, #32C989 100%);

  background: -o-linear-gradient(158deg, #43C293 0%, #32C989 100%);
  background: -webkit-gradient(linear, 0% 25% 75% 100%, from(#43C293), to(#32C989));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#43C293, endColorstr=#32C989);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#43C293, endColorstr=#32C989);
  background: linear-gradient(158deg, #43C293 0%, #32C989 100%);
}
.ht-financialBlock .blockTop>div{
  padding:22px 17px;
  height: 100%;
  background:url(../images/kapianbj.png) -20px -15px no-repeat;
}
.ht-financialBlock .blockTop .financial-home{
  width: 100%;
  float: left;
  height: 28px;
  margin-left: 0;
  font-size:20px;
  font-family:PingFangSC-Semibold;
  font-weight:600;
  color:rgba(255,255,255,1);
  line-height:28px;
}

.ht-financialBlock .blockTop .finance-products {
  float: right;
  font-size:12px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:17px;
  margin-left: 0;
  margin-top: 3px;
}
.ht-financialBlock .puhuiloanBlock{
  padding: 0;
}
.ht-financialBlock .puhuiloanBlock img{
  width: 100%;
  height: 172px;
}
.ht-financialBlock .puhuiloanBlock p{
  margin: 9px 20px;
  height: 80px;
  width: 250px;
  text-align: left;
  overflow: hidden;
  color:rgba(61, 61, 61, 1);
  font-size: 14px;
  font-family:PingFangSC-Regular;
  line-height: 20px;
}
.ht-financialBlock .financeinfo {
  width:285px;
  height:210px;
}
.ht-financialBlock .financeinfo .rate-percent{
  font-size:90px;
  font-family:DINAlternate-Bold;
  font-weight:bold;
  color:rgba(235,96,49,1);
  line-height:104px;
}
.ht-financialBlock .financeinfo .financialBlock-content{
  font-size:16px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(235,96,49,1);
  line-height:22px;
}
.ht-financialBlock .financeinfo .financialBlock-date{
  font-size:20px;
  font-family:PingFangSC-Light;
  font-weight:300;
  color:rgba(148,148,148,1);
  line-height:28px;
}
.ht-financialBlock .blockBottom {
  display: block;
  width:285px;
  height:43px;
  font-size:14px;
  font-weight:500;
  color:#Ea6121;
  line-height:20px;
  padding-left: 20px;
  text-align: left;
}
.ht-financialBlock .blockBottom:hover span{
  text-decoration: underline;
}
.ht-financialBlock .blockBottom span{
  float: left;
}
.ht-financialBlock .blockBottom svg{
  float: left;
  margin-left: 5px;
  margin-top: 4px;
}
.ht-financialBlock .blockBottom svg path{
  fill: #Ea6121;
}

.public-btn1:hover {
  background:#EA6121;
  color:rgba(255,255,255,1);
  border-radius:25px;
  border:1px solid #EA6121;
}

/* .public-btn:hover {
  background:#EA6121;
  color:rgba(255,255,255,1);
  border-radius:25px;
  border:2px solid #EA6121;
} */
/* swiper分页器样式 */
.creditlooperContents .swiper-wrapper,.ht-personInvest .swiper-wrapper,.ht-businessCard .swiper-wrapper,.ht-personInvest .swiper-wrapper,.ht-aboutBoxInfo .swiper-wrapper{
  overflow: hidden;
  height: 420px;
}
.creditlooperContents .swiper-wrapper .swiper-slide,.ht-personInvest .swiper-wrapper .swiper-slide,.ht-businessCard .swiper-wrapper .swiper-slide,.ht-personInvest .swiper-wrapper .swiper-slide,.ht-aboutBoxInfo .swiper-wrapper .swiper-slide{
  overflow: hidden;
  height: 100%;
}
.pagination,
.pagination1 {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.ht-investmentFinance .pagination {
  bottom: 141px;
  z-index: 2;
}
.creditCardContent .pagination1 {
  bottom: 108px;
  z-index: 2;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}

/* 轮播图左右按钮 */
.arrowbox {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.ht-personalFinancelast-arrow-left {
  position: absolute;

  left: 8px;
  top: 30%;
  width:54px;
  height:54px;
  z-index: 20;
}
.ht-personalFinancelast-arrow-right {
  position: absolute;

  right: 27px;
  top: 30%;
  width:54px;
  height:54px;
  z-index: 20;
}

.ht-businessCard-container .ht-personalFinancelast-arrow-left {
  top: 60%;
  z-index: 5;
  display: block;
}

.ht-businessCard-container .ht-personalFinancelast-arrow-right {
  top: 60%;
  z-index: 5;
  display: block;
}


/* 公司普惠 */
.company_puhui{
  height: 660px;
  position: relative;
  background: url(../images/bj-puhuiqinyi.png) no-repeat center top ,rgba(0, 0, 0, .05);
  background-size: cover;
  padding-top: 40px;
}
.company_puhui .major{
  width: 1100px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.company_puhui .rich,
.company_puhui .lastrich,
.company_puhui .deposit,
.company_puhui .loan {
  float: left;
  width: 500px;
  height: 230px;
  box-shadow: 0px 3px 0px 0px rgba(0, 104, 182, 0.16);
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 104, 182, 0.16);
  -moz-box-shadow: 0px 3px 0px 0px rgba(0, 104, 182, 0.16);
  -ms-box-shadow: 0px 3px 0px 0px rgba(0, 104, 182, 0.16);
  border-radius: 8px;
  border: 1px solid rgba(225, 225, 225, 1);
  padding-top: 21px;
  padding-left: 31px;
  position: relative;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  cursor: pointer;
}
.company_puhui .rich{
  background: #FFBFA3;
}
.company_puhui .lastrich {
  background: #D5DBF1;
}
.company_puhui .deposit {
  background: #C0EFEE;
}
.company_puhui .loan {
  background: #FFEFC3;
}
.company_puhui .rich:hover,
.company_puhui .lastrich:hover,
.company_puhui .deposit:hover,
.company_puhui .loan:hover {
  border: 1px solid #EA6121;
  box-shadow: 2px 2px 20px 0px rgba(21, 148, 255, 0.09);
  -webkit-box-shadow: 2px 2px 20px 0px rgba(21, 148, 255, 0.09);
  -moz-box-shadow: 2px 2px 20px 0px rgba(21, 148, 255, 0.09);
  -ms-box-shadow: 2px 2px 20px 0px rgba(21, 148, 255, 0.09);
}



.rich,
.deposit {
  margin-left: 35px;
  margin-right: 30px;
}

.rich,
.lastrich {
  margin-bottom: 25px;
}
.company_puhui .ht-personalFinancelast-arrow-right,
.company_puhui .ht-personalFinancelast-arrow-left {
  top: 295px;
  z-index:200;
}
.company_puhui p {
  width: 75%;
  height: 66px;
  line-height: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 22px;
}

.company_puhui .functibonBox_detail {
  width: 160px;
  height: 48px;
  background: #fff;
  border-radius: 24px;
  font-size: 18px;
  color: #Ea6121;
  position: absolute;
  top: 162px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

.company_puhui .functibonBox_detail:hover {
  background: #Ea6121;
  color: #fff;
}


.company_puhui .major img {
  width: 98px;
  height: 98px;
}

.company_puhui .ht-personalFinancelast-arrow-left{
  left:-5px;
}
.company_puhui .ht-personalFinancelast-arrow-right {
  right: -5px;
}
/* 网点地图 */



.content_1 {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  overflow: auto;
  margin-bottom: 20px;
  font-family:PingFangSC-Regular;
}
.Mapdetail{ padding:0 10px;}
.Mapdetail dt img{margin-top:10px;position:absolute;}
.Mapdetail dl dd{width: 96%;text-align:left;padding-left:25px;padding-top:10px;}
.Mapdetail1 dl dd{ width:96%; text-align:left; padding-left:10px; padding-top:10px;font-size:14px;}
.fl{
  float: left;
}
.content_new {
  padding: 0;
}

.new_maplist {
  box-sizing: border-box;
  border: 1px solid #bbbaba;
  background: #fff;
}

.map_left {
  width: 25%;
  border-right: 1px solid #d7d7d7;
  box-sizing: border-box;
}

.map_left dl {
  padding: 20px;
  border-bottom: 1px solid #d7d7d7;
  box-sizing: border-box;
  background: #fff;
  transition: all .1s linear;
}

.map_left dl:last-child {
  border-bottom: none;
}

.map_left dl:hover {
  background: #f2f1f4;
  cursor: pointer;
}

.map_left dl:last-child:hover {
  background: #fff;
}

.map_left h1 {
  font-size: 20px;
  color: #005FC3;
  line-height: 50px;
  height: 50px;
  padding-left: 13%;
  background: url(../images/new_logo.png) left center no-repeat;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map_left h2 {
  font-size: 16px;
  color: #666666;
  width: 100%;
  padding-left: 13%;
  box-sizing: border-box;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

button {
  border: none;
  background: none;
  outline: none;
}

.new_list_btn {
  text-align: center;
}

.new_btn {
  width: 80px;
  height: 32px;
  border: 1px solid #005FC3;
  color: #005FC3;
  font-size: 14px;
  transition: all .1s linear;
  margin: 0 10px;
}

.new_btn:hover {
  background: #005FC3;
  color: #fff;
}

.map_right {
  width: 75%;
}

.new_wdcx_select {
  padding: 20px 10px;
  background: #Ea6121;
  height: 80px;
  margin: 0 auto;
}

input,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
}

/* 下面这行代码  清除ie默认浏览器选择框样式，隐藏下拉箭头 */
select::-ms-expand {
  display: none;
}

.new_wdcx_select h1 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  padding-left: 10px;
}

.new_select {
  width: 172px;
  height: 40px;
  line-height: 40px;
  outline: none;
  font-size: 14px;
  color: #666666;
  background: url(../images/new_select_bg.png) 140px center no-repeat;
  padding-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: none;
}

.new_wdcx_select dl {
  width: 225px;
  height: 40px;
  margin-top: 0;
  overflow: hidden;
}

.new_text {
  width: 165px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  padding-left: 10px;
}

.new_wdcx_select dl dd {
  width: 40px;
  height: 40px;
  background: url(../images/new_wdcx_search.png) center center no-repeat;
  background-size: 100%;
  cursor: pointer;
  margin: 0;
}

/* 兼容ie浏览器的 */
.virtualSelect {
  float: left;
  width: 172px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  display: none;
  padding-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: none;
}

.virtualSelect .ul {
  display: none;
  list-style: none;
  position: relative;
  z-index: 100;
}

.virtualSelect .ul li {
  width: 172px;
  margin-left: -10px;
  background: #fff;
}

.virtualSelect .ul li>a {
  display: block;
  padding: 2px 5px;
  border: 1px solid transparent;
  color: #000;
  text-decoration: none;
}

.virtualSelect .ul li>a:hover {
  border: 1px solid #83B7D3;
  border-radius: 3px;
  background-image: linear-gradient(#68daff, #19baf2, #68daff);
  background-image: -ms-linear-gradient(#68daff, #19baf2, #68daff);
  color: #fff;
}

.virtualSelect .selected {
  position: relative;
}

.virtualSelect .bg1 {
  position: absolute;
  top: 16px;
  right: 8px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* 搜索结果页 列表页 */
.searchresult{
  padding: 0 50px;
  margin-top : 30px;
}
.searchresult p{
  color: rgb(42,42,42);
  font-weight: 500px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  font-family: PingFangSC;
}
.pc-maincont-top{
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-bottom: 1px solid #DDDDDD;
  font-weight: 600px;

}
.cont_main_notice_list{
  min-height: 500px;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #DDDDDD;
}
.cont_main_notice_list ul li{
  height: 40px;
  line-height: 40px;
  font-family:PingFangSC-Regular;
  border-bottom: 1px dashed #EEEEEE;
  font-size:16px;
}
.cont_main_notice_list ul li span:first-child{
  float: left;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #Ea6121;
  margin-right: 13px;
  margin-top: 17px;
}
.cont_main_notice_list ul li a{
  color: #303030;
}

.cont_main_notice_list ul li a:hover{
  color: #Ea6121;
}
.cont_main_notice_list ul li .cont_main_right_right {
  color: #949494;
  float: right;
}
.page{
  margin-right: 10px;
  color: #303030;
}
.page:hover{
  color: #Ea6121;
}
/* 计算器 */
.middle-right{
  height: 500px;
  margin: 20px auto;
  width:800px;
  border: 1px solid #DDDDDD;
}
.select_165 {
  width: 162px;
  height: 20px;
  padding-left: 3px;
  font-size: 12px;
  -webkit-appearance: menulist;
  appearance: menulist;
}

.text_158 {
  width: 153px;
  height: 20px;
  padding: 0;
  padding-left: 5px;
  font-size: 12px;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.receipt_tittle {
  width: 100%;
  height: 33px;
  float: left;
  /* background: url(../images/vote_07.jpg) repeat-x; */

  background:-ms-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);

  background:-ms-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -ms-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -moz-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -webkit-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -o-linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
  background: -webkit-gradient(linear, 0% 25% 75% 100%, from(#FF544E), to(#FF804E));
  filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF544E, endColorstr=#FF804E);
  -ms-filter : progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FF544E, endColorstr=#FF804E);
}

.receipt_tittle h2 {
  width: 100%;
  height: 33px;
  /* float: left; */
  line-height: 33px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin: 0;
  color: #fff;
}

/*.receipt_bg {background: url(../images/receipt_bg.jpg) right bottom no-repeat;}*/
.receipt_main {
  width: 100%;
  height: auto !important;
  height: 480px;
  /*min-height:480px;*/
  float: left;
  padding-bottom: 10px;
  line-height: 30px;
}
.receipt_main>div{
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
}
.receipt_main>div a{
  color: rgb(42, 42, 42);
}
.receipt_main>div a:hover{
  color: #Ea6121;
}
.receipt_main input,
.receipt_main select {
  -webkit-appearance: normal;
  appearance: normal;
  border: 1px solid #a9a9a9;
}

.receipt_main li {
  width: 100%;
  height: 30px;
  border-top: 1px solid #CCCCCC;
  line-height: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.receipt_main dt {
  width: 280px;
  height: 30px;
  float: left;
  line-height: 30px;
  border-right: 1px solid #CCCCCC;
  text-align: right;
  margin: 0px;
  overflow: hidden;
  padding-right: 10px;
}

.receipt_main dd {
  width: auto;
  height: 30px;
  float: left;
  margin: 0px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 4px;
}

.receipt_main img {
  width: 73px;
  height: 18px;
  border: 1px solid #7f9db9;
  cursor: pointer;
}

.receipt_kao {
  height: 24px;
  width: 716px;
  float: left;
  padding: 3px 0;
}

.receipt_kao a {
  width: 67px;
  height: 24px;
  float: left;
  background: url(../images/vote_11.jpg) no-repeat;
  text-align: center;
  color: #6f6f6f;
  font-size: 12px;
  border: none;
  cursor: pointer;
  line-height: 24px;
}

.receipt_1 {
  width: 457px;
  height: 26px;
  float: left;
  padding-left: 3px;
  line-height: 26px;
  color: #2d2d2d;
}

.receipt_logo {
  width: 180px;
  height: 51px;
  padding: 19px 0 0 10px;
  float: left;
}

.receipt_top {
  width: 541px;
  height: 60px;
  padding-top: 12px;
  float: left;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.receipt {
  width: 921px;
  height: auto;
  float: left;
  padding-left: 20px;
  line-height: 20px;
}

.receipt table {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  line-height: 20px;
  float: left;
}

.receipt td {
  padding: 0 4px;
}

.receipt_bottom {
  width: 918px;
  height: 40px;
  float: left;
  line-height: 40px;
  text-align: right;
}

.receipt_input {
  width: 300px;
  height: auto !important;
  height: 500px;
  min-height: 500px;
  float: left;
  padding-left: 320px;
}

.receipt_input li {
  width: 94px;
  height: 30px;
  float: left;
}

.receipt_input input {
  margin: 3px 13px;
}

.button_white67 {
  width: 67px;
  height: 24px;
  margin: auto;
  background: url(../images/vote_11.jpg) no-repeat;
  text-align: center;
  color: #6f6f6f;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
.swiper-container1{
  overflow: hidden;
}
.swiper-container2 {
  overflow: hidden;
}
.swiper-container-com-puhui{
  height: 495px;
  overflow: hidden;
}
/*pc-二级页面贵金属详情1*/
.preciousMetal_barbg2 {
  width: 100%;
  cursor: default;
  height: 400px;
}
.preciousMetal_moreproduct .public-btn {
  margin-bottom: 20px;
  margin-top: 20px;
}
.preciousMetal_moreproduct .ht-public-btn .public-btn svg {
  vertical-align: middle;
  margin-left: 3px;
}
.preciousMetal_barbg2 img {
  width: 100%;
  height: 400px;
}

.preciousMetalDetails_contents1 {
  width: 100%;
  margin: 0 auto;
  cursor: default;
  position: relative;

}

.preciousMetal_moreproduct {
  width: 100%;
  margin: 0 auto;
}

.preciousMetal_moreproduct ul {
  width: 100%;
  display: inline-block;
  padding-left: 0;
  overflow: hidden;
  height: 602px;
}

.preciousMetal_moreproduct ul li {
  height: 602px;
  width: 31%;
  background: #f9f9f9;
  margin: 10px;
  overflow: hidden;
  float: left;
}

.preciousMetal_moreproduct ul li img {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.upst_txt {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 25px;
  margin-bottom: 0;
}

.downst_txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  color: #c7c7c7;
}

.preciousMetal_covering_layer {
  width: 100%;
  height: 600px;
  opacity: 0;
  filter: Alpha(opacity=0);
  position: relative;
  color: #ffffff;
  background: rgba(3, 0, 0, .6);
}

.upst_txt_cover {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: 130px;
  margin-bottom: 0;
}

.downst_txt_cover {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.precious_content_cover {
  display: block;
  text-align: left;
  font-size: 12.8px;
  width: 82.76%;
  margin: 0 auto;
  margin-top: 36px;
  line-height: 2;
}

.content_button_cover {
  position: relative;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  font-size: 16.46px;
  color: #fefefe;
  background-color: #339ee9;
  width: 46.68%;
  height: 52px;
  border-style: none;
  border-radius: 40px 40px 40px 40px;
  z-index: 2;
  behavior: url(css/PIE.htc);
  outline: none;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}

.preciousMetal_moreproduct ul li .preciousMetal_covering_layer {
  opacity: 0;
  filter: Alpha(opacity=0);
  margin-top: -325px;
}

.preciousMetal_moreproduct ul li:hover .preciousMetal_covering_layer {
  opacity: 1;
  filter: Alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99030000, endColorstr=#99030000);
  margin-top: -570px;
}

:root .preciousMetal_moreproduct ul li:hover .preciousMetal_covering_layer {
  opacity: 1;
  filter: Alpha(opacity=100);
}

.preciousMetal_moreproduct ul li:hover .content_button_cover {
  opacity: 1;
  filter: Alpha(opacity=100);
}
/* 贵金属详情 */
.financial-position_precious {
  position: relative;
  width: 100%;
  z-index: 50;
  background: #f8f8f8;
}

.preciousMetal_barbg1 {
  width: 100%;
  cursor: default;
  height: 340px
}

.preciousMetal_barbg1 img {
  width: 100%;
  height: 524px;
}

.fulushou_goldblock {
  height: 566px;
  width: 1050px;
  margin: 0 auto;
  top: -306px;
  cursor: default;
  position: relative;
}

.fulushou_gold-bgimg {
  width: 100%;
  height: 100%;
  cursor: default;
  position: relative;
}

.fulushou_innercontents {
  position: relative;
  height: 100%;
  width: 92.6%;
  top: -566px;
  margin: 0 auto;
}

.fulushou_bartitle {
  color: #2288de;
  font-size: 28px;
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0;
  border: solid 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #e6eaed;
  cursor: default;
}

.fulushou_bartitle span {
  color: #c8c8c8;
  font-size: 18px;
  font-weight: 500;
  margin-left: 1%;
}

.fulushou_productseries {
  margin-top: 40px;
  width: 45px;
  height: 38px;
  position: relative;
  cursor: default;
}

.fulushou_top {
  width: 62.8%;
  cursor: default;
}

.fulushou_top p {
  margin-top: -24px;
  margin-left: 9.4%;
  font-size: 16px;
  font-weight: 600;
  cursor: default;
  margin-bottom : 10px;
}

.fulushou_top ul {
  margin-left: 9.4%;
  padding-left: 0;
  width: 65.96%;
  cursor: default;
}

.fulushou_top ul li {
  width: 49%;
  font-size: 16px;
  color: #959292;
  cursor: default;
  display: inline-block;
}

.fulushou_productpoint {
  margin-top: 0;
  width: 45px;
  height: 38px;
  margin-left: 0;
  cursor: default;
}

.fulushou_bottem {
  width: 62.8%;
  cursor: default;
}

.fulushou_bottem .p_long {
  margin-top: -24px;
  margin-left: 9.4%;
  font-size: 16px;
  font-weight: 600;
}

.fulushou_bottem p {
  font-size: 16px;
  color: #959292;
  margin-left: 9.4%;
  padding-left: 0;
  width: 70.96%;
  margin-top: 5px;
  cursor: default;
}

.preciousMetalDetails_fivegoldblock {
  margin-left: 60%;
  width: 293px;
  height: 440px;
  margin-top: -425px;
  cursor: default;
}
.preciousMetalDetails_fivegoldblock img{
  width : 100%;
  height : 100%;
}
/* 消费者权益保护 */
.consumer_pro .ht-hire-left {
  top: 10px;
}
/* 文章页小导航 */
.pc-article .ht-hire-left {
  top: 210px;
  left: 20px;
}

.pc-article .ht-hire-left .ht-hire-top {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.pc-article .ht-hire-left .ht-hire-body li {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 17px;
}

.pc-article .ht-hire-left .ht-hire-body li svg {
  margin-top: 15px;
}

.pc-article .ht-hire-left .ht-hire-body {
  height: auto;
}

.pc-article .ht-hire-left .ht-hire-body li.actived::before {
  height: 40px;
}

.pc-article .detailMsg_content {
  margin-left: 240px;
}

.pc-article .detailMsg_page {
  margin-left: 240px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.letter{
  display: flex;
  justify-content: center;
  align-items: center;
  width:20%;
  height: 35px;
  border:1px solid #dddddd;
  border-radius: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-left: 20px;
}

。letter input {
  height: 35px;
  width: 200px;
}
.letter input::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 12px;
}
.letter input:-moz-placeholder {
  color: #bdbdbd;
  font-size: 12px;
}
.letter input::-moz-placeholder {
  color: #bdbdbd;
  font-size: 12px;
}
.letter input:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 12px;
}

.letter img{
  height: 30px;
  width: 30px;
  padding: 2px;
}
.lm_content{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*width: 50%;*/
  padding: 10px;
  margin: 10px;
  /*border:1px solid #dddddd;*/
  /*border-radius: 30px;*/
}
.lm_content_left{
  font-size: 16px;
  color: #000;
}
.lm_content_right{
  font-size: 16px;
  margin-left: 20px;
  color: #000;
}

.phone_letter{
  display: flex;
  justify-content: center;
  align-items: center;
  width:80%;
  height: 35px;
  border:1px solid #dddddd;
  border-radius: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-left: 20px;
}
.phone_letter input {
  height: 33px;
  width: 200px;
  flex-shrink: 1;
  min-width: 100px;
}
.phone_letter input::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 12px;
}
.phone_letter input:-moz-placeholder {
  color: #bdbdbd;
  font-size: 12px;
}
.phone_letter input::-moz-placeholder {
  color: #bdbdbd;
  font-size: 12px;
}
.phone_letter input:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 12px;
}

.phone_letter img{
  height: 30px;
  width: 30px;
  padding: 2px;
}
.lm_content_phone{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*width: 50%;*/
  padding: 5px;
  margin: 5px;
  /*border:1px solid #dddddd;*/
  /*border-radius: 30px;*/
}
.lm_content_left_phone{
  font-size: 12px;
  color: #000;
}
.lm_content_right_phone{
  font-size: 12px;
  margin-left: 20px;
  color: #000;
}
.licai_table{
  table-layout: fixed;
}
.licai_table td{
  line-height: 1.5;
  word-break: break-all;
}
