* {
  box-sizing: border-box;
}
body,
button,
h1,
h2,
h3,
h4,
input,
a,
p,
ul,
li,
dl,
td,
dd {
  list-style: none;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  font-weight: normal;
  text-decoration: none;
  font-family: 'Microsoft YaHei', 'PingFangLight', 'tahoma regular', regular, sans-serif, '微软雅黑';
}
body {
  font-size: 16px;
  color: #0b0c0e ;
  min-width: 1170px;
  line-height: 1.5;
  background-color: #fff;
}
.blind {
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  position: absolute;
}
.clear {
  content: '';
  display: table;
  clear: both;
}
a {
  color: #0b0c0e;
  text-decoration: none;
}
a:hover {
  color: #e60012;
}
.lf {
  float: left;
}
.ri {
  float: right;
}
.spff {
  font-family: "PingFang SC", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.header {
  width: 100%;
  height: 106px;
  position: relative;
  border-bottom: 1px solid #2e2e2e;
  background: #000;
}
.header .container {
  height: 100%;
}
.header .logo {
  float: left;
  width: 202px;
  height: 65px;
  margin-top: 18px;
  background: url("../images/logo.png") no-repeat 50% 0;
}
.header .nav {
  float: right;
  height: 105px;
  line-height: 105px;
  z-index: 1;
}
.header .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header .nav a {
  color: #fff;
  font-size: 18px;
}
.header .nav .nLi {
  float: left;
  display: inline;
  position: relative;
}
.header .nav .nLi h3 {
  float: left;
}
.header .nav .nLi h3 a {
  display: block;
  padding: 0 25px;
}
.header .nav .nLi.active a {
  color: #e60012;
  background: url("../images/icon-nav.png") no-repeat 50% 80px !important;
}
.header .nav .sub {
  display: none;
  width: max-content;
  height: 180px;
  left: -520px;
  top: 105px;
  white-space: nowrap;
  position: absolute;
  background: #1b1b1b;
  line-height: 26px;
}
.header .nav .sub .cont {
  float: left;
  white-space: normal;
  width: 520px;
  overflow: hidden;
  height: 100%;
  font-size: 14px;
  padding: 15px;
  background: #1b1b1b;
  box-sizing: border-box;
  border-right: 1px solid #393939;
}
.header .nav .sub .cont img {
  width: 198px;
  height: 144px;
  float: left;
  margin-right: 20px;
}
.header .nav .sub .cont .txt {
  float: left;
  width: 270px;
  color: #fff;
}
.header .nav .sub .cont .txt .tit {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.header .nav .sub .list_box {
  height: 100%;
  display: inline-block;
  overflow: hidden;
  background: #1b1b1b;
}
.header .nav .sub .list {
  float: left;
  min-width: 122px;
  height: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  padding: 15px 20px 0;
  border-right: 1px solid #393939;
}
.header .nav .sub .list li.first {
  margin-bottom: 5px;
}
.header .nav .sub .list a {
  color: #fff;
  font-size: 16px;
}
.header .nav .on h3 a {
  background: #1b1b1b;
}
.footer {
  width: 100%;
  padding-top: 35px;
  background: #000;
  position: relative;
}
.footer:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #d80011;
  position: absolute;
  left: 0;
  bottom: 64px;
}
.footer .list {
  margin-left: 130px;
}
.footer .list ul {
  float: left;
  font-size: 14px;
  margin-right: 40px;
}
.footer .list ul li {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.footer .list ul li .bottom_box {
  display: none;
  position: absolute;
  z-index: 9;
  left: 70px;
  top: -5px;
}
.footer .list ul li .bottom_dh {
  width: 600px;
  text-align: left;
  padding: 5px 10px;
  /*white-space: nowrap;*/
  position: relative;
  background: rgba(51, 51, 51, 0.9);
}
.footer .list ul li .bottom_dh:before {
  position: absolute;
  content: '';
  display: block;
  top: 7px;
  left: -16px;
  border: 8px solid transparent;
  border-right-color: rgba(51, 51, 51, 0.9);
}
.footer .list ul li .bottom_dh a {
  display: inline-block;
  padding-right: 10px;
}
.footer .list ul li:hover .bottom_box {
  display: block;
}
.footer .list ul .tit {
  color: #b4b4b4;
  padding-bottom: 10px;
  border-bottom: 1px dashed #b4b4b4;
}
.footer .list ul a {
  color: #dadada;
}
.footer .ri {
  width: 490px;
  height: 150px;
  position: relative;
  border-left: 1px solid #2b2b2b;
}
.footer .ri .phone {
  width: 250px;
  height: 100px;
  margin: 29px 0 0 80px;
  background: url("../images/footer-phone.png") no-repeat 50% 0;
  background-size: 90%;
}
.footer .ri .sp {
  width: 114px;
  height: 111px;
  position: absolute;
  right: 0;
  top: 22px;
  background: url("../images/sp.png") no-repeat 50% 0;
}
.footer .copy {
  color: #cfcfcf;
  font-size: 16px;
  height: 64px;
  line-height: 64px;
  margin-top: 30px;
}
.container {
  width: 1280px;
  margin: 0 auto;
}
.guihua-banner {
  height: 248px;
  background: url("../images/banner-class-01.jpg") no-repeat 50% 0;
}
.yzsfw-banner {
  height: 248px;
  background: url("../images/yzsfw-banner.jpg") no-repeat 50% 0;
}
.about-banner {
  background: url("../images/about.jpg") no-repeat 50% 0;
}
/*
  首页
*/
/*@font-face{
  font-family: 'PingFangBold';
  src:url('../font/PingFang-Bold.ttf') format('truetype')
}
@font-face{
  font-family: 'PingFangLight';
  src:url('../font/PingFang-Light.ttf') format('truetype')
}
.PingFangBold{
  font-family: PingFangBold!important;
}
.PingFangLight{
  font-family: PingFangLight!important;
}*/
.scale {
  transition: all .3s ease;
}
.scale:hover {
  transform: scale(1.2);
}
.index_banner {
  width: 100%;
  height: 890px;
  position: relative;
}
.index_banner .header {
  position: relative;
  background: none;
  z-index: 9;
}
.index_banner .fullScreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.index_banner .banner {
  width: 1280px;
  height: 715px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background: url("../images/banner-index.png") no-repeat 50% 0;
}
.index_banner .banner .item {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  padding-top: 20px;
  cursor: pointer;
  transition: all 0.5s ease-out 0s;
  font-family: '微软雅黑', 'Microsoft YaHei';
  background: url("../images/banner-bg.png") no-repeat 50% 0;
}
.index_banner .banner .item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_banner .banner .center {
  width: 240px;
  height: 240px;
  left: 560px;
  top: 270px;
  background: url("../images/banner-index-center.png") no-repeat 50% 0;
}
.index_banner .banner .item1 {
  top: 115px;
  left: 415px;
}
.index_banner .banner .item2 {
  top: 115px;
  right: 295px;
}
.index_banner .banner .item3 {
  top: 360px;
  right: 80px;
}
.index_banner .banner .item4 {
  top: 565px;
  right: 170px;
}
.index_banner .banner .item5 {
  top: 590px;
  right: 590px;
}
.index_banner .banner .item6 {
  top: 572px;
  left: 327px;
}
.index_banner .banner .item7 {
  top: 390px;
  left: 82px;
}
.index_banner .banner .item:hover {
  transform: scale(1.1);
}
.section {
  width: 1280px;
  margin: 0 auto;
}
.section .cont-head {
  width: 100%;
  height: 130px;
  line-height: 130px;
  overflow: hidden;
  margin: 50px auto 45px;
  background: url("../images/lm.png") no-repeat 0 0;
}
.section .cont-head .title {
  float: left;
  color: #0b0c0e;
  font-size: 30px;
  line-height: 1;
  position: relative;
  padding-left: 16px;
  margin: 35px 70px 0 0;
  font-family: 微软雅黑;
    font-weight: 500;
}
.section .cont-head .title span {
  display: block;
  font-size: 18px;
  margin-top: 2px;
}
.section .cont-head .title:before {
  content: '';
  display: block;
  width: 10px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  background: url("../images/class-after.png") no-repeat 50% 0;
}
.section .cont-head .list {
  overflow: hidden;
  float: left;
}
.section .cont-head .list li {
  float: left;
  margin-right: 20px;
}
.section .cont-head .list li a {
  font-size: 18px;
}
.section .cont-head .ri {
  width: 410px;
  height: 100%;
}
.section .cont-head .more {
  float: right;
}
.section .cont-head .hot-num1 {
  background: url("../images/hot-num1.png") no-repeat 50% 50%;
}
.section .cont-head .hot-num2 {
  background: url("../images/hot-num2.png") no-repeat 50% 50%;
}
.section .cont-body {
  overflow: hidden;
}
.section .cont-body .cont-lf {
  width: 540px;
  height: 100%;
  float: left;
  position: relative;
}
.section .cont-body .cont-lf .mark-box {
  width: 355px;
  height: 266px;
}
.section .cont-body .cont-lf:before,
.section .cont-body .cont-lf:after {
  content: '';
  display: block;
  width: 160px;
  height: 202px;
  position: absolute;
  left: 0;
  border-left: 8px solid #f0f1f2;
}
.section .cont-body .cont-lf:before {
  top: 0;
  border-top: 8px solid #f0f1f2;
}
.section .cont-body .cont-lf:after {
  bottom: 0;
  border-bottom: 8px solid #f0f1f2;
}
.section .cont-body .cont-lf .pic {
  display: block;
  width: 355px;
  height: 266px;
  position: absolute;
  right: 0;
  top: 0;
}
.section .cont-body .cont-lf .txt {
  width: 395px;
  position: absolute;
  left: 55px;
  bottom: 70px;
}
.section .cont-body .cont-lf .txt .tit {
  display: block;
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.section .cont-body .cont-lf .txt .tit:after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: #020202;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section .cont-body .cont-middle {
  float: left;
  width: 350px;
  height: 100%;
  margin: 0 17px;
}
.section .cont-body .cont-middle img {
  display: block;
  width: 100%;
  height: 477px;
}
.section .cont-body .cont-middle .mark-box {
  height: 477px;
}
.section .cont-body .cont-ri {
  width: 355px;
  height: 100%;
  float: left;
  position: relative;
}
.section .cont-body .cont-ri img {
  display: block;
  width: 100%;
  height: 230px;
}
.section .cont-body .cont-ri .mark-box {
  width: 100%;
  height: 230px;
  margin-bottom: 17px;
}
.section .cont-body .mark-box {
  display: table;
  position: relative;
}
.section .cont-body .mark-box img {
  position: absolute;
  z-index: 1;
}
.section .cont-body .mark-box .mark {
  opacity: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  color: #fff;
}
.section .cont-body .mark-box .mark .name {
  font-size: 24px;
  margin-bottom: 12px;
}
.section .cont-body .mark-box .mark .synopsis {
  padding: 0 60px;
  margin: 0 auto 12px;
  text-align: left;
}
.section .cont-body .mark-box .mark .icon {
  height: 47px;
  background: url("../images/to.png") no-repeat 50% 0;
}
.section .cont-body .mark-box:hover .mark {
  opacity: 1;
}
.section1 .cont-body {
  height: 510px;
}
.section1 .cont-body .cont-lf .mark-box {
  position: absolute;
  right: 0;
  top: 0;
}
.section2 .cont-body {
  height: 510px;
}
.section2 .cont-body .cont-lf:before {
  left: inherit;
  right: 0;
  border-left: none;
  border-right: 8px solid #f0f1f2;
}
.section2 .cont-body .cont-lf:after {
  left: inherit;
  right: 0;
  border-left: none;
  border-right: 8px solid #f0f1f2;
}
.section2 .cont-body .cont-lf .pic {
  right: inherit;
  left: 0;
}
.section2 .cont-body .cont-lf .txt {
  left: inherit;
  right: 55px;
}
.section3 {
  width: 100%;
  overflow: hidden;
}
.section3 .cont-head {
  width: 1280px;
}
.section3 .box {
  width: 100%;
  height: 537px;
  overflow: hidden;
  position: relative;
  background: url("../images/sec3bg.png") no-repeat 50% 0;
}
.section3 .box:after {
  content: '';
  display: block;
  position: absolute;
  height: 220px;
  width: 100%;
  left: 50%;
  top: 44px;
  background: #fff;
  z-index: 2;
}
.section3 .cont-body {
  width: 1280px;
  height: 440px;
  margin: 44px auto 0;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.section3 .cont-body .img-lf {
  float: left;
  width: 663px;
  height: 442px;
}
.section3 .cont-body .img-lf img {
  display: none;
  width: 100%;
  height: 100%;
}
.section3 .cont-body .img-lf img:first-of-type {
  display: block;
}
.section3 .cont-body .cont {
  float: left;
  width: 617px;
}
.section3 .cont-body .cont .top {
  display: none;
  width: 100%;
  height: 220px;
  background: #fff;
  position: relative;
  padding-top: 22px;
  margin-bottom: 65px;
}
.section3 .cont-body .cont .top .txt {
  width: 440px;
  margin: 0 0 0 110px;
}
.section3 .cont-body .cont .top .txt .tit {
  display: block;
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.section3 .cont-body .cont .top .txt .tit:after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: #020202;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section3 .cont-body .cont .top .link {
  display: block;
  width: 255px;
  height: 35px;
  background: #e60012;
  position: absolute;
  bottom: -12px;
  right: 0;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 18px;
}
.section3 .cont-body .cont .top:first-of-type {
  display: block;
}
.section3 .cont-body .cont .picScroll-left {
  overflow: hidden;
  position: relative;
}
.section3 .cont-body .cont .picScroll-left .hd {
  width: 100%;
  height: 0;
  position: relative;
}
.section3 .cont-body .cont .picScroll-left .hd a {
  position: absolute;
  display: block;
  top: 45px;
  cursor: pointer;
  width: 21px;
  height: 22px;
}
.section3 .cont-body .cont .picScroll-left .hd .next {
  left: 15px;
  background: url("../images/af.png") no-repeat 50% 0;
}
.section3 .cont-body .cont .picScroll-left .hd .prev {
  right: 15px;
  background: url("../images/be.png") no-repeat 50% 0;
}
.section3 .cont-body .cont .picScroll-left .bd .tempWrap {
  margin: 0 auto;
}
.section3 .cont-body .cont .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.section3 .cont-body .cont .picScroll-left .bd ul li {
  float: left;
  display: inline;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.section3 .cont-body .cont .picScroll-left .bd ul li .pic {
  text-align: center;
}
.section3 .cont-body .cont .picScroll-left .bd ul li .pic img {
  display: block;
  width: 167px;
  height: 111px;
  margin: 0 7px;
}
.section3 .cont-body .cont .picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}
.section3 .cont-body .cont .picScroll-left .bd ul li .pic .title {
  line-height: 24px;
}
.section4 .cont-head {
  margin: 50px auto 0;
}
.section4 .item {
  float: left;
  width: 400px;
  height: 510px;
  margin-right: 40px;
  background: #e9e9e9;
}
.section4 .item img {
  display: block;
  width: 100%;
  height: 225px;
  margin-bottom: 45px;
}
.section4 .item .box {
  width: 330px;
  height: 215px;
  margin: 0 auto;
  position: relative;
}
.section4 .item .box .tit {
  display: block;
  font-size: 22px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.section4 .item .box .tit:after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: #020202;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section4 .item .box .icon {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/icon01.png") no-repeat 50% 0;
}
.section4 .item:hover {
  background: #e60012;
}
.section4 .item:hover a {
  color: #fff;
}
.section4 .item:hover img {
  border: 4px solid #e60012;
}
.section4 .item:hover .box .tit:after {
  background: #fff;
}
.section4 .item:hover .box .icon {
  background: url("../images/icon02.png") no-repeat 50% 0;
}
.section4 .last {
  margin-right: 0;
}
.section5 {
  width: 100%;
}
.section5 .cont-head {
  width: 1280px;
  margin: 50px auto 0;
}
.section5 .box {
  width: 100%;
  min-width: 1280px;
  overflow: hidden;
}
.section5 .box .item {
  float: left;
  height: 418px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.section5 .box .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.section5 .box .min-item {
  width: 27.85%;
}
.section5 .box .max-item {
  width: 44.3%;
}
.section5 .box .item1 a {
  background-image: url("../images/gh01.jpg");
}
.section5 .box .item2 a {
  background-image: url("../images/gh02.jpg");
}
.section5 .box .item3 a {
  background-image: url("../images/gh03.jpg");
}
.section5 .box .item4 a {
  background-image: url("../images/gh04.jpg");
}
.section5 .box .item5 a {
  background-image: url("../images/gh05.jpg");
}
.section5 .box .item6 a {
  background-image: url("../images/gh06.jpg");
}
.section6 {
  width: 100%;
  height: 1240px;
  background: url("../images/sec6bg.jpg") no-repeat 50% 0;
}
.section6 .cont-head {
  background: none;
}
.section6 .cont-body {
  width: 100%;
  height: 910px;
  overflow: inherit;
  border: 1px solid #bfbfbf;
}
.section6 .cont-body .step {
  width: 100%;
  height: 33.33%;
}
.section6 .cont-body .step .item {
  float: left;
  width: 33.33%;
  height: 100%;
}
.section6 .cont-body .step .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.section6 .cont-body .step .item .txt {
  width: 310px;
  margin: 55px auto 0;
}
.section6 .cont-body .step .item .txt .tit {
  color: #000;
  display: block;
  font-size: 30px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.section6 .cont-body .step .item .txt .tit:after {
  content: '';
  display: block;
  width: 26px;
  height: 1px;
  background: #5e5e5e;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -13px;
}
.section6 .cont-body .step .item .txt .link {
  display: block;
  text-align: center;
  height: 40px;
  width: 154px;
  line-height: 38px;
  border: 1px solid #0b0c0e;
  border-radius: 45px;
  margin: 30px auto 0;
}
.section6 .cont-body .step .item2 {
  width: 66.66%;
}
.section6 .cont-body .step .item2 img {
  height: 328px;
  margin-top: -25px;
  position: relative;
  right: -1px;
}
.section7 {
  width: 100%;
  height: 728px;
  overflow: hidden;
  background: url("../images/sec7bg.jpg") no-repeat 50% 0;
}
.section7 .cont-head {
  background: url("../images/lm2.png") no-repeat 0 0;
}
.section7 .multipleColumn {
  width: 1280px;
  margin: 0 auto;
}
.section7 .multipleColumn .hd {
  width: 100%;
  position: relative;
}
.section7 .multipleColumn .hd a {
  display: block;
  position: absolute;
  width: 33px;
  height: 107px;
  top: 160px;
  cursor: pointer;
}
.section7 .multipleColumn .hd .next {
  left: -55px;
  background: url("../images/cooperative-lf.png") no-repeat;
}
.section7 .multipleColumn .hd .prev {
  right: -55px;
  background: url("../images/cooperative-ri.png") no-repeat;
}
.section7 .multipleColumn .bd {
  overflow: hidden;
}
.section7 .multipleColumn .bd ul {
  overflow: hidden;
}
.section7 .multipleColumn .bd li {
  float: left;
  width: 170px;
  height: 90px;
  margin: 0 6px 12px;
  border: 1px solid #989898;
}
.section7 .multipleColumn .bd li a,
.section7 .multipleColumn .bd li img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.float-bar {
  position: fixed;
  top: 50%;
  right: 20px;
  margin-top: -176px;
  z-index: 99;
}
.float-bar ul {
  border: 1px solid #e5e5e5;
}
.float-bar ul li {
  width: 70px;
  height: 70px;
  color: #646464;
  font-size: 12px;
  background: #f9fafb;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.float-bar ul li a {
  display: block;
  color: #646464;
  width: 100%;
  height: 100%;
}
.float-bar ul li a:before {
  content: '';
  display: table;
  clear: both;
}
.float-bar ul li span {
  display: block;
  margin: 7px auto 3px;
}
.float-bar ul li .icon-top {
  width: 38px;
  height: 20px;
  margin: 20px auto 3px;
  background: url("../images/icon-top.png") no-repeat 50% 0;
}
.float-bar ul li .icon-wx {
  width: 38px;
  height: 38px;
  background: url("../images/icon-ma.png") no-repeat 50% 0;
}
.float-bar ul li .icon-kf {
  width: 40px;
  height: 38px;
  background: url("../images/icon-kf.png") no-repeat 50% 0;
  background-size: 85%;
}
.float-bar ul li .icon-sc {
  width: 40px;
  height: 37px;
  background: url("../images/icon-sc.png") no-repeat 50% 0;
  background-size: 90%;
}
.float-bar ul li .icon-fh {
  width: 40px;
  height: 37px;
  background: url("../images/icon-home.png") no-repeat 50% 0;
  background-size: 88%;
}
.float-bar ul li .kf-box {
  position: absolute;
  top: 0;
  left: -140px;
  width: 140px;
  border: 1px solid #e5e5e5;
}
.float-bar ul li .kf-box .item {
  width: 100%;
  height: 70px;
  color: #505050;
  font-size: 14px;
  text-align: left;
  padding: 6px 0 0 12px;
  background: #f1f1f1;
}
.float-bar ul li .kf-box .item .btn {
  display: inline-block;
  width: initial;
  color: #fff;
  height: 25px;
  line-height: 25px;
  padding: 0 30px 0 10px;
  background: #e60012;
  border-radius: 45px;
  position: relative;
}
.float-bar ul li .kf-box .item .btn:after {
  content: '';
  display: block;
  width: 20px;
  height: 21px;
  position: absolute;
  right: 4px;
  top: 2px;
  background: url("../images/qq.png") no-repeat 50% 0;
}
.float-bar ul li .kf-box .item:nth-of-type(2n) {
  background: #fff;
}
.float-bar ul li .wx-box {
  position: absolute;
  width: 114px;
  height: 111px;
  top: 0;
  left: -114px;
  background: url("../images/sp.png") no-repeat 50% 0;
}
.float-bar ul li .box {
  display: none;
}
.float-bar ul li:hover {
  background: #e5e5e5;
}
.float-bar ul li:hover .box {
  display: block;
}
.float-bar ul li:last-of-type {
  border-bottom: none;
}
/*
  列表页
*/
.class-head {
  width: 100%;
}
.class-head img {
  display: block;
  width: 100%;
  height: auto;
}
/*
  联系我们
*/
.about-box {
  overflow: hidden;
  padding: 85px 0;
  color: #000;
}
.about-box .lf .tit {
  width: 326px;
  height: 110px;
  margin-bottom: 35px;
  background: url("../images/about-txt.jpg") no-repeat 50% 0;
}
.about-box .lf .name {
  font-size: 36px;
  margin-bottom: 25px;
}
.about-box .lf .item {
  width: 500px;
  line-height: 2;
  border-bottom: 1px solid #b6b6b6;
}
.about-box .lf .item span {
  font-size: 20px;
  font-weight: bold;
}
.about-box .ri {
  width: 730px;
  height: 567px;
  background: url("../images/map.jpg") no-repeat 50% 0;
}
.recruit-box {
  background: #f2f2f2;
  padding: 85px 0;
}
.recruit-box .cont-top {
  width: 100%;
  overflow: hidden;
  margin-bottom: 70px;
}
.recruit-box .cont-top .tit {
  float: left;
  width: 216px;
  height: 115px;
  background: url("../images/zxrs.jpg") no-repeat 50% 0;
}
.recruit-box .cont-top .txt {
  float: left;
  width: 960px;
  font-size: 16px;
  color: #6b6b6b;
  line-height: 1.8;
  margin: 45px 0 0 80px;
}
.recruit-box .cont-tab:after {
  content: '';
  display: table;
  clear: both;
}
.recruit-box .recruit-slide {
  float: left;
  width: 250px;
  position: relative;
  margin-right: 80px;
}
.recruit-box .recruit-slide:after {
  content: '';
  display: table;
  clear: both;
}
.recruit-box .recruit-slide .hd {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.recruit-box .recruit-slide .hd a {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 20px;
  cursor: pointer;
}
.recruit-box .recruit-slide .hd .next {
  left: 50px;
  background: url("../images/re-lf.png") no-repeat 50% 0;
}
.recruit-box .recruit-slide .hd .prev {
  right: 50px;
  background: url("../images/re-ri.png") no-repeat 50% 0;
}
.recruit-box .recruit-slide .hd ul {
  position: absolute;
  width: 86px;
  height: 28px;
  left: 50%;
  top: 20px;
  line-height: 28px;
  margin-left: -43px;
  overflow: hidden;
  text-align: center;
}
.recruit-box .recruit-slide .hd ul li {
  display: inline-block;
  text-indent: -999px;
  color: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  margin: 10px 3px 0;
  cursor: pointer;
}
.recruit-box .recruit-slide .hd ul .on {
  background: #e60012;
}
.recruit-box .recruit-slide .bd li {
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #4a4949;
  background: #dadada;
  cursor: pointer;
  border-radius: 45px;
  margin: 0 0 18px;
  position: relative;
}
.recruit-box .recruit-slide .bd li:after {
  content: '';
  display: none;
  width: 11px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -10px;
  background: url("../images/toRight.png") no-repeat 50% 0;
}
.recruit-box .recruit-slide .bd .active {
  color: #fff;
  background: #e60012;
}
.recruit-box .recruit-slide .bd .active:after {
  display: block;
}
.recruit-box .recruit-slide-cont {
  color: #4a4949;
  float: left;
  width: 950px;
}
.recruit-box .recruit-slide-cont .tit {
  font-size: 25px;
  position: relative;
  margin-bottom: 18px;
}
.recruit-box .recruit-slide-cont .tit:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -12px;
  width: 2px;
  height: 18px;
  margin-top: -9px;
  background: #e82e29;
}
.recruit-box .recruit-slide-cont .step {
  line-height: 1.8;
  margin-bottom: 35px;
}
.recruit-box .recruit-slide-cont .t {
  font-weight: 600;
}
/*
  合作伙伴
*/
.hzhb-box {
  color: #000;
  text-align: center;
  padding: 70px 0 150px;
}
.hzhb-box .title {
  font-size: 46px;
}
.hzhb-box .title span {
  display: block;
  font-size: 18px;
  margin: 10px auto 25px;
}
.hzhb-box .num-box {
  width: 450px;
  font-size: 18px;
  margin: 0 auto 45px;
  overflow: hidden;
}
.hzhb-box .num-box .item {
  float: left;
  width: 33.33%;
  line-height: 1.2;
}
.hzhb-box .num-box span {
  display: block;
  font-size: 36px;
}
.hzhb-box .logo-list {
  overflow: hidden;
}
.hzhb-box .logo-list li {
  float: left;
  margin: 0 15px 15px 0;
}
.hzhb-box .logo-list li a {
  display: block;
}
.hzhb-box .logo-list li a img {
  display: block;
  width: 170px;
  height: 90px;
  border: 1px solid #b8b8b8;
}
.hzhb-box .logo-list li:nth-of-type(7n) {
  margin: 0 0 15px 0;
}
/*
 列表页-展厅规划
 */
.guihua_container {
  background: #fff;
  text-align: center;
  width: 1600px;
  margin: 0 auto;
}
.guihua_left {
  width: 320px;
  text-align: left;
}
.guihua_left h2 {
  font-size: 37px;
  color: #b5b5b5;
  text-transform: uppercase;
  padding-left: 70px;
  padding-top: 43px;
  line-height: 38px;
}
.guihua_left h2 strong {
  display: block;
}
.guihua_left h2 p {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.guihua_left h2 b {
  border-top: 2px solid #9c9c9c;
  width: 42px;
  display: block;
  margin-top: 5px;
}
.guihua_nav {
  padding-left: 70px;
  margin-top: 10px;
  
}
.guihua_nav li {
  line-height: 25px;
  
}
.guihua_nav li a {
  font-size: 16px;
  font-family: 微软雅黑;
  font-weight: 500;
}
.guihua_list {
  margin: 10px 0;
}
.guihua_title {
  background: #757575;
  padding-left: 70px;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
}
.guihua_more {
  font-size: 16px;
  margin-left: 70px;
}
.guihua_right {
  width: 1280px;
  text-align: left;
  border-left: 1px solid #eee;
}
.guihua_address {
  padding-left: 56px;
  font-size: 14px;
  color: #8a8a8a;
  line-height: 43px;
  background: url(../images/guihua/guihua.jpg) 30px center no-repeat;
}
.guihua_address i {
  font-style: normal;
}
.guihua_address b {
  font-weight: 100;
}
.line {
  width: 100%;
  height: 1px;
  background: #eee;
}
.guihua-country {
  padding-left: 30px;
  margin: 10px 0;
}
.guihua-country li {
  float: left;
  margin-right: 18px;
}
.guihua-country li a:hover {
  color: #e60012;
}
.guihua-country .on a {
  color: #e60012;
  font-weight: bold;
}
.guihua_contain {
  margin-top: 20px;
}
.guihua_item {
  float: left;
  width: 395px;
  position: relative;
  margin-left: 30px;
  background: #f3f3f3;
  margin-bottom: 30px;
}
.guihua_item img {
  width: 395px;
  height: 285px;
  display: block;
}
.guihua_item p {
  padding: 10px 20px;
  font-size: 16px;
}
.guihua_item div {
  padding: 0 20px;
  font-size: 14px;
  padding-bottom: 10px;
}
.guihua_item div span {
  padding-left: 15px;
  color: #6d6d6d;
  background: url(../images/guihua/icon1.jpg) left center no-repeat;
}
.guihua_item div b {
  padding-left: 15px;
  float: right;
  color: #6d6d6d;
  font-weight: normal;
  background: url(../images/guihua/icon2.jpg) left center no-repeat;
}
.guihua_item .list {
  display: none;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 75px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}
.guihua_item:hover .list {
  display: block;
}
.guihua_page {
  margin: 5px 0 75px 0;
}
.guihua_page li {
  float: left;
  padding: 3px 10px;
  font-size: 16px;
  margin-left: 15px;
  background: #ededed;
}
.guihua_page li a {
  color: #666666;
}
.guihua_page .page_active {
  background: #cf3a2c;
}
.guihua_page .page_active a {
  color: #fff;
}
.guihua_page .page_bg {
  background: transparent;
  padding: 5px 0;
}
.guihua_page .page_bg span {
  color: #cf3a2c;
}
.guihua-country.crumbs li a {
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 45px;
}
.guihua-country.crumbs .on a {
  color: #fff;
  background: #e60012;
}
/*
  全球展览详情
*/
.details-box .case-head {
  width: 100%;
  padding: 20px 30px;
  border-top: 1px dashed #d7d6d6;
  border-bottom: 1px dashed #d7d6d6;
}
.details-box .case-head .title {
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}
.details-box .case-head div {
  overflow: hidden;
}
.details-box .case-head .item {
  float: left;
  width: 250px;
  color: #605e5e;
  font-size: 16px;
}
.details-box .details-cont {
  color: #605e5e;
  padding: 45px;
}
.details-box .details-page {
  width: 1250px;
  height: 42px;
  line-height: 40px;
  overflow: hidden;
  margin: 0 auto 30px;
  border-top: 1px dashed #d7d6d6;
  border-bottom: 1px dashed #d7d6d6;
}
.details-box .details-page div {
  float: left;
  width: 50%;
  color: #605e5e;
}
.details-box .related-cases {
  width: 1250px;
  margin: 0 auto;
}
.details-box .related-cases .tit {
  height: 45px;
  color: #0b0c0e;
  font-size: 30px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.details-box .related-cases .tit:before {
  content: '';
  display: block;
  width: 10px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 10px;
  background: url("../images/class-after.png") no-repeat 50% 0;
}
.details-box .related-cases .related-slide {
  position: relative;
  padding-bottom: 100px;
}
.details-box .related-cases .related-slide .hd {
  width: 100%;
  height: 100px;
  line-height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.details-box .related-cases .related-slide .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -999px;
  color: transparent;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  margin: 45px 3px 0;
}
.details-box .related-cases .related-slide .hd .on {
  background: #e60012;
}
.details-box .related-cases .related-slide .bd {
  width: 1236px;
  overflow: hidden;
}
.details-box .related-cases .related-slide .bd ul {
  overflow: hidden;
}
.details-box .related-cases .related-slide .bd li {
  float: left;
  width: 392px;
  margin-right: 30px;
  background: #f3f3f3;
}
.details-box .related-cases .related-slide .bd li img {
  display: block;
  width: 392px;
  height: 284px;
}
.details-box .related-cases .related-slide .bd li .name {
  color: #000;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}
/*
  公司简介
*/
.news-time {
  float: left;
  width: 220px;
  line-height: 1;
  text-align: center;
}
.news-time span {
  font-size: 58px;
  display: block;
  padding-bottom: 11px;
  background: url("../images/icon-news.png") no-repeat 50% 100%;
}
.news-time em {
  font-size: 16px;
  font-style: normal;
}
.company-wrap .top-banner {
  display: block;
  max-width: 100%;
  height: auto;
}
.company-wrap .step {
  width: 100%;
}
.company-wrap .step .container {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.company-wrap .step .cont {
  height: 100%;
}
.company-wrap .step .title {
  font-size: 37px;
  color: #b5b5b5;
  text-transform: uppercase;
  padding-top: 100px;
  line-height: 38px;
  margin-bottom: 30px;
}
.company-wrap .step .title strong {
  display: block;
}
.company-wrap .step .title span {
  display: block;
  font-size: 28px;
  color: #000;
}
.company-wrap .step .title b {
  border-top: 2px solid #9c9c9c;
  width: 42px;
  display: block;
  margin-top: 5px;
}
.company-wrap .step .details {
  font-size: 18px;
  color: #545454;
  line-height: 1.8;
}
.company-wrap .step .details p {
  text-indent: 2em;
  margin-bottom: 20px;
}
.company-wrap .step1 {
  height: 887px;
  background: url("../images/profile1.jpg") no-repeat 0 0;
}
.company-wrap .step1 .cont {
  width: 700px;
  float: right;
  padding-left: 30px;
  background: #fff;
}
.company-wrap .step2 {
  height: 810px;
  background: url("../images/profile2.jpg") no-repeat 100% 0 #f5f5f5;
}
.company-wrap .step2 .cont {
  width: 740px;
  background: #f5f5f5;
}
.company-wrap .step2 .cont .item {
  font-size: 30px;
  color: #3f3f3f;
  margin-bottom: 50px;
}
.company-wrap .step2 .cont .item .tit {
  color: #000;
  font-size: 36px;
  padding-left: 35px;
  position: relative;
}
.company-wrap .step2 .cont .item .tit:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background: url("../images/profile4.jpg") no-repeat 50% 0;
}
.company-wrap .step3 {
  height: 930px;
  background: url("../images/profile3.jpg") no-repeat 0 0;
}
.company-wrap .step3 .cont {
  width: 900px;
  float: right;
  background: #fff;
}
.company-wrap .step3 .cont .title {
  margin-left: 220px;
}
.company-wrap .step3 .cont .news-slide {
  padding-bottom: 100px;
  position: relative;
}
.company-wrap .step3 .cont .news-slide .hd {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.company-wrap .step3 .cont .news-slide .hd a {
  display: block;
  position: absolute;
}
.company-wrap .step3 .cont .news-slide .hd .next {
  width: 47px;
  height: 47px;
  left: 50%;
  bottom: 20px;
  background: url("../images/news-to.jpg") no-repeat 50% 0;
}
.company-wrap .step3 .cont .news-slide .bd {
  border-top: 1px solid #e6e6e6;
}
.company-wrap .step3 .cont .news-slide .bd li {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.company-wrap .step3 .cont .news-slide .bd li a {
  color: #6b6b6b;
  display: block;
  padding: 20px 0;
  overflow: hidden;
}
.company-wrap .step3 .cont .news-slide .bd li .box {
  float: left;
  width: 680px;
}
.company-wrap .step3 .cont .news-slide .bd li .box .t {
  width: 100%;
  color: #000;
  height: 30px;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.company-wrap .step3 .cont .news-slide .bd li .box .c {
  width: 100%;
  height: 48px;
  overflow: hidden;
}
.company-wrap .step3 .cont .news-slide .bd li:hover {
  background: #e60012;
}
.company-wrap .step3 .cont .news-slide .bd li:hover a {
  color: #fff;
}
.company-wrap .step3 .cont .news-slide .bd li:hover .news-time span {
  background: url("../images/icon-news2.png") no-repeat 50% 100%;
}
.company-wrap .step3 .cont .news-slide .bd li:hover .box .t {
  color: #ffffff;
}
.company-wrap .step4 {
  height: 715px;
  background: url("../images/newsbg.jpg") no-repeat 50% 0;
}
.company-wrap .step4 .container {
  overflow: inherit;
}
.company-wrap .step4 .stop {
  position: absolute;
  top: 125px;
  right: 0;
  width: 550px;
}
.company-wrap .step4 .honor-slide {
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.company-wrap .step4 .honor-slide .hd {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.company-wrap .step4 .honor-slide .hd a {
  display: block;
  position: absolute;
  width: 33px;
  height: 107px;
  top: 90px;
  cursor: pointer;
}
.company-wrap .step4 .honor-slide .hd .next {
  left: -55px;
  background: url(../images/cooperative-lf.png) no-repeat;
}
.company-wrap .step4 .honor-slide .hd .prev {
  right: -55px;
  background: url(../images/cooperative-ri.png) no-repeat;
}
.company-wrap .step4 .honor-slide .bd {
  width: 1229px;
  overflow: hidden;
  margin: 0 auto;
}
.company-wrap .step4 .honor-slide .bd ul {
  overflow: hidden;
}
.company-wrap .step4 .honor-slide .bd li {
  float: left;
  color: #4c4c4c;
  text-align: center;
  margin: 0 40px 0 0;
}
.company-wrap .step4 .honor-slide .bd li img {
  display: block;
  width: 383px;
  height: 293px;
  margin-bottom: 15px;
}
/*
  新闻动态
*/
.news-list-box .guihua_nav {
  padding: 0;
}
.news-list-box .guihua_nav li {
  padding-left: 70px;
}
.news-list-box .guihua_nav .active {
  background: #757575;
}
.news-list-box .guihua_nav .active a {
  color: #ffffff;
}
.news-list-box .guihua_right {
  border: none;
}
.news-list-tit {
  color: #000;
  font-size: 38px;
  padding: 43px 0 15px 0;
  position: relative;
  margin-bottom: 59px;
}
.news-list-tit:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  background: #9c9c9c;
  bottom: 0;
  left: 0;
}
.news-list {
  margin-bottom: 45px;
}
.news-list a {
  display: block;
  padding: 25px;
  height: 200px;
  overflow: hidden;
}
.news-list a .news-pic {
  float: left;
  width: 190px;
  height: 154px;
}
.news-list a .news-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-list a .news-txt {
  float: left;
  width: 860px;
  height: 100%;
  position: relative;
  margin: 10px 0 0 30px;
}
.news-list a .news-txt:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  bottom: 10px;
  background: url("../images/icon01.png") no-repeat 50% 0;
}
.news-list a .news-txt .t {
  width: 100%;
  color: #000;
  height: 30px;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.news-list a .news-txt .c {
  width: 100%;
  height: 48px;
  overflow: hidden;
}
.news-list a .news-time {
  float: right;
  width: 70px;
  margin: 34px 25px 0 0;
}
.news-list a:hover {
  color: #fff;
  background: #e60012;
}
.news-list a:hover .news-txt .t {
  color: #fff;
}
.news-list a:hover .news-txt:after {
  background: url("../images/icon02.png") no-repeat 50% 0;
}
.news-list a:hover .news-time span {
  background: url("../images/icon-news2.png") no-repeat 50% 100%;
}
.news-list li {
  background: #f8f8f8;
}
.news-list li:nth-of-type(2n) {
  background: #f0f0f0;
}
/*
  新闻动态-详细页面
*/
.news-details {
  width: 1280px;
  margin: 0 auto;
  padding: 70px 0 50px;
}
.news-details-head {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.news-details-head h1 {
  font-size: 30px;
  color: #000;
}
.news-details-head .time {
  color: #8b8b8b;
  font-size: 14px;
  margin: 10px auto 30px;
}
.news-details-cont .content {
  padding: 25px 0;
}
.news-details-cont .toList {
  display: block;
  width: 175px;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 45px;
  text-align: center;
  line-height: 32px;
  padding-right: 30px;
  position: relative;
  margin: 35px auto 100px;
}
.news-details-cont .toList:after {
  content: '';
  display: block;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 23px;
  background: url("../images/icon-menu.png") no-repeat 50% 0;
}
.news-details-page {
  width: 100%;
}
.news-details-page div {
  height: 44px;
  line-height: 42px;
  border-top: 1px dashed #ccc;
}
.news-details-page .prev {
  border-bottom: 1px dashed #ccc;
}
/*
 展会档期
*/
.exhibition-list {
  overflow: hidden;
  padding: 0 0 15px 70px;
  margin: 15px 0 0;
  position: relative;
}
.exhibition-list li {
  float: left;
  margin: 0 15px 8px 0;
}
.exhibition-list:after {
  content: '';
  display: block;
  position: absolute;
  left: 70px;
  bottom: 0;
  border-top: 2px solid #9c9c9c;
  width: 42px;
}
.exhibition-list:last-of-type:after {
  display: none;
}
/* 首页-展厅规划 */
