* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
img {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.new_banner {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.new_banner2 {
  width: 100%;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #3861F5;
}
.myjQuery_top {
  width: 100%;
  height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.myjQuery_top:hover {
  background-color: rgba(0, 0, 13, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.myjQuery_topcon {
  width: 1200px;
  margin: 0 auto;
}
.myjQuery_topcon img {
  float: left;
  padding: 21px 0 0 0;
}
.myjQuery_topcon ul {
  list-style: none;
  overflow: hidden;
  margin-left: 10px;
  float: right;
}
.myjQuery_topcon ul li {
  float: left;
  margin: 0 10px 0 0;
  font: 400 14px/70px "";
}
.myjQuery_topcon ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 800;
  padding: 0 15px;
  height: 70px;
  transition: background-color 0.4s linear;
}
.myjQuery_topcon ul li a:hover {
  border-bottom: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.myjQuery_topcon ul li a.active {
  border-bottom: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
#myjQuery {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#myjQuery .swiper-slide {
  height: 500px;
  color: #000;
  font-size: 40px;
}
.banner_conlist1 {
  height: 500px;
  width: 100%;
  text-align: center;
  background: url(../../img/index2/banner1.jpg) no-repeat top center;
}
.banner_conlist2 {
  height: 500px;
  width: 100%;
  text-align: center;
  background: url(../../img/index2/banner3.jpg) no-repeat top center;
}
.banner_conlist3 {
  height: 500px;
  width: 100%;
  text-align: center;
  background: url(../../img/index2/banner3.jpg) no-repeat top center;
}
.banner_zhuanqu {
  height: 500px;
  width: 100%;
  text-align: center;
  background: url(../../img/index2/zhuanqubanner.jpg) no-repeat top center;
}
.banner_xczhenxing {
  height: 500px;
  width: 100%;
  text-align: center;
  background: url(../../img/index2/xczhenxing.jpg) no-repeat top center;
}
#myjQuery .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}
#myjQuery .swiper-pagination-bullet-active {
  background: #00FFEC;
  opacity: 0.9;
}
#rongziSwiper .swiper-button-prev:after {
  line-height: 80px;
  font-size: 20px;
  color: #3058E8;
  margin-left: 15px;
  font-weight: 800;
}
#rongziSwiper .swiper-button-next:after {
  line-height: 80px;
  font-size: 20px;
  color: #3058E8;
  margin-left: 15px;
  font-weight: 800;
}
.banner-number {
  width: calc(100% - 200px);
  height: 110px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin:  0 auto;

}

.company-ul {
  display: flex;
  justify-content: center; align-items: center;
}
.company-ul li {
  padding: 20px 5px 0;
  position: relative;
  flex: 1;
}
.company-ul li:after {
  content: '';
  width: 1px;
  height: 90px;
  position: absolute;
  top: 15px;
  right: 20px;
  background: linear-gradient(244deg, rgba(85, 85, 85, 0) 0%, rgba(85, 85, 85, 0.2) 50%, rgba(85, 85, 85, 0) 100%);
  z-index: 9999;
}
.company-ul li:last-child:after {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  top: 15px;
  right: 20px;
  background: linear-gradient(244deg, rgba(85, 85, 85, 0) 0%, rgba(85, 85, 85, 0.2) 50%, rgba(85, 85, 85, 0) 100%);
  z-index: 9999;
}
.company-list {
  height: 110px;
  float: left;
}
.company-img {
  width: 55px;
  float: left;
  padding-left: 3px;
  padding-top: 18px;
}
.company-specific {
  float: left;
  color: #3333;
  padding-top: 15px;
  padding-left: 5px;
}
.company-specific p span {
  font-size: 26px;
  font-weight: bold;
  color: #3861F5;
}
.company-specific p b {
  font-size: 12px;
  font-weight: 300;
  color: #3861F5;
}
.company-specific span {
  margin-top: 0px;
  border-radius: 5px;
  width: 90px;
  height: 20px;
  line-height: 25px;
  padding-left: 5px;
  color: #888;
  font-size: 14px;
}
div.main {
  width: 100%;
  background: #f9faff;
  min-height: 500px;
}
.main h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: #333;
  background: url(../../img/index2/titlex1.png) no-repeat center center;
  margin-bottom: 20px;
}
.main h2 p {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  padding-top: 15px;
}
.main h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  position: relative;
  text-indent: 15px;
  margin-bottom: 15px;
}
.main h3:before {
  content: '';
  width: 3px;
  background: #3861F5;
  height: 20px;
  position: absolute;
  top: 7px;
  left: 2px;
}
.financing_contentbj {
  background: #fff;
  position: relative;
  box-shadow: 0 0 0.25rem rgba(95, 95, 95, 0.28);
  height: 415px;
  padding: 20px 20px 0;
}
.financing_content {
  padding: 60px 0 80px;
}
.financing_wanshan {
  width: 1200px;
  text-align: right;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.financing_wanshan a {
  color: #165CE2;
}
.financing_contentL {
  width: 590px;
  float: left;
}
.rongziSwiper {
  overflow: hidden;
  position: relative;
  display: none;
  padding: 0px 50px;
}
.rongziSwiper .productListArea {
  overflow: hidden;
  padding: 10px 0px 20px;
}
/* .swiper-container{width: 700px;}*/
.shenqing {
  display: block;
  margin: 0px auto;
  width: 170px;
  height: 34px;
  border: 1px solid #0a78e5;
  font-size: 14px;
  line-height: 34px;
  color: #0a78e5;
  text-align: center;
  text-decoration: none;
}
.shenqing:hover {
  color: #fff;
  background-color: #0a78e5;
  text-decoration: none;
  box-shadow: 0 0 0.25rem rgba(0, 38, 110, 0.58);
}
.zhaiquanProducts-list {
  overflow: hidden;
  padding: 10px 0px 20px;
  position: relative;
}
.swiper_btn {
  position: absolute;
  top: 40%;
  width: 41px;
  height: 80px;
  background-size: 41px 80px;
  z-index: 10;
  cursor: pointer;
  color: #fff !important;
  border: none;
  display: block;
  outline: 0;
}
.swiper_btn:foucs {
  outline: 0;
}
.swiper-button-prev {
  background-image: url('../../img/index2/prev_btn_hover.png');
  left: 0px;
  text-decoration-color: #fff;
}
.swiper-button-next {
  background-image: url('../../img/index2/next_btn_hover.png');
  left: 566px;
}
.swiper-prev {
  background-image: url('../../img/index2/prev_btn.png');
  left: 0;
}
.swiper-prev:hover {
  background-image: url('../../img/index2/prev_btn_hover.png');
}
.swiper-next {
  background-image: url('../../img/index2/next_btn.png');
  right: 0;
}
.swiper-next:hover {
  background-image: url('../../img/index2/next_btn_hover.png');
}
.financing_contentzhuanquL {
  width: 1200px;
  margin: 20px auto;
  box-sizing: border-box;
  float: none;
  height: 380px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(224, 224, 224, 0.84);
  position: relative;
  padding-top: 10px;
}
.main .financing_contentzhuanquL h2 {
  font-size: 24px;
  font-family: PingFang-SC-Semibold, PingFang-SC;
  font-weight: 600;
  color: #333333;
}
.financing_contentzhuanquL .swiper-button-prev {
  left: 20px;
}
.financing_contentzhuanquL .swiper-button-next {
  background-image: url(../../img/index2/next_btn_hover.png);
  left: 1140px;
}
.product-Area {
  float: left;
  width: 216px;
  height: 280px;
  background-color: #fff;
  padding: 0px 10px;
  border: 1px solid #ebebeb;
}
.product-Area:last-child {
  margin-right: 0px;
}
.product-Area .zhaiquanProducts-name {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0px 18px;
}
.product-Area .zhaiquanProducts-name > img {
  width: 26px;
}
.product-Area .zhaiquanProducts-name > p {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
}
.product-Area .zhaiquanProducts-name > p span {
  font-size: 16px;
}
.product-Area .yaoqiu {
  line-height: 14px;
  font-size: 14px;
  color: #666;
  height: 13px;
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
  margin: 0 auto 18px;
  text-overflow: ellipsis;
  position: relative;
  text-indent: 8px;
}
.product-Area .yaoqiu > span {
  color: #FF9500;
}
.product-Area .yaoqiu:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 4px;
  left: 0;
  background: #165CE2;
}
.product-Area p.bishu {
  font-size: 12px;
  color: #999;
  margin: 10px 0;
  text-align: center;
}
/*#rongziSwiper .swiper-container{padding: 0 10px;}*/
#rongziSwiper .swiper-slide > div {
  border: 1px solid #ebebeb;
}
.financing_contentR {
  float: right;
  padding-right: 0px;
  width: 550px;
}
.financing_contentR .financing_contentRlist {
  height: 279px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #EBEBEB;
  position: relative;
}
.financing_contentR .financing_contentRlist .swiper-wrapper .swiper-slide {
  font-size: 16px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  position: relative;
  padding-left: 10px;
}
.financing_contentR .financing_contentRlist .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 5px;
  position: absolute;
  height: 5px;
  border-radius: 50%;
  top: 17px;
  left: 5px;
  background: #00E132;
}
.financing_contentR .financing_contentRlist .swiper-wrapper .swiper-slide:nth-child(even) {
  background: #F9F9F9;
}
.financing_contentR .financing_contentRlist .swiper-wrapper .swiper-slide span {
  margin: 0 10px;
}
.financing_contentR .financing_contentRlist .swiper-wrapper .swiper-slide span:last-child {
  float: right;
  padding-right: 5px;
}
.financing_contentR .financing_contentRlist .swiper-wrapper .swiper-slide b {
  color: #165CE2;
  font-weight: 200;
}
.financing_contentB {
  position: absolute;
  height: 96px;
  bottom: -40px;
  left: 25px;
  width: 1160px;
}
.financing_contentBlist:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.financing_contentB a:nth-child(1) .financing_contentBlist {
  background: url(../../img/index2/main_link1.png);
  background-size: cover;
}
.financing_contentB a:nth-child(2) .financing_contentBlist {
  background: url(../../img/index2/main_link2.png);
  background-size: cover;
}
.financing_contentB a:nth-child(3) .financing_contentBlist {
  background: url(../../img/index2/main_link3.png);
  background-size: cover;
}
.financing_contentBlist {
  width: 360px;
  height: 110px;
  margin-right: 26px;
  float: left;
  color: #fff;
  position: relative;
  box-shadow: 0px 6px 5px -4px rgba(95, 95, 95, 0.28);
}
.financing_contentBlist p {
  padding-left: 60px;
}
.financing_contentBlist p:first-child {
  font-size: 18px;
  margin: 0 0 5px;
  padding-top: 30px;
}
.financing_contentBlist p:nth-child(2) {
  font-size: 14px;
}
.financing_contentBlist img {
  position: absolute;
  right: 18px;
  top: 35%;
}
.zhengce_content {
  width: 100%;
  background: url(../../img/index2/zhengcebj.jpg) no-repeat top center;
  height: 462px;
  padding: 40px 0 10px;
}
.zhengce_content h2 {
  color: #fff;
  background: url(../../img/index2/titlex2.png) no-repeat center center;
}
.zhengce_content h2 p {
  color: #fff;
  margin-bottom: 40px;
}
.zhengce_contentL {
  float: left;
  width: 590px;
}
.zhengce_contentwk {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.zhengce_contentR {
  float: right;
  width: 590px;
}
.zhengce_content h3 {
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.zhengce_content h3:before {
  background: #fff;
}
.zhengce_content h3 span {
  float: left;
  margin-right: 15px;
}
.zhengce_content h3 a {
  float: right;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.zhengce_contentLlist li {
  overflow: hidden;
  position: relative;
  padding: 5px 0;
  background-color: #fff;
  margin-bottom: 15px;
}
.zhengce_contentLlist li .left {
  overflow: hidden;
  float: left;
  width: 440px;
  padding: 5px;
  border-right: 1px solid #ebebeb;
}
.zhengce_contentLlist li .right {
  overflow: hidden;
  width: 120px;
  float: right;
  padding-top: 4px;
  height: 60px;
}
.zhengce_contentLlist li .left > .zhinan-jianjie {
  padding: 15px;
}
.zhengce_contentLlist li .left > .zhinan-jianjie > a > p {
  font-size: 14px;
  color: #165CE2;
  line-height: 14px;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 380px;
  text-decoration: none;
}
.zhengce_contentLlist li .left > .zhinan-jianjie > span {
  display: block;
  font-size: 13px;
  color: #999;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 380px;
}
.zhengce_contentLlist li .right a {
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px 0px rgba(206, 206, 206, 0.5);
  color: #333333;
  width: 100px;
  height: 36px;
  display: block;
  margin: 15px 20px 0 0;
  text-align: center;
  line-height: 36px;
}
.zhengce_contentLlist li .right a:hover {
  background-color: #267BE8;
  color: #fff;
  box-shadow: 0 0 0.45rem rgba(95, 95, 95, 0.48);
}
.zhengce_contentRnr {
  background: #fff;
  border-radius: 2px;
  padding: 15px;
  height: 279px;
}
.zhengce_contentRnr .new-list {
  overflow: hidden;
  z-index: 1;
  margin-top: -2px;
  padding-top: 22px;
  padding-bottom: 10px;
}
.zhengce_contentRnr .new-list > img {
  float: left;
}
.zhengce_contentRnr .new-list .news-content {
  float: right;
  width: 320px;
}
.zhengce_contentRnr .new-list .news-content > a {
  display: block;
  font-size: 18px;
  color: #0a78e5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
  text-decoration: none;
}
.zhengce_contentRnr .new-list .news-content > p {
  font-size: 14px;
  color: #999;
  text-overflow: ellipsis;
  height: 50px;
  line-height: 24px;
  margin-top: 20px;
  overflow: hidden;
}
.zhengce_contentRnr .new-list .news-content > p:nth-child(3) {
  height: 25px;
  margin-top: 10px;
}
.zhengce_contentRnr .new-list .news-content > p:nth-child(3) a {
  color: #165CE2;
  text-align: right;
  float: right;
}
.zhengce_contentRnr .news {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  padding: 13px 0px;
}
.zhengce_contentRnr .news span:first-child {
  float: left;
  display: block;
  width: 16%;
  font-size: 14px;
  color: #666;
  text-align: left;
  padding-right: 3px;
  line-height: 14px;
  border-right: 1px solid #666;
}
.zhengce_contentRnr span:last-child {
  float: right;
  display: block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  line-height: 14px;
}
.zhengce_contentRnr .news:hover span {
  color: #165CE2;
}
.qiyechong {
  width: 100%;
  height: 100%;
  position: relative;
}
.qiyelist span {
  font-size: 20px;
  display: block;
  margin: 0 auto;
  color: #e8e8e8;
  position: absolute;
}
.new_bottom {
  height: 140px;
  font: 400 14px/24px "";
  background: url(../../img/index2/new-footerbj.png) no-repeat top center;
  color: #a7a7a7;
}
.new_bottomwk {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 13px;
}
.new_bottom p {
  width: 100%;
  margin: 0 auto;
  padding-top: 1px;
  position: relative;
  margin-bottom: 5px;
  color: #fff;
  float: left;
  text-indent: 10px;
}
.new_bottom p::before {
  content: "";
  width: 3px;
  position: absolute;
  height: 40%;
  top: 8px;
  left: 0px;
  background: #bca681;
}
.new_bottom .right {
  width: 300px;
  padding-top: 20px;
}
.new_bottom .right img {
  display: inline-block;
  float: right;
  margin: 0 10px;
}
.topbar {
  height: 30px;
  background: #F2F2F2;
}
.topbar ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.topbar ul li {
  margin: 0 20px;
}
.topbar ul li a {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.topbar ul li a img {
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.zhuanqu_jieshao {
  width: 1200px;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #fff;
  margin: -100px auto 0;
  position: relative;
  z-index: 4234234243;
}
.zhuanqu_jieshao p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #555555;
  line-height: 36px;
  text-indent: 20px;
}
.zhuanqu_zhengce {
  width: 1200px;
  margin: 20px auto;
  padding: 20px 0;
  box-sizing: border-box;
}
.zhuanqu_zhengce .zhuanqu_zhengcecon {
  overflow: hidden;

  justify-content: space-between;
  padding: 15px 0;
}
.zhuanqu_zhengce .c h4 {
  font-size: 18px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
}
.zhuanqu_zhengce .zhuanqu_zhengcecon .zhuanqu_zcleft {
  width: 550px;
  float: left;
  height: 340px;
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 0 0 20px 0;
}
.zhuanqu_zhengce .zhuanqu_zhengcecon .zhuanqu_zcleft a {
  color: #333333;
}
.zhuanqu_zhengce .zhuanqu_zhengcecon .zhuanqu_zcleft a img {
  width: 550px;
  margin-bottom: 10px;
}
.zhuanqu_zhengce .zhuanqu_zhengcecon .zhuanqu_zcleft a p {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #888888;
  margin: 10px 0;
  text-indent: 15px;
  padding: 0 10px;
}
.zhuanqu_zhengce .zhuanqu_zhengcecon .zhuanqu_zcleft a span {
  display: block;
  padding: 6px 13px;
  background: #F5F5F5;
  font-size: 13px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #999999;
  float: right;
  margin-right: 10px;
}
.zhuanqu_zhengce .zhuanqu_zhengcecon .zhuanqu_zcright {
  width: 610px;
  height: 345px;
  padding-bottom: 10px;
  float: right;
  background: #FFFFFF;
  box-shadow: 0px 5px 6px 0px rgba(224, 224, 224, 0.84);
}
.zhuanqu_zhengce .zhuanqu_zhengcecon .zhuanqu_zcright ul li {
  padding: 10px 0 25px;
  border-bottom: 1px solid #EDEDED;
  width: 90%;
  margin: 0 auto;
}
.zhuanqu_zhengce .zhuanqu_zhengcecon .zhuanqu_zcright ul li:last-child {
  border-bottom: 0;
}
.zhuanqu_zhengce .zhuanqu_zhengcecon .zhuanqu_zcright ul li span {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #999999;
  float: left;
  text-align: center;
  padding-right: 10px;
}
.zhuanqu_zhengce .zhuanqu_zhengcecon .zhuanqu_zcright ul li span b {
  font-size: 46px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #6BB27A;
  display: block;
}
.zhuanqu_zhengce .zhuanqu_zhengcecon .zhuanqu_zcright ul li h4{
  color: #333;
}
.zhuanqu_zhengce .zhuanqu_zhengcecon .zhuanqu_zcright ul li p {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #888888;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 10px;
  margin: 10px 0;
  line-height: 24px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after {
  content: ' ';
}
.swiper-button-next:after {
  content: ' ';
}
