@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
body, html {
    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
    font-family: "Microsoft YaHei", Arial;
}
ul, li, ol, dl, dd {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    display: block;
}
.container {
    width: 100%;
}
.content {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}
.header {
    width: 100%;
    position: relative;
}
.index-height {
    height: 520px;
}
.other-height {
    height: 135px;
}
.banner {
    width: 1920px;
    height: 520px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.swiper-slide img {
    margin: 0 auto;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 0.8;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}
.swiper-pagination-bullet-active {
    background: #d4162d;
    opacity: 1;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 50%;
  margin-left: -640px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  left: 50%;
  margin-left: 610px;
}
.pos-center {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
}
.header-con {
    width: 1200px;
    height: 80px;
    top: 0;
}
.header-con .logo {
    width: 391px;
    height: 36px;
    padding-top: 24px;
    padding-left: 32px;
    float: left;
}
.header-con .tel {
    width: 175px;
    height: 37px;
    padding-top: 24px;
    float: right;
    padding-right: 140px;
}
.nav {
    width: 1200px;
    height: 52px;
    background: #f0f6fa;
    top: 80px;
}
.nav ul {
    padding-left: 50px;
}
.nav ul li {
    line-height: 52px;
    font-size: 17px;
    padding: 0 30px;
    float: left;
    color: #636363;
}
.nav ul li:hover a, .nav ul li.currentPage {
    color: #d0021b;
}
.desc {
    width: 436px;
    position: absolute;
    top: 202px;
    left: 50%;
    margin-left: 10px;
    z-index: 100;
    font-weight: bold;
    text-align: center;
}
.desc p {
    font-size: 16px;
    color: #232323;
    line-height: 34px;
}
.box-shadow {
    box-shadow: 0 0 15px #ededed;
}
.main {
    width: 100%;
    padding: 50px 0;
}
.item-title {
    width: 100%;
    height: 192px;
}
.item-title .left-title {
    width: 354px;
    float: left;
    height: 192px;
}
.item-title .left-title img {
    padding-top: 30px;
    margin: 0 auto;
}
.item-title .left-title p {
    font-weight: bold;
    font-size: 26px;
    line-height: 46px;
    color: #fff;
    text-align: center;
}
.blue {
    background: #667be1;
}
.content-box {
    padding-top: 50px;
}
/* 首页 */
.index-con {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.index-con li {
  width: 276px;
  height: 380px;
  box-shadow: 0 0 30px #e8e8e8;
  position: relative;
}
.index-con li:hover {
  box-shadow: 10px 10px 40px #e8e8e8;
}
.index-con li h6, .index-con li p {
  width: 240px;
  margin: 0 auto;
}
.index-con li h6 {
  padding-top: 16px;
  line-height: 40px;
  font-size: 18px;
  font-weight: normal;
  color: #5c5b5c;
  border-bottom: 1px solid #dcdcdc;
}
.index-con li h6 a {
  line-height: 40px;
  float: right;
  color: #aaaaaa;
}
.index-con li h6 a:hover {
  color: #d0021b;
}
.index-con li p {
  line-height: 24px;
  font-size: 14px;
  color: #aaaaaa;
  padding-top: 10px;
}
.index-con li p a:hover {
  text-decoration: underline;
}
.index-con li .item-pic {
  width: 276px;
  height: 236px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.index-con li .item-pic img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.index-con li .item-pic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

/*公司简介*/
.about-top {
    margin-top: 50px;
    border-top: 1px solid #dcdcdc;
}
.about-con, .contact-con {
    width: 1024px;
    padding-left: 88px;
    display: inline-block;
}
.intro-line {
  display: inline-block;
  padding-bottom: 30px;
}
.intro-line li {
  padding: 0 20px;
  float: left;
  margin-right: 60px;
  position: relative;
}
.intro-line li::after {
  content: '';
  width: 50px;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  top: 35px;
  right: -50px;
}
.intro-line li:last-of-type {
  margin-right: 0;
}
.intro-line li:last-of-type::after {
  display: none;
}
.intro-line li h5 {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: normal;
  color: #4c4c4c;
}
.intro-line li p {
  font-size: 14px;
  color: #4d4d4d;
}
.about-intro {
    width: 660px;
    float: left;
}
.about-show {
    width: 300px;
    /* overflow-x: hidden; */
    float: right;
}
.about-intro > p {
    line-height: 26px;
    font-size: 16px;
    text-align: justify;
    text-indent: 32px;
    color: #9e9e9e;
    padding-bottom: 10px;
}
/*联系我们*/
.contact-con {
    width: 900px;
    padding-left: 112px;
}
.contact-show {
    float: left;
}
.contact-intro {
    width: 504px;
    float: right;
}
.contact-intro p:first-of-type {
    padding-top: 30px;
}
.contact-intro p {
    line-height: 36px;
    font-size: 15px;
    color: #9e9e9e;
}
/*经营业务*/
.business-con {
    width: 1024px;
    margin: 0 auto;
}
.bus-tit {
    line-height: 80px;
    font-size: 16px;
    text-align: center;
    color: #9e9e9e;
    font-weight: normal;
    border-bottom: 1px solid #dfdfdf;
}
.bus-intro {
    padding-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bus-intro li {
    width: 268px;
    /*float: left;*/
    margin-bottom: 30px;
    padding: 70px 28px;
    background: #f9f9f9;
}
.bus-intro li:nth-child(3n) {
    margin-right: 0;
}
.bus-intro li img {
    margin: 0 auto;
}
.bus-intro li h6 {
    line-height: 36px;
    font-weight: normal;
    color: #4a4a4a;
    font-size: 24px;
    padding: 24px 0;
    text-align: center;
}
.bus-intro li p {
    line-height: 26px;
    font-size: 16px;
    color: #9e9e9e;
    text-align: justify;
 }
/*创富优势*/
.cf-con {
    width: 1024px;
    margin: 0 auto;
}
.cf-con li {
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
/*.cf-con li > div {*/
    /*float: left;*/
/*}*/
.cf-con li > div.show-pic {
    width: 532px;
}
.cf-con li > div.show-intro {
    width: 438px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
}
.show-intro h5 {
    width: 100%;
    line-height: 66px;
    font-size: 22px;
    font-weight: normal;
    color: #4a4a4a;
    border-bottom: 1px solid #dcdcdc;
}
.show-intro p {
    padding-top: 15px;
    line-height: 26px;
    font-size: 16px;
    color: #9e9e9e;
    text-align: justify;
}
.column-nav {
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    color: #9e9e9e;
    border-bottom: 1px solid #dcdcdc;
}
.column-nav a:hover {
    color: #d0021b;
}
.info-text, .info-list {
    width: 1000px;
    margin: 0 auto;
}
.info-text > h5 {
    padding-top: 20px;
    line-height: 46px;
    font-size: 24px;
    color: #4a4a4a;
    font-weight: normal;
    text-align: center;
}
.info-text > h6 {
    color: #9e9e9e;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 20px;
}
.info-text > p {
    padding-top: 10px;
    line-height: 28px;
    text-indent: 36px;
    font-size: 18px;
    color: #9e9e9e;
}
.info-search {
    width: 900px;
    margin: 0 auto;
}
.info-search p {
    height: 28px;
    line-height: 28px;
}
.info-search p label {
    color: #5c5b5c;
    font-size: 14px;
}
.info-search p input {
    text-indent: 10px;
    line-height: 26px;
    font-size: 14px;
    color: #3e3e3e;
    border: 1px solid #5c5b5c;
    background: #f2f2f2;
    position: relative;
}
#timestart, #timeend {
    background: #f2f2f2 url(../images/laydate.png) no-repeat right center;
    background-size: 22px 18px;
}
.search-btn {
    width: 127px;
    height: 30px;
    line-height: 30px;
    display: block;
    float: right;
    background: #c80001;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.info-lists {
    width: 100%;
    padding-top: 30px;
}
.info-lists li {
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dashed #dcdcdc;
    position: relative;
}
.info-lists li a {
    color: #9e9e9e;
    font-size: 16px;
}
.info-lists li:hover a {
    color: #c80001;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.info-lists li a span {
    display: block;
    float: right;
}
.info-lists li::before {
    content: '▪';
    width: 40px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    color: #9e9e9e;
}
.info-sort {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
}
.info-sort ul {
    width: 380px;
    display: block;
    margin: 0 auto;
}
.info-sort ul li {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #979797;
    text-align: center;
    font-size: 12px;
    color: #979797;
    float: left;
    margin: 0 3px;
}
.info-sort ul li:first-of-type a, .info-sort ul li:last-of-type a {
    font-weight: bold;
}
.info-sort ul li a {
    display: block;
}
.info-sort ul li.current, .info-sort ul li:hover {
    background: #ab010b;
    border: 1px solid #ab010b;
    color: #fff;
}


.footer {
    width: 100%;
    height: 124px;
    background: #dcdcdc;
}
.footer .content p {
    line-height: 22px;
    font-size: 12px;
    font-family: "宋体";
    text-align: center;
    color: #9b9b9b;
    font-weight: bold;
}
.footer .content p:first-of-type {
    padding-top: 30px;
}
