﻿@charset "UTF-8";
/**header_main**/
.header_main {
  width: 100%;
  height: .9rem;
  top: 0;
  z-index: 100;
  box-shadow: 0.04rem 0.04rem 0.04rem rgba(0, 0, 0, 0.2);
  position: fixed;
  max-width: 7.5rem; background:#fff;
}
.header_main .en {
  position: absolute;
  top: .35rem;
  right: 2.15rem;
}
.header_main .en a {
  display: block;
}
.header_main .en i {
  width: .47rem;
  height: .3rem;
  background-position: 0 -.43rem;
  vertical-align: top;
}
.header_main .search {
  width: 0.6rem;
  height: 0.5rem;
  position: absolute;
  right: 1.25rem;
  top: 0.25rem;
  background-position: -.68rem 0;
  z-index: 10;
}
.header_main .search.on {
  background-position: 0 0;
}
.header_main .logo img {
  display: block;
  padding-left: 0.28rem;
  padding-top: 0.29rem;
  height: 0.32rem;
  box-sizing: content-box;
}
.header_main .h1 img {
  height: 0.32rem;
  line-height: 0.32rem;
  margin: 0.36rem 0 0 1.41rem;
  color: #fff;
}
.header_main .navbtn {
  width: 0.75rem;
  height: 100%;
  padding-top: 0.245rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.header_main .navbtn s {
  width: 0.35rem;
  height: 0.33rem;
  display: block;
  background-position: -1.34rem 0;
}
.header_main .navbtn.cur s {
  background-position: -1.92rem 0;
}
.header_main .goBack {
  width: 1rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
}
.header_main .goBack:before {
  width: 0.22rem;
  height: 0.36rem;
  margin: 0.28rem auto 0;
  background: url("../g-images/g-ico.png") no-repeat;
  background-size: 4rem auto;
  background-position: -.98rem -.9rem;
  content: '';
  display: block;
}
.header_main .search_ico {
  display: block;
  position: absolute;
  right: 0.84rem;
  top: 0;
  text-align: center;
  cursor: pointer;
  width: 0.8rem;
  height: 1rem;
  z-index: 6;
  padding-top: 0.34rem;
}
.header_main .search_ico s {
  width: 0.45rem;
  height: 0.45rem;
  margin: 0 auto;
  background-position: -.62rem 0;
}
.header_main .search_ico.on {
  background: #fff;
}
.header_main .search_ico.on s {
  background-position: -1.92rem 0;
}
.header_main .tsearch {
  width: 100%;
  padding: 0.2rem;
  position: absolute;
  left: 0;
  top: 1rem;
  background: #fff;
  display: none;
  z-index: 10;
}
.header_main .tsearch s {
  right: 0.45rem;
  top: 0.34rem;
}
/*tsearch*/
.tsearch {
  width: 100%;
  height: 1rem;
  padding: 0.2rem 3%;
  position: absolute;
  left: 0;
  top: .8rem;
  z-index: 1122;
  background: #f7f6f6;
  border-top: 1px solid #d3d3d3;
}
.tsearch .txt {
  width: 75%;
  color: #000;
  text-indent: 0.2rem;
  color: #666;
  font-size: 0.22rem;
  height: 0.6rem;
  background: #fff;
  border: 1px solid #bbb;
  position: absolute;
  left: 2%;
  top: 0.2rem;
}
.tsearch .btn {
  color: #fff;
  font-size: 0.22rem;
  width: 20%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border: 0;
  background: #002197;
  position: absolute;
  right: 3%;
  top: 0.2rem;
}
.tsearch.bsearch {
  display: block;
  position: relative;
  z-index: 10;
  margin: 0.3rem auto;
  background: none;
  border-top: 0;
  top: 0;
}
.tsearch.bsearch .txt {
  height: 0.76rem;
}
.tsearch.bsearch .btn {
  height: 0.76rem;
  line-height: 0.76rem;
}
.tsearch.bsearch:before {
  top: 0.36rem;
}
/*subNav*/
.subNav {
  position: fixed;
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.subNav .subNavCon {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
.subNav .close {
  width: 0.42rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  right: 0.28rem;
  top: 0.28rem;
  margin: 0 auto;
  background-position: -1.92rem 0;
}
.subNav ul {
  width: 100%;
  padding: 0.8rem 0 0.5rem;
  overflow-y: auto;
  height: 100%;
}
.subNav li {
  width: 88%;
  display: block;
  line-height: 0.9rem;
  margin: 0 6%;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.subNav li a {
  display: block;
  color: #333;
  font-size: 0.32rem;
  width: 80%;
}
.subNav li s {
  width: 0.14rem;
  height: 0.22rem;
  display: block;
  text-align: center;
  color: #333;
  font-size: 0.24rem;
  background-position: -3.67rem 0;
  margin-top: 0.34rem;
  margin-right: 0.1rem;
}
.subNav li .box {
  display: none;
  padding: 0 .2rem .2rem;
}
.subNav li .box a {
  border-color: #f9f9f9;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 100%;
  color: #333 !important;
  font-size: 0.26rem;
  float: left;
  border-bottom: 1px dashed #ddd;
}
.subNav li.on > a {
  color: red;
}
.subNav li.on s {
  background-position: -3.23rem 0;
}
.subNav li .box a:last-child {
  border-bottom: 0;
}
.subNavShow {
  display: block;
}
.navBar {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #ddd;
}
.navBar ul {
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  height: 1rem;
  margin: 0 auto;
}
.navBar ul li {
  float: left;
  width: 20%;
  height: 1rem;
}
.navBar ul li a {
  width: 100%;
  height: 1rem;
  padding-top: 0.15rem;
  font-size: 0.20rem;
  display: block;
  text-align: center;
  color: #333;
}
.navBar ul li a:before {
  width: 0.45rem;
  height: 0.42rem;
  display: block;
  margin: 0 auto 0.02rem;
}
.navBar ul li:first-child {
  border-left: 0;
}
.navBar ul li:nth-child(1) a:before {
  background-position: -.51rem -.92rem;
}
.navBar ul li:nth-child(2) a:before {
  background-position: 0.06rem -.92rem;
}
.navBar ul li:nth-child(4) a:before {
  background-position: -1.08rem -.92rem;
}
.navBar ul li:nth-child(5) a:before {
  background-position: -1.68rem -.92rem;
}
.navBar #nav2 {
  position: absolute;
  z-index: 10;
  width: 0.86rem;
  height: 0.86rem;
  left: 50%;
  margin-left: -.43rem;
  top: -.43rem;
  text-align: center;
  font-size: 0.2rem;
}
.navBar #nav2 .ico {
  width: 0.86rem;
  height: 0.86rem;
  background-position: 0 -1.52rem;
}
/***************top and bottom css end*********************/
/* imgtog */
.imgtog {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.imgtog .list {
  float: left;
  width: 500%;
}
.imgtog .list .item {
  float: left;
  width: 20%;
  position: relative;
}
.imgtog .list .item img,
.imgtog .list .item video {
  width: 100%;
  vertical-align: top;
  z-index: -9999;
}
.imgtog .prev,
.imgtog .next {
  width: 0.3rem;
  height: 0.45rem;
  position: absolute;
  top: 0.9rem;
  z-index: 20;
}
.imgtog .prev {
  left: 0.1rem;
  background-position: -.98rem 0;
}
.imgtog .next {
  right: 0.1rem;
  background-position: -1.4rem 0;
}
.imgtog .tip {
  height: 0.2rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: .2rem;
  margin-left: 0;
  text-align: center;
  z-index: 11;
}
.imgtog .tip span {
  width: .47rem;
  height: .04rem;
  margin: 0 0.1rem;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  background: #fff;
  border-radius: .02rem;
}
.imgtog .tip span.cur {
  background: #002197;
}
.banner_main {
  position: relative;
  z-index: 9;
}
.indexsplit {
  width: 100%;
  height: 0.3rem;
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
}
.indexmore,
.addclick {
  text-align: center;
  height: 0.74rem;
  line-height: 0.74rem;
  width: 94%;
  display: block;
  margin: 0 auto 0.2rem;
  font-size: 0.28rem;
  background: #0000ff;
  color: #fff;
}
.indexmore:link,
.addclick:link,
.indexmore:visited,
.addclick:visited {
  color: #fff;
}
.addclick {
  width: 94%;
  border-color: #999;
}
.imsg .item ul {
  position: absolute;
  left: 0;
  width: 100%;
  top: .67rem;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-top: none;
  left: -1px;
  display: none;
  height: 4.2rem;
  overflow: auto;
  z-index: 10;
}
.imsg .item ul li {
  line-height: .6rem;
  border-bottom: 1px solid #ddd;
  width: 49%;
  float: left;
  text-indent: 2em;
}
.imsg .item ul li:hover {
  background: #002197;
  color: #fff;
}
.imsg .item ul li:nth-child(2n) {
  float: right;
}
.banner_main .banner li .w1400 {
  position: absolute;
  z-index: 10;
  left: 2%;
  top: 18%;
  width: 100%;
}
.banner_main .banner li .w1400 .item2 {
  position: relative;
  width: 2.18rem;
  float: left;
  text-align: center;
  margin-left: 2%;
}
.banner_main .banner li .w1400 .item2:first-child {
  margin-left: 3%;
  margin-top: 9%;
}
.banner_main .banner li .w1400 .item2:last-child {
  margin-top: 5%;
}
.banner_main .banner li .w1400 .item2 .bg {
  position: absolute;
  left: 0px;
  top: 0;
  width: 2.18rem;
  display: block;
  height: 2.13rem;
  background: url("../images/quan.png") no-repeat;
  background-size: cover;
  -webkit-animation: rotate 10s linear 0s infinite;
  animation: rotate 10s linear 0s infinite;
}
.banner_main .banner li .w1400 .item2 .text img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin: .29rem auto .5rem;
}
.banner_main .banner li .w1400 .item2 .text .line {
  display: block;
  width: 2px;
  height: 2.2rem;
  background: url(../images/b_line.png) no-repeat;
  background-size: 2px auto;
  margin: -.95rem auto 0;
}
.banner_main .banner li .w1400 .item2:first-child .text .line {
  height: 1.5rem;
}
.banner_main .banner li .w1400 .item2:last-child .text .line {
  height: 2rem;
}
.banner_main .banner li .w1400 .item2 .text p {
  font-size: .24rem;
  line-height: .4rem;
  text-shadow: 1px 1px 1px #000000;
  color: #fff;
}
.banner_main .banner li .w1400 .item2.hover,
.banner_main .banner li .w1400 .item2:hover {
  transform: translateY(-.1rem);
  transition: ease-in-out 0.2s;
}
.ab {
  display: block;
  width: 100%;
  height: 100%;
}
.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_title {
  padding: .57rem 0 .3rem;
}
.index_title .fl {
  font-size: .34rem;
  font-weight: bold;
  text-align: center;
float: none;
}
.index_title .fl span:nth-child(2) {
  color: #0a4ca5;
}
.index_title .fr {
  padding-top: .15rem;
}
.index_title .frs{text-align:center;}
.index_title .fr a {
  color: #666;
  font-size: .28rem;
}
.floor_1 {
  background: url(../images/f1_bg.jpg) center no-repeat;
  background-size: cover;
  padding: .46rem .3rem .2rem;
}
.floor_1 .txt {
  color: #fff;
  font-size: .3rem;
  margin-bottom: .22rem;
}
.floor_1 .txt .fl {
  border-left: .04rem solid #fff;
  padding-left: .15rem;
  font-weight: bold;
}
.floor_1 .txt .fl span {
  color: #ff5f00;
}
.floor_1 .txt .fr i {
  width: .31rem;
  height: .31rem;
  background-position: 0 0;
  margin-right: .15rem;
}
.floor_1 .from .box_main{
    display: flex;
    justify-content: space-between;
}
.floor_1 .from .box_main .box_flex{
    display: flex;
    justify-content:space-between;
    padding-right:.15rem;
    box-sizing: border-box;
}
.floor_1 .from input {
  width: 46%;
  line-height: .5rem;
  border: none;
  float: left;border-radius:0;
}
.floor_1 .from input.in1 {
  width:50%;
  text-indent: 1em; margin-bottom:.12rem;
}
.floor_1 .from input.in2 {
  width: 48%;
  text-indent: 1em; margin-bottom:.12rem;
}
.floor_1 .from input.in3 {
  width:1.5rem;
  text-align: center;
  background:linear-gradient(to bottom,#0553bc,#084faf,#024196);
  color: #fff; height:1.12rem;float:right;
}
.floor_1 .from input.in5 {
  width: 50%;
  text-indent: 1em; margin-bottom:.2rem;
}
.floor_1 .from input.in6 {
  width: 28%; margin-left:2%;

  text-indent: 1em; margin-bottom:.2rem;
}
.floor_1 .from span{display:none;}
.floor_1 .from input.in4{width:46%;text-indent: 1em;}
.floor_1 .from img{  width: 20%;
height:.5rem;
 }

.floor_1_bottom{ background: url(../images/floor_1_bottom.jpg) no-repeat;
  background-size: cover;}
.floor_1_bottom .txt{color:#333;}
.floor_1_bottom .txt span{color:#084faf}
.floor_1_bottom .txt .fr i{background-position:-.9rem 0;}
.floor_1_bottom .from input{border:1px solid #999;box-sizing:border-box; height:.5rem;}
.floor_1_bottom .txt .fl{border-color:#0454c0;}
.floor_1_bottom .from img{border:1px solid #999;border-left:none;}
.floor_1_bottom .from input.in3{border:none;}
.floor_2 {
  background: url(../images/m1ss_04.jpg) no-repeat;
  background-size: cover;
  padding: .7rem .3rem .3rem;
}
.floor_2 li {
  float: left;
  text-align: center;
  color: #333;
  width: 50%;
  margin-bottom: .6rem;
}
.floor_2 li:nth-child(1){
	border-right: 1px solid #c6c6c6;
}
.floor_2 li:nth-child(3){
	border-right: 1px solid #c6c6c6;
}
.floor_2 li img{
display: block;
    width: 0.84rem;
    height: 0.84rem;   
    overflow: hidden;
    margin: 0 auto; margin-bottom:.15rem;
}
.floor_2 li h3 {
  font-size: .24rem;
  padding: 0 .1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;color:#333;
}
.swiper-container {
  padding-bottom: .9rem;
}
.swiper-pagination-bullet-active {
  background: #0a4ca5; 
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .1rem;
}
.floor_3 {
  padding: 0 .3rem .5rem;
  overflow: hidden;background:url(../images/f3_bg.jpg) no-repeat;background-size:cover;
}
.floor_3 .swiper-container{overflow:hidden;}
.floor_3 .swiper-slide {  
  
  position: relative;background:#fff;text-align:center;
}
.floor_3 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;  
}

.floor_3  .txt {
  padding: 0 .1rem;
}
.floor_3 .txt img {
  width: .5rem;
  height: .5rem;
  margin-top: .4rem;
  margin-bottom: .1rem;
}
.floor_3  .txt h3 {
  font-size: .3rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floor_3  .txt h4 {
  font-size: .22rem;
  color: #999;
  margin-bottom: .3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floor_3  .txt span {
  display: block;
  width: .27rem;
  height: 1px;
  background: #999999;
  margin: 0.1rem auto 0.4rem;
}
.floor_3  .txt p {
  color: #999;
  
}


.floor_3 .swiper-container-horizontal > .swiper-pagination-bullets,
.floor_3 .swiper-pagination-custom,
.floor_3 .swiper-pagination-fraction {
  width: auto;
}
.floor_4 {
  background: url(../images/f4_bg.jpg) no-repeat;
  background-size: cover;
  padding: 0 .3rem .5rem;
  overflow: hidden;
}
    .floor_4 .swiper-container{overflow:hidden;}
    .floor_4 .swiper-slide {
        height: 3.91rem;
        padding-bottom: .8rem;
        position: relative;
        overflow: hidden;
        text-align: center;
    }
    .floor_4 .swiper-slide::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;display:block;background:rgba(0,0,0,0.4);z-index:5;}
    .floor_4 .swiper-slide .on {
        display: none;
    }
    .floor_4 .swiper-slide figure {
    }
.floor_4 .swiper-slide figure img {
  display: block; height:.28rem;
 margin:.87rem auto .18rem;
}
    .floor_4 .swiper-slide span {
        font-size: .8rem;
        bottom: -.24rem;
        position: absolute;
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        left: 0;
        color: #e7e7e7;
        z-index: 9;
        font-weight: bold;
        line-height: .8rem; opacity:.3;
        font-family: arial;
        background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.1),#fff);
        font-weight: bold;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .floor_4 .swiper-slide .txt{position:relative;z-index:9;}
    .floor_4 .swiper-slide .txt i {
        width: .32rem;
        height: .15rem;
        background-position: 0 -2.83rem;
        display: block;
        margin: 0 auto;
        margin-top: 2.42rem;
        margin-bottom: .1rem;
    }
    .floor_4 .swiper-slide .txt h4 {
        color: #fff;
        font-size: .23rem;
        font-weight: bold;
    
    }
    .floor_4 .swiper-slide:hover .txt {
        display: none;
    }
    .floor_4 .swiper-slide:hover .on {
        display: block;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,68,160,0.9);
    }

        .floor_4 .swiper-slide:hover .on h4 {
            color: #fff;
            font-size: .23rem;
            font-weight: bold;
            margin-bottom: .15rem;
        }
        .floor_4 .swiper-slide:hover .on h5 {
            font-size: .19rem;
            line-height: .3rem;
            color: #fff;
        }
        .floor_4 .swiper-slide:hover .on i {
            width: .32rem;
            height: .15rem;
            background-position: 0 -2.83rem;
            display: block;
            margin: 0 auto;
            margin-top: .36rem;
            margin-bottom: .1rem;
        }
        .floor_4 .swiper-slide:hover .on .line {
            left: .1rem;
            top: .1rem;
            bottom: .1rem;
            right: .1rem;
            border: 1px solid #fff;
            opacity: .38;
            position: absolute;
            z-index: 10;
        }
    .floor_4 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(1);}
    .floor_4 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(1);}
    .floor_4 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(1);
    }
    .floor_4 .swiper-container-horizontal > .swiper-pagination-bullets,
    .floor_4 .swiper-pagination-custom,
    .floor_4 .swiper-pagination-fraction {
        width: 100%;
    }
.floor_5 {
  padding: 0 0 .5rem;
  background: url(../images/f5_bg.jpg) no-repeat;
  background-size: cover;
}
.floor_5 .body{margin:0 .3rem;overflow:hidden;}
.floor_5 .index_title .fl {
  color: #ff5f00;
}
.floor_5 .index_title .fl span {
  color: #fff;
}
.floor_5 .index_title .fr a {
  color: #fff;
}
.floor_5 .hd {
  margin-bottom: .4rem;
}
.floor_5 .hd li {
  float: left;
  width: 23.5%;line-height:.6rem; margin-left:2%;
  text-align: center;background:#fff; position:relative;
}
.floor_5 .hd li:first-child{margin-left:0;}
.floor_5 .hd li h3 { 
  font-size: .24rem;
}
.floor_5 .hd li i {
  display:none;
 width:.26rem;height:.14rem;background-position:0 -2.62rem; position:absolute;left:50%;margin-left:-.13rem;bottom:-.12rem;
}
.floor_5 .hd li b img {
  width: .45rem;
  margin-top: .155rem;
}
.floor_5 .hd li.on{background:linear-gradient(to bottom,#0b5dca,#054397);}
.floor_5 .hd li.on h3{color:#fff;}
.floor_5 .hd li.on i {
  display:block;
}
.floor_5 .bd {
  color: #fff;overflow:hidden;
}
.floor_5 .bd a {
  position: relative;
  margin-bottom: .2rem;
  width: 100%;
  display: block;overflow:hidden;
}
.floor_5 .bd a img {
  width: 100%;
  display: block;
}
.floor_5 .bd a .bott {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: .57rem;
  background: rgba(0, 0, 0, 0.57);
  width: 100%;
  color: #fff;
  padding: 0 .3rem;overflow:hidden; height:.57rem;
}
.floor_5 .bd a .bott i {
  width: .39rem;
  height: .15rem;
  background-position: -.4rem 0;
  position: absolute;
  right: .3rem;
  top: 50%;
  margin-top: -.07rem;
}
.floor_6 {
  background: url(../images/f6_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 0 .3rem .66rem;overflow:hidden;
}
.floor_6 h1 {
  display: none;
}
.floor_6 img{width:100%;margin:.4rem 0 .5rem;}
.floor_6 .index_title {
  padding-bottom: 0;
}

.floor_6 h3 {
  font-size: .3rem;
  padding-bottom: .62rem;
}
.floor_6 .p {
 
  text-align: left;width:70%;border-right:1px solid #e2e3e4;
  margin-top: 0.2rem;font-size:.22rem; line-height:.44rem;
}
.floor_6 .bs{
   width:25%
}
.floor_6 .bs .bsc{
  text-align:left; margin-bottom:.2rem;
}
.floor_6 .bs h5 {
  font-size: .45rem;font-weight:bold;color:#2452a7;
}
.floor_6 .bs h5 span{font-size:.3rem;color:#333;font-weight:400; padding-left:.1rem;}
.floor_6 .bs h6 {font-size:.22rem;}
.floor_7 {
  background: url(../images/f7_bg.jpg) no-repeat;
  background-size: cover;
  padding: 0 .3rem .5rem;
}
.floor_7 .index_title .fl {
  color: #ff5f00;
}
.floor_7 .index_title .fl span {
  color: #fff;
}
.floor_7 .index_title .fr a {
  color: #fff;
}
.floor_7 .hd li{color:#fff;border:1px solid #a2a4a8;border-radius:.1rem;line-height:.6rem;text-align:center; margin-bottom:.22rem;width:49%;float:left;box-sizing:border-box;}
.floor_7 .hd li:nth-child(2n){float:right;}
.floor_7 .hd li.on{background:linear-gradient(to bottom,#0553bd,#013a88);border:1px solid #013b8a;}
.floor_7 .swiper-pagination-bullet {
  background: #999;
  opacity: 1;
}
.floor_7 .swiper-pagination-bullet-active {
  background: #ff5f00;
}
.floor_7 .swiper-container {
  overflow: hidden;
  padding-bottom: .9rem;
}
.floor_7 .swiper-slide {
  background: url(../images/f7_li.jpg) no-repeat;
  background-size: cover;
  height: 4.15rem;
 
}
.floor_7 .swiper-slide .box{
	   position: relative; height:100%;
}
.floor_7 .swiper-slide h3 {
  color: #0a4ca5;
  font-size: .3rem; padding:.4rem .3rem .1rem;
}
.floor_7 .swiper-slide .p{line-height:.36rem;height:1.44rem;overflow:hidden; padding:0 .3rem;}
.floor_7 .swiper-slide h3 span {
  font-size: .4rem;
  font-weight: bold;
}
.floor_7 .swiper-slide h3 img {
  height: .36rem;
  margin-right: .1rem;
}
    .floor_7 .swiper-slide .span {
        border: 1px solid #004aae;
        color: #004aae;
        width: .43rem;
        height: .43rem;line-height:.4rem;font-size:.3rem;
        display: block;
        text-align: center;
        border-radius:100%;box-sizing:border-box;
        position: absolute;
        left: .3rem;
        bottom: .43rem;
    }
    .floor_7 .swiper-slide .line {
        width: .48rem;
        height: .02rem;
        background: #004aae;display:block;margin:.0rem 0 .2rem .3rem;
    }
    .floor_7 .swiper-slide .span i {
        width: .23rem;
        height: .23rem;
        position: absolute;
        left: 50%;
        margin-left: -.115rem;
        top: 50%;
        margin-top: -.115rem;
        background-position: -.48rem -2.38rem;
    }

    .floor_7  .body_bd {position:relative;
    }
        .floor_7 .body_bd .prev, .floor_7 .body_bd .next {
            width: .77rem;
            height: .77rem;
            background: #cecece;
            position: absolute;
            right: .77rem;
            bottom: 0;
            display: flex;
            text-align: center;
            align-items: center;
        }
            .floor_7 .body_bd .prev i, .floor_7 .body_bd .next i{width:.12rem;height:.21rem;background-position:-.57rem -2.89rem;display:block;margin:0 auto;}
        .floor_7 .body_bd .next {
            right: 0;
            background: #004aae;
        }
            .floor_7 .body_bd .next i{background-position:-.74rem -2.89rem}
            .floor_8 {
                padding: 0 .3rem .5rem;
            }
.floor_8 li {
  border-radius: .25rem 0 .25rem 0;
  height: 2.03rem;
  margin-bottom: .13rem;
  padding: .25rem .3rem;
}
.floor_8 li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.floor_8 li h3 {
  font-size: .3rem;
  font-weight: bold;
}
.floor_9 {
  background: url(../images/f9_bg.jpg) no-repeat;
  background-size: cover;
  padding: 0 .3rem;
}
.floor_9 .index_title .fl {
  color: #ff5f00;
}
.floor_9 .index_title .fl span {
  color: #fff;
}
.floor_9 .index_title .fr a {
  color: #fff;
}
.floor_8_main {
  background: url(../images/f9_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 0 .3rem;
  overflow: hidden;
}
.floor_8_main .index_title .fl {
  color: #ff5f00;
}
.floor_8_main .index_title .fl span {
  color: #fff;
}
.floor_8_main .index_title .fr a {
  color: #fff;
}
.floor_8_main .event_box {
  position: relative;
}
.floor_8_main .parHd {
  padding: 0 .5rem;
  z-index: 10;
  position: relative;
  margin-bottom: .5rem;
  margin-top: .59rem;
}
.floor_8_main .parHd li {
  float: left;
  width: 25%;
  text-align: center;
  margin: 0 auto;
}
.floor_8_main .parHd li img {
  width: 1.09rem;
  height: 1.09rem;
  display: block;
  border: 2px solid #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  margin: 0 auto;
}
.floor_8_main .parHd li.on img {
  border-color: #ff5f00;
}
.floor_8_main .parHd .sPrev {
  width: .41rem;
  height: .41rem;
  border-radius: 100%;
  background: #ff5f00;
  display: block;
  text-align: center;
  position: absolute;
  left: .0rem;
  top: 50%;
  margin-top: -.205rem;
}
.floor_8_main .parHd .sPrev i {
  width: .1rem;
  height: .2rem;
  background-position: 0 -1.46rem;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -.05rem;
  top: 50%;
  margin-top: -.1rem;
}
.floor_8_main .parHd .sNext {
  width: .41rem;
  height: .41rem;
  border-radius: 100%;
  background: #ff5f00;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.205rem;
}
.floor_8_main .parHd .sNext i {
  width: .1rem;
  height: .2rem;
  background-position: -0.1rem -1.46rem;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -.05rem;
  top: 50%;
  margin-top: -.1rem;
}
.floor_8_main .parHd .prevStop {
  background: #999;
}
.floor_8_main .parHd .nextStop {
  background: #999;
}
.floor_8_main .parBd {
  overflow: hidden;
  position: relative;
}
.floor_8_main .parBd .swiper-container {
  padding: 0;
}
.floor_8_main .parBd .box {
  background: rgba(10, 76, 165, 0.85);
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 50%;
  line-height: .78rem;
}
.floor_8_main .parBd .box h3 {
  font-size: .24rem;
  padding-left: .2rem;
}
.floor_8_main .parBd .box h3 span {
  font-size: .3rem;
}
.floor_8_main .parBd .box h3 i {
  width: .33rem;
  height: .1rem;
  background-position: 0 -1.31rem;
  margin-left: .2rem;
}
.floor_8_main .slideBox {
  overflow: hidden;
}
.floor_8_main .swiper-slide img {
  width: 100%;
  display: block;
}
.floor_8_main .swiper-container-horizontal > .swiper-pagination-bullets,
.floor_8_main .swiper-pagination-custom,
.floor_8_main .swiper-pagination-fraction {
  float: right;
  text-align: right;
  padding-right: .2rem;
}
.floor_8_main .swiper-pagination-bullet {
  opacity: .5;
}
.floor_8_main .swiper-pagination-bullet-active {
  opacity: 1;
}
.floor_10 {
  padding: 0 .3rem .5rem;
  background: url(../images/f10_bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.floor_10 .swiper-slide {
  background: #fff;
  border-radius: .1rem;
  box-shadow: .05rem .05rem .05rem rgba(0, 0, 0, 0.1);
  padding-bottom: .3rem;
}
.floor_10 .swiper-slide h3 {
  font-size: .28rem;
  color: #333;
  margin: .2rem .2rem .1rem;
  line-height: .4rem;
  height: .8rem;
}
.floor_10 .swiper-slide p {
  padding: 0 .2rem;
  color: #999;
  font-size: .22rem;
  line-height: .3rem;
  height: .6rem;
  margin-bottom: .2rem;
}
.floor_10 .swiper-slide span {
  padding: 0 .2rem;
  color: #666;
}
.floor_10 figure {
  position: relative;
  padding-top: 56.25%;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: .1rem;
}
.floor_10 figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.floor_10 .swiper-container {
  padding-bottom: .9rem;
}
.floor_11 {
  overflow: hidden;
  padding: 0 .3rem .5rem;
}
.floor_11 .swiper-slide {
  position: relative;
  box-shadow: .03rem .03rem .03rem rgba(0, 0, 0, 0.1);
}
.floor_11 .swiper-slide img {
  width: 100%;
  vertical-align: top;
}
.floor_11 .swiper-slide h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: .65rem;
  background: rgba(0, 0, 0, 0.57);
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 0.1rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
.bottom_copy {
  background: url(../images/bott.jpg) no-repeat;
  background-size: cover;
  padding:.3rem;
}
.bottom_copy img {
  width: 2.24rem;
}
.bottom_copy .tel {
  color: #fff;
  padding-top: .3rem;
  padding-bottom: .4rem;
    margin-left: 1.4rem;
}
.bottom_copy .tel i {
  width: .71rem;
  height: .71rem;
  background-position: 0 -.47rem;
  float: left;
  margin-right: .1rem;
}
.bottom_copy .tel p {
  font-size: .22rem;
  line-height: .26rem;
}
.bottom_copy .tel h3 {
  font-size: .48rem;
  line-height: .48rem;
}
.bottom_copy a {
  color: #fff;
}
.bottom_copy .text {
  color: #fff;
  font-size: .24rem;
text-align: center;
}
.quan_banner {
  text-align: center;
  height: 6.82rem;
}
.quan_banner h3 {
  font-size: .5rem;
  font-weight: bold;
  padding-top: .76rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.quan_banner h3 span {
  color: #ff5f00;
}
.quan_banner p {
  font-size: .3rem;
  color: #565656;
  padding: 0 .2rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.quan_1 {
  background: url(../images/quan_1.jpg) no-repeat;
  background-size: cover;
  padding-bottom: .2rem;
  overflow: hidden;
}
.quan_1 .swiper-container {
  padding: 0 0 1rem;margin:0 .3rem;
}
.quan_1 .index_title {
  padding-left: .3rem;
  padding-right: .3rem;
}
.quan_1 .swiper-slide {
  background:url(../images/quan_1_li.jpg) no-repeat;background-size:cover; 
  height: 4.92rem;
  box-shadow: 0.03rem .03rem .03rem rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  padding: 0 .3rem;width:2.93rem;box-sizing:border-box;
}
.quan_1 .txt {
  display: block;
  text-align: left;
}
.quan_1 .txt img { 
  height: .52rem; position:absolute;right:.3rem;bottom:.43rem;
}
.quan_1 .txt h3 {
  font-size: .3rem; line-height:.35rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: .05rem;
  margin-top: .58rem;
}
.quan_1 .txt b{display:block;width:.29rem;height:1px;background:#666;margin:.25rem 0 .36rem;}
.quan_1 .txt .p {
  color: #949494;
  font-size: .24rem;line-height:.35rem;
}
    .quan_1 .txt span {
        position: absolute;
        bottom: .43rem;
        left: .3rem;
        font-size: .6rem;
        color: #c1c1c1;
        font-style: italic;
        font-weight: bold;
        font-family: arial;
        line-height: .6rem;
        height: .6rem;
    }
.quan_2_main {
  background: url(../images/quan_2_bg.jpg) center bottom no-repeat;
  background-size: 7.5rem auto;  padding:0 .28rem;
  overflow: hidden; height:6.85rem;  position: relative;
}
.quan_2_main .w1400 {

}
.quan_2_main .left {
  float: none;
}
.quan_2_main .left i {
  width: .52rem;
  height: .59rem;
  background-position: 0 -1.72rem;
  margin-bottom: .12rem; margin-top:.42rem;
}
.quan_2_main .left h3 {
  font-size: .36rem;
  color: #fff;
  font-weight: bold;
  padding-bottom:.1rem;
}
.quan_2_main .left h4 {
  color: #c5c5c5;
  font-size: .2rem;
  margin-bottom: .32rem;
}
.quan_2_main .left p {
  font-size: .2rem;
  color: #fff;line-height:.3rem;
}
.quan_2_main .left ul {
 position:absolute;left:.5rem;bottom:.32rem;
}

.quan_2_main .left li {
    float: left;
    width:2.94rem;height:1.62rem; 
    margin-bottom: 0.13rem;
    transition: ease-in-out .2s;
} 
.quan_2_main .left li img {
  height: .41rem; margin-top:.2rem;
}


.quan_3 {
  background: url(../images/quan_3.jpg) no-repeat;
  background-size: cover;
  padding: 0 .3rem .3rem;
  overflow: hidden;
}
.quan_3 .hd .fl{padding-right:.2rem;}
.quan_3 .hd .fl.on{color:#ff5f00;}
.quan_3 .swiper-container {
  overflow: hidden;
}
.quan_3 .swiper-slide { 
  background: #fff;
 
}
.quan_3 .swiper-slide img {
  width:calc(100%  /3); border-right: 1px solid #ddd;box-sizing:border-box;float:left; border-bottom:1px solid #ddd;
  vertical-align: top; height:1rem;object-fit:cover;object-position:center;
}
.quan_add{    background: url(../images/ab_1.jpg) center top no-repeat;
    background-size: cover;}

.quan_4_main {
  background: url(../images/quan_4.jpg) no-repeat;
  background-size: cover;
  padding: 0 .3rem .5rem;
  overflow: hidden;
}
.quan_4_main .gallery-thumbs {
  overflow: hidden; padding-bottom:.2rem;
}
.quan_4 .swiper-slide {
  margin-bottom: 1px;
  background: #fff;
  border-right: 1px solid #ddd;
}
.quan_4 .swiper-slide img {
  width: 100%;
  vertical-align: top;
}
.quan_4 .swiper-slide .txt {
  background: url(../images/quan_4_1.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: .4rem;
  line-height: .38rem;
  font-size: .26rem;
}
.quan_4 .swiper-slide .txt  h3{font-size:.32rem;font-weight:bold;margin-bottom:.3rem;padding-top:.1rem;}
.quan_4 .swiper-slide .txt p {
 font-size:.2rem; padding-bottom:.1rem;
  background: url(../images/quan_4_ico.png) left .1rem no-repeat;background-size:.13rem .13rem;
  padding-left: .33rem;
}
 .quan_4 .swiper-slide .txt .p{margin-bottom: .2rem; height:2.6rem;overflow: hidden;
padding: 0.3rem; padding-top:0;
overflow-y: auto;}

.quan_4_main .gallery-thumbs .swiper-slide {
  text-align: center;

}
.quan_4_main .gallery-thumbs .swiper-slide .img {
  position: relative;
  width: .5rem;
  height: .5rem;
  margin: .05rem auto .05rem;border:.05rem solid #fff;
  overflow: hidden;border-radius:.1rem;background:#fff;
}
.quan_4_main .gallery-thumbs .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  transition: ease-in-out .3s;width:100%;height:100%;object-fit:cover;object-position:center;
}
.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:.2rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; color:#666; padding:0 .1rem;
}

.quan_4_main .gallery-thumbs .swiper-slide-thumb-active p{color:#0a53ad;}
.quan_4_main .gallery-thumbs .swiper-slide-thumb-active .img {
    background: #0a53ad;
    border: .05rem solid #0a53ad;
}
.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) center bottom no-repeat;
    background-size: cover;
}
.quan_4_main .gallery-top .swiper-slide .left { 
  width: 100%;float:none; padding-left:.37rem; padding-right:.26rem; padding-bottom:.3rem; padding-top:.2rem;height:5.6rem;
  box-sizing: border-box;
 
}
.quan_4_main .gallery-top .swiper-slide .left h3 {
  font-size: .3rem;
  font-weight: bold;
  margin-bottom:.2rem; padding-top:.2rem;
}
.quan_4_main .gallery-top .swiper-slide .left .p {
  line-height:.35rem;
}
.quan_4_main .gallery-top .swiper-slide .left .p p {
  padding-bottom:.12rem;
  background: url(../images/quan_4_ico.png) left .03rem no-repeat;background-size:.17rem auto;
  padding-left:.25rem;
}
.quan_4_main .gallery-top .swiper-slide .right {
  width: 100%;
  height:3.16rem;float:none;
  overflow: hidden;
  position: relative;
}
.quan_4_main .gallery-top .swiper-slide .right img {
  width: 100%;
  vertical-align: top;
  object-fit: cover;object-position:center;
  height: 100%;
}

.quan_4_main .gallery-top {
  overflow: hidden; padding-bottom:0;
}
.quan_4_main .swiper-container-horizontal > .swiper-pagination-bullets,
.quan_4_main .swiper-pagination-custom,
.quan_4_main .swiper-pagination-fraction {
  width: auto;
  left:auto;right:.57rem; 
  font-size:.3rem;
  bottom:.3rem;
}
.quan_4_main .swiper-pagination-current {
  color: #2452a7;font-size:.48rem;
}
.quan_5 {
  background: url(../images/quan_5.jpg) center top no-repeat;
  background-size: cover;
  padding: 0 .3rem .3rem;
  overflow: hidden;
}
.quan_5 .swiper-pagination-bullet {
  background: #999;
  opacity: 1;
}
.quan_5 .swiper-pagination-bullet-active {
  background: #ff5f00;
}
.quan_5 .index_title .fl {
  color: #fff;
}
.quan_5 .swiper-container{overflow:hidden;}
.quan_5 .swiper-slide {
  background: url(../images/quan_5_li.jpg) no-repeat;
  background-size: cover;
  border-radius:1rem;
  text-align: center;
  height: 4.4rem;
  padding: 0 .1rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: 3.5rem;
}
.quan_5 .swiper-slide .img {
  position: relative;
  width: .4rem;
  height: .4rem;
  margin: 1rem auto .1rem;
  overflow: hidden;
}
.quan_5 .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  transition: ease-in-out .2s;
  width: 100%;
  height: 100%;
}
.quan_5 .swiper-slide .img img:nth-child(2) {
  opacity: 0;
  top: -100%;
}
.quan_5 .swiper-slide h3 {
  font-size: .23rem;    
  margin-bottom: .1rem;font-weight:bold;
}
.quan_5 .swiper-slide .p {
  font-size: .19rem;line-height:.3rem;
}
.quan_5 .swiper-slide span {
  font-size: .8rem;
  bottom: -.18rem;
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  left: 0;
  color: #cecdcd;
  font-weight: bold;
  line-height: .8rem;
  font-family: arial;
}
.quan_5 .swiper-slide.swiper-slide-active .img img:first-child {
  opacity: 0;
  top: 100%;
}
.quan_5 .swiper-slide.swiper-slide-active .img img:nth-child(2) {
  opacity: 1;
  top: 0;
}
.quan_5 .swiper-button-next,
.quan_5 .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 .swiper-button-next i,
.quan_5 .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 .swiper-button-next {
  left: auto;
  right: -80px;
}
.quan_5 .swiper-button-next i {
  background-position: -21px -397px;
}
.quan_5 .swiper-button-next:hover,
.quan_5 .swiper-button-prev:hover {
  background: #ff5f00;
}
.quan_5 .swiper-button-next:hover i,
.quan_5 .swiper-button-prev:hover i {
  background-position: 0 -408px;
}
.quan_5 .swiper-button-next:hover i {
  background-position: -21px -408px;
}
    .quan_5 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(1);
    }

    .quan_5 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(1);
    }

    .quan_5 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(1);
    }
.quan_6_main {
  background: url(../images/quan_6.jpg) repeat;
  background-size: 1.68rem 1.68rem;
  padding: 0 .3rem .5rem;
  overflow: hidden;
}
.quan_6_main .slideTxtBox {
  position: relative;
}
.quan_6_main .hd {
  margin-bottom: .3rem;
}
.quan_6_main .hd li {
  width: 32%;
  height: .59rem;
  background: #c8c8c8;
  text-align: center;
  color: #fff;
  font-size: .3rem;
  line-height: .59rem;
  float: left;
  margin-left: 2%;border-radius:.1rem;position:relative;
}
.quan_6_main .hd li:first-child {
  margin-left: 0;
}
.quan_6_main .hd li.on {
  background:linear-gradient(to bottom,#0b5ac2,#03408f);
}
.quan_6_main .hd li i {
  display:none;
 width:.26rem;height:.14rem;background-position:0 -2.62rem; position:absolute;left:50%;margin-left:-.13rem;bottom:-.12rem;
}
.quan_6_main .hd li.on i{display:block;}
.quan_6_main .pageState {
  position: absolute;
  bottom: .68rem;
  right: .49rem;
  font-size: .28rem;display:none;
  z-index: 10;
}
.quan_6_main .pageState span {
  color: #ff5f00;
}
.quan_6_main .next {display:none;
  width: .44rem;
  height: .44rem;
  background: #ff5f00;
  border-radius: 100%;
  position: absolute;
  z-index: 10;
  left: .49rem;
  bottom: .68rem;
  cursor: pointer;
}
.quan_6_main .next i {
  width: .11rem;
  height: .17rem;
  background-position: 0 -2.37rem;
  position: absolute;
  left: 50%;
  margin-left: -.05rem;
  top: 50%;
  margin-top: -.08rem;
}
.quan_6_main .bd li {

}
.quan_6_main .bd li .left {
  width: 100%;
  float: none;
  overflow: hidden; height:3.2rem;
  position: relative;
}
.quan_6_main .bd li .left img {
  width: 100%;
  object-fit: cover;
  height: 100%;object-position:center;
  vertical-align:top;
}
.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 {
  margin-top:.35rem;
  box-sizing: border-box;
  float: none;
}
.quan_6_main .bd li .right dd{border:1px solid #ababab;border-radius:.1rem; margin-bottom:.22rem;width:49%;float:left; position:relative;padding-left:.9rem;line-height:1rem;height:1rem;box-sizing:border-box;}
.quan_6_main .bd li .right dd p{padding-right:.1rem;line-height:.3rem;font-size:.2rem; display:flex; 
  align-items:center; height:1rem;}
.quan_6_main .bd li .right dd:nth-child(2n){float:right;}
.quan_6_main .bd li .right dd span{position:absolute;display:block;line-height:1rem;width:.9rem;text-align:center;font-size:.48rem;left:0;top:0;height:100%;}
.quan_6_main .bd li .right dd:last-child{background:linear-gradient(to bottom,#0451bc,#003e91);border:none; color:#fff;text-align:center; padding-left:0;}
.quan_6_main .bd li .right .p {
  line-height: .4rem;
  font-size: .2rem;
  color: #666;
  margin-bottom:.5rem;
 
}
.ab_banner {
  height: 9.13rem;
}
.ab_banner .p {
  padding: .36rem .3rem 0;
}
.ab_1 {
  background: url(../images/ab_1.jpg) center top no-repeat;
  background-size: cover;
  padding: .58rem .2rem .2rem;
  box-shadow: 0 0 .47rem rgba(137, 137, 137, 0.5);
  position: relative;
  z-index: 10;
}
.ab_1 li {
  float: left;
  padding-bottom: .48rem;
  width: 33.3%;text-align:center;
}
.ab_1 li h3 {
  font-size: .5rem;color:#0a53ad;font-weight:bold;
}
.ab_1 li h3 span {
  font-size: .24rem;
 color:#333;font-weight:400;
}
.ab_1 li p {
  font-size: .2rem;
}

.ab_2 {
  background: #f3f5f7;
  padding: .62rem .3rem;
}
.ab_2 .t {
  margin-bottom: .42rem;
}
.ab_2 .t .left {
  line-height: .47rem;
  font-size: .4rem;
  color: #111;
  font-weight: bold;
}
.ab_2 .t .right {
  margin-top: .3rem;
}
.ab_2 .t .right a {
  font-size: .28rem;
  color: #666;
}
.ab_2 .lop{
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}
.ab_2 .lops {
   width: 25%;
   margin-bottom: 0.28rem;font-size:.2rem;
}
.ab_2 .lops img{
  width: auto;
height:.7rem;
  margin:0 auto;
display: block;
margin-bottom: 0.15rem;
}
.ab_2 img {
  width: 100%;
  margin-top: .44rem;
}
.ab_3 {
  background: url(../images/ab_3.jpg) center top no-repeat;
  background-size: cover; padding:0 .3rem .4rem;overflow:hidden; 
  
}
.ab_3 .index_title .fl{color:#fff;}
.ab_3 .t {
  margin-bottom: .32rem;
}
.ab_3 .t .left {
  line-height: .47rem;
  font-size: .4rem;
  color: #fff;
  font-weight: bold;
}
.ab_3 .t .right {
  margin-top: .3rem;
}
.ab_3 .t .right a {
  font-size: .28rem;
  color: #fff;
}
.ab_3 li {
  color: #fff;
}
.ab_3 img {
  width: 100%; vertical-align:top;display:block;
  
}
.ab_3 .txt{background:#fff;text-align:center; padding:.15rem .1rem}
.ab_3 .txt h3{ line-height: .54rem;font-size:.3rem;}
.ab_3 .txt p {padding-bottom: 0.2rem;font-size: .2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ab_3 .swiper-container{overflow:hidden}
.ab_3 .swiper-pagination-bullet{background:#fff;opacity:1;}
.ab_3 .swiper-pagination-bullet-active{background:#ff5f00;}
.quan_add1{background:url(../images/quan_add1.jpg) no-repeat;background-size:cover;}
.quan_add1 .swiper-slide{border:1px solid #ededed;width:4.4rem;}
.quan_add1 .index_title .fl{color:#333}
.quan_add1 .txt{text-align:left; padding:.15rem .25rem;}
.quan_add1 .swiper-pagination-bullet{background:#999;opacity:1;}
.quan_add1 .swiper-pagination-bullet-active{background:#084faf;}
.quan_add1 .txt p{padding-bottom:.1rem;}
.ab_4 {
  padding: 0 .3rem .3rem;
  overflow: hidden;
  background: url(../images/ab_4.jpg) center top no-repeat;
  background-size: cover;
}
.ab_4 .swiper-container {
  overflow: hidden;
}
.ab_4 .swiper-slide {
  height: 4.42rem;
  position: relative;
  overflow: hidden;
  float: left;
}
.ab_4 .swiper-slide img {
  width: 100%;
  object-fit: cover;object-position:top;
  height: 100%;
}
.ab_4 .swiper-slide .txt {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: .2rem;
  width: 100%;
  
  color: #fff;
}
.ab_4 .swiper-slide .txt h3 {
  font-size: .3rem;
  padding: 0 .2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: .3rem;
  padding-bottom: .05rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.ab_4 .swiper-slide .txt p {
  padding: 0 .2rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: .18rem;
}
.ab_4 .swiper-slide .txt .p {
  position: absolute;
  left: .52rem;
  bottom: .3rem;
  line-height: .3rem;
  height: .3rem;
}
.ab_4 .swiper-slide .txt .p span {
  display: block;
  width: 1.28rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  float: left;
  margin-top: .17rem;
  margin-right: .1rem;
}
.ab_4 .swiper-slide .txt .p b {
  font-weight: 400;
  float: left;
  font-size: .2rem;
  letter-spacing: .02rem;
}
.ab_5 {
  background: url(../images/ab_55.jpg) center top no-repeat;
  background-size: cover;
  padding: 0 .3rem .3rem;
  overflow: hidden;
}
.ab_5 .index_title{text-align:center;}
.ab_5 .swiper-container {
  overflow: hidden; padding-bottom:.3rem;
}
.ab_5 .swiper-slide {
  padding-right:.4rem;
  position: relative;

}
.ab_5 .swiper-slide i{width:.33rem;height:.26rem;background:url(../images/ab5_ico.png) no-repeat;background-size:100% auto; position:absolute;left:50%;top:0;opacity:0;}
.ab_5 .swiper-slide .line{top:.125rem;left:0;width:100%; border-top:1px dashed #666;position:absolute;}
.ab_5 .swiper-slide .yuan{width:.15rem;height:.15rem;border:1px solid #4d4d4d;border-radius:100%;box-sizing:border-box;background:#fff;position:absolute;left:.05rem;top:.05rem;z-index:10}
.ab_5 .swiper-slide .yuan2{width:.25rem;height:.25rem;border:1px solid #0651b9;border-radius:100%;box-sizing:border-box;background:#fff;position:absolute;left:0;top:0;z-index:9;display:none;}
.ab_5 .swiper-slide img {
  width: 100%;
  vertical-align: top;
  height: 2.81rem;
  object-fit: cover;
}
.ab_5 .swiper-slide-active .yuan{left:0;}
.ab_5 .swiper-slide p {
  position: absolute;
  left: .44rem;
  top: 2.37rem;
  background: url(../images/about_5_2.png) no-repeat;
  width: 83px;
  height: 66px;
}
.ab_5 .swiper-slide h3 {
  font-size: .2rem;
  line-height: .3rem;
  margin-top: .1rem;
  padding: 0 0 .2rem;
}
.ab_5 .swiper-slide h4 {
  font-size: .3rem;
  font-weight: bold;
  margin-top: .58rem;
  
}
.ab_5 .swiper-slide h4 span {
  font-size: .5rem;
  padding-right: .15rem;
}
.ab_5 .swiper-slide-next .line{border-color:#0651b9;}
.ab_5 .swiper-slide-next h4{color:#0651b9}
.ab_5 .swiper-slide-next .yuan{background:#0651b9}
.ab_5 .swiper-slide-next .yuan2{display:block;}
.ab_5 .swiper-slide-next i{opacity:1;margin-left:-.165rem;}
.ab_6 {
  background: url(../images/ab_6.jpg) center top no-repeat;
  background-size: cover;
  padding: 0 .3rem .2rem;
}
.ab_6 .index_title{color:#fff;text-align:center;}
.ab_6 .tit {
  padding-bottom: .4rem;
}
.ab_6 .tit .left {
  color: #fff;
  font-size: .4rem;
  font-weight: bold;
}
.ab_6 .tit .right {
  margin-top: .1rem;
}
.ab_6 .tit .right a {
  color: #fff;
  font-size: .28rem;
}
.ab_6 .hs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab_6 .hsitem {

  width: 48%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.ab_6 .hsitem img {
  height: .45rem;
  position: absolute;
  right: 0;
  top: .3rem;
}
.ab_6 .hsitem h3 {
  font-size: .3rem;
  font-weight: bold;
  padding-top: .22rem;
  padding-bottom: .05rem;
  color: #fff;
}
.ab_6 .hsitem h4 {
  color: rgba(255, 255, 255, 0.63);
  margin-bottom: .3rem;
}
.ab_6 .hsitem p {
  font-size: .2rem;
  line-height: .4rem;
  padding-bottom: .75rem;
  color: #dedede;
}

.ab_7 {
  background: url(../images/ab_7.jpg) center top no-repeat;
  background-size: cover;
  padding: 0 .3rem .3rem;
}
.ab_7 .swiper-container {
  overflow: hidden;
}
.ab_7 .swiper-slide {
  position: relative;
}
.ab_7 .swiper-slide img {
  width: 100%;
  vertical-align: top;
}
.ab_7 .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.64);
  width: 100%;
  line-height: .7rem;
  color: #fff;
  text-align: center;
  padding: 0 .1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_from {
  padding:.5rem .3rem;background:#1e222d;
}
.index_from h3 {
  font-size: .3rem;
  color: #fff;
  margin-bottom: .2rem;text-align:center;
}
.index_from h3 span {
  font-size: .5rem;
  font-family: arial;
  color: #0a53ad;
  font-weight: bold;
}
.index_from input {
  width: 49%;
  line-height:.7rem;
  border: 1px solid #7d8086;
  background: none;
  margin-bottom:.15rem;
  color: #fff;
  padding: 0 .15rem;
  box-sizing: border-box;float:left;
}
.index_from .yan_con{position: relative;}
.index_from .yan_con img{ position: absolute;right: .1rem;top: 50%;margin-top: -.25rem; height:.4rem;width:1rem;}

.index_from input#field_xiao,.index_from input#tel{float:right;}
.index_from .btn {
  color: #fff;
  background: linear-gradient(to bottom, #065ace, #0145a6);
  text-align: center;
  outline: none;
  border: none;
  font-size:.26rem;
  cursor: pointer;
  transition: ease-in-out .2s;
}
.designer_main{background-color: #f1f1f1; overflow: hidden; }
.designer_main .she{ display: inline-block; padding-top:.3rem;  }
.designer_main .she li{ display: inline-block; background-color: #fff; border-radius: 0.1rem;padding: 3%; margin-bottom: 0.3rem; position: relative;width:100%;border:none; }
.designer_main .she li a{ display:flex;}
.designer_main .she li .img{ width: 2.3rem; margin-right: 0.2rem; }
.designer_main .she li img{ width: 2.3rem; display: block; border-radius: 0.1rem; }
.designer_main .she li h3 { font-size:0.3rem; border:none; padding-bottom:0.2rem; padding-top:0.26rem; overflow: hidden;font-weight:bold; white-space: nowrap; text-overflow: ellipsis;text-align:left;}
.designer_main .she li h3 span{font-size:0.24rem;font-weight:400;color:#666}
.designer_main .she li dl{padding-top:0.1rem;}
.designer_main .she li .dd{margin-bottom:0.12rem;position:relative; padding-left:0.4rem;line-height:0.3rem;font-size:0.24rem;
}
.designer_main .she li .dd i{width:0.26rem;height:0.26rem;background-position:0 -3.63rem; position:absolute;left:0;top:0;}
.designer_main .she li .dd:nth-child(2) i{background-position:-0.3rem -3.63rem;}
.designer_main .she li .dd:nth-child(3) i{background-position:-0.6rem -3.63rem;}

.designer_main .she li .tips{ display: inline-block; width: 1.6rem; height:0.46rem; background-color: #0a53ad; border-radius:0.1rem; text-align: center;  cursor: pointer;
  color: #fff; line-height:0.46rem;margin-top:.2rem; }