html,
body {
  width: 100%;
  min-height: 100%;
  font-size: 14px;
  color: #404040;
  min-width: 1366px;
  overflow-x: auto;
}
p,
li,
ul,
ol,
html,
body,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}
ul,
li,
ol {
  list-style: none;
}
* {
  box-sizing: border-box;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
*:focus {
  outline: none;
}
.clearfloat {
  zoom: 1;
}
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
a {
  text-decoration: none;
}
header {
  color: #666;
  background: #fff;
  position: relative;
  z-index: 99;
}
header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
}
header > div {
  width: 1180px;
  margin: 0 auto;
  zoom: 1;
}
header > div:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
header > div .logo {
  float: left;
  overflow: hidden;
}
header > div .logo:hover {
  cursor: pointer;
}
header > div .logo img {
  float: left;
}
header > div .logo .logo1 {
  padding-top: 22px;
  width: 47px;
  position: relative;
  z-index: 2;
}
header > div .logo .logo2 {
  padding-top: 22px;
  width: 149px;
  margin-left: 6px;
  position: relative;
  left: 0;
  z-index: 1;
  transition: left 0.6s;
}
header > div .logo .logo2.scroll {
  left: -160px;
}
header > div ul {
  float: right;
  margin-bottom: 0;
  /*为避免分页样式影响*/
}
header > div ul > li {
  float: left;
  padding: 32px 25px;
  position: relative;
}
header > div ul > li > a {
  color: #666666;
  font-size: 14px;
  line-height: 19px;
}
header > div ul > li > a:hover {
  cursor: pointer;
  text-decoration: none;
  /*为避免分页样式影响*/
}
header > div ul > li em {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  transition: background 0.3s;
}
header > div ul > li ol {
  display: none;
  position: absolute;
  left: 0;
  height: 60px;
  bottom: -60px;
  background: #4D4A4F;
  zoom: 1;
  width: 1000px;
}
header > div ul > li ol:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
header > div ul > li ol a {
  color: #D0CED6;
}
header > div ul > li ol a:hover {
  color: #D0CED6;
  /*避免分页样式影响*/
  text-decoration: none;
  /*避免分页样式影响*/
}
header > div ul > li ol li {
  padding: 20px 25px;
  float: left;
}
header > div ul > li.act > a {
  color: #3662AD;
}
header > div ul > li.act em {
  background: #3662AD;
}
header > div ul > li:hover > a {
  transition: color 0.3s;
  color: #3662AD;
}
header > div ul > li:hover em {
  background: #3662AD;
}
header > div ul > li:hover ol {
  display: block;
}
/****非首页banner样式****/
.sec-banner {
  min-height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("../images/secbanner@2x.png");
}
.sec-banner .btitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  line-height: 30px;
  width: 1180px;
  text-align: right;
  margin: 0 auto;
}
/***二级菜单样式**/
.section .content .menu {
  border-bottom: 1px solid #E5E5E5;
}
.section .content .menu-bar {
  margin: 0 auto;
  width: 1180px;
  display: flex;
  font-size: 12px;
  font-weight: bold;
}
.section .content .menu-bar a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.section .content .menu-bar .sub {
  flex: 1;
  color: #4D4852;
  display: flex;
  align-items: center;
}
.section .content .menu-bar .sub .icon-home {
  margin-right: 20px;
  color: #999999;
  font-size: 11px;
}
.section .content .menu-bar .sub ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  /*有分页的页面，ul样式重定义*/
}
.section .content .menu-bar .sub ul li {
  margin-right: 10px;
  padding: 27px 0;
}
.section .content .menu-bar .sub ul li:not(:first-child)::before {
  font-family: 'iconfont';
  content: "\e648";
  font-size: 4px;
  margin-right: 10px;
  color: #999999;
  vertical-align: middle;
}
.section .content .menu-bar .news {
  color: #999999;
}
.section .content .menu-bar .news ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  /*有分页的页面，ul样式重定义*/
}
.section .content .menu-bar .news ul li {
  margin-left: 50px;
  position: relative;
  padding: 27px 0;
}
.section .content .menu-bar .news ul li.act {
  color: #666666;
}
.section .content .menu-bar .news ul li.act::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #3662AD;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.section .content .sec-menu {
  margin: 0 auto;
  width: 1180px;
  display: flex;
  font-size: 12px;
  color: #999999;
  background-color: #FAFAFA;
  padding: 0 33px;
  margin-top: 30px;
}
.section .content .sec-menu a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.section .content .sec-menu ul {
  display: flex;
  margin-bottom: 0;
  /*有分页的页面，ul样式重定义*/
}
.section .content .sec-menu ul li {
  margin-right: 50px;
  font-weight: bold;
  position: relative;
  padding: 17px 0;
}
.section .content .sec-menu ul li.act {
  color: #666666;
}
.section .content .sec-menu ul li.act::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #3662AD;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.ccontent {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
  zoom: 1;
  padding-top: 22px;
}
.ccontent:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ccontent .bg {
  position: absolute;
  bottom: 0;
  left: -50px;
  z-index: -1;
}
.ccontent .left {
  float: left;
  color: #4D4852;
}
.ccontent .left .tit-en {
  color: #E5E5E5;
  font-size: 35px;
}
.ccontent .left .tit {
  font-size: 16px;
  margin-top: 13px;
  font-weight: bold;
}
.ccontent .left .ftit{
  margin-top: 13px;
  color: #999999;
  font-size: 12px;
}
.ccontent .left h2 {
  margin-top: 5px;
  font-size: 14px;
}
.ccontent .left h3 {
  margin-top: 10px;
  font-size: 24px;
}
.ccontent .left ul {
  zoom: 1;
  margin-top: 35px;
}
.ccontent .left ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ccontent .left ul li {
  float: left;
  list-style: disc;
  list-style-position: inside;
  color: #4C92EF;
  margin-right: 40px;
}
.ccontent .left ul li .text{
  color: #4D4852;
  font-size: 12px;
}
.ccontent .right {
  width: 638px;
  float: right;
}
.ccontent .right .tit {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 25px;
}
.ccontent .right .content{
  width: 100%;
  line-height: 26px;
}
.ccontent .right .ftit {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
.ccontent .right .desc {
  font-size: 14px;
  margin-top: 10px;
}
.ccontent .right p {
  color: #585858;
  margin-bottom: 19px;
  line-height: 20px;
  font-size: 12px;
}
.ccontent .right img {
  margin-top: 30px;
  max-width: 100%;
}
/*创融优势*/
.advantage {
  height: 315px;
  background: #FAFAFA;
  position: relative;
  color: #FFFFFF;
}
.advantage .left{
  width: 1180px;
  margin: 0 auto;
}
.advantage .left .photo{
  width: 498px;
  height: 315px;
  position: relative;
  top: 68px;
}
.advantage .left .photo .img{
  width: 100%;
  height: 100%;
}
.advantage .introduce{
  /*width: 1150px;*/
  width: 58%;
  height: 100%;
  background: #3662AD;
  opacity: 0.8985;
  position: absolute;
  right: 0;
  top: 0;
}
.advantage .introduce .content{
  /*width: 810px;*/
  /*float: left;*/
  position: relative;
}

.advantage .introduce .content .inner-cont{
  /*width: 633px;*/
  margin: 0 auto;
  padding-top: 68px;
  position: absolute;
  left: 10%;
}
.advantage .introduce .content .inner-cont .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
.advantage .introduce .content .inner-cont .tip{
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 26px;
  width:650px;
}
.advantage .introduce .content .inner-cont .paragraph{
  font-size: 14px;
  line-height: 26px;
}

/*创融模式*/
.model{
  width: 100%;
  padding-top: 138px;
  padding-bottom: 71px;
  background: #FFFFFF;
}
.model .content{
  width: 1180px;
  margin: 0 auto;
}

.model .content .title{
  color: #4D4852;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 12px;
}

.model .content .sub-title{
  font-size: 16px;
  color: #4D4852;
  text-align: center;
  margin-bottom: 50px;
}
.model .content .sub-ftitle{
  font-size: 16px;
  color: #4D4852;
  text-align: center;
  margin-bottom: 50px;
}
.model .content .photo{
  width: 1180px;
  height: 418px;
}
.model .content .photo .img{
  width: 100%;
  height: 100%;
}

/*服务优势*/
.service-advantage{
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/estate-bg01.png");
  height: 475px;
}
.service-advantage .adv-wrapper{
  width: 1180px;
  margin: 0 auto;
}
.service-advantage .adv-wrapper .content {
  padding-bottom: 30px;
  padding-top: 50px;
}
.service-advantage .adv-wrapper .content .tit {
  color: #333333;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.service-advantage  .adv-wrapper .content .sub-title{
  margin-bottom: 40px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  /*font-weight: bold;*/
}
.service-advantage  .adv-wrapper .content .swiper-container {
  width: 100%;
  height: 100%;
}
.service-advantage .adv-wrapper .content .swiper-container .swiper-slide {
  box-sizing: border-box;
  height: 232px;
  font-size: 18px;
  background: #EEF5FF;
  opacity: 0.76;
  padding: 30px 10px 30px 20px;
}
.service-advantage .adv-wrapper .content .swiper-container .swiper-slide .icon{
  width: 54px;
}
.service-advantage .adv-wrapper .content .swiper-container .swiper-slide .cont {
  color: #333333;
}
.service-advantage .adv-wrapper .content .swiper-container .swiper-slide .cont .p1-title{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 18px;
}
.service-advantage .adv-wrapper .content .swiper-container .swiper-slide .cont .p2-title,.p3-title{
  font-size: 14px;
  font-weight: bold;
  margin-top: 38px;
  margin-bottom: 18px;
}
.service-advantage .adv-wrapper .content .swiper-container .swiper-slide .cont .text{
  line-height: 26px;
  font-size: 12px;
}
.service-advantage .adv-wrapper .content .swiper-container .swiper-slide .cont .p3-text{
  line-height: 20px;
  font-size: 12px;
}
.service-advantage .adv-wrapper .content .swiper-container .swiper-slide .cont .note{
  font-size: 12px;
}
.service-advantage .adv-wrapper .content .swiper-container .swiper-slide .note li{
  margin-bottom: 10px;
  list-style: disc;
  list-style-position: inside;
}
.service-advantage .adv-wrapper .content .swiper-container .swiper-slide .note li::marker{
  margin-right: 0;
}

.service-advantage .adv-wrapper .content .swiper-box {
  clear: both;
  position: relative;
}
.service-advantage .adv-wrapper .content .swiper-btn {
  position: absolute;
  bottom: 90px;
  color: #FFFFFF;
  font-size: 50px;
}
.service-advantage .adv-wrapper .content .swiper-btn:hover {
  cursor: pointer;
}
.service-advantage .adv-wrapper .content .swiper-btn.swiper-next {
  right: -110px;
}
.service-advantage .adv-wrapper .content .swiper-btn.swiper-prev {
  left: -110px;
}
.service-advantage .adv-wrapper .content .swiper-pagination {
  width: 100%;
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-advantage .adv-wrapper .content .swiper-pagination .swiper-bullet {
  background-color: rgba(255, 255, 255, 0.8);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 10px;
}
.service-advantage .adv-wrapper .content .swiper-pagination .swiper-bullet-active {
  background-color: #FFFFFF;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 10px;
}
/*创融中国*/
.chart{
  height: 873px;
  background: url(../images/chart-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-size: 100% 100%;
}
.chart .chart-tit{
  text-align: center;
  padding-top: 50px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}
.chart .chart-ftit{
  text-align: center;
  color: #585858;
  font-size: 14px;
  line-height: 26px;
}

footer {
  font-size: 16px;
  color: #DBDBDB;
  padding-top: 52px;
  background: #4D4A4F;
  padding-bottom: 15px;
}
footer .wrapper{
  border-bottom: 1px solid #616161;
  padding-bottom: 15px;
}
footer > div {
  zoom: 1;
  width: 1180px;
  margin: 0 auto;
}
footer > div:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
footer .left {
  float: left;
}
footer .left p {
  margin-bottom: 15px;
}
footer .right {
  float: right;
}
footer .right ul {
  zoom: 1;
}
footer .right ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
footer .right ul li {
  float: left;
  margin-left: 50px;
}
footer .right a {
  color: #DBDBDB;
}
footer .right .box {
  zoom: 1;
  padding-left: 470px;
  margin-top: 27px;
  width: auto;
  /*避免分页的样式影响*/
}
footer .right .box:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
footer .right .box > div {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
}
footer .right .box > div:hover .alert {
  display: block;
}
footer .right .box > div img {
  width: 50px;
}
footer .right .box > div .alert {
  display: none;
  bottom: 50px;
  left: -30px;
  background: url('../images/alertbox.png');
  width: 110px;
  height: 114px;
  position: absolute;
  text-align: center;
  padding: 6px 0 0 0;
  /*为了避免分页样式影响*/
  margin-bottom: 0;
  /*为了避免分页样式影响*/
}
footer .right .box > div .alert img {
  width: 98px;
}
footer .right .box div + div {
  margin-left: 30px;
}
footer .banquan {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
}
footer .banquan a {
  color: #DBDBDB;
}
/*友情链接*/
footer .friendship{
  padding: 33px 0 19px;
  border-bottom: 1px solid #616161;
}
footer .friendship .title{
  float: left;
  margin-right: 50px;
  font-size: 16px;
}
footer .friendship .links{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
footer .friendship .links .link{
  margin-right: 27px;
  margin-bottom: 14px;
  color: #DBDBDB;
  font-size: 14px;
}
/***页面样式***/
.pagination-box {
  display: block;
  text-align: center;
}
.pagination-box .pagination li a,
.pagination-box .pagination li span,
.pagination-box .pagination li a:hover,
.pagination-box .pagination li span:hover {
  color: #404040;
  border: 1px solid #E5E5E5;
}
.pagination-box .pagination li.active a,
.pagination-box .pagination li.active span,
.pagination-box .pagination li.active span:hover,
.pagination-box .pagination li.active span:focus {
  background-color: #fff;
  border: 1px solid #FF0100;
  color: #FF0100;
}
/***字体图标***/
@font-face {
  font-family: 'iconfont';
  src: url('./iconfont/iconfont.eot');
  src: url('./iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('./iconfont/iconfont.woff2') format('woff2'), url('./iconfont/iconfont.woff') format('woff'), url('./iconfont/iconfont.ttf') format('truetype'), url('./iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section .content .ccontent {
  margin: 20px auto;
  width: 1180px;
}
.section .content .ccontent .list {
  display: flex;
  flex-wrap: wrap;
}
.section .content .ccontent .item {
  margin-bottom: 30px;
  width: 366px;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
}
.section .content .ccontent .item:nth-of-type(3n-1) {
  padding: 0 40px;
}
.section .content .ccontent .item img {
  width: 366px;
}
.section .content .ccontent .item .icontent {
  font-size: 14px;
  line-height: 19px;
  background-color: #FAFAFA;
  flex: 1;
}
.section .content .ccontent .item .icontent .ititle {
  color: #666666;
  padding: 20px;
  margin-bottom: 0;
  /*有分页的页面，ul样式重定义*/
  white-space: pre-line;
}
.success .item {
  position: relative;
}
.success .item:nth-of-type(3n-1) .hcontent {
  margin-left: 40px;
  margin-right: 40px;
}
.success .item .hcontent {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 366px;
  height: 100%;
  color: #FFFFFF;
  padding: 20px;
  border-radius: 4px;
}
.success .item .hcontent .htitle {
  font-size: 14px;
  line-height: 19px;
  white-space: pre-line;
}
.success .item .hcontent .hintro {
  font-size: 12px;
  line-height: 18px;
}
.success .item:hover .hcontent {
  visibility: visible;
  background-color: #3662AD;
  transition: all 0.3s;
}
.section .content .ccontent.case {
  margin: 20px auto;
  width: 1180px;
}
.section .content .ccontent.case .list {
  display: flex;
  flex-direction: column;
}
.section .content .ccontent.case .item {
  display: flex;
  margin-bottom: 20px;
  background-color: #FAFAFA;
  padding: 20px;
  align-items: center;
  width: 100%;
  flex-direction: row;
}
.section .content .ccontent.case .item img {
  width: 380px;
  margin-right: 20px;
}
.section .content .ccontent.case .item .icontent {
  flex: 1;
  margin: 0 35px 0 20px;
  color: #7E7272;
  font-size: 14px;
  line-height: 19px;
}
.section .content .ccontent.case .item .icontent .ititle {
  color: #4D4852;
  font-size: 18px;
  line-height: 25px;
  padding: 10px 0;
}
.section .content .ccontent.case .item .icontent .iintro {
  padding: 10px 0;
  line-height: 24px;
  margin-bottom: 0;
  /*有分页的页面，ul样式重定义*/
}
.section .content .ccontent.case .item .icontent .idate {
  padding: 10px 0;
  margin-bottom: 0;
  /*有分页的页面，ul样式重定义*/
}
.section .content .ccontent.case .item .icontent .idate::before {
  font-family: 'iconfont';
  content: "\e62c";
  color: #999999;
  font-size: 14px;
  margin-right: 10px;
}
.section .content .ccontent.product {
  display: flex;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 70px;
  background-image: url('../images/culture-bg@2x.png');
  background-position: bottom left;
  background-repeat: no-repeat;
}
.section .content .ccontent.product .pcontent {
  flex: 1;
  margin-left: 33px;
  margin-right: 36px;
}
.section .content .ccontent.product .pcontent .ptitle {
  color: #4D4852;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 24px;
}
.section .content .ccontent.product .pcontent .pintro {
  margin-bottom: 30px;
  color: #7E7272;
  font-size: 12px;
  line-height: 22px;
}
.section .content .ccontent.product .pcontent .pspecial {
  display: flex;
  color: #4D4852;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  font-weight: bold;
}
.section .content .ccontent.product .pcontent .pspecial .attention {
  color: #FF0100;
  font-size: 40px;
  line-height: 52px;
  margin-right: 10px;
  display: inline-block;
  font-weight: normal;
}
.section .content .ccontent.product .plist-bg {
  width: 722px;
  background-image: url('../images/product-bg@2x.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section .content .ccontent.product .plist-bg .plist {
  background-color: rgba(0, 8, 31, 0.6);
  overflow: hidden;
}
.section .content .ccontent.product .plist-bg .plist .pltitle {
  padding: 45px 0 30px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.section .content .ccontent.product .plist-bg .plist .plcontent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #FFFFFF;
}
.section .content .ccontent.product .plist-bg .plist .plcontent li {
  padding: 20px 12px;
  margin-bottom: 20px;
  text-align: center;
  width: 36%;
}
.section .content .ccontent.product .plist-bg .plist .plcontent li:nth-of-type(3n+2) {
  width: 28%;
}
.section .content .ccontent.product .plist-bg .plist .plcontent li:hover {
  background-color: rgba(255, 1, 0, 0.9);
}
.section .content .ccontent.product .plist-bg .plist .plcontent .num {
  width: 34px;
  margin-bottom: 15px;
}
.partner img {
  width: 280px;
}
.partner .pitem {
  margin-right: 20px;
  margin-bottom: 30px;
  background-color: #FAFAFA;
}
.partner .pitem:nth-of-type(4n) {
  margin-right: 0;
}
.partner .pitem .icontent {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  background-color: #FAFAFA;
  flex: 1;
}
.partner .pitem .icontent .ititle {
  color: #666666;
  padding: 20px;
  margin-bottom: 0;
  /*有分页的页面，ul样式重定义*/
}
