body {
  background: #fff;
}
.container {
  min-width: 1300px;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.wrapper_1300 {
  width: 1300px;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clamp2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.overHidden {
  overflow: hidden;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.head-top {
  height: 50px;
  background: #234db5;
  line-height: 50px;
  overflow: hidden;
  font-size: 14px;
}
.head-top .welcome {
  color: #fff;
  /*opacity: 0.34;*/
}
.head-top .right a {
  display: block;
  color: #fff;
  padding-left: 24px;
}
.head-top .right a.msg {
  position: relative;
  margin-right: 14px;
  background: url(../images/msg-icon.png) no-repeat left center;
}
.head-top .right a.msg::after {
  position: absolute;
  content: '';
  top: 50%;
  right: -14px;
  width: 0;
  height: 18px;
  margin-top: -9px;
  border-right: 1px solid #455fa1;
}
.head-top .right a.tel {
  cursor: default;
  margin-left: 14px;
  background: url(../images/tel-icon.png) no-repeat left center;
}
.head-menu {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 10;
}
.head-menu .wrapper_1300 {
  position: relative;
  height: 105px;
}
.head-menu .wrapper_1300::before {
  position: absolute;
  content: '';
  right: 100%;
  width: 99999em;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
}
.head-menu .wrapper_1300 .Navigator {
  height: 105px;
  overflow: hidden;
}
.head-menu .wrapper_1300 .Navigator .logo {
  position: relative;
  height: 105px;
  float: left;
  background: #fff;
}
.head-menu .wrapper_1300 .Navigator .logo::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: -58px;
  border-left: 29px solid #fff;
  border-top: 53px solid #fff;
  border-right: 29px solid transparent;
  border-bottom: 53px solid transparent;
}
.head-menu .wrapper_1300 .Navigator .logo a {
  overflow: hidden;
  display: block;
}
.head-menu .wrapper_1300 .Navigator .logo .logo-top {
  overflow: hidden;
  padding-top: 22px;
  margin-bottom: 15px;
}
.head-menu .wrapper_1300 .Navigator .logo .logo-top .logo-img {
  height: 31px;
  font-size: 0;
  line-height: 31px;
  text-align: center;
  width: 150px;
}
.head-menu .wrapper_1300 .Navigator .logo .logo-top .logo-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.head-menu .wrapper_1300 .Navigator .logo .logo-top .logo-vice {
  position: relative;
  height: 31px;
  line-height: 31px;
  font-size: 24px;
  color: #19398a;
  font-weight: bold;
  margin-left: 25px;
}
.head-menu .wrapper_1300 .Navigator .logo .logo-top .logo-vice::before {
  position: absolute;
  left: -17px;
  content: '';
  height: 30px;
  bottom: 0;
  width: 0;
  border-left: 1px solid #d5d5d5;
}
.head-menu .wrapper_1300 .Navigator .logo .logo-bottom {
  overflow: hidden;
}
.head-menu .wrapper_1300 .Navigator .logo .logo-bottom ul > li {
  float: left;
  font-size: 16px;
  color: #292929;
  padding-left: 10px;
  position: relative;
  margin-right: 20px;
  line-height: 1;
}
.head-menu .wrapper_1300 .Navigator .logo .logo-bottom ul > li:last-child {
  margin-right: 0;
}
.head-menu .wrapper_1300 .Navigator .logo .logo-bottom ul > li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ea1d2c;
}
.head-menu .wrapper_1300 .Navigator .menu-list {
  overflow: hidden;
  margin-left: 64px;
}
.head-menu .wrapper_1300 .Navigator .menu-list ul li {
  position: relative;
  float: left;
  margin: 0 22px;
}
.head-menu .wrapper_1300 .Navigator .menu-list ul li::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 30px;
  height: 2px;
  width: 0;
  left: 50%;
  background: #fff;
  transition: all 0.2s;
}
.head-menu .wrapper_1300 .Navigator .menu-list ul li:hover::after {
  width: 100%;
  transform: translateX(-50%);
}
.head-menu .wrapper_1300 .Navigator .menu-list ul li a {
  display: block;
  line-height: 105px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.head-menu .wrapper_1300 .Navigator .menu-search {
  position: relative;
  height: 30px;
  margin-top: 37px;
  width: 30px;
  background: url(../images/search-icon.png) no-repeat right center;
  cursor: pointer;
}
.head-menu .wrapper_1300 .Navigator .menu-search::before {
  position: absolute;
  content: '';
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.bannerBar {
  height: 900px;
  overflow: hidden;
}
.bannerBar #bannerSwiper {
  height: 900px;
}
.bannerBar #bannerSwiper #bannerpagination {
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  bottom: 108px;
}
.bannerBar #bannerSwiper #bannerpagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  margin: 3px 7px;
  opacity: 1;
  background: transparent;
  border-radius: 50%;
}
.bannerBar #bannerSwiper #bannerpagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 7px;
}
.bannerBar #bannerSwiper #bannerpagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  content: '';
  background: #00bd95;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}
.bannerBar .swiper-slide {
  position: relative;
  height: 900px;
  width: 100%;
  float: left;
}
.bannerBar .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerBar .swiper-arrow {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 60px;
  height: 90px;
  z-index: 1;
  background: url(../images/swiper-arrow-bg.png) repeat center;
}
.bannerBar .swiper-arrow a {
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 100%;
}
.bannerBar .swiper-arrow a:hover {
  opacity: 1;
}
.bannerBar .swiper-arrow.arrow-left {
  left: 0;
}
.bannerBar .swiper-arrow.arrow-left a {
  background: url(../images/swiper-left.png) no-repeat center;
}
.bannerBar .swiper-arrow.arrow-right {
  right: 0;
}
.bannerBar .swiper-arrow.arrow-right a {
  background: url(../images/swiper-right.png) no-repeat center;
}
.bannerBar:hover .swiper-arrow {
  display: block;
}
.floor_01 {
  background: #fff;
  position: relative;
  z-index: 1;
  margin-top: -40px;
  padding-top: 50px;
  height: 500px;
}
.floor_01 .company h1 {
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -4px;
  font-style: oblique;
  color: #19398a;
  line-height: 1;
  margin-bottom: 5px;
}
.floor_01 .company p {
  font-size: 18px;
  color: #302f2f;
  line-height: 1;
}
.floor_01 .company > span {
  display: block;
  height: 5px;
  width: 20px;
  background: #00bd95;
  margin: 25px 0;
}
.floor_01 .company h2 {
  font-size: 36px;
  line-height: 1;
  color: #302f2f;
  margin-bottom: 25px;
}
.floor_01 .company h2 span {
  color: #19398a;
  font-weight: bold;
}
.floor_01 .company .line {
  width: 430px;
  border-top: 1px solid #e7e7e7;
}
.floor_01 .info {
  width: 625px;
}
.floor_01 .info .title {
  line-height: 1;
  font-size: 30px;
  color: #302f2f;
  margin-bottom: 25px;
}
.floor_01 .info .line {
  width: 405px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.floor_01 .info p {
  font-size: 16px;
  color: #373737;
  line-height: 32px;
}
.floor_01 .preview {
  margin: 70px 0 90px;
}
.floor_01 .preview ul {
  margin: 0 -12px;
}
.floor_01 .preview ul li {
  position: relative;
  float: left;
  width: 282px;
  height: 148px;
  margin: 0 12px;
}
.floor_01 .preview ul li img {
  display: block;
  width: 282px;
  height: 148px;
}
.floor_01 .preview ul li::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 141px solid #234db5;
  border-top: 74px solid transparent;
  border-bottom: 74px solid #234db5;
  border-right: 141px solid transparent;
}
.floor_01 .preview ul li .absolute {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 25px 25px 0;
}
.floor_01 .preview ul li .absolute .num {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  font-weight: bolder;
  letter-spacing: -2px;
}
.floor_01 .preview ul li .absolute .num span {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  font-size: 36px;
}
.floor_01 .preview ul li .absolute .overHidden .left {
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.floor_01 .preview ul li .absolute .overHidden .right {
  text-align: right;
}
.floor_01 .preview ul li .absolute .overHidden .right h3 {
  line-height: 1;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.floor_01 .preview ul li .absolute .overHidden .right p {
  line-height: 1;
  color: #fff;
  font-size: 12px;
}
.floor_02 {
  background: #f3f3f3;
}
.floor_02 .wrapper {
  padding-bottom: 60px;
}
.floor_02 .left {
  padding-top: 75px;
  width: 840px;
}
.floor_02 .left .tab-title {
  margin-bottom: 36px;
}
.floor_02 .left .tab-title ul li {
  float: left;
  width: 126px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #19398a;
  border-left: 1px solid #4761a1;
}
.floor_02 .left .tab-title ul li:first-child {
  border: none;
}
.floor_02 .left .tab-title ul li.on {
  background: #ea1d2c;
}
.floor_02 .left .tab-title ul li a {
  color: #fff;
  display: block;
}
.floor_02 .left .item {
  display: none;
}
.floor_02 .left .item.on {
  display: block;
}
.floor_02 .left .item .swiper-slide {
  height: 245px;
  background: #fff;
}
.floor_02 .left .item .swiper-slide .img {
  width: 252px;
  height: 192px;
  font-size: 0;
  line-height: 192px;
  text-align: center;
  margin: 10px auto 15px;
}
.floor_02 .left .item .swiper-slide .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.floor_02 .left .item .swiper-slide p {
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
  color: #2b2b2b;
  line-height: 1;
}
.floor_02 .left .item .list-papination {
  position: relative;
  margin-top: 25px;
  font-size: 0;
}
.floor_02 .left .item .list-papination .swiper-pagination-bullet {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #dcdcdc;
  border: none !important;
  margin: 0 8px;
  opacity: 1;
}
.floor_02 .left .item .list-papination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #234db5;
  border: none !important;
}
.floor_02 .left .item .list-papination .swiper-pagination-bullet:active,
.floor_02 .left .item .list-papination .swiper-pagination-bullet:focus {
  border: none !important;
  outline: none !important;
}
.floor_02 .right {
  width: 320px;
  padding: 70px 0 0;
  background: #234db5;
}
.floor_02 .right .title {
  border-left: 4px solid #f0bc3f;
  padding-left: 17px;
  margin-bottom: 18px;
}
.floor_02 .right .title h4 {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 10px;
}
.floor_02 .right .title h3 {
  line-height: 1;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
}
.floor_02 .right .des {
  padding-left: 21px;
  color: #6d8ad5;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 65px;
}
.floor_02 .right .axis {
  padding-left: 20px;
  overflow: auto;
  height: 230px;
}
.floor_02 .right .axis ul {
  width: 280px;
}
.floor_02 .right .axis ul li {
  position: relative;
  padding-left: 18px;
  line-height: 22px;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
}
.floor_02 .right .axis ul li::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #065ee4;
  z-index: 2;
}
.floor_02 .right .axis ul li::after {
  position: absolute;
  content: '';
  top: 12px;
  left: 5px;
  bottom: -30px;
  width: 0;
  height: auto;
  transform: translateX(-50%);
  border-left: 1px solid #1976ca;
  z-index: 1;
}
.floor_02 .right .axis ul li:last-child::after {
  display: none;
}
.floor_03 {
  background: url(../images/fl_03_bg.png) no-repeat center;
  background-size: cover;
}
.floor_03 .title {
  text-align: center;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  font-size: 40px;
  margin-top: 60px;
  letter-spacing: 2px;
}
.floor_03 .des {
  margin: 14px 0 16px;
  height: 16px;
  background: url(../images/fl_03_title.png) no-repeat center;
}
.floor_03 .tip {
  text-align: center;
  line-height: 1;
  color: #8c94a4;
  font-size: 16px;
  margin-bottom: 45px;
}
.floor_03 .cate_fl {
  padding: 28px 30px 13px;
  background: #fff;
}
.floor_03 .cate_fl .item {
  margin-bottom: 15px;
}
.floor_03 .cate_fl .item .cate_title {
  position: relative;
  float: left;
  width: 210px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: #234db5;
  font-size: 16px;
  margin-right: 22px;
}
.floor_03 .cate_fl .item .cate_title::after {
  position: absolute;
  content: '';
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid #234db5;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.floor_03 .cate_fl .item a {
  display: block;
  float: left;
  width: 200px;
  padding: 0 5px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #3e3e3e;
  font-size: 16px;
  margin-right: 22px;
  background: #eeeeee;
}
.floor_03 .cate_fl .item a:last-child {
  margin-right: 0;
}
.floor_03 .cate_fl .item a:hover {
  background: #ea1d2c;
  color: #fff;
}
.floor_03 .cate_fl .item a.more {
  border-radius: 23px;
  color: #fff;
  background: #ea1d2c;
}
.floor_03 .cate_fl .item a.more:hover {
  background: #c90c1a;
}
.floor_04 {
  background: url(../images/fl_04_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 20px 0 70px;
}
.floor_04 .top {
  background: #fff;
  margin-bottom: 24px;
}
.floor_04 .top .left {
  width: 600px;
  height: 396px;
  line-height: 396px;
  text-align: center;
  font-size: 0;
}
.floor_04 .top .left img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.floor_04 .top .right {
  width: 435px;
  margin-right: 105px;
  padding-top: 53px;
}
.floor_04 .top .right .title {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 18px;
  line-height: 1;
  font-size: 24px;
  color: #303030;
  font-weight: bold;
  margin-bottom: 14px;
}
.floor_04 .top .right .content {
  font-size: 14px;
  color: #515151;
  line-height: 26px;
  margin-bottom: 45px;
  max-height: 180px;
}
.floor_04 .top .right .btn a {
  width: 140px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 0;
}
.floor_04 .top .right .btn a span {
  display: inline-block;
  padding-left: 30px;
  font-size: 14px;
  background: url(../images/next.png) no-repeat left center;
}
.floor_04 .top .right .btn a.blue {
  background: #234db5;
  margin-right: 24px;
}
.floor_04 .top .right .btn a.blue:hover {
  background: #0836a6;
}
.floor_04 .top .right .btn a.red {
  background: #ea1d2c;
}
.floor_04 .top .right .btn a.red:hover {
  background: #c90c1a;
}
.floor_04 ul {
  margin: 0 -6px;
}
.floor_04 ul li {
  float: left;
  width: 290px;
  height: 380px;
  background: #fff;
  margin: 0 6px;
}
.floor_04 ul li:last-child {
  float: right;
}
.floor_04 ul li .img {
  width: 290px;
  height: 214px;
  font-size: 0;
  text-align: center;
  line-height: 214px;
}
.floor_04 ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.floor_04 ul li .content {
  padding: 24px 18px 0;
  border: 1px solid #e5e5e5;
  height: 140px;
}
.floor_04 ul li .content .title {
  color: #484848;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 11px;
}
.floor_04 ul li .content p {
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  margin-bottom: 14px;
}
.floor_04 ul li .content .btn {
  font-size: 14px;
  color: #5b5b5b;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  margin: 0 auto;
}
.floor_04 ul li:hover {
  /*background: #234db5;*/
}
.floor_04 ul li:hover .content {
  /*border-color: #234db5;*/
}
.floor_04 ul li:hover .content .title {
  color: #234db5;
}
.floor_04 ul li:hover .content p {
  color: #234db5;
}
.floor_04 ul li:hover .content .btn {
  background: #ea1d2c;
  color: #fff;
}
.floor_05 {
  background: url(../images/fl_05_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0 75px;
}
.floor_05 h1 {
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}
.floor_05 .des-img {
  height: 16px;
  margin: 12px 0 14px;
  background: url(../images/fl_03_title.png) no-repeat center;
}
.floor_05 .tip {
  text-align: center;
  line-height: 1;
  font-size: 16px;
  color: #8c94a4;
  margin-bottom: 45px;
}
.floor_05 ul {
  margin: 0 -7px 0 -8px;
}
.floor_05 ul li {
  float: left;
  width: 228px;
  height: 406px;
  margin: 0 7px 0 8px;
}
.floor_05 ul li img {
  display: block;
  width: 228px;
  height: 406px;
}
.floor_06 {
  position: relative;
  width: 100%;
  min-width: 1200px;
}
.floor_06 .btn {
  display: block;
  width: 176px;
  height: 50px;
  line-height: 50px;
  background: #eb8f02;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.floor_06 > .left {
  height: 145px;
  width: 50%;
  background: #ea1d2c;
}
.floor_06 > .right {
  height: 145px;
  width: 50%;
  background: #193a86;
}
.floor_06 .half {
  width: 600px;
}
.floor_06 .half h1 {
  font-size: 34px;
  color: #ffffff;
  line-height: 1;
  font-weight: 900;
  font-style: oblique;
  letter-spacing: -2px;
  margin: 45px 0 10px;
}
.floor_06 .half p {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}
.floor_06 .half .contact .tel {
  margin-top: 45px;
  padding-left: 60px;
  height: 55px;
  background: url(../images/big-tel-icon.png) no-repeat left center;
}
.floor_06 .half .contact .tel .tip {
  line-height: 1;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.floor_06 .half .contact .tel .number {
  line-height: 1;
  font-size: 36px;
  color: #fff;
  font-weight: 900;
  letter-spacing: -2px;
}
.floor_06 .half .contact .ewm {
  margin-left: 25px;
  height: 96px;
  margin-top: 25px;
}
.floor_06 .half .contact .ewm img {
  display: block;
  height: 96px;
}
.floor_07 {
  background: #f4f4f4;
  padding: 75px 0 70px;
}
.floor_07 h1 {
  font-weight: 900;
  text-align: center;
  line-height: 1;
  color: #3f4040;
  font-size: 36px;
  letter-spacing: 1px;
}
.floor_07 h1 span {
  font-weight: 900;
  color: #19398a;
}
.floor_07 b {
  display: block;
  text-align: center;
  line-height: 1;
  color: #7a7a7a;
  font-size: 18px;
  margin: 18px 0 30px;
}
.floor_07 .list {
  margin-bottom: 50px;
}
.floor_07 .list ul {
  margin: 0 -12px;
}
.floor_07 .list ul li {
  float: left;
  width: 350px;
  padding: 18px 16px 0;
  height: 335px;
  background: #fff;
  margin: 0 12px;
}
.floor_07 .list ul li .img {
  width: 350px;
  height: 202px;
  font-size: 0;
  line-height: 202px;
  text-align: center;
  margin-bottom: 25px;
}
.floor_07 .list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.floor_07 .list ul li h3 {
  font-size: 20px;
  color: #444444;
  line-height: 1;
  margin-bottom: 18px;
}
.floor_07 .list ul li p {
  font-size: 14px;
  color: #949494;
  line-height: 22px;
}
.floor_07 .list ul li:hover h3 {
  text-decoration: underline;
}
.floor_07 .customer {
  margin-bottom: 38px;
  background: #fff;
}
.floor_07 .customer .headline {
  width: 170px;
  height: 215px;
  padding-left: 30px;
  padding-top: 50px;
  background: #234db5;
}
.floor_07 .customer .headline h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #4a92d4;
  margin-bottom: 15px;
}
.floor_07 .customer .headline p {
  font-size: 18px;
  color: #3c82ec;
  line-height: 24px;
}
.floor_07 .customer .cus-list {
  width: 962px;
  padding-top: 33px;
  padding-left: 38px;
}
.floor_07 .customer .cus-list ul li {
  float: left;
  text-align: center;
  width: 212px;
  height: 86px;
  line-height: 86px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  margin-right: 20px;
}
.floor_07 .customer .cus-list ul li a {
  display: block;
  font-size: 0;
}
.floor_07 .customer .cus-list ul li a img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.floor_07 .btn {
  font-size: 0;
  text-align: center;
}
.floor_07 .btn .overHidden {
  display: inline-block;
}
.floor_07 .btn a {
  display: block;
  height: 48px;
  line-height: 48px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  color: #292929;
  width: 180px;
  text-align: center;
  border-radius: 4px;
}
.floor_07 .btn a:hover {
  border-color: #c90c1a;
  color: #c90c1a;
}
.floor_07 .btn .tel {
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  border: 1px solid #19398a;
  margin-left: 30px;
}
.floor_07 .btn .tel .title {
  width: 55px;
  line-height: 18px;
  background: #19398a;
  color: #fff;
  font-size: 14px;
  padding: 6px 0;
}
.floor_07 .btn .tel .content {
  width: 180px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  color: #19398a;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
}
.floor_08 {
  padding: 75px 0;
  background: #fff;
}
.floor_08 h1 {
  text-align: center;
  font-size: 36px;
  color: #3f4040;
  line-height: 1;
  font-weight: bolder;
  margin-bottom: 20px;
}
.floor_08 h1 span {
  color: #19398a;
  font-weight: bolder;
}
.floor_08 b {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #7a7a7a;
  margin-bottom: 30px;
}
.floor_08 .content .headline {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 30px;
}
.floor_08 .content .headline .bt {
  display: block;
  border-bottom: 3px solid #ea1d2c;
  font-weight: bold;
  color: #19398a;
  font-size: 22px;
  margin-right: 10px;
  height: 53px;
}
.floor_08 .content .headline .fbt {
  font-size: 22px;
  color: #9b9b9b;
  font-weight: lighter;
}
.floor_08 .content .headline .more {
  color: #5f5f5f;
  font-size: 14px;
}
.floor_08 .content .headline .more:hover {
  color: #c90c1a;
}
.floor_08 .content .headline .prev,
.floor_08 .content .headline .next {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  background: #eeeeee;
  margin-top: 10px;
}
.floor_08 .content .headline .prev::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  border: 6px solid #00bd95;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.floor_08 .content .headline .next {
  margin-left: 5px;
}
.floor_08 .content .headline .next::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 14px;
  border: 6px solid #00bd95;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.floor_08 .content .news {
  width: 700px;
}
.floor_08 .content .news .recom {
  margin-bottom: 25px;
}
.floor_08 .content .news .recom h3 {
  font-size: 16px;
  color: #373737;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
}
.floor_08 .content .news .recom p {
  font-size: 14px;
  color: #9d9d9d;
  line-height: 24px;
}
.floor_08 .content .news .recom:hover h3 {
  color: #065ee4;
}
.floor_08 .content .news .list .img {
  font-size: 0;
  width: 286px;
  height: 230px;
  text-align: center;
  line-height: 230px;
  margin-top: 10px;
}
.floor_08 .content .news .list .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.floor_08 .content .news .list .right {
  width: 385px;
}
.floor_08 .content .news .list .right ul li {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 15px;
}
.floor_08 .content .news .list .right ul li a {
  display: block;
  padding-bottom: 20px;
  overflow: hidden;
}
.floor_08 .content .news .list .right ul li a .left {
  width: 56px;
  line-height: 1;
  color: #a1a1a1;
}
.floor_08 .content .news .list .right ul li a .left .day {
  font-size: 40px;
  letter-spacing: -2px;
}
.floor_08 .content .news .list .right ul li a .left .month {
  font-size: 16px;
}
.floor_08 .content .news .list .right ul li a .right {
  width: 328px;
  line-height: 1;
  padding-top: 10px;
}
.floor_08 .content .news .list .right ul li a .right h3 {
  font-weight: bold;
  color: #373737;
  font-size: 16px;
  margin-bottom: 13px;
}
.floor_08 .content .news .list .right ul li a .right p {
  font-size: 14px;
  color: #9d9d9d;
}
.floor_08 .content .news .list .right ul li:last-child {
  border: none;
  margin-bottom: 0;
}
.floor_08 .content .news .list .right ul li:last-child a {
  padding-bottom: 0px;
}
.floor_08 .content .news .list .right ul li:hover a .left {
  color: #065ee4;
}
.floor_08 .content .news .list .right ul li:hover a .right h3 {
  color: #065ee4;
}
.floor_08 .content .question {
  width: 420px;
}
.floor_08 .content .question .list ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}
.floor_08 .content .question .list ul li:last-child {
  margin-bottom: 0;
}
.floor_08 .content .question .list ul li a {
  display: block;
  padding-bottom: 20px;
}
.floor_08 .content .question .list ul li a .left {
  width: 30px;
}
.floor_08 .content .question .list ul li a .left span {
  display: block;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.floor_08 .content .question .list ul li a .left span.blue {
  background: #065ee4;
}
.floor_08 .content .question .list ul li a .left span.red {
  background: #ea1d2c;
}
.floor_08 .content .question .list ul li a .right {
  width: 380px;
}
.floor_08 .content .question .list ul li a .right h3 {
  font-size: 16px;
  color: #373737;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 15px;
}
.floor_08 .content .question .list ul li a .right p {
  font-size: 14px;
  color: #9d9d9d;
  line-height: 24px;
}
.floor_08 .content .question .list ul li a:hover .right h3 {
  color: #065ee4;
}
.floor_09 {
  padding-top: 75px;
  background: url(../images/fl_09_bg.jpg) no-repeat center;
  background-size: cover;
}
.floor_09 .headline {
  margin-bottom: 60px;
}
.floor_09 .headline h1 {
  line-height: 1.1;
  color: #ffffff;
  font-size: 36px;
  font-weight: bolder;
  margin-bottom: 20px;
}
.floor_09 .headline b {
  font-size: 18px;
  color: #fff;
  line-height: 1.1;
}
.floor_09 .headline a {
  position: relative;
  display: block;
  width: 130px;
  margin-right: 16px;
  margin-top: 18px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #ea1d2c;
  font-weight: bold;
}
.floor_09 .headline a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 0;
  left: -16px;
  border-left: 8px solid transparent;
  border-right: 8px solid #ea1d2c;
  border-bottom: 25px solid #ea1d2c;
  border-top: 25px solid transparent;
}
.floor_09 .headline a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: -16px;
  border-right: 8px solid transparent;
  border-left: 8px solid #ea1d2c;
  border-top: 25px solid #ea1d2c;
  border-bottom: 25px solid transparent;
}
.floor_09 .contact {
  background: #fff;
  height: 355px;
}
.floor_09 .contact .title {
  width: 48px;
  height: 355px;
  text-align: center;
  font-size: 0;
  line-height: 355px;
  background: #ea1d2c;
  padding: 0 10px;
}
.floor_09 .contact .title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: bolder;
}
.floor_09 .contact .form {
  width: 1132px;
  height: 352px;
  border-bottom: 3px solid #00bd95;
}
.floor_09 .contact .form .table {
  width: 396px;
  padding-left: 56px;
  padding-top: 43px;
}
.floor_09 .contact .form .table .input {
  height: 46px;
  padding: 0 15px;
  background: #eff1f5;
  margin-bottom: 10px;
}
.floor_09 .contact .form .table .input input {
  display: block;
  border: none;
  outline: none;
  line-height: 46px;
  width: 290px;
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: 14px;
  color: #595959;
}
.floor_09 .contact .form .table .textarea {
  height: 90px;
  padding: 0 15px;
  background: #eff1f5;
  margin-bottom: 16px;
}
.floor_09 .contact .form .table .textarea textarea {
  font-family: '微软雅黑';
  display: block;
  width: 290px;
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: 14px;
  color: #595959;
  line-height: 24px;
  border: none;
  outline: none;
  resize: none;
  margin-top: 11px;
  height: 72px;
}
.floor_09 .contact .form .table .bt {
  font-size: 14px;
  color: #595959;
  line-height: 46px;
  width: 75px;
}
.floor_09 .contact .form .table .btn a {
  display: block;
  height: 46px;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  background: #ea1d2c;
}
.floor_09 .contact .form .table .btn a:hover {
  background: #d20312;
}
.floor_09 .contact .form .adorn {
  margin-left: 52px;
  padding-top: 63px;
}
.floor_09 .contact .form .adorn .left {
  width: 270px;
}
.floor_09 .contact .form .adorn .left.img {
  margin-left: 45px;
  width: 285px;
  height: 245px;
  font-size: 0;
  text-align: center;
  line-height: 245px;
}
.floor_09 .contact .form .adorn .left.img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.floor_09 .contact .form .adorn .bt {
  width: 225px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #ea1d2c;
  margin-bottom: 16px;
}
.floor_09 .contact .form .adorn .p {
  font-size: 30px;
  color: #163a84;
  font-weight: bolder;
  line-height: 36px;
  margin-bottom: 43px;
}
.floor_09 .contact .form .adorn .p span {
  color: #7b7b7b;
  display: block;
}
.floor_09 .contact .form .adorn .tel {
  padding-left: 56px;
  height: 50px;
  background: url(../images/big-tel-blue-icon.png) no-repeat left center;
}
.floor_09 .contact .form .adorn .tel p {
  font-size: 18px;
  color: #444444;
  line-height: 20px;
  letter-spacing: 2px;
}
.floor_09 .contact .form .adorn .tel h3 {
  font-size: 32px;
  color: #19398a;
  line-height: 34px;
  font-weight: bold;
  letter-spacing: -2px;
}
.footer {
  background: #292c31;
  padding-bottom: 30px;
}
.footer .foot-nav {
  height: 102px;
}
.footer .foot-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 0;
}
.footer .foot-nav ul li {
  display: inline-block;
  line-height: 102px;
  font-size: 18px;
}
.footer .foot-nav ul li a {
  color: #fff;
  opacity: 0.8;
}
.footer .foot-nav ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer .ewm {
  margin-right: 15px;
}
.footer .ewm .img {
  font-size: 0;
  width: 104px;
  height: 104px;
  line-height: 104px;
  text-align: center;
  margin-bottom: 10px;
}
.footer .ewm .img img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.footer .ewm p {
  font-size: 14px;
  color: #747679;
  text-align: center;
  line-height: 1;
}
.footer .info {
  width: 930px;
  padding-top: 25px;
  border-top: 1px solid #484c52;
}
.footer .info .about {
  width: 650px;
}
.footer .info .about b {
  display: block;
  line-height: 1;
  font-size: 14px;
  color: #747679;
  margin-bottom: 18px;
}
.footer .info .about h3 {
  color: #fff;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.footer .info .about p {
  font-size: 14px;
  line-height: 24px;
  color: #747679;
}
.footer .info .link {
  width: 250px;
}
.footer .info .link h2 {
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .info .link a {
  display: block;
  font-size: 14px;
  color: #747679;
  float: left;
  min-width: 85px;
  margin-bottom: 15px;
}
.footer .info .link a:nth-child(2n) {
  float: right;
}
.footer .info .link a:hover {
  color: #fff;
}
.fixed-window {
  position: fixed;
  overflow: hidden;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #234db5;
  width: 140px;
  padding: 25px 6px 28px;
  z-index: 9999;
  border-radius: 8px;
}
.fixed-window::before {
  position: absolute;
  content: '';
  top: -45px;
  left: 0;
  width: 100%;
  height: 60px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.fixed-window::after {
  position: absolute;
  content: '';
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 50px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.fixed-window .main {
  background: #fff;
  padding: 14px 8px 24px;
}
.fixed-window .main .link {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #ea1d2c;
  text-align: center;
  font-size: 16px;
  margin-bottom: 6px;
  border-radius: 4px;
}
.fixed-window .main .link:hover {
  background: #c90c1a;
}
.fixed-window .main .tel {
  padding-top: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.fixed-window .main .tel p {
  padding-left: 35px;
  height: 20px;
  line-height: 20px;
  background: url(../images/fixed-tel-icon.png) no-repeat left center;
  font-size: 14px;
  color: #767676;
  margin-bottom: 6px;
}
.fixed-window .main .tel h3 {
  line-height: 1;
  font-size: 20px;
  color: #19398a;
  font-weight: bold;
  letter-spacing: -1px;
}
.fixed-window .main .kefu {
  overflow: hidden;
}
.fixed-window .main .kefu .ewm {
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin: 0 auto 5px;
  font-size: 0;
  text-align: center;
}
.fixed-window .main .kefu .ewm img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.fixed-window .main .kefu p {
  font-size: 14px;
  text-align: center;
  color: #5c5c5c;
  line-height: 1;
}
/*# sourceMappingURL=./index.css.map */