.ab {
  display: block;
  width: 100%;
  height: 100%;
}

.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.in {
  background-image: url("../images/index.png");
  display: inline-block;
  vertical-align: middle;
}

/*banner*/
.banner_main {
  width: 100%;
  position: relative;
  z-index: 2;
}

.banner_main .mess {
  background: url(../images/mess_bg.jpg) center top no-repeat;
  border-radius: 10px;
  width: 1504px;
  height: 137px;
  position: absolute;
  left: 50%;
  margin-left: -752px;
  z-index: 30;
  bottom: -68px;
  border-radius: 20px;
}

.banner_main .mess .left {
  padding-left: 10px;
  border-left: 4px solid #fff;
  margin-left: 50px;
  margin-top: 42px;
}

.banner_main .mess .left h3 {
  color: #ff6200;
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 4px;
}

.banner_main .mess .left p {
  color: #fff;
  font-size: 16px;
}

.banner_main .mess .right {
  margin-right: 50px;
  margin-top: 42px;
  width: calc(100% - 385px);
  position: relative;
}

.banner_main .mess .right .input {
  background: #fff;
  border: none;
  height: 56px;
  line-height: 30px;
  padding: 8px 10px;
  box-sizing: border-box;
}

.banner_main .mess .right input {
  float: left;
  outline: none;
  border-radius: 5px;
  margin: 0 0.5%;
}

.banner_main .mess .right input:nth-child(2n-1) {
  width: 17.4%;
}

.banner_main .mess .right input:nth-child(2n) {
  width: 17.4%;
}

.banner_main .mess .right input:nth-child(3) {
  width: 15%;
}

.banner_main .mess .right :-moz-placeholder {
  color: #333;
}

.banner_main .mess .right ::-moz-placeholder {
  color: #545454;
}

.banner_main .mess .right input:-ms-input-placeholder,
.banner_main .mess .right textarea:-ms-input-placeholder {
  color: #545454;
  font-size: 18px;
}

.banner_main .mess .right input::-webkit-input-placeholder,
.banner_main .mess .right textarea::-webkit-input-placeholder {
  color: #545454;
  font-size: 18px;
}

.banner_main .mess .right input.btn {
  border: none;
  height: 56px;
  line-height: 56px;
  margin-right: 0;
  background: #0a53ad url(../images/mess_ico.png) 90% center no-repeat;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-indent: 10%;
  width: 24%;
}

.banner_main .mess .right .btn:hover {
  opacity: .9;
  cursor: pointer;
}

.banner_main .banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 36.145%;
  z-index: 20;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

.banner_main .banner .tip {
  position: absolute;
  left: 0%;
  width: 100%;
  text-align: center;
  bottom: 93px;
  z-index: 10;
}

.banner_main .banner .tip span {
  margin: 0 8px;
  width: 39px;
  height: 4px;
  background: #fff;
  opacity: 0.9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.banner_main .banner .tip span.cur {
  opacity: 1;
  background: #0a53ad;
}

.banner_main .banner .prev,
.banner_main .banner .next {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5%;
  background-position: 0 -46px;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 0.4;
  filter: alpha(opacity=70);
}

.banner_main .banner .next {
  left: auto;
  right: 5%;
  background-position: -0px -96px;
}

.banner .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(5px);
}

.banner .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(-5px);
}

.banner_main .banner .list {
  width: 100%;
}

.banner_main .banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.banner_main .banner li img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

.banner_main .banner li .w1400 {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 22%;
  left: 50%;
  margin-left: -700px;
}

.banner_main .banner li .w1400 .item {
  position: relative;
  width: 218px;
  float: left;
  text-align: center;
  margin-left: 9%;
}

.banner_main .banner li .w1400 .item:first-child {
  margin-left: 33%;
  margin-top: 5%;
}

.banner_main .banner li .w1400 .item:last-child {
  margin-top: 5%;
}

.banner_main .banner li .w1400 .item .bg {
  position: absolute;
  left: 0px;
  top: 0;
  width: 218px;
  display: block;
  height: 213px;
  background: url("../images/quan.png") no-repeat;
  -webkit-animation: rotate 10s linear 0s infinite;
  animation: rotate 10s linear 0s infinite;
}

.banner_main .banner li .w1400 .item .text img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 29px auto 50px;
}

.banner_main .banner li .w1400 .item .text .line {
  display: block;
  width: 2px;
  height: 251px;
  background: url(../images/b_line.png) no-repeat;
  margin: -85px auto 0;
}

.banner_main .banner li .w1400 .item:first-child .text .line {
  height: 172px;
}

.banner_main .banner li .w1400 .item:last-child .text .line {
  height: 208px;
}

.banner_main .banner li .w1400 .item .text p {
  font-size: 24px;
  line-height: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.banner_main .banner li .w1400 .item.hover,
.banner_main .banner li .w1400 .item:hover {
  transform: translateY(-10px);
  transition: ease-in-out 0.2s;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
    /*放大1.1倍*/
  }

  100% {
    transform: scale(1);
  }
}

.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}

.header_main {
  width: 100%;
  height: 75px;
  z-index: 100;
  background: #fff;
  position: relative;
  min-width: 1280px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.header_main.xc {
  position: fixed;
}

.header_main .tel {
  font-weight: bold;
  font-size: 21px;
  padding-top: 24px;
  padding-right: 30px;
}

.header_main .tel i {
  width: 20px;
  height: 22px;
  background-position: 0 0;
  margin-bottom: 2px;
}

.header_main .w1400 {
  position: relative;
}

.header_main .webLogo {
  top: 27px;
  left: 129px;
  position: absolute;
}

.header_main .webLogo img {
  display: block;
  float: left;
}

.header_main .webLogo p {
  float: left;
  line-height: 25px;
  padding-left: 10px;
  font-size: 16px;
  color: #666;
}

.nav_main {
  position: relative;
  z-index: 99;
  text-align: center;
  height: 75px;
  line-height: 75px;
  padding-right: 40px;
}

.nav_main ul {
  display: inline-block;
  zoom: 1;
}

.nav_main .list li {
  float: left;
  line-height: 75px;
  height: 75px;
  text-align: center;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  z-index: 10;
  position: relative;
  margin: 0 1px;
}

.nav_main .list {
  background: url(../images/head_hot.png) 197px 14px no-repeat;
}

.nav_main .list li .nav1 {
  padding: 0 31px;
  display: block;
  position: relative;
  color: #333;
  cursor: pointer;
  font-size: 16px;
}

.nav_main .list li .nav1:before {
  width: 0;
  height: 2px;
  content: "\20";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}

.nav_main .list li.hover .nav1,
.nav_main .list li:hover .nav1 {
  color: #0a53ad;
  font-weight: bold;
}

.nav_main .list li.hover .nav1:before,
.nav_main .list li:hover .nav1:before {
  width: 36px;
  margin-left: -18px;
}

.nav_main .list li.li6 .subNav .item {
  width: 160px;
  margin: 0 10px;
  min-height: 200px;
}

.nav_main li dl {
  width: 120%;
  position: absolute;
  left: -10%;
  top: 75px;
  text-align: center;
  z-index: 99;
  background: #fff;
  overflow: hidden;
  display: none;
  padding-bottom: 5px;
}

.nav_main li dl dd {
  line-height: 40px;
  padding: 0 10px;
}

.nav_main li dl dd a {
  width: 100%;
  border-bottom: 1px dotted #ddd;
  height: 100%;
  display: block;
}

.nav_main li dl dd a:hover {
  background: #ff6200;
  color: #fff;
  border-bottom: 1px dotted #ff6200;
}

.nav_main .subNav2 .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.nav_main .subNav2 .item a,
.nav_main .subNav2 .item h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
}

.nav_main .list li:hover .subNav,
.nav_main .list li:hover .subNav2 {
  opacity: 1;
  filter: alpha(opacity=100);
  background-size: auto 340px;
  height: 340px;
}

.nav_main li .sub-box {
  width: 100%;
  position: absolute;
  left: 0px;
  text-align: center;
  top: 75px;
  background: #fff;
  display: block;
  line-height: 35px;
}

.nav_main li .sub-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 75px;
  display: none;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.nav_main li .sub-box p {
  width: 50%;
  float: left;
  padding-top: 30px;
  padding-left: 2%;
  padding-bottom: 20px;
}

.nav_main li .sub-box .img {
  width: 45%;
  display: block;
  padding: 3%;
  padding-left: 0;
  object-fit: cover;
  overflow: auto;
}

.nav_main li .sub-box .img img {
  width: 100%;
}

.nav_main li .sub-box p a {
  border-bottom: 1px solid #ddd;
  color: #333 !important;
  line-height: 60px !important;
  height: 60px !important;
  padding: 0;
  font-weight: 100;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  font-size: 14px;
  display: block;
  background: none;
  transition: ease-in-out 0.2s;
  text-shadow: none;
  float: left;
  width: 42%;
  margin: 0 3%;
  text-align: left;
  margin-bottom: 0;
}

.nav_main li .sub-box p a:hover {
  background: #ff6200;
  text-indent: 6px;
  color: #fff !important;
}

.head.nav_main li .sub-box .img {
  display: block;
  float: right;
  width: 42%;
  margin-top: 30px;
  margin-right: 2%;
  margin-bottom: 30px;
}

.por {
  position: relative;
}

.header_main .en {
  position: absolute;
  color: #fff;
  font-size: 16px;
  right: 53px;
  top: 47px;
  line-height: 50px;
  z-index: 100;
}

.header_main .en a {
  color: #fff;
}

.header_main .search-box {
  position: absolute;
  top: 19px;
  z-index: 101;
  right: 75px;
}

.header_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.header_main .search-box .butn i {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}

.header_main .search-box .butn.hov i {
  background-position: -41px 0;
}

.header_main .share-sub {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 148px;
  height: 33px;
  overflow: hidden;
  background: #f2f2f2;
  border-radius: 20px;
  border: 1px solid #f2f2f2;
  z-index: 10;
}

.header_main .share-sub.on {
  border: 1px solid #ddd;
  height: 38px;
}

.header_main .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 6px;
  background-color: transparent;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}

.header_main .share-sub .tex {
  width: 85px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 7px 14px 8px;
  color: #333;
  border: none;
  background: none;
  outline: none;
}

.index_title {
  padding: 80px 0 45px;
}

.index_title .left h3 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}

.index_title .left h3 span:nth-child(2) {
  color: #0a53ad;
}

.index_title .left p {
  font-size: 20px;
  color: #565656;
}

.index_title .right a {
  display: block;
  width: 181px;
  height: 45px;
  background: #0a53ad;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  border-radius: 22px;
  margin-top: 13px;
}

.index_title .right a i {
  width: 25px;
  height: 5px;
  background-position: -87px 0;
  margin-left: 26px;
}

.index_title .right a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.bottom_main {
  background: url(../images/bottom.jpg) center top no-repeat;
  width: 100%;
  background-size: cover;
  padding: 40px 0 0px;
}

.bottom_main .line {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: .15;
}

.bottom_main .links {
  color: #efefef;
  padding-bottom: 30px;
  font-size: 16px;
}

.bottom_main .links a {
  color: #efefef;
  padding-left: 49px;
}

.bottom_main .links a:hover {
  color: #fff;
}

.bottom_main .bott_nav {
  padding-bottom: 10px;
}

.bottom_main .bott_nav .box1 {
  width: 26%;
  float: left;
}

.bottom_main .bott_nav .box3 ul {}

.bottom_main .bott_nav .box3 li {
  color: #fff;
  font-size: 16px;

}

.bottom_main .bott_nav .box3 li a {
  color: #fff;
}

.bottom_main .bott_nav .box3 li a:hover {
  text-decoration: underline;
}

.bottom_main .bott_nav .box3 li h3 {
  font-size: 30px;
  font-family: arial;
}

.bottom_main .bott_nav .box3 li h3 span {
  font-size: 16px;
  font-family: "Microsoft Yahei";
}

.bottom_main .bott_nav .box2 {
  float: left;
}

.bottom_main .bott_nav .box2 dl {
  float: left;
  width: 170px;
}

.bottom_main .bott_nav .box2 dl a {
  color: #fff;
}

.bottom_main .bott_nav .box2 dl dt {
  font-size: 18px;
  padding-bottom: 20px;
}

.bottom_main .bott_nav .box2 dl dd {
  line-height: 30px;
}

.bottom_main .bott_nav .box2 dl dd a {
  color: #fff;
  opacity: .7;
}

.bottom_main .bott_nav .box2 dl dd a:hover {
  color: #fff;
  opacity: 1;
}

.bottom_main .bott_nav .box3 {

  text-align: right;
  color: #888c95;
  line-height: 30px;
  font-size: 17px;
  float: right;
}

.bottom_main .bott_link {
  padding-top: 34px;
  color: #fff;
}

.bottom_main .bott_link a {
  color: #fff;
  font-weight: bold;
  padding-right: 15px;
}

.bottom_main .bott_link a:hover {
  text-decoration: underline;
}

.bottom_copy {

  line-height: 56px;
  color: #efefef;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #292e37;
}

.bottom_copy a {
  color: #efefef;
}

.bottom_copy a:hover {
  color: #fff;
}

.floor_1_main {
  background: url(../images/floor_1.jpg) center top no-repeat;
  height: 208px;
  position: relative;
  z-index: 1;
}

.floor_1_main li {
  float: left;
  position: relative;
  margin-top: 97px;
  padding-left: 42px;
  box-sizing: border-box;
  width: 25%;
  transition: ease-in-out .2s;
}

.floor_1_main li img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 36px;
}

.floor_1_main li h3 {
  font-size: 24px;
  color: #fff;
  line-height: 25px;
  padding-bottom: 10px;
}

.floor_1_main li p {
  color: #e6e6e6;
  line-height: 24px;
}

.floor_1_main li:hover {
  transform: translateY(-6px);
}

.index_cen {
  text-align: center;
  padding: 58px 0 40px;
}

.index_cen h3 {
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 8px;
}

.index_cen h3 span:first-child {
  color: #0a53ad;
}

.index_cen p {
  font-size: 20px;
}

.floor_2_main {
  background: url(../images/floor_2.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 72px;
  width: 100%;
}

.floor_2_main .body ul {
  display: flex;
  justify-content: space-between;
}

.floor_2_main .body li {
  background: url(../images/floor_2_li.jpg) no-repeat;
  background-size: cover;
  height: 371px;
  flex: 1;
  position: relative;
  margin-left: 12px;
  text-align: center;
  overflow: hidden;
}

.floor_2_main .body li .txt {
  padding: 0 10px;
  display: block;
}

.floor_2_main .body li .txt img {
  width: 50px;
  height: 50px;
  margin-top: 60px;
  margin-bottom: 10px;
}

.floor_2_main .body li .txt h3 {
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floor_2_main .body li .txt h4 {
  font-size: 12px;
  color: #999;
  margin-bottom: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
}

.floor_2_main .body li .txt span {
  display: block;
  width: 27px;
  height: 1px;
  background: #999999;
  margin: 10px auto 62px;
}

.floor_2_main .body li .txt p {
  color: #999;
  line-height: 24px;
}

.floor_2_main .body li .on {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/floor_2_on.jpg) left bottom no-repeat;
  left: 0;
  top: 100%;
  background-size: 100% auto;
  color: #fff;
  opacity: 0;
  transition: ease-in-out .2s;
}

.floor_2_main .body li .on .img {
  width: 100%;
  height: 206px;
  overflow: hidden;
  display: block;
  position: relative;
}

.floor_2_main .body li .on .img .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}

.floor_2_main .body li .on .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.floor_2_main .body li .on h3 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 13px;
}

.floor_2_main .body li .on p {
  font-size: 16px;
  line-height: 24px;
}

.floor_2_main .body li:first-child {
  margin-left: 0;
}

.floor_2_main .body li:hover .on {
  opacity: 1;
  top: 0;
}

.floor_3_main {
  background: url(../images/floor_3.jpg) center top no-repeat;
  width: 100%;
  background-size: cover;
  padding-bottom: 62px;
}

.floor_3_main .w1400 {
  position: relative;
}

.floor_3_main .body {
  background: url(../images/floor_3_bg.jpg) no-repeat;
  height: 400px;
}

.floor_3_main .body .swiper-slide:first-child {
  margin-left: -1px;
}

.floor_3_main .body li {
  float: left;
  position: relative;
  width: 94px;
  height: 100%;
  border-left: 1px solid rgba(237, 237, 237, 0.28);
  transition: ease-in-out .15s;
}

.floor_3_main .body .swiper-slide .first {
  color: #fff;
  text-align: center;
  display: block;
  height: 400px;
}

.floor_3_main .body .swiper-slide .first img {
  margin-top: 40px;
  height: 28px;
  margin-bottom: 15px;
}

.floor_3_main .body .swiper-slide .first h3 {
  font-size: 20px;
  width: 21px;
  line-height: 25px;
  margin: 0 auto;
}

.floor_3_main .body .swiper-slide .two {
  position: absolute;
  right: 50px;
  top: 0;
  height: 400px;
  padding-left: 22px;
  box-sizing: border-box;
  padding-right: 22px;
  z-index: 9;
  display: none;
}

.floor_3_main .body .swiper-slide .two h3 {
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.floor_3_main .body .swiper-slide .two h4 {
  color: #1c1c1c;
  padding-bottom: 20px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
  word-break: break-word;
  display: none;
}

.floor_3_main .body .swiper-slide .two p {
  color: #3a3a3a;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

.floor_3_main .body li .two a {
  display: block;
  background: #ff6200;
  color: #fff;
  font-size: 16px;
  width: 117px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  bottom: 32px;
  right: 20px;
}

.floor_3_main .body .on {
  width: 354px !important;
}

.floor_3_main .body .on .first {
  opacity: 0;
}

.floor_3_main .body .on .two {
  display: block;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}

.floor_3_main .body {
  position: relative;
}

.floor_3_main .swiper-button-next,
.floor_3_main .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #ccc;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  outline: none;
}

.floor_3_main .swiper-button-next i,
.floor_3_main .swiper-button-prev i {
  width: 20px;
  height: 7px;
  background-position: 0 -397px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -3px;
}

.floor_3_main .swiper-button-next {
  left: auto;
  right: -80px;
}

.floor_3_main .swiper-button-next i {
  background-position: -21px -397px;
}

.floor_3_main .swiper-button-next:hover,
.floor_3_main .swiper-button-prev:hover {
  background: #ff6200;
}

.floor_3_main .swiper-button-next:hover i,
.floor_3_main .swiper-button-prev:hover i {
  background-position: 0 -408px;
}

.floor_3_main .swiper-button-next:hover i {
  background-position: -21px -408px;
}

.floor_4_main {
  padding-bottom: 100px;
  background: url(../images/floor_4.jpg) center top no-repeat;
  background-size: cover;
}

.floor_4_main .index_title .left {
  color: #fff;
}

.floor_4_main .index_title .left p {
  color: #fff;
}

.floor_4_main .index_title .hd ul {
  float: left;
  padding-right: 30px;
}

.floor_4_main .index_title .hd li {
  background: url(../images/floor_4_line.jpg) right 20px no-repeat;
  padding: 0 40px;
  float: left;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.floor_4_main .index_title .hd li h3 {
  color: #fff;
}

.floor_4_main .index_title .hd li .img {
  position: relative;
  width: 45px;
  margin: 0 auto 5px;
  height: 45px;
  overflow: hidden;
}

.floor_4_main .index_title .hd li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: ease-in-out .2s;
}

.floor_4_main .index_title .hd li .img .img2 {
  top: 100%;
}

.floor_4_main .index_title .hd li:last-child {}

.floor_4_main .index_title .hd li.on h3 {
  color: #ff6200;
}

.floor_4_main .index_title .hd li.on .img img:first-child {
  opacity: 0;
}

.floor_4_main .index_title .hd li.on .img .img2 {
  top: 0;
}

.floor_4_main .index_title .hd a {
  width: 72px;
  display: block;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #fff;
}

.floor_4_main .index_title .hd a b {
  border: 2px solid #fff;
  line-height: 36px;
  display: block;
  width: 36px;
  border-radius: 100%;
  margin: 0 auto 9px;
}

.floor_4_main .index_title .hd a:hover {
  color: #ff6200;
}

.floor_4_main .index_title .hd a:hover b {
  border: 2px solid #ff6200;
  color: #ff6200;
}

.floor_4_main .bd li {
  float: left;
  height: 259px;
  width: 32.5%;
  margin-right: 1.25%;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.floor_4_main .bd li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_4_main .bd li .p {
  background: rgba(0, 0, 0, 0.64);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 47px;
  line-height: 47px;
  width: 100%;
  color: #fff;
  padding-left: 17px;
  box-sizing: border-box;
  display: block;
}

.floor_4_main .bd li .p i {
  width: 28px;
  height: 10px;
  background-position: -121px 0;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -5px;
}

.floor_4_main .bd li .on {
  width: 100%;
  height: 100%;
  background: url(../images/floor_4_on.png) bottom right no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: 50px;
  top: 0;
  opacity: 0;
}

.floor_4_main .bd li .on h3 {
  color: #fff;
  font-size: 23px;
  padding: 44px 45px 9px;
}

.floor_4_main .bd li .on p {
  color: #fff;
  padding: 0 45px;
}

.floor_4_main .bd li .on .line {
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #fff;
  position: absolute;
}

.floor_4_main .bd li .on .span {
  display: block;
  position: absolute;
  right: 41px;
  bottom: 35px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  line-height: 20px;
  color: #0a53ad;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
}

.floor_4_main .bd li:nth-child(3n) {
  margin-right: 0;
}

.floor_4_main .bd li:hover .on {
  opacity: 1;
  transition: ease-in-out 0.2s;
  left: 0;
}

.floor_4_main .bd li:hover .p {
  opacity: 0;
}

.floor_5_main {
  background: url(../images/floor_5_bg.jpg) center top no-repeat;
  background-size: cover;
}

.floor_5_main .w1400 {
  position: relative;
  padding-top: 90px;
}

.floor_5_main .hd {
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 10;
}

.floor_5_main .hd li {
  float: left;
  width: 135px;
  line-height: 41px;
  height: 41px;
  text-align: center;
  background: #a2a2a2;
  color: #fff;
  margin-left: 13px;
  font-size: 16px;
  cursor: pointer;
}

.floor_5_main .hd li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: ease-in-out .2s;
  color: #fff;
}

.floor_5_main .hd li a:hover {
  background: #ff6200;
}

.floor_5_main .hd li.on {
  background: #0a53ad;
}

.floor_5_main .bd .con {
  position: relative;
}

.floor_5_main .bd h3 {
  font-size: 33px;
  font-weight: bold;
}

.floor_5_main .bd h4 {
  font-size: 33px;

  margin-bottom: 35px;
  color: #0a53ad;
}

.floor_5_main .bd h4 span {
  color: #0a53ad;
  font-weight: bold;
}

.floor_5_main .bd .p {
  font-size: 16px;
  line-height: 25px;
  width: 620px;
}

.floor_5_main .bd .index_title {
  padding-top: 30px;
  padding-bottom: 100px;
}

.floor_5_main .bd .index_title .right {
  float: left;
}

.floor_5_main .bd img {
  position: absolute;
  right: 0;
  bottom: 157px;
}

.floor_5_main .bd ul li {
  float: left;
  width: calc(85% / 3);
}

.floor_5_main .bd ul li h5 {
  font-size: 54px;
  line-height: 65px;
}

.floor_5_main .bd ul li h5 span {
  font-size: 24px;
  padding-left: 5px;
}

.floor_5_main .bd ul li h6 {
  font-size: 20px;
  color: #666;
  padding-bottom: 37px;
}

.floor_5_main .bd ul li:nth-child(4) {
  width: 15%;
}

.floor_5_main .bd ul li:hover {
  transform: translateY(-5px);
}

.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.delay700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

.delay800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.delay900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.delay1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.delay1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

.delay1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

.floor_6_main {
  background: url(../images/floor_6.jpg) center top no-repeat;
  background-size: cover;
}

.floor_6_main .index_cen h3 span:first-child {
  color: #ff6200;
}

.floor_6_main .index_cen h3 span:last-child {
  color: #fff;
}

.floor_6_main .index_cen p {
  color: #fff;
}

.floor_6_main li {
  float: left;
  background: rgba(255, 255, 255, 0.2);
  width: calc((100% - 30px) / 4);
  margin-left: 10px;
  box-sizing: border-box;
  padding: 32px 33px;
  height: 322px;
  position: relative;
  transition: ease-in-out .2s;
  margin-top: 36px;
}

.floor_6_main li h3 {
  position: relative;
  color: #fff;
  padding-bottom: 24px;
}

.floor_6_main li h3 .img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 31px;
  height: 36px;
  overflow: hidden;
}

.floor_6_main li h3 .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.floor_6_main li h3 .img img:nth-child(2) {
  top: 100%;
}

.floor_6_main li h3 b {
  font-size: 36px;
  padding-left: 40px;
}

.floor_6_main li h3 span {
  font-size: 18px;
}

.floor_6_main li .p {
  color: #cdcdcd;
  font-size: 16px;
  line-height: 26px;
  height: 130px;
  overflow: hidden;
  padding-right: 10px;
}

.floor_6_main li .i {
  width: 33px;
  height: 33px;
  background-position: 0 -34px;
  position: absolute;
  left: 31px;
  bottom: 44px;
  display: block;
  transition: ease-in-out .2s;
}

.floor_6_main li .more {
  opacity: 0;
  transition: ease-in-out .2s;
  display: block;
  width: 181px;
  height: 45px;
  background: #0a53ad;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  border-radius: 22px;
  position: absolute;
  left: 39px;
  bottom: 0px;
}

.floor_6_main li .more i {
  width: 25px;
  height: 5px;
  background-position: -87px 0;
  margin-left: 26px;
}

.floor_6_main li .more:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.floor_6_main li:first-child {
  margin-left: 0;
}

.floor_6_main li:hover {
  height: 358px;
  margin-top: 0;
  background: #fff url(../images/floor_6_on.jpg) left bottom no-repeat;
}

.floor_6_main li:hover .p {
  overflow: auto;
  color: #666;
  height: 182px;
}

.floor_6_main li:hover .p::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.floor_6_main li:hover .p::-webkit-scrollbar-thumb {
  width: 15px;
  -webkit-box-shadow: inset 0 0 5px rgba(91, 152, 217, 5);
  border-radius: 15px;
  background: #5b98d9;
}

.floor_6_main li:hover .p::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: #fff;
}

.floor_6_main li:hover h3 {
  color: #0a53ad;
}

.floor_6_main li:hover h3 .img img:first-child {
  top: -100%;
}

.floor_6_main li:hover h3 .img img:nth-child(2) {
  top: 0;
}

.floor_6_main li:hover .i {
  opacity: 0;
}

.floor_6_main li:hover .more {
  opacity: 0;
  bottom: 40px;
}

.floor_7 {
  padding-bottom: 55px;
}

.floor_7 li {
  height: 200px;
  float: left;
  margin-left: 2%;
  width: 23.5%;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.floor_7 li a::before,
.floor_7 li a::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 25px;
  left: 25px;
  bottom: 25px;
  right: 25px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 10;
}

.floor_7 li a::before {
  border-top: 1px solid rgba(255, 255, 255, 0.57);
  border-bottom: 1px solid rgba(255, 255, 255, 0.57);
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.floor_7 li a::after {
  border-left: 1px solid rgba(255, 255, 255, 0.57);
  border-right: 1px solid rgba(255, 255, 255, 0.57);
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.floor_7 li:hover a::before,
.floor_7 li:hover a::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.floor_7 li .tit {

  height: 114px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 0 25px;
  position: relative;
  z-index: 10;
  transition: ease-in-out .2s;
}

.floor_7 li .tit h3 {
  font-size: 22px;
  padding-top: 30px;
  padding-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floor_7 li .tit p {
  font-size: 12px;
}

.floor_7 li .yuan {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
  line-height: 27px;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 22px;
  bottom: 23px;
  background: #0a53ad;
  transition: ease-in-out .2s;
}

.floor_7 li .span {
  position: absolute;
  width: 2px;
  height: 129px;
  background: #fff;
  display: block;
  right: 36px;
  bottom: 70px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: ease-in-out .2s;
}

.floor_7 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_7 li .p {
  position: absolute;
  left: -5px;
  bottom: -20px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 50px;
  font-size: 16px;
  line-height: 30px;
  opacity: 0;
  transition: ease-in-out .2s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floor_7 li .on {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 76, 165, 0.8);
  opacity: 0;
}

.floor_7 li .on .line {
  border: 1px solid rgba(255, 255, 255, 0.57);
  left: 26px;
  top: 28px;
  right: 26px;
  bottom: 28px;
  display: none;
  position: absolute;
  border-radius: 25px 0 25px 0;
  transition: ease-in-out .2s;
  transform: rotate(90deg);
}

.floor_7 li:first-child {
  margin-left: 0;
}

.floor_7 li:nth-child(2n) {
  margin-top: 71px;
}

.floor_7 li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.floor_7 li:hover .yuan {
  background: #fff;
  color: #0a53ad;
}

.floor_7 li:hover .on {
  opacity: 1;
}

.floor_7 li:hover .on .line {
  transform: rotate(0);
}

.floor_7 li:hover .p {
  opacity: 1;
  bottom: 32px;
}

.floor_7 li:hover .tit {
  padding: 0 44px;
}

.floor_7 li:hover .tit h3 {
  padding-top: 57px;
}

.floor_7 li:hover .yuan {
  bottom: 47px;
  right: 44px;
}

.floor_7 li:hover .span {
  bottom: 100px;
  right: 57px;
}

.floor_8_main {
  background: url(../images/floor_8.jpg) center top no-repeat;
  background-size: cover;
}

.floor_8_main .index_cen h3 span:first-child {
  color: #ff6200;
}

.floor_8_main .index_cen h3 span:last-child {
  color: #fff;
}

.floor_8_main .index_cen p {
  color: #fff;
}

.floor_8_main .event_box {
  position: relative;
}

.floor_8_main .parHd {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  bottom: 0;
  background: url(../images/floor_8_hd.jpg) no-repeat;
  background-size: cover;
  width: 464px;
  height: 110px;
  padding-left: 70px;
  z-index: 10;
}

.floor_8_main .parHd li {
  float: left;
  margin: 14px 9px 5px;
}

.floor_8_main .parHd li img {
  width: 75px;
  height: 75px;
  display: block;
  border: 2px solid #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.floor_8_main .parHd li.on img {
  border-color: #0a53ad;
}

.floor_8_main .parHd .sPrev {
  width: 29px;
  height: 29px;
  border-radius: 100%;
  background: #0a53ad;
  display: block;
  text-align: center;
  position: absolute;
  left: 27px;
  top: 41px;
}

.floor_8_main .parHd .sPrev i {
  width: 9px;
  height: 13px;
  background-position: -38px -25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -7px;
}

.floor_8_main .parHd .sNext {
  width: 29px;
  height: 29px;
  border-radius: 100%;
  background: #0a53ad;
  display: block;
  text-align: center;
  position: absolute;
  right: 27px;
  top: 41px;
}

.floor_8_main .parHd .sNext i {
  width: 9px;
  height: 13px;
  background-position: -49px -25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -7px;
}

.floor_8_main .parHd .prevStop {
  background: #ddd;
}

.floor_8_main .parHd .nextStop {
  background: #ddd;
}

.floor_8_main .parBd {
  height: 506px;
  overflow: hidden;
  padding-bottom: 59px;
  position: relative;
}

.floor_8_main .parBd .box {
  background: rgba(255, 255, 255, 0.9) url(../images/logo.png) right top no-repeat;
  width: 408px;
  height: 298px;
  position: absolute;
  left: 50%;
  margin-left: 127px;
  z-index: 10;
  bottom: 0;
  box-sizing: border-box;
  padding: 43px 30px 0 43px;
}

.floor_8_main .parBd .box h3 {
  font-size: 18px;
  padding-bottom: 25px;
}

.floor_8_main .parBd .box h3 span {
  font-size: 24px;
}

.floor_8_main .parBd .box p {
  line-height: 30px;
  margin-bottom: 25px;
}

.floor_8_main .parBd .box p b {
  background: url(../images/floor_8_1.png) center no-repeat;
  text-align: center;
  width: 82px;
  margin-right: 20px;
  display: block;
  float: left;
}

.floor_8_main .parBd .box a {
  border: 1px solid #0a53ad;
  width: 143px;
  height: 38px;
  display: block;
  float: left;
  line-height: 38px;
  padding-left: 32px;
  box-sizing: border-box;
  color: #0a53ad;
  transition: ease-in-out .2s;
}

.floor_8_main .parBd .box a:last-child {
  margin-left: 11px;
  background: #0a53ad;
  color: #fff;
}

.floor_8_main .parBd .box a:hover {
  transform: translateY(-5px);
}

.floor_8_main .slideBox {
  height: 506px;
  overflow: hidden;
}

.floor_8_main .swiper img {
  width: 100%;
  display: block;
  height: 506px;
}

.floor_8_main .swiper .swiper-slide {
  opacity: .8;
  width: 900px;
  height: 506px;
}

.floor_8_main .swiper .swiper-slide-active {
  opacity: 1;
}

.floor_8_main .swiper-button-prev.swiper-button-black,
.floor_8_main .swiper-container-rtl .swiper-button-next.swiper-button-black {
  width: 85px;
  height: 71px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: 365px;
  margin-top: -116px;
  text-align: center;
}

.floor_8_main .swiper-button-prev.swiper-button-black i,
.floor_8_main .swiper-container-rtl .swiper-button-next.swiper-button-black i {
  width: 16px;
  height: 32px;
  background-position: 0 -75px;
  margin: 19px auto 0;
}

.floor_8_main .swiper-button-next {
  width: 85px;
  height: 71px;
  margin-left: 450px;
  background: #0a53ad;
  right: auto;
  left: 50%;
  margin-top: -116px;
  text-align: center;
}

.floor_8_main .swiper-button-next i {
  width: 16px;
  height: 32px;
  background-position: -17px -75px;
  margin: 19px auto 0;
}

.floor_9_main {
  background: url("../images/floor_9.jpg") center top no-repeat;
  width: 100%;
  padding-bottom: 65px;
}

.floor_9_main .item:first-child {
  margin-left: 0;
}

.floor_9_main .item {
  width: 31%;
  float: left;
  background: #fff;
  margin-left: 3.5%;
  position: relative;
}

.floor_9_main .item .img {
  position: relative;
  padding-top: 56.25%;
  display: block;
  width: 100%;
  overflow: hidden;
}

.floor_9_main .item .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.floor_9_main .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_9_main .item .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #0a53ad;
  display: block;
  transition: ease-in-out .3s;
}

.floor_9_main .item h3 {
  font-size: 22px;
  line-height: 28px;
  overflow: hidden;
  font-weight: bold;
  height: 56px;
  padding: 15px 30px 32px;
  padding-bottom: 16px;
}

.floor_9_main .item p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  padding: 0 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}

.floor_9_main .item h4 {
  padding: 0 30px;
  color: #999;
  padding-top: 42px;
}

.floor_9_main .item:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.floor_9_main .item:hover h3 {
  color: #0a53ad;
}

.floor_9_main .item:hover .line {
  width: 100%;
}

.floor_10_main {
  background: url(../images/floor_10.jpg) center top no-repeat;
  padding: 78px 0 53px;
  position: relative;
  background-size: cover;
}

.floor_10_main .floor_left {
  float: left;
  width: 31%;
}

.floor_10_main .floor_left .index_title {
  padding-top: 0;
  width: 268px;
  float: right;
  padding-right: 71px;
  position: relative;
  height: 309px;
}

.floor_10_main .floor_left .index_title h3 {
  font-size: 30px;
}

.floor_10_main .floor_left .index_title p {
  font-size: 20px;
  line-height: 30px;
}

.floor_10_main .floor_left .index_title .right {
  float: left;
  margin-top: 10px;
}

.floor_10_main .floor_left .index_title .right a {
  width: 90px;
  border-radius: 0;
  height: 30px;
  line-height: 30px;
}

.floor_10_main .swiper-wrapper {
  position: inherit;
}

.floor_10_main .swiper-slide {
  position: relative;
  width: 580px;
  height: 339px;
}

.floor_10_main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_10_main .swiper-slide p {
  background: rgba(8, 9, 10, 0.64);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  color: #fff;
  padding: 0 22px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floor_10_main .floor_right {
  width: 69%;
  float: right;
  position: relative;
  overflow: hidden;
}

.floor_10_main .swiper-container {
  overflow: inherit;
}

.floor_10_main .swiper-button-prev.swiper-button-black,
.floor_10_main .swiper-container-rtl .swiper-button-next.swiper-button-black {
  width: 33px;
  height: 33px;
  outline: none;
  border-radius: 100%;
  background: #0a53ad;
  display: block;
  text-align: center;
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 15px;
}

.floor_10_main .swiper-button-prev.swiper-button-black i,
.floor_10_main .swiper-container-rtl .swiper-button-next.swiper-button-black i {
  width: 9px;
  height: 13px;
  background-position: -38px -25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -7px;
}

.floor_10_main .swiper-button-next {
  width: 33px;
  outline: none;
  height: 33px;
  border-radius: 100%;
  background: #0a53ad;
  display: block;
  text-align: center;
  position: absolute;
  right: auto;
  left: 51px;
  top: auto;
  bottom: 15px;
}

.floor_10_main .swiper-button-next i {
  width: 9px;
  height: 13px;
  background-position: -49px -25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -7px;
}

.floor_11_main {
  background: url(../images/floor_11.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 64px;
}

.floor_11_main .index_cen h3 span:first-child {
  color: #ff6200;
}

.floor_11_main .index_cen h3 span:last-child {
  color: #fff;
}

.floor_11_main .index_cen p {
  color: #fff;
}

.floor_11_main .left {
  width: 41%;
}

.floor_11_main .left h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.floor_11_main .left h3 span {
  font-size: 55px;
  font-family: arial;
  color: #0a53ad;
  font-weight: bold;
}

.floor_11_main .left input {
  width: 49%;
  line-height: 51px;
  border: 1px solid #7d8086;
  background: none;
  margin-bottom: 15px;
  color: #fff;
  padding: 0 16px;
  box-sizing: border-box;
  float: left;
}

.floor_11_main .left .yan_con {
  position: relative;
}

.floor_11_main .left .yan_con img {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -22px;
  height: 30px;
  width: 90px;
}

.floor_11_main .left input#field_xiao,
.floor_11_main .left input#tel {
  float: right;
}

.floor_11_main .left .btn {
  color: #fff;
  background: linear-gradient(to bottom, #065ace, #0145a6);
  text-align: center;
  outline: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition: ease-in-out .2s;
}

.floor_11_main .left .btn:hover {
  transform: translateY(5px);
}

.floor_11_main .right {
  width: 51%;
  margin-top: 20px;
}

.floor_11_main .right li {
  float: left;
  margin-bottom: 37px;
  height: 125px;
  color: #fff;
  padding-left: 22px;
  padding-top: 17px;
  box-sizing: border-box;
  width: 32%;
  margin-left: 2%;
  transition: ease-in-out .2s;
  position: relative;
}

.floor_11_main .right li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.floor_11_main .right li h3 {
  font-size: 22px;
  padding-bottom: 5px;
  padding-left: 60px;
  padding-top: 25px;
}

.floor_11_main .right li p {
  font-size: 15px;
  padding-left: 60px;
}

.floor_11_main .right li img {
  position: absolute;
  left: 15px;
  top: 15px;
}

.floor_11_main .right li:first-child {
  margin-left: 0;
}

.floor_11_main .right li:last-child {
  margin-left: 0;
  width: 100%;
  height: 157px;
  position: relative;
  padding-left: 90px;
  padding-top: 45px;
}

.floor_11_main .right li:last-child h3 {
  padding-left: 0;
  padding-top: 0;
}

.floor_11_main .right li:last-child p {
  padding-left: 0;
}

.floor_11_main .right li:last-child img {
  position: absolute;
  left: 33px;
  top: 55px;
  max-height: 41px;
  margin-top: 0;
}

.floor_11_main .right li:hover {
  transform: translateY(-5px);
}

/****----内页开始***/
.sub_banner_ny {
  position: relative;
  z-index: 1;
  padding-top: 15.625%;
}

.sub_banner_ny .tit {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0;
  color: #fff;
}

.sub_banner_ny .tit h3 {
  color: #fff;
  font-size: 30px;
}

.sub_banner_ny .tit h3 span {
  color: #f0831d;
}

.sub_banner_ny .tit p {
  font-size: 16px;
  padding-top: 10px
}

.sub_banner {
  padding-top: 36.927%;
  position: relative;
  z-index: 1;
}

.sub_banner .index_cen {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 5%;
}

.sub_banner .index_cen p {
  font-size: 23px;
  padding-bottom: 18px;
  text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.5);
}

.sub_banner .body {
  width: 1000px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 30%;
}

.sub_banner .body li {
  float: left;
  margin-right: 75px;
}

.sub_banner .body li h4 {
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}

.sub_banner .body li:last-child {
  margin-right: 0;
}

.sub_banner .body li p {
  line-height: 24px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.sub_banner .index_cen .p {
  line-height: 24px;
  font-size: 16px;
  width: 854px;
  margin: 0 auto;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
}

.about_1 {
  background: url(../images/about_1.jpg) no-repeat;
  background-size: cover;
  height: 144px;
  box-shadow: 1px 5px 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: -100px;
  width: 1400px;
}

.about_1 .item {
  flex: 1;
}

.about_1 .item h3 {
  font-size: 44px;
  font-family: arial;
  font-weight: bold;
  padding-top: 38px;
  transition: ease-in-out .2s;
  color: #0a53ad;
}

.about_1 .item h3 span {
  font-size: 30px;
  font-family: "微软雅黑";
  font-weight: 400;
  color: #333;
}

.about_1 .item p {
  font-size: 16px;
  transition: ease-in-out .2s;
}

.about_1 .item:first-child h3 {
  padding-right: 19px;
}

.about_1 .item:hover h3,
.about_1 .item:hover p {
  transform: translateY(-10px);
}

.about_2_main {
  background: #f3f5f7;
  position: relative;
  z-index: 2;
}

.about_2_main .w1400 {
  position: relative;
  padding-top: 70px;
}

.about_2_main .w1400 img {
  vertical-align: top;
  margin-bottom: -1px;
  width: 1000px;
}

.about_2_main .w1400 .left {
  position: relative;
  float: none;
  overflow: hidden;
}

.about_2_main .w1400 .left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.about_2_main .w1400 .left:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 130%;
  opacity: 1;
}

.about_2_main .w1400 .txt {
  width: 350px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about_2_main .w1400 .txt i {
  width: 40px;
  height: 47px;
  background-position: 0 -113px;
  margin-bottom: 0px;
}

.about_2_main .w1400 .txt h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
}

.about_2_main .w1400 .txt p {
  font-size: 16px;
  color: #676767;
  padding-top: 10px;
}

.about_2_main .w1400 .txt .p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 25px;
  padding-bottom: 30px;
}

.about_2_main .w1400 .txt a {
  display: block;
  width: 181px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #0a53ad;
  color: #fff;
  font-size: 16px;
  border-radius: 22px;
  margin-bottom: 40px;
  overflow: hidden;
}

.about_2_main .w1400 .txt a s {
  width: 26px;
  height: 6px;
  background-position: -87px 0;
  margin-left: 20px;
}

.about_2_main .w1400 .txt a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.about_3_main {
  background: url(../images/about_3.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 70px;
}

.about_3_main .index_cen h3 {
  color: #fff;
}

.about_3_main .index_cen p {
  color: #fff;
}

.about_3_main .swiper-container {
  padding-bottom: 70px;
}

.about_3_main .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}

.about_3_main .swiper-pagination-bullet {
  width: 57px;
  height: 7px;
  border-radius: 3px;
  background: #fff;
  opacity: 1;
}

.about_3_main .swiper-pagination-bullet-active {
  background: #ff6200;
}

.about_3_main .swiper-slide {
  background: #fff;
}

.about_3_main .swiper-slide .img {
  position: relative;
  padding-top: 59.5454%;
  display: block;
  width: 100%;
  overflow: hidden;
}

.about_3_main .swiper-slide .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out .2s;
}

.about_3_main .swiper-slide p {
  line-height: 75px;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.about_3_main .swiper-slide:hover .img img {
  transform: scale(1.05);
}

.about_4_main {
  background: url(../images/about_4.jpg) center top no-repeat;
  height: 794px;
}

.about_4_main li {
  width: 17%;
  float: left;
  height: 260px;
  position: relative;
  overflow: hidden;
}

.about_4_main li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.about_4_main li .p {
  position: absolute;
  left: 0;
  bottom: -73px;
  line-height: 73px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  height: 73px;
  transition: ease-in-out .2s;
}

.about_4_main li .p b {
  font-size: 20px;
  font-weight: 400;
  padding-right: 10px;
  line-height: 24px;
  border-right: 1px solid #fff;
  display: inline-block;
  margin-right: 10px;
}

.about_4_main li .p .fr {
  font-size: 40px;
  font-weight: 100;
  line-height: 64px;
  display: none;
}

.about_4_main li:first-child {
  width: 32%;
  height: 520px;
}

.about_4_main li:first-child .p .fr {
  display: block;
}

.about_4_main li:hover .p {
  bottom: 0;
}

.about_5_main {
  background: url(../images/about_5.jpg) center top no-repeat;
  width: 100%;
  height: 488px;
}

.about_5_main .index_title {
  padding: 60px 0 30px;
}

.about_5_main .index_title p {
  font-size: 18px;
}

.about_5_main .w1400 {
  position: relative;
}

.about_5_main .swiper-slide {
  padding-bottom: 210px;
  z-index: 9;
  padding: 68px 24px 0 34px;
  box-sizing: border-box;
  position: relative;
}

.about_5_main .swiper-slide .line {
  border-left: 1px solid #b8b8b8;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 13px;
}

.about_5_main .swiper-slide .top_line {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  border-top: 2px dashed #666;
}

.about_5_main .swiper-slide h3 {
  font-size: 37px;
  margin-bottom: 10px;
}

.about_5_main .swiper-slide p {
  font-size: 15px;
  line-height: 29px;
}

.about_5_main .swiper-slide b {
  width: 12px;
  height: 12px;
  border: 1px solid #414141;
  display: block;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 4px;
  top: 5px;
  z-index: 11;
}

.about_5_main .swiper-slide .ico {
  width: 33px;
  height: 26px;
  background: url(../images/about_5_ico.png) no-repeat;
  position: absolute;
  left: 0;
  margin-left: -16px;
  top: 0;
  opacity: 0;
  transition: ease-in-out .6s;
}

.about_5_main .swiper-slide-active {
  z-index: 9;
}

.about_5_main .swiper-slide-active .line {
  border-left-color: #0a53ad;
}

.about_5_main .swiper-slide-active .top_line {
  border-top-color: #0a53ad;
}

.about_5_main .swiper-slide-active b {
  background: #0a53ad;
  border-color: #0a53ad;
  left: 5px;
}

.about_5_main .swiper-slide-active i {
  width: 22px;
  height: 22px;
  border: 1px solid #0a53ad;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 10;
}

.about_5_main .swiper-slide-active .ico {
  opacity: 1;
  left: 50%;
}

.about_5_main .swiper-button-prev,
.about_5_main .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #0a53ad;
  border-radius: 100%;
  text-align: center;
  left: auto;
  right: 103px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 60px;
}

.about_5_main .swiper-button-prev i,
.about_5_main .swiper-button-next i {
  width: 20px;
  height: 7px;
  background-position: 0 -262px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -3px;
}

.about_5_main .swiper-button-disabled {
  background: #737373;
}

.about_5_main .swiper-button-next {
  right: 0;
  left: auto;
}

.about_5_main .swiper-button-next i {
  background-position: -23px -262px;
}

.about_5_main .swiper-button-prev:hover,
.about_5_main .swiper-button-next:hover {
  background: #ff6200;
}

.about_6_main {
  background: url(../images/about_6.jpg) center top no-repeat;
  background-size: cover;
  padding: 140px 0 40px;
  color: #fff;
}

.about_6_main .left {
  width: 35%;
}

.about_6_main .left h3 {
  font-size: 40px;
  font-weight: bold;
}

.about_6_main .left h4 {
  font-size: 20px;
  font-family: arial;
  margin-bottom: 20px;
}

.about_6_main .left span {
  display: block;
  width: 55px;
  height: 4px;
  background: #ff6200;
  margin-bottom: 46px;
}

.about_6_main .left .p {
  line-height: 30px;
  font-size: 16px;
  height: 150px;
  overflow: hidden;
}

.about_6_main .left a {
  display: block;
  width: 181px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ff6200;
  color: #fff;
  font-size: 16px;
  border-radius: 22px;
  transition: ease-in-out .3s;
  margin-top: 76px;
  overflow: hidden;
}

.about_6_main .left a i {
  width: 26px;
  height: 6px;
  background-position: -87px 0;
  margin-left: 20px;
}

.about_6_main .left a:hover {
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.15);
  background: #0a53ad;
}

.about_6_main .right {
  width: 46%;
}

.about_6_main .right li {
  float: left;
  width: 43%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

.about_6_main .right li img {
  height: 30px;
  position: absolute;
  right: 0;
  top: 45px;
}

.about_6_main .right li h3 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 4px;
}

.about_6_main .right li h4 {
  color: rgba(255, 255, 255, 0.63);
  margin-bottom: 30px;
}

.about_6_main .right li .p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 75px;
}

.about_6_main .right li:nth-child(2n) {
  float: right;
}

.about_6_main .right li::after {
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  top: 0;
  background: #fff;
  transition: ease-in-out .3s;
}

.about_6_main .right li:hover::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  top: 0;
  background: #fff;
}

.about_7_main {
  background: url(../images/about_7.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}

.about_7_main .body {
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 400px;
  overflow: hidden;

}

.about_7_main .body .left {
  width: 38%;
  float: right;
  margin-right: 40px;
  height: 100%;
}

.about_7_main .body .left h3 {
  font-size: 34px;
  padding-top: 40px;
}

.about_7_main .body .left h3 span {
  color: #c9161e;
}

.about_7_main .body .left .search {
  height: 49px;
  width: 80%;
  margin-top: 27px;
  margin-bottom: 23px;
  position: relative;
  display: none;
}

.about_7_main .body .left .search i {
  width: 43px;
  height: 46px;
  background-position: -155px 0;
  position: absolute;
  right: 15px;
  bottom: 0;
  cursor: pointer;
}

.about_7_main .body .left .search input {
  background: #fff;
  width: 100%;
  line-height: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  outline: none;
  text-indent: 1em;
}

.about_7_main .body .left .con::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.about_7_main .body .left .con::-webkit-scrollbar-thumb {
  width: 15px;
  border-radius: 15px;
  background: #ff6200;
}

.about_7_main .body .left .con::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: #c2c2c2;
}

.about_7_main .body .left .con {
  position: relative;
  height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 20px;
}

.about_7_main .body .left .con li {
  line-height: 59px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  cursor: pointer;
}

.about_7_main .body .left .con li i {
  width: 15px;
  height: 19px;
  background-position: -45px -80px;
  margin-right: 20px;
  margin-left: 38px;
}

.about_7_main .body .left .con li:hover,
.about_7_main .body .left .con li.on {
  background: #0b54ad url(../images/about_7_on.jpg) right top no-repeat;
  color: #fff;
}

.about_7_main .body .left .con li:hover s,
.about_7_main .body .left .con li.on s {
  opacity: 1;
  transition: ease-in-out .2s;
  margin-right: 30px;
}

.about_7_main .body .left .con li:hover i,
.about_7_main .body .left .con li.on i {
  background-position: -62px -80px;
}

.about_7_main .body .right {
  width: 55%;
  height: 100%;
  float: left;
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.about_7_main .body .right h3 {
  background: rgba(0, 0, 0, 0.73);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  text-indent: 34px;
}

.about_7_main .body .right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

/*****案例******/
.case_main {
  background: url(../images/case_bg.jpg) center top no-repeat;
  padding-top: 42px;
}

/*筛选*/
.caseSelect {
  box-sizing: border-box;
  margin-bottom: 50px;
  border: 1px solid #ccc;
  background: #fff url(../images/case_select.jpg) right bottom no-repeat;
  font-size: 16px;
}

.caseSelect .item:first-child p {
  padding-top: 10px;
}

.caseSelect .item:first-child .list {
  padding-top: 10px;
}

.caseSelect .item:last-child p {
  padding-bottom: 10px;
}

.caseSelect .item:last-child .list {
  padding-bottom: 10px;
}

.caseSelect .item {
  margin: 0 auto;
  line-height: 52px;
}

.caseSelect .item .list {
  border-bottom: 1px solid #ededed;
  width: calc(100% - 151px);
  margin-right: 31px;
  display: block;
  float: right !important;
}

.caseSelect .item p {
  width: 101px;
  float: left;
  text-align: center;
  color: #666;
  height: 53px;
  font-size: 16px;
  background: #e1e1e1;
}

.caseSelect .item a {
  height: 23px;
  line-height: 23px;
  text-align: center;
  display: inline-block;
  padding: 2px 15px;
  color: #666;
}

.caseSelect .item a.hover {
  background: #0a53ad;
  color: #fff;
}

.caseSelect .item a.hover:hover {
  color: #fff;
}

.caseSelect .item a:hover {
  color: #ff6200;
}

.caseSelect dl {
  float: left;
  width: 970px;
}

.caseSelect dl dd {
  padding-right: 20px;
  float: left;
}

.caseSelect dl dd.all {
  background: #0097e5;
  border-radius: 5px;
  line-height: 26px;
  padding: 0 15px;
  margin-right: 10px;
}

.case_ul li {
  position: relative;
  float: left;
  width: 32%;
  margin-bottom: 9px;
  margin-right: 2%;
  background: #fff;
  transition: all ease 0.36s;
  box-sizing: border-box;
  overflow: hidden;
}

.case_ul li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  z-index: 10;
}

.case_ul li .img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.case_ul li .txt {
  border: 1px solid #ddd;
  border-top: none;
  display: block;
  padding: 20px;
  position: relative;
  color: #666;
}

.case_ul li .txt h3 {
  font-size: 20px;
  padding-right: 40px;
  color: #000;
  padding-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case_ul li .txt span {
  color: #666;
  padding: 0 10px;
}

.case_ul li .txt span:nth-child(2) {
  padding-left: 0;
}

.case_ul li .txt b {
  width: 82px;
  height: 37px;
  background: #0a53ad;
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -18px;
  border-radius: 18px;
  opacity: 0;
  transition: ease-in-out .3s;
}

.case_ul li:hover .txt b {
  opacity: 1;
}

.case_ul li:hover {
  transition: ease-in-out .2s;
  transform: translateY(-5px);
}

.case_ul li .txt i {
  width: 34px;
  height: 13px;
  background-position: -97px -23px;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -7px;
}

.case_ul li:nth-child(3n) {
  margin-right: 0;
}

.case_ul li:hover .txt b {
  right: 30px;
}

.case_main .pager {
  padding-bottom: 50px;
}

.case_main_2 {
  background: url(../images/quan_add.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 66px;
}

.case_main_2 li {
  margin-left: 2%;
  width: 23.5%;
  float: left;
  height: 369px;
  background: #fff;
  border-top: 4px solid #0a53ad;
  border-radius: 15px 0 15px 0;
  box-shadow: 1px 3px 3px 3px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 35px;
  transition: ease-in-out .2s;
  box-sizing: border-box;
  overflow: hidden;
}

.case_main_2 li::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  object-fit: cover;
  z-index: -1;
  background: rgba(0, 90, 186, 0.66);
  content: "";
  transition: ease-in-out .2s;
}

.case_main_2 li h3 {
  font-size: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 35px;
  margin-bottom: 5px;
}

.case_main_2 li h4 {
  color: #969696;
  margin-bottom: 10px;
}

.case_main_2 li h5 {
  color: #fff;
  font-size: 16px;
  opacity: 0;
}

.case_main_2 li b {
  width: 100px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  color: #fff;
  background: #ff6200;
  border-radius: 15px;
  display: block;
  font-weight: 400;
  margin-top: 21px;
  opacity: 0;
  transition: ease-in-out .2s;
}

.case_main_2 li span {
  font-size: 60px;
  font-family: arial;
  position: absolute;
  bottom: 201px;
  left: 35px;
  color: rgba(0, 90, 186, 0.5);
  font-weight: bold;
  transition: ease-in-out .2s;
}

.case_main_2 li:first-child {
  margin-left: 0;
}

.case_main_2 li:hover::after {
  height: 100%;
}

.case_main_2 li:hover h4 {
  color: #fff;
}

.case_main_2 li:hover span {
  font-size: 150px;
  bottom: -70px;
  left: 40%;
  color: rgba(255, 255, 255, 0.21);
}

.case_main_2 li:hover h5 {
  opacity: 1;
}

.case_main_2 li:hover b {
  opacity: 1;
}

.case_main_2 li:hover h3 {
  color: #fff;
}

.case_main_2 li:hover span {
  color: #fff;
  opacity: .83;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a53ad;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/****全屋整装*****/
.banner_main .quan_banner {
  padding: 0 0 23.385%;
}

.banner_main .banner.quan_banner .tip {
  bottom: 60px;
}

.quan_banner .index_cen h3 span:first-child {
  color: #333;
}

.quan_banner .index_cen h3 span:last-child {
  color: #ff6200;
}

.quan_add {
  background: url(../images/quan_add.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 64px;
}

.quan_add .bd {
  margin-bottom: 38px;
}

.quan_add .bd li {
  width: 348px;
  border: 1px solid #e7e7e7;
  background: #f6f6f6;
  position: relative;
  float: left;
}

.quan_add .bd li img {
  width: 100%;
  height: 197px;
  object-fit: cover;
  object-position: center;
}

.quan_add .bd li span {
  display: block;
  width: 27px;
  height: 27px;
  background: #cdcdcd;
  color: #fff;
  font-size: 30px;
  line-height: 24px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  right: 19px;
  bottom: 51px;
}

.quan_add .bd li .txt {
  padding: 0 20px;
  padding-right: 50px;
}

.quan_add .bd li .txt h3 {
  font-size: 24px;
  padding-top: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.quan_add .bd li .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #868686;
  height: 25px;
  padding-bottom: 25px;
}

.quan_add .bd li:hover span {
  background: #ff6200;
}

.quan_add .hd {
  text-align: center;
}

.quan_add .hd ul {
  display: inline-block;
  zoom: 1;
}

.quan_add .hd li {
  width: 46px;
  height: 5px;
  border-radius: 3px;
  background: #dedede;
  margin: 0 11px;
  float: left;
  overflow: hidden;
  text-indent: -100px;
}

.quan_add .hd li.on {
  background: #ff6200;
}

.quan_1_main {
  background: url(../images/quan_1.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 66px;
}

.quan_1_main ul {}

.quan_1_main li {
  width: 13%;
  background: #fff;
  float: left;
  text-align: center;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  height: 393px;
  position: relative;
  border-right: 1px solid #ebebeb;
  padding: 0 15px;
  overflow: hidden;
  box-sizing: border-box;
}

.quan_1_main li.cur {
  width: 22%;
}

.quan_1_main li .txt img {
  padding-top: 91px;
  height: 52px;
}

.quan_1_main li .txt h3 {
  font-size: 19px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  margin-top: 30px;
}

.quan_1_main li .txt p {
  color: #949494;
  word-break: break-word;
}

.quan_1_main li .txt span {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  font-size: 100px;
  color: #f3f3f2;
  font-style: italic;
  font-weight: bold;
  font-family: arial;
  line-height: 100px;
}

.quan_1_main li .on {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0px;
  background: url(../images/quan_1_on.jpg) no-repeat;
  height: 100%;
  background-size: cover;
  color: #fff;
  text-align: left;
  width: 100%;
  transition: ease-in-out .2s;
  padding: 32px;
  box-sizing: border-box;
}

.quan_1_main li .on span {
  width: 29px;
  height: 29px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #ff6200;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  bottom: 30px;
  position: absolute;
  right: 32px;
  font-size: 20px;
  cursor: pointer;
}

.quan_1_main li .on img {
  padding-top: 15px;
  height: 52px;
  transition: ease-in-out .3s;
}

.quan_1_main li .on h3 {
  font-size: 21px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  margin-top: 20px;
}

.quan_1_main li .on p {
  word-break: break-word;
}

.quan_1_main li .on .p {
  padding-top: 20px;
  line-height: 24px;
}

.quan_1_main li.cur .on {
  opacity: 1;

}

.quan_2_main {
  background: url(../images/quan_2_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 96px 0 86px;
}

.quan_2_main .w1400 {
  position: relative;
}

.quan_2_main .left i {
  width: 56px;
  height: 64px;
  background-position: 0 -320px;
  margin-bottom: 22px;
}

.quan_2_main .left h3 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 5px;
}

.quan_2_main .left h4 {
  color: #c5c5c5;
  font-size: 20px;
  margin-bottom: 52px;
}

.quan_2_main .left p {
  font-size: 14px;
  color: #fff;
}

.quan_2_main .left ul {
  width: 361px;
}

.quan_2_main .left li {
  float: left;
  width: 171px;
  height: 140px;
  background: rgba(255, 255, 255, 0.1);
  padding: 19px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 18px;
  transition: ease-in-out .2s;
}

.quan_2_main .left li img {
  height: 44px;
  margin-bottom: 14px;
}

.quan_2_main .left li:nth-child(2n) {
  margin-left: 19px;
}

.quan_2_main .left li:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.quan_2_main .right img {
  margin-right: 133px;
}

.quan_2_main .right .she {
  width: 194px;
  height: 205px;
  overflow: hidden;
  background: url(../images/quan_2_she.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  animation: lang1 6s infinite linear;
}

@keyframes lang1 {
  0% {
    right: -50px;
  }

  50% {
    right: 100px;
  }

  100% {
    right: -50px;
  }
}

.quan_3_main {
  background: url(../images/quan_3.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}

.quan_3_main .outBox {
  position: relative;
}

.quan_3_main .outBox .out_left,
.quan_3_main .outBox .out_right {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: 40px;
  cursor: pointer;
}

.quan_3_main .outBox .out_left i,
.quan_3_main .outBox .out_right i {
  width: 20px;
  height: 7px;
  background-position: 0 -397px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -3px;
}

.quan_3_main .outBox .out_right {
  left: auto;
  right: -80px;
}

.quan_3_main .outBox .out_right i {
  background-position: -21px -397px;
}

.quan_3_main .outBox .out_left:hover,
.quan_3_main .outBox .out_right:hover {
  background: #ff6200;
}

.quan_3_main .outBox .out_left:hover i,
.quan_3_main .outBox .out_right:hover i {
  background-position: 0 -408px;
}

.quan_3_main .outBox .out_right:hover i {
  background-position: -21px -408px;
}

.quan_3_main .outBox .inBox {
  padding-right: 1px;
  overflow: hidden;
}

.quan_3_main .outBox .inBox .inBd {
  width: 33%;
  background: #fff;
  height: 319px;
  position: relative;
  z-index: 1;
}

.quan_3_main .outBox .inBox .inBd .txt {
  position: relative;
  padding: 15px 27px 0;
}

.quan_3_main .outBox .inBox .inBd .txt h3 {
  font-size: 22px;
  padding-bottom: 10px;
}

.quan_3_main .outBox .inBox .inBd .txt p {
  font-size: 16px;
  color: #606060;
  display: none;
}

.quan_3_main .outBox .inBox .inBd .txt a {
  border: 1px solid #0a53ad;
  color: #0a53ad;
  width: 96px;
  text-align: center;
  display: block;
  line-height: 28px;
  border-radius: 14px;
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.quan_3_main .outBox .inBox .inBd .txt a:hover {
  background: #0a53ad;
  color: #fff;
}

.quan_3_main .outBox .inBox .inBd img {
  width: 100%;
  transition: ease-in-out .2s;
  height: 243px;
  object-fit: cover;
}

.quan_3_main .outBox .inBox .inBd:hover img {
  -webkit-filter: brightness(107%);
  filters: brightness(107%);
}

.quan_3_main .outBox .inBox .inHd {
  width: 100%;
  margin-top: 1px;
  box-sizing: border-box;
  padding-right: 1px;
}

.quan_3_main .outBox .inBox .inHd ul {
  display: inline-block;
  width: 100%;
}

.quan_3_main .outBox .inBox .inHd li {
  width: calc(100% / 5);
  float: left;
  box-sizing: border-box;
  transition: all ease 0.36s;
  position: relative;
  background-color: #fff;
  z-index: 2;
  border: #e8e8e8 solid 1px;
}

.quan_3_main .outBox .inBox .inHd li:hover {
  z-index: 3;
}

.quan_3_main .outBox .inBox .inHd li:hover {
  border: 1px solid #ff6200;
}

.quan_3_main .outBox .inBox .inHd li img {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 110px;
  object-fit: cover;
  object-position: center;
  transition: all ease 0.36s;


}

.quan_3_main .outBox .inBox .inHd li:hover {
  z-index: 3;
}

.quan_4_main {
  background: url(../images/quan_4.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 78px;
}

.quan_4_main .gallery-thumbs {
  margin-bottom: 20px;
}

.quan_4_main .gallery-thumbs .swiper-slide {
  text-align: center;
  background: #fff;
  height: 90px;
}

.quan_4_main .gallery-thumbs .swiper-slide .img {
  position: relative;
  width: 52px;
  height: 52px;
  margin: 5px auto 5px;
  overflow: hidden;
}

.quan_4_main .gallery-thumbs .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  transition: ease-in-out .3s;
}

.quan_4_main .gallery-thumbs .swiper-slide .img img:nth-child(2) {
  opacity: 0;
  top: -100%;
}

.quan_4_main .gallery-thumbs .swiper-slide p {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
}

.quan_4_main .gallery-thumbs .swiper-slide-thumb-active {
  background: #0a53ad;
  color: #fff;
}

.quan_4_main .gallery-thumbs .swiper-slide-thumb-active .img img:first-child {
  opacity: 0;
  top: 100%;
}

.quan_4_main .gallery-thumbs .swiper-slide-thumb-active .img img:nth-child(2) {
  opacity: 1;
  top: 0;
}

.quan_4_main .gallery-top .swiper-slide {
  background: url(../images/quan_4_left.jpg) left top no-repeat;
  background-size: 45% auto;
}

.quan_4_main .gallery-top .swiper-slide .left {
  color: #fff;
  width: 45%;
  box-sizing: border-box;
  padding: 47px;
  padding-top: 30px;
}

.quan_4_main .gallery-top .swiper-slide .left h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.quan_4_main .gallery-top .swiper-slide .left .p {
  line-height: 20px;
}

.quan_4_main .gallery-top .swiper-slide .left .p p {
  padding-bottom: 12px;
  background: url(../images/quan_4_ico.png) left 5px no-repeat;
  padding-left: 33px;
}

.quan_4_main .gallery-top .swiper-slide .right {
  width: 55%;
  height: 421px;
  overflow: hidden;
  position: relative;
}

.quan_4_main .gallery-top .swiper-slide .right img {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
  height: 100%;
}

.quan_4_main .gallery-top .swiper-slide .right::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.quan_4_main .gallery-top .swiper-slide .right:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 120%;
  opacity: 1;
}

.quan_4_main .swiper-button-next,
.quan_4_main .swiper-button-prev {
  width: 20px;
  height: 65px;
  background: none;
  top: -97px;
  margin-top: 0;
  left: -69px;
}

.quan_4_main .swiper-button-next i,
.quan_4_main .swiper-button-prev i {
  width: 100%;
  height: 100%;
  background-position: -86px -127px;
}

.quan_4_main .swiper-button-next {
  left: auto;
  right: -69px;
}

.quan_4_main .swiper-button-next i {
  background-position: -110px -127px;
}

.quan_4_main .swiper-button-prev:hover i {
  background-position: -137px -127px;
}

.quan_4_main .swiper-button-next:hover i {
  background-position: -161px -127px;
}

.quan_4_main .gallery-top {
  overflow: initial;
}

.quan_4_main .swiper-container-horizontal>.swiper-pagination-bullets,
.quan_4_main .swiper-pagination-custom,
.quan_4_main .swiper-pagination-fraction {
  width: auto;
  left: 38%;
  color: #fff;
  font-size: 24px;
  bottom: 32px;
}

.quan_4_main .swiper-pagination-current {
  color: #ff6200;
}

.quan_5_main {
  background: url(../images/quan_5.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}

.quan_5_main .swiper_next {
  position: relative;
}

.quan_5_main .index_cen {
  color: #fff;
}

.quan_5_main .swiper-slide {
  background: url(../images/quan_5_li.jpg) no-repeat;
  background-size: cover;
  border-radius: 95px;
  text-align: center;
  height: 372px;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.quan_5_main .swiper-slide .img {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 97px auto 10px;
  overflow: hidden;
}

.quan_5_main .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  transition: ease-in-out .2s;
}

.quan_5_main .swiper-slide .img img:nth-child(2) {
  opacity: 0;
  top: -100%;
}

.quan_5_main .swiper-slide h3 {
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.quan_5_main .swiper-slide .p {
  word-break: break-word;
}

.quan_5_main .swiper-slide span {
  font-size: 72px;
  bottom: -8px;
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  left: 0;
  color: #cecdcd;
  font-weight: bold;
  line-height: 72px;
  font-family: arial;
}

.quan_5_main .swiper-slide:hover .img img:first-child {
  opacity: 0;
  top: 100%;
}

.quan_5_main .swiper-slide:hover .img img:nth-child(2) {
  opacity: 1;
  top: 0;
}

.quan_5_main .swiper-button-next,
.quan_5_main .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  outline: none;
}

.quan_5_main .swiper-button-next i,
.quan_5_main .swiper-button-prev i {
  width: 20px;
  height: 7px;
  background-position: 0 -397px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -3px;
}

.quan_5_main .swiper-button-next {
  left: auto;
  right: -80px;
}

.quan_5_main .swiper-button-next i {
  background-position: -21px -397px;
}

.quan_5_main .swiper-button-next:hover,
.quan_5_main .swiper-button-prev:hover {
  background: #0a53ad;
}

.quan_5_main .swiper-button-next:hover i,
.quan_5_main .swiper-button-prev:hover i {
  background-position: 0 -408px;
}

.quan_5_main .swiper-button-next:hover i {
  background-position: -21px -408px;
}

.quan_6_main {
  background: url(../images/quan_6.jpg) repeat;
  padding-bottom: 99px;
}

.quan_6_main .slideTxtBox {
  position: relative;
}

.quan_6_main .hd {
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.quan_6_main .hd li {
  width: 100%;
  height: 85px;
  background: #aaaaaa;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  padding-top: 15px;
}

.quan_6_main .hd li i {
  width: 45px;
  height: 45px;
  background-position: -98px -220px;
  display: block;
  margin: 0 auto;
}

.quan_6_main .hd li.on {
  background: #0a53ad;
}

.quan_6_main .pageState {
  position: absolute;
  bottom: 38px;
  right: 40px;
  font-size: 20px;
  z-index: 10;
}

.quan_6_main .next {
  width: 35px;
  height: 35px;
  background: #0a53ad;
  border-radius: 100%;
  position: absolute;
  z-index: 10;
  left: 57.5%;
  bottom: 38px;

  cursor: pointer;
}

.quan_6_main .next i {
  width: 7px;
  height: 12px;
  background-position: -85px -282px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -6px;
}

.quan_6_main .bd li .left {
  width: 54%;
  height: 446px;
  overflow: hidden;
  position: relative;
}

.quan_6_main .bd li .left img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.quan_6_main .bd li .left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.quan_6_main .bd li .left:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 120%;
  opacity: 1;
}

.quan_6_main .bd li .right {
  width: 46%;
  background: url(../images/quan_6_right.jpg) no-repeat;
  background-size: cover;
  height: 446px;
  padding: 49px;
  padding-top: 39px;
  padding-right: 115px;
  box-sizing: border-box;
}

.quan_6_main .bd li .right h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.quan_6_main .bd li .right .p {
  line-height: 25px;
  font-size: 14px;
  color: #666;
}

.jk_bd {
  width: 100%;
  background: url(../images/j25_02.jpg) center center no-repeat;
  height: 80px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 55;
  display: none;
}

.jk_bd .w1400 {
  position: relative;
}

.jk_bd .jk_bd_1 {
  width: 100%;
  display: inline-block;
}

.jk_bd .jk_bd_11 {
  float: left;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  padding-top: 10px;
}

.jk_bd .jk_bd_11 span {
  display: block;
}

.jk_bd .jk_bd_12 {
  float: right;
}

.jk_bd .jk_bd_12 .item {
  margin-top: 24px;
  width: 258px;
  height: 46px;
  float: left;
  margin-right: 20px;
  background-color: #fff;
  position: relative;
}

.jk_bd .jk_bd_12 .item .select {
  width: 184px;
  height: 46px;
  border: none;
  background-color: #fff;
  outline: none;
}

.jk_bd .jk_bd_12 .item p {
  float: left;
  font-size: 16px;
  line-height: 46px;
  color: #666;
  padding-left: 20px;
}

.jk_bd .jk_bd_12 .item input {
  float: left;
  border: none;
  outline: none;
  width: 146px;
  line-height: 46px;
}

.jk_bd .jk_bd_12 .item .em2 {
  display: block;
  color: #F00;
  position: absolute;
  right: 10px;
  top: 16px;
}

.jk_bd .jk_bd_12 .item .em1 {
  display: block;
  color: #666;
  font-size: 16px;
  font-family: "Arial";
  position: absolute;
  right: 20px;
  top: 16px;
}

.jk_bd .jk_bd_12 .item .n-top {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}

.jk_bd .jk_bd_12 .btn {
  width: 200px;
  height: 46px;
  text-align: center;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  background: #0a53ad;
  border: none;
  float: left;
  cursor: pointer;
  margin-top: 24px;
}

.jk_bd .jk_bd_2 {
  width: 17%;
  float: right;
  text-align: right;
  margin-top: 36px;
}

.jk_bd .jk_bd_2 .p1 {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}

.jk_bd .jk_bd_2 .p1 span {
  color: #fb8903;
}

.jk_bd .jk_bd_2 .p2 {
  margin-top: 8px;
  font-size: 30px;
  padding-left: 32px;
  color: #fff;
  line-height: 30px;
  background: url(../images/j5_02.png) left center no-repeat;
}


.jk_bd .xha {
  width: 32px;
  height: 32px;
  background: url(../images/closeM.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 25px;
  cursor: pointer;
  z-index: 666;
}

.jk_bd .xha:hover {
  transform: rotate(360deg);
  transition: all ease 0.36s;
}

.jk_bd .mess .right {
  margin-top: 22px;
  width: calc(100% - 300px);
  position: relative;
}

.jk_bd .mess .right .input {
  background: #fff;
  border: none;
  height: 40px;
  line-height: 30px;
  padding: 8px 10px;
  box-sizing: border-box;
}

.jk_bd .mess .right input {
  float: left;
  outline: none;
  border-radius: 0px;
  margin: 0 0.5%;
}

.jk_bd .mess .right .in1 {
  width: 12%;
}

.jk_bd .mess .right .in2 {
  width: 17.4%;
}

.jk_bd .mess .right .in3 {
  width: 17.4%;
}

.jk_bd .mess .right .in4 {
  width: 15%;
}

.jk_bd .mess .right :-moz-placeholder {
  color: #333;
}

.jk_bd .mess .right ::-moz-placeholder {
  color: #545454;
}

.jk_bd .mess .right input:-ms-input-placeholder,
.jk_bd .mess .right textarea:-ms-input-placeholder {
  color: #545454;
  font-size: 18px;
}

.jk_bd .mess .right input::-webkit-input-placeholder,
.jk_bd .mess .right textarea::-webkit-input-placeholder {
  color: #545454;
  font-size: 18px;
}

.jk_bd .mess .right input.btn {
  border: none;
  height: 40px;
  line-height: 40px;
  margin-right: 0;
  background: #0a53ad;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 24%;
}

.jk_bd .mess .right .btn:hover {
  opacity: .9;
  cursor: pointer;
}

@keyframes leftd {
  0% {
    transform: scale(1);
    bottom: 38px;
  }

  50% {
    transform: scale(1.2);
    bottom: 58px;
  }

  100% {
    transform: scale(1);
    bottom: 38px;
  }
}

@media (max-width: 1760px) {

  .header_main .search-box {
    right: 5px;
  }
}

@media (max-width: 1660px) {
  .index_title .left p {
    font-size: 16px;
  }

  .w1400 {
    width: 1200px;
  }

  .nav_main {
    padding-right: 10px;
  }

  .header_main .webLogo {
    left: 20px;
  }

  .header_main .webLogo p {
    font-size: 14px;
  }

  .header_main .search-box {
    right: 10px;
  }

  .header_main .tel {
    padding-right: 90px;
    font-size: 16px;
  }

  .header_main .share-sub {
    width: 128px;
  }

  .header_main .share-sub .tex {
    width: 65px;
  }

  .nav_main .list li .nav1 {
    padding: 0 21px;
  }

  .nav_main .list {
    background: url(../images/head_hot.png) 161px 14px no-repeat;
  }

  .nav_main li .sub-box p a {
    border-bottom: 1px solid #ddd;
    line-height: 52px !important;
    height: 52px !important;
  }

  .banner_main .mess {
    width: 1200px;
    margin-left: -600px;
  }

  .floor_2_main .body li .on p {
    font-size: 14px;
  }

  .floor_2_main .body li .txt h3 {
    font-size: 20px;
  }

  .floor_2_main .body li .on h3 {
    font-size: 20px;
  }

  .floor_3_main .body .on {
    width: 330px !important;
  }

  .floor_3_main .body li {
    width: 78px;
  }

  .floor_5_main .bd img {
    height: 340px;
  }

  .floor_8_main .parHd {
    margin-left: -600px;
  }

  .floor_11_main .right li h3 {
    font-size: 18px;
    padding-left: 60px;
  }

  .floor_11_main .right li p {
    font-size: 12px;
    padding-left: 60px;
  }

  .bottom_main .bott_nav .box2 dl {
    width: 140px;
  }

  .sub_banner .index_cen {
    padding-top: 4%;
  }

  .about_1 {
    width: 1200px;
    margin-left: -600px;
  }

  .about_2_main .w1400 img {
    width: 820px;
  }

  .about_2_main .w1400 .txt h3 {
    font-size: 25px;
    line-height: 28px;
  }

  .about_2_main .w1400 .txt i {
    margin-bottom: 10px;
  }

  .about_2_main .w1400 .txt .p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
  }

  .about_2_main .w1400 .txt p {}

  .about_2_main .w1400 .txt a {
    margin-bottom: 20px;
  }

  .quan_add .bd li {
    width: 298px;
  }

  .quan_add .bd li img {
    height: 168px;
  }

  .quan_3_main .outBox .inBox .inBd {
    height: 274px;
  }

  .quan_3_main .outBox .inBox .inBd img {
    height: 200px;
  }

  .quan_4_main .gallery-top .swiper-slide .left {
    width: 40%;
  }

  .quan_4_main .gallery-top .swiper-slide .left h3 {
    font-size: 20px;
  }

  .quan_4_main .gallery-top .swiper-slide .left .p p {
    padding-bottom: 8px;
  }

  .quan_4_main .gallery-top .swiper-slide .right {
    width: 60%;
  }

  .quan_4_main .gallery-thumbs .swiper-slide p {
    font-size: 14px;
  }

  .quan_4_main .swiper-container-horizontal>.swiper-pagination-bullets,
  .quan_4_main .swiper-pagination-custom,
  .quan_4_main .swiper-pagination-fraction {
    left: 30%;
  }

  .quan_5_main .swiper-slide h3 {
    font-size: 17px;
  }

  .quan_6_main .bd li .left {
    width: 60%;
  }

  .quan_6_main .bd li .right {
    width: 40%;
  }

  .quan_6_main .next {
    left: 64%;
  }


  .jk_bd .jk_bd_12 .item {
    width: 236px;
  }

  .jk_bd .jk_bd_12 .btn {
    width: 170px;
  }

  .jk_bd .jk_bd_12 .item .select {
    width: 164px;
  }
}

}