﻿/***************top and bottom css*********************/
/**header_main**/
.index.trans {
  width: 100%;
  position: relative;
  z-index: 11;
  overflow: hidden;
  margin-top: -0.6rem;
}

.header_main {
  position: fixed;
  width: 100%;
  height: 1rem;
  left: 0;
  top: 0;
  z-index: 100;
}

.header_main .logo {
  position: absolute;
  top: 0;
  left: 0;
}

.header_main .logo img {
  display: block;
  padding-left: 0.3rem;
  padding-top: 0.28rem;
  height: 0.46rem;
  box-sizing: content-box;
  float: left
}

.header_main .logo .img2 {
  display: none;
}

.header_main.hover .logo .img2 {
  display: block;
}

.header_main.hover .logo .img1 {
  display: none;
}

.header_main .navbtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.9rem;
  height: 0.66rem;
  padding-top: 0.34rem;
  z-index: 12;
}

.header_main .navbtn s {
  width: 0.33rem;
  height: 0.31rem;
  display: block;
  margin: 0 auto;
  background-position: -0.4rem 0;
}

.header_main.hover .navbtn s {
  background-position: -1.68rem 0;
}

.header_main .navbtn.cur s {
  background-position: -1.92rem 0;
}

.header_main .ce {
  position: absolute;
  right: 1.1rem;
  font-family: arial;
  font-size: 0.36rem;
  line-height: 1rem;
  color: #fff;
}

.header_main.hover .ce {
  color: #333;
}

.header_main .member {
  position: absolute;
  right: 2.1rem;
  top: 0.32rem;
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  background-position: 0 0;
}

.header_main.hover {
  background: #fff;
  box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.1);
}

.header_main.hover1 {
  background: #0051b7;
  box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.1);
}

.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: -0.98rem -0.9rem;
  content: '';
  display: block;
}

/*tel_start*/
.header_main .email1 {
  margin-top: .16rem;
  z-index: 99;
  float: right;
}

.header_main .email1 .tel {
  display: flex;
  overflow: hidden;
  float: right;
  font-size: 18px;
  color: #fff;
  padding-right: 5vh;
}

.header_main .email1 .tel .tel_r .tel_box {
  font-size: .26rem;
  font-weight: bold;
  color: #fff !important;
}

.header_main .email1 .tel .icon1 {
  background: url(../images/tel_icon2.png) no-repeat center center;
  width: 30px;
  height: 30px;
  opacity: 1;
  padding-right: 10px;
  margin-top: 8%;
  display: none;
}

.header_main .tel .tel_r .tel_box1 {
  display: none;
}

.header_main.hover .tel .tel_r .tel_box {
  display: none;
}

.header_main.hover .tel .tel_r .tel_box1 {
  font-size: .26rem;
  font-weight: bold;
  display: block;
  color: #0051b7 !important;
}


/*tel_end*/

/*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: 94%;
  display: block;
  line-height: 0.8rem;
  margin: 0 3%;
  position: relative;
}
.subNav li a {
  display: block;
  color: #333;
  font-size: 0.26rem;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.subNav li a s {
  width: 0.25rem;
  height: 0.25rem;
  display: block;
  text-align: center;
  color: #333;
  font-size: 0.24rem;
  background-position: -3.68rem 0;
  margin-top: 0.34rem;
  margin-right: 0.1rem;
}
.subNav li a.on {
  color: #00bce9;
}
.subNav li a.on s {
  background-position: -3.28rem 0;
}
.subNav li .box {
  display: none;
}
.subNav li .box a {
  border-color: #f9f9f9;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #333 !important;
  font-size: 0.24rem;
}
.subNav li.hover a {
  color: #00bce9;
}
.subNavShow {
  display: block;
}*/

/*subNav*/
.subNav {
  position: fixed;
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  overflow-y: auto;
  background: #fff;
}

.subNav .subNavCon {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}

.subNav ul {
  width: 100%;
  padding: .8rem 0 .5rem;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 1rem;
}

.subNav li {
  width: 94%;
  display: block;
  line-height: 1rem;
  margin: 0 3%;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.subNav li a {
  display: block;
  color: #333;
  font-size: 0.28rem;
  width: 80%;
  float: left;
}

.subNav li s {
  width: .16rem;
  height: .2rem;
  display: block;
  text-align: center;
  color: #333;
  font-size: .24rem;
  background-position: -1.5rem -0.9rem;
  margin-top: .38rem;
  margin-right: .1rem;
  float: right;
  position: relative;
  z-index: 11;
}

.subNav li .box {
  display: none;
}

.subNav li.on .box {
  display: block;
}

.subNav li .box a {
  border-color: #f9f9f9;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #333 !important;
  font-size: .24rem;
}

.subNav li.on>a {
  color: #0051b7;
}

.subNav li.on s {
  background-position: -1.3rem -0.9rem;
}

.subNav li.hover a {
  color: #ff0000;
}

.subNav .guan {
  background-position: -0.9rem -0.9rem;
  position: absolute;
  right: 0.3rem;
  top: 0.4rem;
  width: .28rem;
  height: .3rem;
  display: block;
  margin: 0 auto;
}

.subNavShow {
  display: block;
}

/***footer****/
.footer_main {
  color: #fff;
  line-height: 0.4rem;
  padding: 0.5rem 0.3rem 0.6rem;
  background: url(../images/l14_02.jpg) center center no-repeat;
  background-size: cover;
  font-size: 0.26rem;
}

.footer_main .txt {
  color: #fff;
  font-size: 0.26rem;
  line-height: 0.45rem;
  padding-right: 0.2rem;
}

.footer_main .txt a {
  color: #fff;
}

.footer_main .txt a:hover {
  color: #fff;
}

.footer_main .link {
  border-bottom: 1px solid #4b7299;
  padding-bottom: 0.59rem;
  margin-bottom: 0.3rem;
  display: none;
}

.footer_main .link a {
  width: 33.3333%;
  text-align: left;
  display: block;
  float: left;
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #fff;
}

.footer_main img {
  display: block;
  margin: 0.1rem auto;
  width: 3rem;
  margin-bottom: 0.3rem;
}

.footer_main a {
  color: #a0a1b9;
}

.navBar {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  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.2rem;
  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: 0px;
}

.navBar ul li:nth-child(1) a:before {
  background-position: -0.51rem -0.92rem;
}

.navBar ul li:nth-child(2) a:before {
  background-position: 0.06rem -0.92rem;
}

.navBar ul li:nth-child(4) a:before {
  background-position: -1.08rem -0.92rem;
}

.navBar ul li:nth-child(5) a:before {
  background-position: -1.68rem -0.92rem;
}

.navBar #nav2 {
  position: absolute;
  z-index: 10;
  width: 0.86rem;
  height: 0.86rem;
  left: 50%;
  margin-left: -0.43rem;
  top: -0.43rem;
  text-align: center;
  font-size: 0.2rem;
}

.navBar #nav2 .ico {
  width: 0.86rem;
  height: 0.86rem;
  background-position: 0 -1.52rem;
}

/*悬浮工具*/
.g_top {
  width: 0.8rem;
  height: 0.8rem;
  padding-top: 0.2rem;
  background: #0051b7;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 1.4rem;
  display: block;
  z-index: 999;
  opacity: 0.89;
  display: none;
  box-sizing: border-box;
}

.g_tel {
  width: 0.8rem;
  height: 0.8rem;
  background: #0051b7;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 3.2rem;
  display: block;
  z-index: 999;
  text-align: center;
}

.g_tel a {
  display: block;
  width: 100%;
  height: 100%;
}

.g_tel i {
  width: 0.34rem;
  height: 0.35rem;
  margin: 0 auto;
  margin-top: 0.26rem;
  background-position: -2.54rem -0.57rem;
  margin-bottom: 0.1rem;
}

.g_nav {
  width: 0.8rem;
  height: 0.8rem;
  padding-top: 0.26rem;
  background: #0051b7;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 2.3rem;
  display: block;
  z-index: 999;
  text-align: center;
  box-sizing: border-box;
}

.g_nav i {
  width: 0.33rem;
  height: 0.33rem;
  margin: 0 auto;
  background-position: -3.1rem -0.56rem;
  margin-bottom: 0.05rem;
}

.g_top:before {
  width: 0.42rem;
  height: 0.36rem;
  margin: 0.08rem auto 0;
  background-position: -2.56rem 0;
  display: block;
  margin-left: 0.2rem;
}

.g_top:hover {
  background: #ff0000;
}

/*imessage*/
.imessage {
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
}

.imessage h2 {
  color: #333333;
  margin-bottom: 0.3rem;
  text-align: center;
  font-size: 0.28rem;
}

.imsg {
  width: 93%;
  margin: 0 auto;
}

.imsg .item {
  width: 100%;
  height: 0.67rem;
  box-sizing: border-box;
  margin-bottom: 0.28rem;
  position: relative;
  line-height: 0.67rem;
  border: 1px solid #aaaaaa;
  background: #fff;
}

.imsg .item span.red {
  position: absolute;
  left: 0.05rem;
  top: 0.02rem;
  color: red;
}

.imsg .item s {
  width: 0.35rem;
  height: 0.32rem;
  position: absolute;
  right: 0.1rem;
  top: 0.18rem;
}

.imsg .item s {
  background-position: -1.05rem -0.98rem;
}

.imsg .item:nth-child(2) s {
  background-position: -1.46rem -0.98rem;
}

.imsg .item:nth-child(3) s {
  background-position: -1.82rem -0.98rem;
}

.imsg .item .txt {
  width: 100%;
  height: 0.65rem;
  text-indent: 0.2rem;
  line-height: 0.65rem;
  border: 0px;
  background: none;
  outline: none;
  color: #666;
}

.imsg .item.liuyan {
  width: 100%;
  margin-bottom: 0.2rem;
  height: 2.08rem;
}

.imsg .item.liuyan textarea {
  width: 100%;
  color: #666;
  overflow: hidden;
  padding: 0.1rem;
  height: 2.08rem;
  font-family: "微软雅黑";
  resize: none;
  border: 0;
  box-sizing: border-box;
  background: none;
}

.imsg .submit {
  width: 100%;
  height: 0.68rem;
  cursor: pointer;
  border: 0;
  line-height: 0.68rem;
  text-align: center;
  color: #fff;
  display: block;
  background: #00bce9;
}

/***************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 {
  width: 100%;
}

.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: -0.98rem 0;
}

.imgtog .next {
  right: 0.1rem;
  background-position: -1.4rem 0;
}

.imgtog .tip {
  width: 100%;
  position: absolute;
  left: 0rem;
  bottom: 0.9rem;
  margin-left: 0;
  text-align: center;
  z-index: 10;
}

.imgtog .tip span {
  width: 0.16rem;
  height: 0.04rem;
  margin: 0 0.1rem;
  border-radius: 0.5rem;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  opacity: 0.8;
  border-radius: 0.5rem;
}

.imgtog .list .item .inner {
  position: absolute;
  left: 5%;
  top: 38%;
  color: #fff;
}

.imgtog .list .item .inner h2 {
  font-size: 0.5rem;
  line-height: 0.64rem;
  color: #fff;
  padding-bottom: 0.2rem;
}

.imgtog .list .item .inner h3 {
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #fff;
  font-weight: normal;
}

.imgtog .list .item .inner h4 {
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #fff;
  font-weight: normal;
}

.imgtog .list .item:nth-child(1) .inner h3 {
  font-size: 0.5rem;
  line-height: 0.64rem;
  color: #fff;
  font-weight: bold;
}

.imgtog .tip span.cur {
  background: #0051b7;
  opacity: 1;
  width: 0.5rem;
}

.imgtog.banner {
  width: 100%;
}

.imgtog.banner .list .item a {
  width: 100%;
  display: block;
}

.imgtog.banner .list .item img {
  display: block;
}

.imgtog.banner .tip {
  bottom: 0.6rem;
}

.banner_main {
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.banner_main .pbg1 {
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 3.75rem;
  height: 2.35rem;
  background: url("../images/pbg1.png") no-repeat center center;
  background-size: 100%;
}

.banner_main .pbg2 {
  position: absolute;
  bottom: -0.4rem;
  right: 0;
  width: 6.49rem;
  height: 2.41rem;
  background: url("../images/pbg2.png") no-repeat center center;
  background-size: 100%;
}

.indexsplit {
  width: 100%;
  height: 0.3rem;
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
}

.imgtog.banner .zyk {
  position: absolute;
  bottom: 1rem;
  left: 0.6rem;
  width: 1.36rem;
  height: 0.46rem;
  background: url("../images/zzz_03.png") no-repeat center center;
  background-size: 100%;
}

.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: #00bce9;
  color: #fff;
}

.indexmore:link,
.addclick:link,
.indexmore:visited,
.addclick:visited {
  color: #fff;
}

.addclick {
  width: 94%;
  border-color: #999;
}

/**********************index css*************************/
.index_title {
  padding-top: 0.8rem;
}

.index_title .tit1 {
  font-size: 0.4rem;
  line-height: 0.4rem;
  color: #333;
}

.index_title .tit {
  display: block;
  width: 1.6rem;
  margin: 0 auto;
  font-size: 0.4rem;
  line-height: 0.4rem;
  color: #333;
  background: url("../images/protitline.png") no-repeat 0.12rem 0.36rem;
  background-size: 1.36rem 0.05rem;
}

.index_title .zmore {
  float: right;
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  font-size: 0.3rem;
  line-height: 0.45rem;
  text-align: center;
  color: #fff;
  background: #999999;
}

@font-face {
  font-family: 'YouShe';
  src: url('../font/YouSheBiaoTiHei.ttf');
}

.floor_1_00 {
  display: inline-block;
  width: 100%;
  padding-top: 0.9rem;
}

.floor_1_00 h3 {
  float: left;
  font-weight: normal;
  font-family: 'YouShe';
}

.floor_1_00 h3 i {
  display: block;
  float: left;
  font-size: 0.24rem;
  color: #000;
  line-height: 0.24rem;
  padding: 0 0.08rem;
  padding-top: 0.25rem;
}

.floor_1_00 h3 p {
  float: left;
  font-size: 0.24rem;
  color: #000;
  line-height: 0.24rem;
  padding-top: 0.25rem;
}

.floor_1_00 h3 span {
  float: left;
  display: block;
  font-size: 0.5rem;
  color: #000;
  line-height: 0.5rem;
  font-weight: bold;
}



.floor_1_main {
  background: url(../images/l7_02.jpg)no-repeat top center;
  width: 100%;
  background-size: cover;
  position: relative;
  height: 8.6rem;
  margin-top: -0.6rem;
  border-radius: 0.6rem 0 0 0;
}

.floor_1_main .w1400 {
  padding: 0 0.3rem;
}

.floor_1_main .left1 {
  padding-top: 0.8rem;
}

.floor_1_main .floor_1_0 .left1 h3 b {
  display: block;
  background-position: -1.68rem -3.88rem;
  width: 3.32rem;
  height: 0.48rem;
}


.floor_1_main .left1 h4 {
  font-size: 0.42rem;
  color: #333;
  padding-top: 2%;
  line-height: 0.5rem;
  display: inline-block;
  width: 100%;
}

.floor_1_main .left1 h4 p {
  float: left;
  font-size: 0.3rem;
  color: #333;
}

.floor_1_main .left1 h4 span {
  display: inline-block;
  font-weight: bold;
  font-family: 'YouShe';
  font-size: 0.5rem;
  line-height: 0.48rem;
  float: left;
}

.floor_1_main .left1 h4 span b {
  display: block;
  background-position: -1.08rem -3.18rem;
  width: 1.10rem;
  height: 0.48rem;
}

.floor_1_main .left1 h4 i {
  display: inline-block;
  background-position: -1.08rem -4.53rem;
  width: 1.64rem;
  height: 0.54rem;
}

.floor_1_main .left1 .h3 {
  display: inline-block;
}

.floor_1_main .left1 h3 {
  font-size: 0.6rem;
  font-weight: bold;
  font-family: 'YouShe';
  line-height: 0.6rem;
  color: #333;
  float: left;
}

.floor_1_main .left1 h3 span {
  color: #0051b7;
  font-size: 0.6rem;
  font-family: 'YouShe';
}

.floor_1_main .left1 .h3 a {
  float: left;
  display: block;
  padding-left: 0.22rem;
  padding-top: 0.2rem;
}

.floor_1_main .left1 .h3 a p {
  display: inline-block;
}

.floor_1_main .left1 .h3 a p b {
  display: block;
  float: left;
  font-size: 0.24rem;
  color: #666;
  line-height: 0.28rem;
  font-weight: normal;
}

.floor_1_main .left1 .h3 a p em {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  background-position: -0.88rem -1.36rem;
  float: left;
  margin-left: 0.08rem;
}

.floor_1_main s {
  display: block;
  width: 60%;
  height: 1.6rem;
  background: url(../images/l8_03.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  position: absolute;
  left: 18%;
  top: 37%;
  background-size: 100% 100%;
}

.floor_1_left .button {
  position: relative;
  display: block;
  width: 2.6rem;
  line-height: 0.7rem;
  height: 0.7rem;
  text-align: left;
  border-radius: 0.6rem;
  font-size: 0.26rem;
  color: #999;
  background-color: #fff;
  padding-left: 0.45rem;
  box-sizing: border-box;
  margin-top: 0.5rem;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  box-shadow: -6px 0px 6px 0px #f4f4f4, 6px 0px 6px 0px #f4f4f4, 0px 5px 19px 0px #f4f4f4;
}

.floor_1_left .button a {
  font-size: 0.24rem;
  display: block;
  width: 100%;
  color: #999;
  line-height: 0.7rem;
}

.floor_1_left .button i {
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 0.5rem;
  display: block;
  cursor: pointer;
  position: absolute;
  margin-right: 0.1rem;
  margin-top: 0.09rem;
  background-position: -1.54rem -3.41rem;
  right: 0.04rem;
  top: 0px;
}

.floor_1_right .bofang i {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/video_start.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: 1.4rem;
  left: 0.3rem;
}

.floor_1_main .left {
  width: 100%;
  padding-top: 0.8rem;
}

.floor_1_main .left h4 {
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
  padding-bottom: 0.1rem;
}


.floor_1_main .ac {
  margin-top: 0.5rem;
  display: block;
  width: 2.2rem;
  height: 0.62rem;
  line-height: 0.62rem;
  font-size: 0.24rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: url(../images/j10_03.png) center center no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  transition: ease-in-out 0.2s;
  position: relative;
}

.floor_1_main .ac p {
  display: inline-block;
}

.floor_1_main .ac p span {
  display: block;
  float: left;
  line-height: 0.56rem;
}

.floor_1_main .ac i {
  width: 0.15rem;
  height: 0.07rem;
  background-position: -0.32rem -3.05rem;
  margin-left: 0.12rem;
  animation: toright 2s infinite linear;
  float: left;
  margin-top: 0.26rem;
}

.floor_1_main .right {
  width: 100%;
  margin-top: 0.7rem;
}

.floor_1_main .right img {
  display: block;
  width: 100%;
}

.floor_1_0 {
  display: inline-block;
  width: 100%;
}

.floor_1_1 {
  width: 100%;
  margin-top: 0.4rem;
  position: relative;
}

.floor_1_1 .swiper-slide {
  text-align: center;
}

.floor_1_1 .swiper-slide img {
  display: block;
  width: 98.5%;
  border: #ececec solid 1px;
}

.floor_1_1 .swiper-slide h3 {
  font-weight: normal;
  color: #333;
  padding-top: 0.16rem;
}

.floor_1_main .ul {
  display: inline-block;
  width: 100%;
}

.floor_1_main .ul ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.floor_1_main .ul ul li {
  position: relative;
  width: 40%;
  margin-top: 0.5rem;
  padding-left: 10%;
}

.floor_1_main .ul ul li .w {
  display: inline-block;
}

.floor_1_main .ul ul li .w b {
  float: left;
  font-size: 0.68rem;
  color: #187cd2;
  font-family: "Arial";
  line-height: 0.6rem;
}

.floor_1_main .ul ul li .w span {
  display: block;
  float: left;
  font-size: 0.24rem;
  color: #187cd2;
  line-height: 0.3rem;
  padding-top: 0.01rem;
  padding-left: 0.1rem;
}

.floor_1_main .ul ul li p {
  display: block;
  font-size: 0.24rem;
  color: #666;
  line-height: 0.3rem;
}

.floor_1_main .ul ul li i {
  display: block;
  width: 1px;
  height: 1.04rem;
  background: url(../images/j6_15.png) center center no-repeat;
  position: absolute;
  right: -0;
  top: 0px;
  background-size: 100% 100%;
}

.floor_1_main .ul ul li.li2 i,
.floor_1_main .ul ul li.li4 i {
  display: none;
}

.floor_1_b {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.floor_1_m {
  position: absolute;
  right: 0;
  bottom: 27%;
  width: 64%;
  height: 1.1rem;
  background-repeat: no-repeat;
  background-position-x: 0 !important;
  background-size: 100%;
}


.index_2 {
  width: 100%;
  background: url(../images/index2bg.jpg) center center no-repeat;
  background-size: 100%;
  padding-bottom: 0.8rem;
}

.index .indexTit {
  text-align: center;
  margin: 0 auto;
  padding-top: 0.7rem;
}

.index_t {
  padding-top: 0.6rem;
  margin-bottom: 0.5rem;
}

.index_t .index_top {
  text-align: center;
}

.index_t .index_top h3 {
  display: block;
  font-size: 0.48rem;
  line-height: 0.5rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

.index_2_body {
  position: relative;
  margin-top: 0.3rem;
}

.index_2_body {
  width: 100%;
}

.index_2_body .hd {
  padding: 0 0.3rem;
  text-align: center;
}

.index_2_body .hd ul {
  display: flex;
  width: 100%;
}

.index_2_body .hd ul li {
  display: block;
  width: 33.3%;
  height: 0.54rem;
  border: 0.01rem solid rgb(221, 221, 221);
  text-align: center;
  background-color: #f0f0f0;
  line-height: 0.54rem;
  float: left;
  text-transform: uppercase;
}

.index_2_body .hd ul li.li2 {
  margin: 0 2%;
}

.index_2_body .hd ul li.on {
  background-color: #0051b7;
}

.index_2_body .hd ul li.on a {
  color: #fff;
  border: 0.01rem solid #0051b7;
}

.index_2_body .bd {
  width: 100%;
}

.index_2_body .bd .con {
  width: 100%;
}

.index_2_body .bd .con ul {
  display: inline-block;
  width: 100%;
}

.index_2_body .bd .con ul li {
  width: 3.3rem;
  background-color: #fff;
  float: left;
  margin-left: 0.3rem;
  margin-top: 0.3rem;
  box-shadow: 0px 1px 2px #f4f4f4
}

.index_2_body .bd .con ul li img {
  display: block;
  width: 100%;
  height: 2.48rem;
}

.index_2_body .bd .con ul li .txt {
  padding: 0.2rem;
}

.index_2_body .bd .con ul li h3 {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.34rem;
  margin-top: 0.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.index_2_body .bd .con ul li p {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.34rem;
  margin-top: 0.14rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.s_bt {
  text-align: center;
  padding-top: 0.8rem;
}

.s_bt p {
  font-size: 0.26rem;
  text-transform: uppercase;
  color: #999;
  font-family: arial;
}

.s_bt h3 {
  font-size: 0.46rem;
  font-weight: bold;
  line-height: 0.46rem;
  color: #333;
  padding-top: 0.1rem;
}

.index_tit {
  display: inline-block;
  width: 100%;
}

.index_tit .left {
  text-align: left;
  padding-top: 0.8rem;
}

.index_tit .left p {
  font-size: 0.26rem;
  text-transform: uppercase;
  color: #999;
  font-family: arial;
  padding-top: 0.1rem;
}

.index_tit .left h3 {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.6rem;
  color: #333;
}

.index_tit .left h3 span {
  display: inline-block;
  font-size: 0.6rem;
  color: #0051b7;
}

.index_tit .right {
  padding-top: 1.1rem;
}

.index_tit .right a {
  display: block;
  width: 1.8rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 0.5rem;
  font-size: 0.24rem;
  text-transform: uppercase;
  color: #00974f;
  text-align: center;
  border: #00974f solid 0.01rem;
  box-sizing: border-box;
  transition: ease-in-out 0.2s;
  position: relative;
}

.index_tit .right a p {
  display: inline-block;
}

.index_tit .right a p span {
  display: block;
  float: left;
}

.index_tit .right a i {
  width: 0.31rem;
  height: 0.31rem;
  background-position: -0 -2.23rem;
  margin-left: 0.12rem;
  animation: toright 2s infinite linear;
  float: left;
  margin-top: 0.12rem
}


.floor_0_main {
  padding: 0 0.3rem;
  padding-bottom: 0.8rem;
  background: url(../images/l3_02.jpg) center center no-repeat;
  padding-bottom: 1.2rem;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 0 0.6rem 0 0;
}

.floor_0_main .index_tit .left h3 b {
  display: block;
  background-position: -2.76rem -3.18rem;
  width: 2.23rem;
  height: 0.48rem;
}

.floor_2_1 {
  padding-bottom: 0.6rem;
  margin-top: 0.5rem;
  position: relative;
  overflow: hidden;
}

.floor_0_1 {
  width: 100%;
}

.floor_0_1 ul {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.floor_0_1 ul li {
  display: block;
  width: 27%;
  border: none;
  margin-top: 0.2rem;
  padding: 0 0.1rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
  text-transform: uppercase;
  color: #0051b7;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  float: left;
  background-size: 100%;
  border: #0051b7 solid 1px;
  border-radius: 0.1rem;
}

.floor_0_1 ul li.hover {
  background: #0051b7;
  color: #fff;
  background-size: 100%;
}

.floor_0_1 ul li a {
  border: none;
  color: #0051b7;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.floor_0_1 ul li.hover a {
  color: #fff;
}

.floor_0_1 .laohan-ul {
  width: 100%;
  margin-top: 0.4rem;
}

.floor_0_1 .laohan-ul .news {
  padding-bottom: 0.7rem;
}

.floor_0_1 .laohan-ul .swiper-slide {
  width: 100%;
}

.floor_0_1 .laohan-ul .swiper-slide .we {
  width: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}

.floor_0_1 .laohan-ul .swiper-slide .we .w {
  width: 100%;
  height: 100%;
  position: relative;
}

.floor_0_1 .laohan-ul .swiper-slide .we .w img {
  display: block;
  width: 58%;
}

.floor_0_1 .laohan-ul .swiper-slide .we .w .dm {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/l5_03.jpg) top center no-repeat;
  width: 3rem;
  height: 100%;
  border-radius: 0.1rem;
  text-align: center;
  background-size: 100% 100%;
}

.floor_0_1 .laohan-ul .swiper-slide .we .w .dm h3 {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.4rem;
  font-weight: bold;
  padding: 0 10%;
  padding-top: 12%;
}

.floor_0_1 .laohan-ul .swiper-slide .we .w .dm .p {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.32rem;
  margin: 6% 10%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.floor_0_1 .laohan-ul .swiper-slide .we .w .dm .m {
  display: inline-block;
}

.floor_0_1 .laohan-ul .swiper-slide .we .w .dm .m span {
  display: block;
  float: left;
  font-size: 0.24rem;
  color: #585e67;
  line-height: 0.28rem;
  font-weight: bold;
}

.floor_0_1 .laohan-ul .swiper-slide .we .w .dm .m em {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  background-position: -0.88rem -1.36rem;
  float: left;
  margin-left: 0.08rem;
}

.floor_2_main .body .swiperjt {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.floor_2_main .body .swiper-container {
  padding-bottom: 0.8rem;
}

.floor_2_main .body .swiperjt .swiper-slide {
  position: relative;
  width: 100%;
}

.floor_2_main .body .swiperjt .swiper-slide img {
  border-radius: 0.1rem;
  display: block;
}

.floor_2_main .body .swiperjt .swiper-slide h3 {
  font-weight: normal;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.6rem;
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  text-align: center;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}

.floor_0_main .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0051b7;
}

.floor_2_1 .swiper-slide {
  position: relative;
  text-align: center;
}

.floor_2_1 .swiper-slide img {
  display: block;
  width: 100%;
}

.floor_2_1 .swiper-slide h3 {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 0;
}


.floor_2_main .index_tit {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 0.4rem;
}

.floor_2_main .index_tit .left1 {
  display: inline-block;
}

.floor_2_main .index_tit .left1 h3 {
  font-size: 0.46rem;
  color: #333;
  line-height: 0.46rem;
  font-weight: bold;
}

.floor_2_main .index_tit .left1 h3 span {
  color: #0051b7;
  font-size: 0.46rem;
  line-height: 0.46rem;
}

.floor_2_main .index_tit .left1 p {
  font-size: 0.24rem;
  color: #666;
  line-height: 0.38rem;
  padding-top: 0.08rem;
}

.anlilan {
  overflow: hidden;
}

.anlilan .swiper-slide {
  width: 100%;
  position: relative;
}

.anlilan .swiper-slide img {
  display: block;
  width: 100%;
}

.anlilan .swiper-slide .w1400 {
  width: 90%;
  height: 90%;
  padding: 5%;
  position: absolute;
  left: 0;
  top: 0;
}

.anlilan .swiper-slide h4 {
  font-size: 0.36rem;
  line-height: 0.36rem;
  padding-top: 0.3rem;
  color: #fff;
}

.anlilan .swiper-slide h3 {
  font-size: 0.3rem;
  line-height: 0.3rem;
  padding-top: 0.2rem;
  color: #fff;
  font-weight: normal;
}

.anlilan .swiper-slide .w {
  font-size: 0.24rem;
  line-height: 0.4rem;
  margin-top: 0.12rem;
  text-overflow: -o-ellipsis-lastline;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.anlilan .swiper-wrapper {
  padding-bottom: 0.6rem;
}

.anlilan .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0051b7;
}


.floor_2_main {
  padding: 0 0.3rem;
}

.floor_2_2 {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: 0.4rem;
  height: 15.3rem;
}

.floor_2_2 .hd {
  width: 100%;
  position: relative;
}

.floor_2_2 .hd ul {
  display: inline-block;
  width: 100%;
}

.floor_2_2 .hd ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.16rem;
}

.floor_2_2 .hd ul li h3 {
  float: right;
  font-size: 0.3rem;
  color: #333;
  line-height: 0.3rem;
  text-align: left;
  width: 5.2rem;
  padding-top: 0.36rem;
}

.floor_2_2 .hd ul li h3 span {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 16px;
  font-family: "Arial";
  padding-top: 8px;
}

.floor_2_2 .hd ul li p {
  background: url(../images/s6_03.png) center center no-repeat;
  width: 1.31rem;
  height: 1.31rem;
  border-radius: 50%;
  float: left;
  background-size: 100%;
}

.floor_2_2 .hd ul li p img {
  display: block;
  width: 1.2rem;
  height: 1.20rem;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 0.06rem;
}

.floor_2_2 .hd ul li.on h3 {
  color: #0051b7;
}

.floor_2_2 .hd ul li.li4 {
  margin-top: 6.4rem;
}

.floor_2_2 .tempWrap {
  width: 6.9rem;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -10.16rem;
}

.floor_2_2 .bd ul {
  display: inline-block;
  width: 100%;
}

.floor_2_2 .bd ul img {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  margin: 0 auto;
}

.floor_2_3 {
  width: 6.2rem;
  height: 6.2rem;
  position: absolute;
  left: 50%;
  margin-left: -3.1rem;
  top: 50%;
  margin-top: -3.1rem;
}

.floor_2_3 b {
  background: url(../images/s5_07.png) no-repeat center center;
  width: 6.2rem;
  height: 6.2rem;
  animation: lan 40s infinite linear;
  background-size: 100%;
  display: block;
}

.floor_2_3 i {
  background: url(../images/s5_08.png) no-repeat center center;
  width: 6.2rem;
  height: 6.2rem;
  animation: lan 16s infinite linear;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@keyframes lan {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.floor_2_1 .a1 {
  display: block;
  width: 100%;
  padding-top: 0.3rem;
}

.floor_2_1 .a1 h3 {
  font-size: 0.32rem;
  line-height: 0.42rem;
  font-weight: normal;
  color: #12499e;
  ;
}

.floor_2_1 .a1 p {
  font-size: 0.26rem;
  line-height: 0.38rem;
  font-weight: normal;
  padding-top: 0.2rem;
}

.floor_1_shuzi {
  width: 100%;
  margin-top: 0.4rem;
}

.floor_1_shuzi ul {
  display: flex;
}

.floor_1_shuzi ul li {
  width: 33.3%;
  height: 2rem;
}

.floor_1_shuzi ul .li1 {
  background-color: #366ecc;
}

.floor_1_shuzi ul .li2 {
  background-color: #154dab;
}

.floor_1_shuzi ul .li3 {
  background-color: #023487;
}

.floor_1_shuzi ul li dt {
  display: inline-block;
  width: 100%;
  padding-top: 0.6rem;
}

.floor_1_shuzi ul li p {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.floor_1_shuzi ul li dt p span {
  display: inline-block;
  font-size: 0.5rem;
  color: #fff;
  line-height: 0.5rem;
  text-align: center;
  font-family: "Arial";
}

.floor_1_shuzi ul li dt p i {
  display: inline-block;
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.28rem;
  font-style: normal;
  padding-left: 0.12rem;
  padding-top: 0.22rem;
}

.floor_1_shuzi ul li b {
  display: block;
  font-size: 0.24rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
}



.floor_2_12 i {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../images/video_start.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}



.floor_2_body {
  width: 100%;
  margin-top: 0.1rem;
}

.floor_2_body .swiper {
  padding-bottom: 0.8rem;
}

.floor_2_body .swiper-slide {
  width: 48%;
  float: left;
  transition: all ease 0.36s;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin-right: 4%;
  margin-top: 0.3rem;
}

.floor_2_body .swiper-slide .img1 {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.floor_2_body .swiper-slide .w {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url() no-repeat bottom center;
  transition: all ease 0.36s;
}

.floor_2_body .swiper-slide .w h3 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.4rem;
  position: absolute;
  left: 0%;
  bottom: 14%;
  width: 100%;
  text-align: center;
}

.floor_2_body .swiper-slide .w span {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.4rem;
  position: absolute;
  left: 0%;
  bottom: 6%;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  font-family: Source Han Serif SC;
}

.floor_2_body .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0051b7;
}


.weui_mask {
  background: rgba(0, 0, 0, .6);
}

.weui_mask,
.weui_mask_transition,
.weui_mask_transparent {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.weui_dialog {
  position: fixed;
  z-index: 5000;
  width: 6.68rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 0.15rem;
}

.weui_dialog_ft {
  position: absolute;
  right: -0.18rem;
  top: -0.22rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  z-index: 66666;
}

.weui_btn_dialog.primary {
  color: #2b2b2b;
}

.weui_dialog_ft a {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/closeM.png) center center no-repeat;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  background-size: 100%;
}

.weui_dialog .in_title {
  width: 100%;
}

.weui_dialog .in_title img {
  margin: 0 auto;
  width: 100%;
  display: block;
}

.weui_dialog .in_title span {
  line-height: 60px;
}

.weui_dialog_ft a:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.floor_left1 {}

.floor_left1 span {
  font-size: 0.24rem;
  color: #666;
  line-height: 0.36rem;
  text-transform: uppercase;
}

.floor_left1 h3 {
  display: block;
  font-weight: bold;
  font-size: 0.36rem;
  color: #0051b7;
  line-height: 0.36rem;
}

.floor_tit .floor_left2 {
  float: left;
}

.floor_tit .floor_left2 span {
  display: block;
  font-size: 0.24rem;
  color: #666;
  line-height: 0.24rem;
  text-transform: uppercase;
}

.floor_tit .floor_left2 h3 {
  float: left;
  display: block;
  font-weight: bold;
  font-size: 0.48rem;
  color: #0051b7;
  line-height: 0.48rem;
  margin-top: 0.14rem;
}


.floor_3_main {
  width: 100%;
  position: relative;
  background: url(../images/j13_02.jpg) center center no-repeat;
  padding-bottom: 0.8rem;
  background-size: cover;
  margin-top: 0.5rem;
}

.index_tit .right .floor_3_2 {}

.index_tit .right .floor_3_2 ul {
  display: inline-block;
}

.index_tit .right .floor_3_2 ul li {
  display: block;
  width: 1.73rem;
  border: none;
  margin-left: 0.2rem;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.24rem;
  text-transform: uppercase;
  color: #0051b7;
  text-align: center;
  background: url(../images/j10_05.png) center center no-repeat;
  float: left;
  background-size: 100%;
}

.index_tit .right .floor_3_2 ul li.li1 {
  background: url(../images/j10_03.png) center center no-repeat;
  color: #fff;
  background-size: 100%;
}

.index_tit .right .floor_3_2 ul li a {
  border: none;
  color: #0051b7;
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  border-radius: 0;
  border: none;
}

.index_tit .right .floor_3_2 ul li.li1 a {
  color: #fff;
}

.floor_3_3 {
  padding-bottom: 0.8rem;
  margin-top: 0.5rem;
  position: relative;
  overflow: hidden;
}

.floor_3_3 .swiper-slide {
  position: relative;
  text-align: center;
}

.floor_3_3 .swiper-slide img {
  display: block;
  width: 100%;
}

.floor_3_3 .swiper-slide h3 {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 0;
}

.floor_3_3 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0051b7;
}

.floor_3 {
  padding: 0 .3rem;
  background: url(../images/y1_03.jpg) center center;
  padding-bottom: 0.6rem;
}

.floor_3 .hd {
  border-bottom: 1px solid #eee;
  font-size: .3rem;
  padding-top: .2rem;
  margin-bottom: .48rem;
}

.floor_3 .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.floor_3 .hd li {
  float: left;
  height: .7rem;
  width: 50%;
  text-align: center;
  line-height: .7rem;
}

.floor_3 .hd li span {
  display: block;
  width: 100%;
}

.floor_3 .hd li.hover {
  font-weight: bold;
  background: #0051b7;
  color: #fff;
}

.floor_3 .hd li.hover span {
  border-bottom: 1px solid #0051b7;
  display: inline-block;
  line-height: .7rem;
  height: .7rem;
}

.floor_3 .hd a {
  height: .7rem;
  line-height: .7rem;
  text-align: right;
  float: right;
}

.laohan-ul .lac {
  display: none;
}

.floor_3 .swiper-container {
  overflow: hidden;
  padding-bottom: .9rem;
}

.floor_3 .swiper-slide {
  border-radius: .1rem;
}

.floor_3 .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.floor_3 .swiper-slide img {
  width: 100%;
  vertical-align: top;
  border-radius: .1rem;
}

.floor_3 .swiper-slide .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2rem;
  height: 1.24rem;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  border-radius: .1rem 0 .1rem 0;
}

.floor_3 .swiper-slide .date h4 {
  font-size: .6rem;
  line-height: .7rem;
  padding-top: .1rem;
}

.floor_3 .swiper-slide .date p {
  font-size: .2rem;
}

.floor_3 .swiper-slide h3 {
  font-size: .3rem;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 0 .3rem;
  z-index: 10;
  height: 1.4rem;
  line-height: .45rem;
  box-sizing: border-box;
  padding-top: .2rem;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 0 0 .1rem .1rem;
}



.floor_3_main .anlilan {
  width: 100%;
  position: relative;
  margin-top: 0.4rem;
  padding-bottom: 0.7rem;
}

.floor_3_main .anlilan .swiper-slide {
  width: 100%;
  position: relative;
  text-align: center;
}

.floor_3_main .anlilan .swiper-slide img {
  width: 100%;
  display: block;
}

.floor_3_main .anlilan .swiper-slide .w {
  width: 100%;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
}

.floor_3_main .anlilan .swiper-slide .w .t1 {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.6rem;
  background: rgba(0, 0, 0, 0.3);
}

.floor_3_main .anlilan .swiper-slide .w .p {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.42rem;
  margin-top: 0.3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.floor_3_main .anlilan .swiper-slide .w .xq {
  display: inline-block;
  margin-top: 5%;
}

.floor_3_main .anlilan .swiper-slide .w .xq span {
  display: block;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.24rem;
  float: left;
}

.floor_3_main .anlilan .swiper-slide .w .xq b {
  display: block;
  width: 0.16rem;
  height: 0.05rem;
  background-position: 0px -3.04rem;
  float: left;
  margin-top: 0.1rem;
  margin-left: 0.1rem;
}



.floor_3_1 {
  margin: 0 0.3rem;
  position: relative;
}

.floor_3_1 .bd {
  width: 100%;
}

.floor_3_1 .bd ul {
  display: inline-block;
  width: 100%;
}

.floor_3_1 .bd ul li {
  width: 100%;
  position: relative;
  text-align: center;
}

.floor_3_1 .bd ul li img {
  display: block;
  width: 100%;
}

.floor_3_1 .bd ul li h3 {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.3rem;
  padding-top: 0.3rem;
  font-weight: normal;
}

.floor_3_1 .hd {
  position: absolute;
  left: 0;
  top: 3.34rem;
  width: 100%;
  text-align: center;
}

.floor_3_1 .hd ul {
  display: inline-block;
}

.floor_3_1 .hd ul li {
  width: 0.14rem;
  height: 0.14rem;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0;
  margin: 0 0.08rem;
  border-radius: 0.5rem;
  float: left;
}

.floor_3_1 .hd ul li.on {
  background: rgba(255, 255, 255, 1);
}

.floor_3_main .a1 {
  display: block;
  width: 2.7rem;
  height: 0.76rem;
  background-color: #fff;
  border-radius: 0.7rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.6rem;
}

.floor_3_main .a1 p {
  display: inline-block;
}

.floor_3_main .a1 p span {
  display: block;
  font-size: 0.26rem;
  color: #0051b7;
  line-height: 0.76rem;
  float: left;
}

.floor_3_main .a1 p i {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background-position: 0 -4.47rem;
  float: left;
  margin-left: 0.46rem;
  margin-top: 0.26rem;
}

.floor_3_main .a1:hover {
  background-color: #0051b7;
}

.floor_3_main .swiperzz {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.6rem;
  margin-top: 0.5rem;
}

.floor_3_main .swiperzz .swiper-slide {
  width: 100%;
}

.floor_3_main .swiperzz .swiper-slide img {
  display: block;
  width: 100%;
}

.floor_3_main .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0051b7;
}

.floor_3_body {
  position: relative;
  margin-top: 0.4rem;
}

.floor_3_body .swiper {
  padding-bottom: 0.6rem;
}

.floor_3_body .swiper-slide {
  width: 48%;
  transition: all ease 0.36s;
  position: relative;
  margin-right: 4%;
  float: left;
  height: 4.6rem;
  display: inline;
  transition: ease-in-out .2s;
  text-align: left;
  background: url(../images/index3_box_bg1.png) center center no-repeat;
  background-size: 100%;
}

.floor_3_body .swiper-slide .txt {
  padding: 0.4rem 0.3rem 0;
}

.floor_3_body .swiper-slide h4 {
  display: inline-block;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.46rem;
  color: #000;
}

.floor_3_body .swiper-slide span {
  display: inline;
  font-size: 0.24rem;
  padding-left: 0.1rem;
  color: #666;
}

.floor_3_body .swiper-slide b {
  display: block;
  width: 1rem;
  height: 0.37rem;
  background-position: -1.51rem -2.87rem;
  margin-left: 0.3rem;
}

.floor_3_body .swiper-slide i {
  display: block;
  width: 0.38rem;
  height: 1px;
  margin: 0.3rem 0;
  background: url(../images/index3_.jpg);
  background-size: 100%;
}

.floor_3_body .swiper-slide .title {
  line-height: 0.36rem;
  font-size: 0.24rem;
  color: #606060;
}

.floor_3_body .swiper-slide .title p {
  line-height: 0.36rem;
  font-size: 0.24rem;
  color: #606060;
}

.floor_3_body .swiper-slide .title b {
  line-height: 0.32rem;
}



.floor_3_11 {
  width: 80%;
  margin: 0 auto;
  font-size: 0.26rem;
  line-height: 0.34rem;
  padding-top: 0.3rem;
  color: #fff;
}

.floor_3_11 img {
  display: block;
  width: 100%;
}

.floor_3_11 h3 {
  width: 100%;
  height: 1rem;
  background-color: #fa7f4a;
}

.floor_3_11 h3 span {
  display: block;
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.32rem;
  padding-top: 0.18rem;
  padding-left: 0.2rem;
}

.floor_3_11 h3 p {
  display: block;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.32rem;
  background: url(../images/j19_03.png) no-repeat 0 0.06rem;
  padding-left: 0.22rem;
  margin-left: 0.2rem;
  margin-top: 0.1rem;
  background-size: 0.16rem;
  padding-right: 0.2rem;
  font-weight: normal;
}

.floor_3_12 {
  width: 100%;
  display: inline-block;
  text-align: left;
}

.floor_3_12 dl {
  width: 50%;
  display: inline-block;
  text-align: center;
  float: left;
  margin-top: 0.4rem;
  padding-bottom: 0;
  position: relative;
}

.floor_3_12 dl dd p {
  display: inline-block;
}

.floor_3_12 dl dd p span {
  display: block;
  font-size: 0.64rem;
  color: #fff;
  line-height: 0.6rem;
  float: left;
}

.floor_3_12 dl dd p i {
  display: block;
  font-size: 0.5rem;
  color: #fff;
  line-height: 0.6rem;
  float: left;
  font-style: normal;
}

.floor_3_12 dl dd p b {
  display: block;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.24rem;
  float: left;
  font-weight: normal;
  padding-left: 0.04rem;
  padding-top: 6px;
}

.floor_3_12 dl dd em {
  display: block;
  clear: left;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.24rem;
  padding-top: 0.06rem;
  font-style: normal;
}

.floor_3_12 dl s {
  display: block;
  width: 1px;
  height: 0.7rem;
  background: url(../images/w10_03.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 14%;
  background-size: 100%;
}

.floor_3_12 dl.dl1 {
  padding-left: 0;
  padding-right: 0;
}

.floor_3_12 dl.dl3 {
  padding-left: 0;
  padding-right: 0;
}

.floor_3_12 dl.dl2 {
  padding-right: 0;
}

.floor_3_12 dl.dl4 {
  padding-right: 0;
}

.floor_3_12 dl.dl2 s {
  display: none;
}

.floor_3_12 dl.dl4 s {
  display: none;
}

.floor_4_main {
  background: url(../images/l9_02.jpg)no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-bottom: 0.9rem;
  position: relative;
  border-radius: 0 0.6rem 0 0;
  margin-top: -0.6rem;
  overflow: hidden;
  z-index: 5;
}

.floor_4_main .index_tit .left h3 b {
  display: block;
  background-position: -2.78rem -4.52rem;
  width: 2.21rem;
  height: 0.48rem;
}

.floor_4_main .news_body .left {
  width: 100%;
  background: #fff;
  position: relative;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-top: 0.4rem;
  border-radius: 0.4rem 0.1rem 0.4rem 0.1rem;
  overflow: hidden;
}

.floor_4_main .news_body .left .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.04rem;
  background: linear-gradient(to right, #fff, #0051b7);
  width: 0;
  transition: ease-in-out .2s;
  display: block;
  z-index: 10;
}

.floor_4_main .news_body .left .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.floor_4_main .news_body .left .img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.floor_4_main .news_body .left .img p {
  display: block;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.24rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #178dd8;
  width: 1.3rem;
  height: 1.2rem;
  text-align: center;
  border-radius: 0.4rem 0.1rem 0.4rem 0.1rem;
}

.floor_4_main .news_body .left .img p span {
  display: block;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.5rem;
  padding-top: 0.2rem;
}

.floor_4_main .news_body .left .txt {
  padding: 5%;
  display: inline-block;
  width: 90%;
}

.floor_4_main .news_body .left .txt h3 {
  font-size: 0.36rem;
  padding-bottom: 0.14rem;
  width: 100%;
  text-align: left;
  overflow: hidden;
  color: #333;
  font-weight: normal;
}

.floor_4_main .news_body .left .txt .p {
  color: #333;
  font-size: 0.36rem;
  width: 57%;
  float: right;
}

.floor_4_main .news_body .left .txt .a {
  padding-top: 0.26rem;
  display: none;
}

.floor_4_main .news_body .left .txt .a .fl {
  font-size: 0.24rem;
  font-family: arial;
}

.floor_4_main .news_body .left:hover .line {
  width: 100%;
}

.floor_4_main .news_body .left i {
  display: block;
  width: 100%;
  height: 0.55rem;
  background: url(../images/l12_03.png) center center no-repeat;
  background-size: 100% 100%;
  margin-top: -0.45rem;
  position: relative;
  z-index: 3;
}


.floor_4_main .news_body .right {
  width: 100%;
  margin-top: 0.3rem;
}

.floor_4_main .news_body .right li {
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 0.4rem 0.1rem 0.4rem 0.1rem;
  overflow: hidden;
  background-color: #fff;
  transition: all ease 0.36s;
  margin-bottom: 4%;
}

.floor_4_main .news_body .right li img {
  width: 47%;
  display: block;
  float: left;
}

.floor_4_main .news_body .right li i {
  display: block;
  width: 0.19rem;
  height: 100%;
  background: url(../images/l13_03.png) center center no-repeat;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 44.5%;
  background-size: 100% 100%;
}

.floor_4_main .news_body .right li .x2 {
  width: 44%;
  float: right;
  margin-right: 4%;
}

.floor_4_main .news_body .right li .x2 h3 {
  font-size: 0.26rem;
  line-height: 0.36rem;
  padding-top: 15%;
  color: #333;
  font-weight: normal;
  width: 100%;
  text-align: left;
}

.floor_4_main .news_body .right li .x2 .p {
  font-size: 0.26rem;
  color: #333;
  line-height: 0.36rem;
  width: 59%;
  margin-top: 5%;
  text-align: left;
  float: right;
}

.floor_4_main .news_body .right li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}


.floor_4_main .w1400 {
  padding: 0 0.3rem;
}

.floor_4_0 {
  width: 100%;
  background-color: #f3f4f6;
  padding-bottom: 0.9rem;
}

.floor_4_main .floor_1_0 h3 {
  color: #333;
}

.floor_4_main .floor_1_0 h3 span {
  display: block;
  color: #0051b7;
  font-size: 0.6rem;
}

.floor_4_1 {
  position: relative;
  padding: 0 0.3rem;
  padding-top: 1.64rem;
}

.floor_4_1 ul li {
  display: block;
  width: 100%;
  background: url(../images/s11_03.jpg) no-repeat center center;
  position: relative;
  overflow: hidden;
  height: 2.64rem;
  transition: all ease 0.36s;
  background-size: 100%;
  margin-top: 0.3rem;
}

.floor_4_1 ul li h3 {
  line-height: 0.36rem;
  font-size: 0.3rem;
  color: #fff;
  padding-left: 0.4rem;
  padding-top: 0.4rem;
}

.floor_4_1 ul li i {
  display: block;
  line-height: 0.36rem;
  font-size: 0.24rem;
  color: #fff;
  padding-left: 0.4rem;
  padding-top: 0.12rem;
  font-style: normal;
}

.floor_4_1 ul li p {
  display: inline-block;
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  transition: all ease 0.36s;
}

.floor_4_1 ul li p span {
  display: block;
  float: left;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.24rem;
}

.floor_4_1 ul li p em {
  display: block;
  width: 0.2rem;
  height: 0.07rem;
  background-position: -2.6rem -1.69rem;
  margin-left: 0.1rem;
  float: left;
  margin-top: 0.1rem;
}

.floor_4_1 ul li.li2 {
  background: url(../images/s11_05.jpg) no-repeat center center;
  background-size: 100%;
}

.floor_4_body {
  width: 100%;
  position: relative;
}

.floor_4_body .hd {
  width: 100%;
  height: 0.7rem;
  border-bottom: #8d8e8e solid 1px;
  position: relative;
  margin-top: -0.5rem;
}

.floor_4_body .hd ul {
  float: right;
  display: block;
  margin-top: 0px;
}

.floor_4_body .hd ul li {
  font-size: 0.3rem;
  height: 0.7rem;
  color: #333;
  line-height: 0.3rem;
  position: relative;
  float: left;
  margin-right: 0.3rem;
}

.floor_4_body .hd ul li:last-child {
  margin-right: 0px;
}

.floor_4_body .hd ul li i {
  display: none;
  width: 100%;
  height: 0.03rem;
  background-color: #09459e;
  position: absolute;
  left: 0;
  bottom: -0.02rem;
}

.floor_4_body .hd ul li.on a {
  color: #09459e;
}

.floor_4_body .hd ul li.on i {
  display: block;
}

.floor_4_body .bd {
  display: inline-block;
  width: 100%;
}

.floor_4_body .bd li {
  float: left;
  width: 48%;
  margin-right: 4%;
  transition: all ease 0.36s;
  margin-top: 0.4rem;
}

.floor_4_body .bd li:nth-child(2n) {
  margin-right: 0;
}

.floor_4_body .bd .date {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
  color: #666;
}

.floor_4_body .bd .date i {
  font-size: 0.54rem;
  margin-right: 0.1rem;
  font-weight: bold;
  color: #333;
  font-style: normal;
}

.floor_4_body .bd .img {}

.floor_4_body .bd img {
  width: 100%;
}

.floor_4_body .bd li h3 {
  font-size: 0.28rem;
  color: #272727;
  line-height: 0.4rem;
  font-weight: bold;
  margin-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.8rem;
}

.floor_4_body .bd li p {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #000;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.floor_4_body .bd .mo {
  font-size: 0.24rem;
  margin-top: 0.2rem;
}


.floor_4_main .a2 {
  display: block;
  width: 2.7rem;
  height: 0.76rem;
  background-color: #fa7e48;
  border-radius: 0.7rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.46rem;
}

.floor_4_main .a2 p {
  display: inline-block;
}

.floor_4_main .a2 p span {
  display: block;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.76rem;
  float: left;
}

.floor_4_main .a2 p i {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background-position: 0 -4.76rem;
  float: left;
  margin-left: 0.46rem;
  margin-top: 0.26rem;
}

.floor_4_2 {
  width: 100%;
}

.floor_4_2 .w1400 {
  padding: 0 0.3rem;
}

.floor_4_22 {
  width: 100%;
  margin-top: 0.4rem;
  position: relative;
}

.floor_4_22 .hd {
  width: 100%;
  padding-bottom: 0.1rem;
}

.floor_4_22 .hd ul {
  display: inline-block;
}

.floor_4_22 .hd ul li {
  margin-right: 0.2rem;
  height: 0.5rem;
  position: relative;
  background: url(../images/t8_04.png);
  float: left;
  background-size: 100% 100%;
  background-repeat: repeat-x;
}

.floor_4_22 .hd ul li::before {
  background: url(../images/t8_03.png) top center no-repeat;
  position: absolute;
  top: 0;
  left: -0.04rem;
  width: 0.09rem;
  content: '';
  height: 0.5rem;
  z-index: 2;
  display: block;
  background-size: 100%;
  background-size: 100% 100%;
}

.floor_4_22 .hd ul li::after {
  background: url(../images/t8_06.png) top center no-repeat;
  position: absolute;
  top: 0;
  right: -0.04rem;
  width: 0.08rem;
  content: '';
  height: 0.5rem;
  z-index: 1;
  display: block;
  background-size: 100%;
  background-size: 100% 100%;
}

.floor_4_22 .hd ul li a {
  display: block;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.46rem;
  padding: 0 0.16rem;
}

.floor_4_22 .hd ul li.on a {
  color: #0051b7;
}

.floor_4_22 .bd {
  width: 100%;
}

.floor_4_22 .bd .con {
  width: 100%;
}

.floor_4_22 .bd .con ul {
  display: inline-block;
  width: 100%;
}

.floor_4_22 .bd .con li {
  width: 100%;
  display: inline-block;
  width: 100%;
  background-color: #f2f2f2;
  margin-top: 0.2rem;
}

.floor_4_22 .bd .con li .m {
  display: block;
  float: left;
  width: 2.54rem;
}

.floor_4_22 .bd .con li .m img {
  display: block;
  width: 100%;
}

.floor_4_22 .bd .con li .i {
  float: left;
  width: 3.86rem;
  margin-left: 0.16rem;
}

.floor_4_22 .bd .con li .i h3 {
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #23333b;
  font-weight: normal;
  margin-top: 0.24rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.floor_4_22 .bd .con li .i span {
  display: block;
  font-size: 0.2rem;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.14rem;
}

.floor_4_22 img {
  display: block;
  width: 100%;
}

.floor_4_3 {
  width: 100%;
  padding-top: 0.22rem;
  display: inline-block;
}

.floor_4_3 dl {
  display: inline-block;
  padding: 0 5.5%;
  float: left;
  position: relative;
}

.floor_4_3 dl.dl2 {
  padding-right: 0;
}

.floor_4_3 dl dt {
  width: 0.5rem;
  float: left;
  padding-top: 0.1rem;
}

.floor_4_3 dl dd {
  float: left;
  padding-left: 0.2rem;
}

.floor_4_3 dl dd p {
  display: inline-block;
}

.floor_4_3 dl dd p span {
  font-size: 0.7rem;
  color: #0051b7;
  line-height: 0.6rem;
  display: block;
  float: left;
}

.floor_4_3 dl dd p i {
  display: block;
  float: left;
  font-size: 0.24rem;
  color: #0051b7;
  line-height: 0.24rem;
  padding-left: 0.06rem;
  font-style: normal;
}

.floor_4_3 dl dd em {
  display: block;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.24rem;
  padding-top: 0.06rem;
  font-style: normal;
}

.floor_4_3 dl b {
  width: 0.02rem;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 0;
}

.floor_4_3 dl.dl3 b {
  display: none;
}

.floor_4_3 dl.dl2 b {
  display: none;
}

.floor_4_21 .p {
  padding: 0 0.3rem;
  padding-top: 0.2rem;
  font-size: 0.26rem;
  color: #333;
  line-height: 0.45rem;
}

.floor_4_2 .a1 {
  margin: 0 auto;
  display: block;
  width: 2.7rem;
  height: 0.76rem;
  background-color: #0051b7;
  border-radius: 0.7rem;
  text-align: center;
  margin-top: 0.46rem;
}

.floor_4_2 .a1 p {
  display: inline-block;
}

.floor_4_2 .a1 p span {
  display: block;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.76rem;
  float: left;
}

.floor_4_2 .a1 p i {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background-position: 0 -4.76rem;
  float: left;
  margin-left: 0.46rem;
  margin-top: 0.26rem;
}


.floor_4_main .a1 {
  display: block;
  width: 2.7rem;
  height: 0.76rem;
  background-color: #0051b7;
  border-radius: 0.7rem;
  text-align: center;
  margin-top: 0.46rem;
  margin-left: 0.5rem;
}

.floor_4_main .a1 p {
  display: inline-block;
}

.floor_4_main .a1 p span {
  display: block;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.76rem;
  float: left;
}

.floor_4_main .a1 p i {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background-position: 0 -4.76rem;
  float: left;
  margin-left: 0.46rem;
  margin-top: 0.26rem;
}

.floor_5_main {
  width: 100%;
  background: #f6f7f9 url(../images/j21_02.jpg) no-repeat bottom center;
  background-size: cover;
  padding-bottom: 0.8rem;
  position: relative;
}

.foot_top1 .langxb1 .lang13 {
  width: 100%;
  height: 0.47rem;
  overflow: hidden;
  background: url(../images/j20_02.png) no-repeat right 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  animation: lang9 8s infinite linear;
  -webkit-animation: lang13 12s infinite linear;
}

.foot_top1 .langxb1 .lang14 {
  width: 100%;
  height: 0.47rem;
  overflow: hidden;
  background: url(../images/j19_02.png) no-repeat left 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  animation: lang10 8s infinite linear;
  -webkit-animation: lang14 12s infinite linear;
}

@keyframes lang13 {
  0% {
    background: url(../images/j20_02.png) no-repeat right 0;
    background-size: cover;
  }

  50% {
    background: url(../images/j20_02.png) no-repeat left 0;
    background-size: cover;
  }

  100% {
    background: url(../images/j20_02.png) no-repeat right 0;
    background-size: cover;
  }
}

@keyframes lang14 {
  0% {
    background: url(../images/j19_02.png) no-repeat left 0;
    background-size: cover;
  }

  50% {
    background: url(../images/j19_02.png) no-repeat right 0;
    background-size: cover;
  }

  100% {
    background: url(../images/j19_02.png) no-repeat left 0;
    background-size: cover;
  }
}



.floor_5_main .w1400 {
  padding: 0 0.3rem;
}

.floor_5_1 {
  position: relative;
  margin-top: 0.4rem;
  overflow: hidden;
}

.floor_5_1 .swiper-wrapper {
  padding-bottom: 0.8rem;
}

.floor_5_1 .swiper-slide {
  position: relative;
  text-align: center;
}

.floor_5_1 .swiper-slide img {
  display: block;
  width: 100%;
}

.floor_5_1 .swiper-slide h3 {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.floor_5_1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0051b7;
}

.floor_5_body {
  margin-top: 0.4rem;
  width: 100%;
  position: relative;
}

.floor_5_body .swiper {
  padding-bottom: 0.6rem;
}

.floor_5_body .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0051b7;
}


.floor_6_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 13;
  padding-bottom: 0.6rem;
}

.floor_6_main .w1400 {
  padding: 0 0.3rem;
}

.floor_6_main .floor_1_00 {
  padding-left: 0.3rem;
}

.floor_6_1 {
  width: 100%;
  margin-top: 0.4rem;
  position: relative;
}

.floor_6_1 .hd {
  padding-left: 0.1rem;
}

.floor_6_1 .hd ul {
  display: inline-block;
}

.floor_6_1 .hd ul li {
  margin-left: 0.2rem;
  height: 0.5rem;
  position: relative;
  background: url(../images/t8_04.png);
  float: left;
  background-size: 100% 100%;
  background-repeat: repeat-x;
}

.floor_6_1 .hd ul li::before {
  background: url(../images/t8_03.png) top center no-repeat;
  position: absolute;
  top: 0;
  left: -0.04rem;
  width: 0.09rem;
  content: '';
  height: 0.5rem;
  z-index: 2;
  display: block;
  background-size: 100%;
  background-size: 100% 100%;
}

.floor_6_1 .hd ul li::after {
  background: url(../images/t8_06.png) top center no-repeat;
  position: absolute;
  top: 0;
  right: -0.04rem;
  width: 0.08rem;
  content: '';
  height: 0.5rem;
  z-index: 1;
  display: block;
  background-size: 100%;
  background-size: 100% 100%;
}

.floor_6_1 .hd ul li a {
  display: block;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.46rem;
  padding: 0 0.16rem;
}

.floor_6_1 .hd ul li.on a {
  color: #0051b7;
}

.floor_6_1 .bd {
  width: 100%;
}

.floor_6_1 .bd ul {
  display: inline-block;
  width: 100%;
}

.floor_6_1 .bd ul li {
  width: 6.9rem;
  margin-left: 0.3rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.3rem;
}

.floor_6_1 .bd ul li img {
  display: block;
  width: 100%;
}

.floor_6_1 .bd ul li h3 {
  background: rgba(0, 0, 0, 0.5);
  width: 95%;
  height: 0.6rem;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.6rem;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 5%;
  text-align: left;
  font-weight: normal;
}


.floor_6_body .slideBox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 0.3rem;
}

.floor_6_body .slideBox .hd {
  overflow: hidden;
  width: 100%;
  padding-top: 0.2rem;
  text-align: center;
}

.floor_6_body .slideBox .hd ul {
  display: inline-block;
}

.floor_6_body .slideBox .hd ul li {
  float: left;
  margin: 0 0.1rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #666;
  font-size: 0;
  cursor: pointer;
}

.floor_6_body .slideBox .hd ul li.on {
  background: #0051b7;
  color: #fff;
}

.floor_6_body .slideBox .bd {
  position: relative;
  display: inline-block;
  width: 100%;
}

.floor_6_body .slideBox .bd img {
  width: 100%;
  display: block;
}

.floor_6_body .slideBox .bd ul {
  width: 100%;
  overflow: hidden;
  padding-left: 0.01rem;
  margin-top: 0.04rem;
}

.floor_6_body .slideBox .bd ul li {
  width: 33.3%;
  float: left;
  border: #d8e7f2 solid 0.01rem;
  margin-left: -0.01rem;
  margin-top: -0.01rem;
  text-align: center;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
}

.floor_6_body .slideBox .bd ul li .img {
  display: block;
  width: 100%;
  height: 1.4rem;
}

.floor_6_body .slideBox .bd ul li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}




.floor_7_main {
  background: url(../images/m4_02.jpg) no-repeat top center;
  width: 100%;
  padding-bottom: 0.7rem;
  background-size: 100%;
  margin-top: 0.4rem;
}

.floor_7_main .w1400 {
  padding: 0 0.3rem;
}

.floor_7_1 {
  width: 100%;
}

.floor_7_1 .con {
  width: 100%;
}

.floor_7_1 .con li {
  width: 33.3%;
  float: left;
  text-align: center;
  margin-top: 0.5rem;
}

.floor_7_1 .con li img {
  display: block;
  width: 45%;
  margin: 0 auto;
}

.floor_7_1 .con li h3 {
  font-size: 0.28rem;
  color: #fff0dd;
  line-height: 0.3rem;
  font-weight: bold;
  text-shadow: rgba(90, 0, 0, 0.5) 1px 0px 2px;
  padding-top: 0.22rem;
}

.floor_7_1 .con li p {
  padding: 0 0.1rem;
  font-size: 0.2rem;
  color: #fff0dd;
  line-height: 0.32rem;
  padding-top: 0.16rem;
}

.floor_7_1 .hd {
  width: 100%;
  padding-top: 0.4rem;
  text-align: center;
}

.floor_7_1 .hd ul {
  display: inline-block;
}

.floor_7_1 .hd ul li {
  width: 0.14rem;
  height: 0.14rem;
  float: left;
  font-size: 0;
  border-radius: 0.5rem;
  background-color: #fff;
  margin: 0 0.06rem;
}

.floor_7_1 .hd ul li.on {
  background-color: #ffea00;
}


.index .floor2 {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: none;
}

.leftTabBox {
  padding: 0.3rem;
}

.leftTabBox .hd {
  background: url("../images/di_01.jpg");
  width: 100%;
  background-size: 100%;
  height: 3.9rem;
  position: relative;
}

.leftTabBox .hd ul {
  display: inline-block;
  width: 100%;
}

.leftTabBox .hd ul li {}

.leftTabBox .hd ul li {
  position: absolute;
}

.leftTabBox .hd ul i {
  width: 0.24rem;
  height: 0.38rem;
  background-position: -4.43rem -1.72rem;

}

.leftTabBox .hd ul li p {
  display: none;
}

.leftTabBox .hd ul li:nth-child(1) {
  left: 4.76rem;
  top: 1.23rem;
}

.leftTabBox .hd ul li:nth-child(2) {
  left: 5.07rem;
  top: 1.31rem;
}

.leftTabBox .hd ul li:nth-child(3) {
  left: 5.06rem;
  top: 1.67rem;
}

.leftTabBox .hd ul li:nth-child(4) {
  left: 5.7rem;
  top: 2.2rem;
}

.leftTabBox .hd ul li:nth-child(5) {
  left: 5.3rem;
  top: 1.2rem;
}

.leftTabBox .hd ul li:nth-child(6) {

  left: 5.49rem;
  top: 1.51rem;
}

.leftTabBox .hd ul li:nth-child(7) {
  left: 5.6rem;
  top: 1.14rem;
}

.leftTabBox .hd ul li:nth-child(8) {
  left: 5.82rem;
  top: 1.22rem;
}

.leftTabBox .hd ul li:nth-child(9) {
  left: 1.2rem;
  top: 1.20rem;

}

.leftTabBox .hd ul li:nth-child(10) {
  left: 5.6rem;
  top: 1.14rem;

}

.leftTabBox .hd ul li.on i {
  background-position: -4.7rem -1.72rem;
}

.leftTabBox .bd {
  width: 100%;
  text-align: center;
}

.leftTabBox .bd img {
  display: block;
  width: 6.9rem;
}

.leftTabBox .bd h3 {
  line-height: 0.7rem;
  font-weight: normal;
  font-size: 0.3rem;
  width: 6.9rem;
}


.index .floor2 .product {
  height: 6.7rem;
  background: #fff;
}

.index .floor2 .index_title {
  padding-top: 0.5rem;
  margin-left: 0.6rem;
}

.index .floor2 .pro_menu {
  padding: 0 0.56rem;
  margin-top: 0.6rem;
}

.index .floor2 .pro_menu li {
  margin-right: 0.24rem;
  margin-bottom: 0.3rem;
  float: left;
  display: block;
  width: 3rem;
  height: 0.7rem;
  font-size: 0.28rem;
  line-height: 0.7rem;
  text-indent: 0.6rem;
  color: #333;
  background: url("../images/f2arr.png") no-repeat 2rem center #e5e5e5;
  background-size: 0.4rem 0.07rem;
}

.index .floor2 .pro_menu li a {
  display: block;
}

.index .floor2 .pro_menu li:nth-child(2n) {
  margin-right: 0;
}

.index .floor2 .pro_menu li:hover {
  color: #fff;
  background: url("../images/f2arr_h.png") no-repeat 2rem center #1b1f79;
  background-size: 0.4rem 0.07rem;
}

.index .floor2 .pro_menu li:hover a {
  color: #fff;
}

.index .floor2 .productlist {
  margin-left: 0.6rem;
  margin-top: 0.2rem;
}

.index .floor2 .productlist .swiper-container .swiper-wrapper {
  padding-bottom: 0.6rem;
}

.index .floor2 .productlist .swiper-container .swiper-slide {
  float: left;
  display: block;
  width: 4.4rem;
  height: 6rem;
  background: #fff;
}

.index .floor2 .productlist .swiper-container .swiper-slide a {
  display: block;
  padding-bottom: 0.1rem;
}

.index .floor2 .productlist .swiper-container .swiper-slide figure {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.index .floor2 .productlist .swiper-container .swiper-slide figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  display: block;
}

.index .floor2 .productlist .swiper-container .swiper-slide .txt_box {
  padding-top: 0.4rem;
  padding-left: 0.4rem;
  box-sizing: border-box;
}

.index .floor2 .productlist .swiper-container .swiper-slide .txt_box .txt {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ccc;
}

.index .floor2 .productlist .swiper-container .swiper-slide .txt_box .txt .tit {
  font-weight: bold;
  font-size: 0.34rem;
  line-height: 0.34rem;
  color: #1b1f79;
}

.index .floor2 .productlist .swiper-container .swiper-slide .txt_box .txt .desc {
  padding-right: 0.6rem;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index .floor2 .productlist .swiper-container .swiper-slide .txt_box .arr {
  margin-top: 0.36rem;
  display: block;
  width: 0.4rem;
  height: 0.07rem;
  background: url("../images/f2arr.png") no-repeat center center;
  background-size: 0.4rem 0.07rem;
}

.index .floor2 .productlist .swiper-container .swiper-slide:last-child {
  margin-right: 0.6rem;
}

.index .floor2 .productlist .swiper-container .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  margin-bottom: 0.06rem;
  box-sizing: border-box;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
}

.index .floor2 .productlist .swiper-container .swiper-pagination-bullet-active {
  background: #fff;
  width: 0.2rem;
  height: 0.2rem;
  margin-bottom: 0;
  opacity: 1;
}

.index .floor2 .swiper-container-horizontal>.swiper-pagination-bullets,
.index .floor2 .swiper-pagination-custom,
.index .floor2 .swiper-pagination-fraction {
  bottom: -0.5rem !important;
  width: auto;
  margin-left: -0.06rem;
}

.index .floor2 .cmore {
  margin-top: 0.8rem;
  margin-left: 0.6rem;
  float: left;
  display: block;
  width: 3rem;
  height: 0.7rem;
  font-size: 0.28rem;
  line-height: 0.7rem;
  text-indent: 0.6rem;
  color: #333;
  background: url("../images/f2arr.png") no-repeat 2rem center #fff;
  background-size: 0.4rem 0.07rem;
}

.index .floor3 {
  position: relative;
  padding-bottom: 1.66rem;
  background: #f6f6f6;
  overflow: hidden;
}

.index .floor3 .index_title {
  padding-top: 0.8rem;
}

.index .floor3 .body {
  padding: 0 0.6rem;
  margin-top: 0.6rem;
}

.index .floor3 .advant {
  position: relative;
  height: 10rem;
  background: #fff;
  z-index: 2;
}

.index .floor3 .advant .bd li .img {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.index .floor3 .advant .bd li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  display: block;
}

.index .floor3 .advant .bd li .txt {
  padding: 1rem 0.6rem 0;
  box-sizing: border-box;
}

.index .floor3 .advant .bd li .txt .tit {
  padding-top: 0.6rem;
  font-weight: normal;
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #333;
}

.index .floor3 .advant .bd li .txt .desc {
  margin-top: 0.5rem;
  height: 1.2rem;
  margin-right: 0.2rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #666;
}

.index .floor3 .advant .bd li .txt .arrow {
  margin-top: 0.6rem;
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  background-position: -0.8rem 0;
}

.index .floor3 .advant .hd {
  position: absolute;
  bottom: 4.26rem;
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #ddd;
  z-index: 12;
}

.index .floor3 .advant .hd li {
  float: left;
  width: 20%;
  height: 1rem;
}

.index .floor3 .advant .hd li .aimg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.index .floor3 .advant .hd li .aimg .aico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/aico.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-size: 3rem 1.2rem;
}

.index .floor3 .advant .hd li.on {
  background: #0051b7;
}

.index .floor3 .advant .hd li.ait1 .aico {
  width: 0.42rem;
  height: 0.42rem;
  background-position: 0 0;
}

.index .floor3 .advant .hd li.ait2 .aico {
  width: 0.46rem;
  height: 0.38rem;
  background-position: -0.6rem 0;
}

.index .floor3 .advant .hd li.ait3 .aico {
  width: 0.45rem;
  height: 0.41rem;
  background-position: -1.2rem 0;
}

.index .floor3 .advant .hd li.ait4 .aico {
  width: 0.43rem;
  height: 0.41rem;
  background-position: -1.8rem 0;
}

.index .floor3 .advant .hd li.ait5 .aico {
  width: 0.38rem;
  height: 0.4rem;
  background-position: -2.4rem 0;
}

.index .floor3 .advant .hd li.ait1.on .aico {
  background-position: 0 -0.6rem;
}

.index .floor3 .advant .hd li.ait2.on .aico {
  background-position: -0.6rem -0.6rem;
}

.index .floor3 .advant .hd li.ait3.on .aico {
  background-position: -1.2rem -0.6rem;
}

.index .floor3 .advant .hd li.ait4.on .aico {
  background-position: -1.8rem -0.6rem;
}

.index .floor3 .advant .hd li.ait5.on .aico {
  background-position: -2.4rem -0.6rem;
}

.index .floor3 .f3bg {
  position: absolute;
  bottom: -1.2rem;
  right: 0;
  display: block;
  width: 2.47rem;
  height: 3.7rem;
  background: url("../images/f3bg.png") no-repeat center center;
  background-size: 2.47rem 3.7rem;
  z-index: 1;
}

.index .floor4 {
  padding: 0 0.6rem 0.8rem;
  background: #fff;
}

.index .floor4 .body {
  margin-top: 0.6rem;
}

.index .floor4 .case {
  position: relative;
  height: 3.54rem;
}

.index .floor4 .case .bd li {
  position: relative;
  float: left;
  display: block;
  width: 6.3rem;
  height: 3.54rem;
}

.index .floor4 .case .bd li a {
  display: block;
}

.index .floor4 .case .bd li .img {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.index .floor4 .case .bd li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  display: block;
}

.index .floor4 .case .bd li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.46rem;
  z-index: 3;
  background: url("../images/f4case_txt.png") no-repeat center center;
  background-size: 100% 1.46rem;
}

.index .floor4 .case .bd li .txt .tit {
  text-indent: 0.3rem;
  font-weight: normal;
  font-size: 0.28rem;
  line-height: 1.8rem;
  color: #fff;
  letter-spacing: 0.02rem;
}

.index .floor4 .case .hd {
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  height: 0.2rem;
}

.index .floor4 .case .hd li {
  float: left;
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  margin: 0.05rem 0.12rem 0;
  font-size: 0;
  background: #fff;
  opacity: 0.8;
  border-radius: 100%;
}

.index .floor4 .case .hd li.on {
  margin-top: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: #7199ff;
  opacity: 1;
}

.index .floor5 {
  background: #fff;
  padding: 0 0.5rem 0.7rem;
}

.index .floor5 .index_title {
  padding-top: 0;
}

.index .floor5 .coop_process {
  margin-top: 0.4rem;
  background: url("../images/f5bg.png") no-repeat 0.84rem center;
  background-size: 4.58rem 6.78rem;
}

.index .floor5 .coop_process li {
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  float: left;
  position: relative;
  display: block;
  width: 1.9rem;
  height: 1.8rem;
  background: #f5f5f5;
  border-radius: 0.03rem;
}

.index .floor5 .coop_process li .pimg {
  padding-top: 0.14rem;
  position: relative;
  display: block;
  width: 1.9rem;
  height: 1.14rem;
  box-sizing: border-box;
}

.index .floor5 .coop_process li .pimg .pico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/pico.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-size: 3.6rem 1.2rem;
}

.index .floor5 .coop_process li .txt .tit {
  font-weight: normal;
  font-size: 0.26rem;
  line-height: 0.36rem;
  text-align: center;
  color: #333;
}

.index .floor5 .coop_process li.mt1 .pico {
  width: 0.51rem;
  height: 0.46rem;
  background-position: 0 0;
}

.index .floor5 .coop_process li.mt2 .pico {
  width: 0.56rem;
  height: 0.47rem;
  background-position: -0.6rem 0;
}

.index .floor5 .coop_process li.mt3 .pico {
  width: 0.41rem;
  height: 0.46rem;
  background-position: -1.2rem 0;
}

.index .floor5 .coop_process li.mt4 .pico {
  width: 0.54rem;
  height: 0.45rem;
  background-position: -3rem 0;
}

.index .floor5 .coop_process li.mt5 .pico {
  width: 0.48rem;
  height: 0.5rem;
  background-position: -2.4rem 0;
}

.index .floor5 .coop_process li.mt6 .pico {
  width: 0.49rem;
  height: 0.45rem;
  background-position: -1.8rem 0;
}

.index .floor5 .coop_process li.mt7 .pico {
  width: 0.48rem;
  height: 0.47rem;
  background-position: 0 -0.6rem;
}

.index .floor5 .coop_process li.mt8 .pico {
  width: 0.52rem;
  height: 0.45rem;
  background-position: -0.6rem -0.6rem;
}

.index .floor5 .coop_process li.mt9 .pico {
  width: 0.56rem;
  height: 0.51rem;
  background-position: -1.2rem -0.6rem;
}

.index .floor5 .coop_process li.mt10 .pico {
  width: 0.49rem;
  height: 0.5rem;
  background-position: -3rem -0.6rem;
}

.index .floor5 .coop_process li.mt11 .pico {
  width: 0.42rem;
  height: 0.5rem;
  background-position: -2.4rem -0.6rem;
}

.index .floor5 .coop_process li.mt12 .pico {
  width: 0.49rem;
  height: 0.47rem;
  background-position: -1.8rem -0.6rem;
}

.index .floor5 .coop_process li:nth-child(3n) {
  margin-right: 0;
}

.index .floor6 {
  position: relative;
  height: 13.2rem;
  background: url("../images/f6bg.png") no-repeat top center #fff;
  background-size: 100% 8.5rem;
}

.index .floor6 .about_tit1 {
  position: absolute;
  top: 5.9rem;
  left: 0.6rem;
}

.index .floor6 .about_tit1 .tit {
  font-weight: normal;
  font-size: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
}

.index .floor6 .about_tit1 .aline {
  margin-top: 0.4rem;
  display: block;
  width: 0.3rem;
  height: 0.05rem;
  background: #fff;
}

.index .floor6 .about {
  position: relative;
}

.index .floor6 .about1 .hd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}

.index .floor6 .about1 .hd li {
  float: left;
  display: block;
  width: 3.15rem;
  height: 1.2rem;
  background: url("../images/f6li.png") no-repeat top center;
  background-size: 3.17rem 1.1rem;
}

.index .floor6 .about1 .hd li.on {
  background: url("../images/f6li_h.png") no-repeat top center;
  background-size: 3.15rem 1.2rem;
}

.index .floor6 .about1 .hd li.on.ait1 .img1 {
  display: none;
}

.index .floor6 .about1 .hd li.on.ait1 .img2 {
  display: block;
}

.index .floor6 .about1 .hd li.ait1 .img1 {
  display: block;
}

.index .floor6 .about1 .hd li.ait1 .img2 {
  display: none;
}

.index .floor6 .about1 .hd li.ait2 .img1 {
  display: block;
}

.index .floor6 .about1 .hd li.ait2 .img2 {
  display: none;
}

.index .floor6 .about1 .hd li.on.ait2 .img1 {
  display: none;
}

.index .floor6 .about1 .hd li.on.ait2 .img2 {
  display: block;
}

.index .floor6 .about1 .hd li.ait1 img {
  width: 1.89rem;
  height: 0.61rem;
}

.index .floor6 .about1 .hd li.ait2 img {
  width: 1.91rem;
  height: 0.56rem;
}

.index .floor6 .about1 .hd li .alogo {
  position: relative;
  height: 1.1rem;
}

.index .floor6 .about1 .hd li .alogo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.index .floor6 .about1 .tempWrap {
  padding-top: 2.3rem;
}

.index .floor6 .about1 .bd {
  padding-top: 2.3rem;
  position: relative;
}

.index .floor6 .about1 .bd li {
  position: relative;
  z-index: 2;
}

.index .floor6 .about1 .bd li .txt {
  padding-left: 0.6rem;
}

.index .floor6 .about1 .bd li .atit {
  font-weight: normal;
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #fff;
}

.index .floor6 .about1 .bd li .adesc {
  padding-right: 0.9rem;
  margin-top: 0.5rem;
  font-size: 0.28rem;
  line-height: 0.46rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index .floor6 .about1 .bd li .img {
  margin-top: 0.8rem;
  margin-left: 0.53rem;
  display: block;
  width: 6.97rem;
  height: 3.79rem;
}

.index .floor6 .about1 .bd li .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.index .floor6 .about2 {
  margin-top: 0.5rem;
}

.index .floor6 .about2 .datalist {
  padding: 0 0.6rem;
}

.index .floor6 .about2 .datalist li {
  float: left;
}

.index .floor6 .about2 .datalist li .da1 .dt1 {
  float: left;
  font-family: arial;
  font-size: 0.75rem;
  line-height: 0.6rem;
  color: #131723;
}

.index .floor6 .about2 .datalist li .da1 .dt2 {
  float: left;
  font-size: 0.5rem;
  line-height: 0.6rem;
  color: #131723;
}

.index .floor6 .about2 .datalist li .da2 {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #666;
}

.index .floor6 .about2 .datalist li.d1 {
  width: 4rem;
  margin-bottom: 0.6rem;
}

.index .floor6 .about2 .datalist li.d2 {
  margin-bottom: 0.6rem;
}

.index .floor6 .about2 .datalist li.d3 {
  width: 4rem;
}

.index .floor6 .abline {
  position: absolute;
  bottom: 0;
  left: 0.6rem;
  width: 6.3rem;
  height: 1px;
  background: #e8e8f2;
}

.index .floor7 {
  padding: 0 0.3rem 0.8rem;
  background-color: #fff;
}

.index .floor7 .body {
  margin-top: 0.6rem;
}

.index .floor7 .index_title .tit1 {
  float: left;
}

.index .floor7 .body .bd {
  height: 3.84rem;
  background: url("../images/news_body.png") no-repeat center bottom;
  background-size: 5.7rem 3.35rem;
}

.index .floor7 .body .bd li {
  position: relative;
  float: left;
  display: block;
  width: 6.3rem;
  height: 3.54rem;
}

.index .floor7 .body .bd li a {
  display: block;
}

.index .floor7 .body .bd li .img {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.index .floor7 .body .bd li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  display: block;
}

.index .floor7 .body .bd li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.58rem;
  z-index: 3;
  background: url("../images/f7_news_tet.png") no-repeat center center;
  background-size: 100% 1.58rem;
}

.index .floor7 .body .bd li .txt .time {
  padding-left: 0.4rem;
  padding-top: 0.5rem;
  font-family: arial;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #fff;
}

.index .floor7 .body .bd li .txt .tit {
  text-indent: 0.4rem;
  margin-top: 0.2rem;
  font-weight: normal;
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #fff;
}

.index .floor7 .body .hd {
  text-align: center;
  margin-top: 0.6rem;
}

.index .floor7 .body .hd ul {
  display: inline-block;
}

.index .floor7 .body .hd li {
  float: left;
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  margin: 0.05rem 0.12rem 0;
  font-size: 0;
  background: #ccc;
  opacity: 1;
  border-radius: 100%;
}

.index .floor7 .body .hd li.on {
  margin-top: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: #1b1f79;
  opacity: 1;
}

.foot_main {
  background: #fff;
  height: 1.3rem;
  border-top: 1px solid #dfdfdf;
}

.foot_main li {
  float: left;
  width: 25%;
  text-align: center;
  border-right: 1px solid #f5f5f5;
  box-sizing: border-box;
  height: 1.3rem;
}

.foot_main li i {
  width: 0.5rem;
  height: 0.5rem;
  background-position: 0 -1.02rem;
  margin-top: 0.2rem;
  margin-bottom: 0.05rem;
}

.foot_main li h3 {
  font-size: 0.23rem;
}

.foot_main li:nth-child(2) i {
  background-position: -0.5rem -1.02rem;
}

.foot_main li:nth-child(3) i {
  background-position: -1rem -1.02rem;
}

.foot_main li:nth-child(4) i {
  background-position: -1.5rem -1.02rem;
}

.foot_main li:nth-child(1).hover h3 {
  color: #00bce9;
}

.foot_main li:nth-child(1).hover i {
  background-position: 0 -1.52rem;
}

.foot_main li:nth-child(2).hover i {
  background-position: -0.5rem -1.52rem;
}

.foot_main li:nth-child(3).hover i {
  background-position: -1rem -1.52rem;
}

.foot_main li:nth-child(4).hover i {
  background-position: -1.5rem -1.52rem;
}

/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 750px;
  min-width: 320px;
}

#nativeShare .label {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}

#nativeShare .list {
  width: 5.4rem;
  float: right;
}

#nativeShare .list span {
  height: 0.9rem;
  width: 0.9rem;
  padding: 0;
  display: inline-block;
}

#nativeShare .list span i {
  margin: 0 auto;
  width: 0.63rem;
  height: 0.63rem;
  display: block;
}

#nativeShare .weibo i {
  background-image: url('../images/weibo.png');
  background-size: cover;
}

#nativeShare .weixin i {
  background-image: url('../images/weixin_friend.png');
  background-size: cover;
}

#nativeShare .weixin_timeline i {
  background-image: url('../images/weixin.png');
  background-size: cover;
}

#nativeShare .qq i {
  background-image: url('../images/qq.png');
  background-size: cover;
}

#nativeShare .qzone i {
  background-image: url('../images/qqzone.png');
  background-size: cover;
}

#nativeShare .more i {
  background-image: url('../images/more.png');
  background-size: cover;
}

#nativeShare .list span.qzone,
#nativeShare .list span.more {
  width: 0.73rem;
}

#fenxiang {
  display: none;
}

.fenx {
  height: 1rem;
  width: 100%;
}

.fenx .tt {
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}

.fenx .bdsharebuttonbox {
  width: 80%;
  float: right;
}

.fenx .bdsharebuttonbox a {
  margin-left: 0.2rem;
}

#bdfx a {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0;
  padding: 0;
  margin: 0px 0.08rem;
  display: inline-block;
}

#bdfx .d1 {
  background: url(../images/weixin_friend.png) no-repeat center;
  background-size: 100% 100%;
}

#bdfx .d2 {
  background: url(../images/weibo.png) no-repeat center;
  background-size: 100% 100%;
}

embed {
  width: 100% !important;
  height: auto !important;
}

.g_wximg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}

.g_wximg .close {
  background: url(../images/close.png) no-repeat center;
  background-size: 0.4rem auto;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  position: fixed;
  right: 18%;
  top: 18%;
  text-align: center;
  display: block;
  z-index: 12;
}

.g_wximg .bdtel img {
  width: 4rem !important;
  display: block;
}

.bdtel {
  position: fixed;
  top: 22%;
  z-index: 10;
  padding: 0 0 0.1rem;
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.bdtel .upIn {
  width: 6.4rem;
  display: block;
  text-align: center;
  color: #fff;
  padding: 4%;
  margin: 0 auto;
}

.bdtel p {
  padding: 2%;
  text-align: center;
  color: #fff;
}

.bdtel img {
  margin: 0 auto;
  display: block;
  max-width: 80% !important;
}

.bdtelbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  max-width: 750px;
  min-width: 320px;
  display: none;
}

.bga {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}


.sub_banner {
  width: 100%;
  position: relative;
}

.sub_banner {
  position: relative;
}

.sub_banner .img {
  display: block;
  width: 100%;
}

.sub_banner .btn {
  position: absolute;
  left: 50%;
  margin-left: -0.6rem;
  width: 1.18rem;
  height: 1.33rem;
  z-index: 11;
  top: 50%;
  margin-top: -0.66rem;
  cursor: pointer;
}

.sub_flash .cut3video {
  width: 100%;
  position: relative;
  z-index: 10;
}

.showVedio2 {
  width: 90%;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -1.84rem 0 0 -3.36rem;
  z-index: 9999;
  display: none;
}

.showVedio2_shili {
  height: 3.61rem;
}

.showVedio2 .playcon {
  height: 100%;
}

.showVedio2 .close {
  width: .40rem;
  height: .40rem;
  position: absolute;
  right: -0.16rem;
  top: -0.16rem;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  z-index: 10;
  background-size: 100%;
}

.showVedio2 .close:hover {
  transform: rotate(180deg);
}

.showVedio2 video {
  width: 100%;
  display: block;
}

.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  opacity: .5;
}

.no_subbanner {
  width: 100%;
  height: 79px;
}

.about_main_1 {
  padding-bottom: 0.8rem;
}

.about_main_11 {
  width: 100%;
  overflow: hidden;
}

.about_main_111 .p {
  font-size: 0.26rem;
  color: #333;
  line-height: 0.36rem;
  padding-top: 0.3rem;
}

.about_main_111 .a1 {
  display: block;
  width: 2.7rem;
  height: 0.76rem;
  background-color: #dfe6eb;
  border-radius: 0.7rem;
  text-align: center;
  margin-top: 0.46rem;
}

.about_main_111 .a1 p {
  display: inline-block;
}

.about_main_111 .a1 p span {
  display: block;
  font-size: 0.26rem;
  color: #0051b7;
  line-height: 0.76rem;
  float: left;
}

.about_main_111 .a1 p i {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background-position: 0 -4.47rem;
  float: left;
  margin-left: 0.46rem;
  margin-top: 0.26rem;
}

.about_main_1 video {
  width: 100%;
  display: block;
  margin-top: 0.4rem;
}

.about_main_1 .left h1 {
  font-size: 0.5rem;
  padding-bottom: 0.2rem;
  color: #000;
}

.about_main_1 .left p,
.about_main_1 .right p {
  line-height: 0.4rem;
  font-size: 0.24rem;
  text-align: justify;
}

.about_main_1 .left ul {
  display: table;
  width: 100%;
}

.about_main_1 .left .ul {
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 0.4rem;
}

.about_main_1 .left .ul ul {
  display: -webkit-box;
  display: box;
}

.about_main_1 .left .ul ul li {
  -webkit-box-flex: 1;
  box-flex: 1;
}

.about_main_1 .left .ul ul li b {
  font-size: 0.5rem;
  color: #272a44;
  font-weight: bold;
}

.about_main_1 .left .ul ul li span {
  font-size: 0.3rem;
  font-weight: 400;
  padding-left: 0.05rem;
}

.about_main_1 .left .ul ul li p {
  font-size: 0.26rem;
  line-height: 0.26rem;
}

.about_main_1 .right {
  padding-top: 0.2rem;
}

.about_main_1 .right li {
  margin-bottom: 0.4rem;
  margin-top: 0.5rem;
}

.about_main_1 .right li .fl {
  width: 100%;
}

.about_main_1 .right li .fl img {
  width: 1.2rem;
  height: 1.2rem;
  float: left;
  margin-right: 0.12rem;
}

.about_main_1 .right li .fl h3 {
  font-size: 0.3rem;
  font-weight: normal;
  padding-top: 0.1rem;
}

.about_main_1 .right li .fl h4 {
  font-size: 0.3rem;
  font-weight: bold;
  padding-top: 0.12rem;
}

.about_main_1 .right li .fl h4 span {
  font-size: 0.3rem;
  font-weight: normal;
  display: inline-block;
  padding-left: 0.14rem;
  font-weight: bold;
}

.about_main_1 .right li .fr {
  width: 81%;
}

.about_main_1 .right li .fr h3 {
  font-size: 0.3rem;
  font-weight: normal;
}

.about_main_1 .right li .fr h4 {
  font-size: 0.3rem;
  font-weight: bold;
  padding-top: 0.1rem;
}

.sub_top {
  width: 100%;
  height: 1rem;
  background: #0051b7;
}

.sub_local {
  position: absolute;
  z-index: 10;
  top: 24%;
  left: 0rem;
  width: 100%;
}

.sub_local .sub_left {
  text-align: left;
}

.sub_local .sub_left h3 {
  font-size: 0.6rem;
  color: #0051b7;
  line-height: 0.6rem;
  padding-left: 0.3rem;
}

.sub_local .sub_left h4 {
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.6rem;
  margin-left: 0.3rem;
  text-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  text-shadow: 0 0px 2px #fff;
  font-weight: normal;
}

.sub_local .sobtitle {
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #fff;
  text-shadow: 0px 1px 2px #8c8c8c;
}

.quanqiu_main_1 {
  padding: 0 0.3rem;
  background-color: #fff;
  padding-bottom: 0.5rem;
}

.quanqiu_main_1 .bd li {
  width: 100%;
}

.quanqiu_main_1 .bd li img {
  display: block;
  width: 100%;
  text-align: center;
}

.quanqiu_main_1 .bd li p {
  font-size: 0.4rem;
  line-height: 0.9rem;
  padding-top: 0.2rem;
  text-align: center;
  color: #333;
  display: block;
}

.quanqiu_main_1 .slideTxtBox .hd {
  position: absolute;
  height: 0.68rem;
  left: 0%;
  bottom: 0.2rem;
  width: 100%;
  z-index: 10;
}

.quanqiu_main_1 .slideTxtBox .hd ul {
  width: 100%;
  float: left;
}

.quanqiu_main_1 .slideTxtBox .hd ul li {
  float: left;
  line-height: 0.68rem;
  cursor: pointer;
  width: 32%;
  margin-right: 2%;
  height: 0.68rem;
  font-size: 0.26rem;
  background: #7e7e7e;
  color: #fff;
  text-align: center;
}

.quanqiu_main_1 .slideTxtBox .hd ul li:nth-child(1) {
  width: 28%;
}

.quanqiu_main_1 .slideTxtBox .hd ul li:nth-child(2) {
  width: 30%;
}

.quanqiu_main_1 .slideTxtBox .hd ul li:nth-child(3) {
  width: 38%;
}

.quanqiu_main_1 .slideTxtBox .hd ul li i {
  width: 0.4rem;
  height: 0.4rem;
  display: none;
  background-position: -3.71rem -1.19rem;
  margin-right: 0.21rem;
  margin-left: 0.22rem;
  transition: ease-in-out 0.2s;
}

.quanqiu_main_1 .slideTxtBox .hd ul li:nth-child(2) i {
  background-position: -4.11rem -1.19rem;
}

.quanqiu_main_1 .slideTxtBox .hd ul li:nth-child(3) i {
  background-position: -4.51rem -1.19rem;
}

.quanqiu_main_1 .slideTxtBox .hd ul li:last-child {
  margin-right: 0;
}

.quanqiu_main_1 .slideTxtBox .hd ul li a {
  color: #fff;
  font-size: 0.2rem;
}

.quanqiu_main_1 .slideTxtBox .hd ul li.on {
  background: linear-gradient(to right bottom, #2256ea, #3881f8);
  color: #fff;
}

.quanqiu_main_1 .slideTxtBox .hd ul li.on a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.quanqiu_main_1 .slideTxtBox .bd ul {
  zoom: 1;
  width: 100%;
}

.quanqiu_main_1 .slideTxtBox .bd li {
  width: 100%;
}

.quanqiu_main_1 .slideTxtBox .bd li .box .tit {
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  font-size: 0.4rem;
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc p {
  font-size: 0.26rem;
  line-height: 0.4rem;
}

.quanqiu_main_1 .slideTxtBox .bd li dl {
  display: inline-block;
  width: 100%;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc dd {
  display: inline-block;
  width: 50%;
  float: left;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc dd i {
  display: block;
  width: 0.28rem;
  height: 0.31rem;
  background: url(../images/xt_03.png) no-repeat center center;
  float: left;
  background-size: 100%;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc dd span {
  display: block;
  line-height: 0.31rem;
  float: left;
  padding-left: 0.2rem;
}

.quanqiu_main_1 .slideTxtBox .bd li .tu {
  display: block;
  width: 100%;
  background: url(../images/znx.jpg) no-repeat center center;
  background-size: 100%;
  height: 3.5rem;
}

.quanqiu_main_1 .slideTxtBox {
  position: relative;
  width: 100%;
}

.quanqiu_main_1 .slideTxtBox .bd li.l2 .tu {
  display: block;
  width: 100%;
  background: url(../images/znc.jpg) no-repeat center center;
  background-size: 100%;
  height: 3.5rem;
}

.quanqiu_main_1 .slideTxtBox .bd li .boc.bom i {
  display: block;
  width: 0.28rem;
  height: 0.31rem;
  background: url(../images/xt_06.png) no-repeat center center;
  float: left;
  background-size: 100%;
}

.quanqiu_main_1 .slideTxtBox .bd li.l3 .tu {
  display: block;
  width: 100%;
  background: url(../images/zwc_03.jpg) no-repeat center center;
  background-size: 100%;
  height: 3.5rem;
  margin-top: -0.3rem;
}

.quanqiu_main_1 .slideTxtBox .bd li.l3 p {
  font-size: 0.3rem;
  text-align: left;
  line-height: 0.7rem;
}

.quanqiu_main_1 .slideTxtBox .bd li .box .ss {
  width: 100%;
}

.quanqiu_main_1 .slideTxtBox .bd li .box .ss b {
  font-size: 0.5rem;
  margin-right: 0.1rem;
  font-weight: 400;
}

.quanqiu_main_1 .slideTxtBox .bd li .box .ss span {
  font-size: 0.3rem;
  font-weight: normal;
}

.quanqiu_main_1 .slideTxtBox .bd li .box .ss h4 {
  font-size: 0.2rem;
  font-weight: 400;
  margin-bottom: 0.1rem;
}

.quanqiu_main_1 .slideTxtBox .bd li .box .ss .left {
  width: 55%;
}

.quanqiu_main_1 .slideTxtBox .bd li .box .ss .right {
  width: 45%;
}









.quanqiu_main_2 {
  background: url("../images/z11_01.jpg") no-repeat center center;
  background-size: 100%;
  width: 100%;
}

.quanqiu_main_2 .about_tit {
  padding-top: 0.5rem;
}

.quanqiu_main_2 .about_tit .tit {
  color: #fff;
}

.quanqiu_main_2 .body {
  padding: 0.3rem;
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
}

.quanqiu_main_2 .body ul {
  display: inline-block;
  width: 100%;
  /*background:url("../images/z12_01.jpg") no-repeat center center;background-size:100%;*/
}

.quanqiu_main_2 .body ul li {
  float: left;
  width: 50%;
  float: left;
}

.quanqiu_main_2 .body ul li img {
  display: block;
  width: 99.7%;
  border-bottom: #ddd solid 1px;
  border-right: #ddd solid 1px;
}


.about_5_main {
  padding-top: 0.6rem;
}

.about_5_main .more {
  background: #0051b7;
  width: 3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.5rem;
  font-size: 0.26rem;
}

.about_5_main .more a {
  color: #fff;
}

.about_5_main .more:hover i {
  transition: ease-in-out .2s;
  transform: translateX(10px);
}

.about_5_main .about_5 .bd li .txt .tit {
  line-height: 0.6rem;
}

.about_5_main .about_5 .bd li .txt p {
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
}

.yingyong_1 {
  background: #fff;
  padding: 0.3rem;
  box-shadow: 0 0.01rem 0.1rem rgba(0, 0, 0, 0.2);
  margin: 0.3rem;
}

.yingyong_1 .left {
  width: 100%;
}

.yingyong_1 .left h3 {
  font-size: 0.32rem;
  margin-bottom: 0.12rem;
}

.yingyong_1 .left span {
  display: block;
  width: 0.4rem;
  height: 0.02rem;
  background: #999;
  margin-bottom: 0.12rem;
}

.yingyong_1 .left p {
  font-size: 0.24rem;
  line-height: 0.34rem;
}

.yingyong_1 .right {
  width: 100%;
  margin-top: 0.2rem;
}

.yingyong_1 .right li {
  overflow: hidden;
  float: left;
  width: 31.3%;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  border-radius: 0.1rem;
  transition: ease-in-out .2s;
  height: 3.46rem;
}

.yingyong_1 .right li .on {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: url(../images/yingyong_1_on.png);
}

.yingyong_1 .right li .on i {
  width: 0.65rem;
  height: 0.65rem;
  background-position: -2.98rem -1.16rem;
  margin-top: 1rem;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 0.08rem rgba(255, 255, 255, 0.2);
}

.yingyong_1 .right li .on h3 {
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.5rem;
  transition: ease-in-out .2s;
}

.yingyong_2 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.yingyong_2 .body {
  padding-top: 0.5rem;
  text-align: center;
}

.yingyong_2 .body ul {
  display: inline-block;
}

.yingyong_2 .body li {
  float: left;
  display: inline-block;
  margin: 0 0.54rem;
  margin-bottom: 0.4rem;
}

.yingyong_2 .body li img {
  display: block;
  width: 1.4rem;
}

.yingyong_2 .body li h3 {
  font-size: 0.26rem;
  padding-top: 0.08rem;
}

.yingyong_main_bv {
  background: #272a44;
  padding-top: 0.6rem;
  height: 7rem;
}

.yingyong_main_bv .about_tit .tit {
  color: #fff;
}

.yingyong_main_bv .about_tit .tit i {
  background-color: #fff;
}

.yingyong_main_bv .yin_c {
  margin: 0 0.3rem;
  margin-top: 0.3rem;
  padding-bottom: 0.8rem;
  position: relative;
}

.yingyong_main_bv .yin_c li {
  width: 3rem;
  position: relative;
}

.yingyong_main_bv .yin_c li img {
  width: 3rem;
  display: block;
  z-index: 9;
  position: relative;
  height: 2.4rem;
}

.yingyong_main_bv .yin_c li h3 {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 0.3rem;
  color: #fff;
  z-index: 10;
  height: 0.3rem;
  top: 50%;
  margin-top: -0.15rem;
  text-align: center;
}

.yingyong_main_bv .yin_c li:nth-child(1) i {
  width: 0.39rem;
  height: 0.24rem;
  background-position: -2.03rem -1.68rem;
  position: absolute;
  top: 50%;
  margin-top: -0.12rem;
  right: -0.64rem;
}

.yingyong_main_bv .yin_c li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
}

.yingyong_main_bv .yin_c li:nth-child(2) i {
  width: 0.24rem;
  height: 0.39rem;
  background-position: -0rem -3.31rem;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  margin-left: -0.12rem;
}

.yingyong_main_bv .yin_c li:nth-child(3) {
  position: absolute;
  right: 0;
  top: 3rem;
}

.yingyong_main_bv .yin_c li:nth-child(3) i {
  width: 0.39rem;
  height: 0.24rem;
  background-position: -0.37rem -3.41rem;
  position: absolute;
  top: 50%;
  margin-top: -0.12rem;
  left: -0.64rem;
}

.yingyong_main_bv .yin_c li:nth-child(4) {
  position: absolute;
  left: 0;
  top: 3rem;
}

.yingyong_main_bv .yin_c li:nth-child(4) i {
  display: none;
}






.yingyong_main_3 {
  background: #272a44;
  padding-top: 0.6rem;
}

.yingyong_main_3 .about_tit .tit {
  color: #fff;
}

.yingyong_main_3 .about_tit .tit i {
  background-color: #fff;
}

.yingyong_main_3 .body {
  padding: 0 0.3rem;
  margin-top: 0.3rem;
  padding-bottom: 0.8rem;
}

.yingyong_main_3 .body li {
  float: left;
  width: 46%;
  margin-left: 8%;
  position: relative;
  margin-top: 0.3rem;
}

.yingyong_main_3 .body li img {
  width: 96%;
  display: block;
  z-index: 9;
  position: relative;
}

.yingyong_main_3 .body li h3 {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 0.3rem;
  color: #fff;
  z-index: 10;
  height: 0.3rem;
  top: 50%;
  margin-top: -0.15rem;
  text-align: center;
}

.yingyong_main_3 .body li i {
  width: 0.39rem;
  height: 0.24rem;
  background-position: -2.03rem -1.68rem;
  position: absolute;
  top: 50%;
  margin-top: -0.12rem;
  right: -0.43rem;
}

.yingyong_main_3 .body li:first-child {
  margin-left: 0;
}

.yingyong_main_3 .body li:nth-child(3) {
  margin-left: 0;
}

.yingyong_main_3 .body li:nth-child(2) i {
  display: none;
}

.yingyong_main_3 .body li:last-child i {
  display: none;
}

.yingyong_main_3 .body li:nth-child(2) img,
.yingyong_main_3 .body li:nth-child(4) img {
  float: right;
}

.yingyong_main_4 {
  padding-top: 0.6rem;
}

.yingyong_main_4 .body {
  padding-top: 0.5rem;
}

.yingyong_main_4 li {

  background: #f4f4f4;
  padding: 0.26rem 0;
  position: relative;
  overflow: hidden;
}

.yingyong_main_4 li .w1440 {
  padding: 0 0.3rem;
}

.yingyong_main_4 li .left {}

.yingyong_main_4 li .left h3 {
  font-size: 0.36rem;
  padding-top: 1rem;
}

.yingyong_main_4 li .left h3 p {
  padding-top: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  width: 3.8rem;
}

.yingyong_main_4 li .left h3 i {
  width: 0.17rem;
  height: 0.29rem;
  background-position: 0 -1.44rem;
  margin-right: 0.15rem;
  margin-bottom: 0.02rem;
}

.yingyong_main_4 li .right {
  width: 4rem;
}

.yingyong_main_4 li .right img {
  margin-right: 0.58rem;
  width: 100%;
}

.yingyong_main_4 li:nth-child(2n) {
  background: #fff;
}

.yingyong_main_4 li:nth-child(2n) .left {
  float: right;
  width: 2.6rem;
  padding-bottom: 0.8rem;
}

.yingyong_main_4 li:nth-child(2n) .right {
  float: left;
  width: 3rem;
}

.yingyong_main_4 li:nth-child(2n) .right img {
  margin-right: 0;
}

.sje_zj p {
  padding-top: 0.3rem;
}

.sje_zj {
  padding-top: 0px;
  padding-bottom: 0.3rem;
}

.sje_zj ul {
  display: inline-block;
  width: 100%;
  padding-top: 0.4rem;
}

.sje_zj ul li {
  width: 100%;
  background-color: #fff;
  margin-bottom: 0.3rem;
}

.sje_zj ul li img {
  display: block;
  width: 100%;
}

.sje_zj ul li p {
  display: block;
  line-height: 0.66rem;
  font-size: 0.24rem;
  text-align: center;
  padding-top: 0;
}

.xiaotu {
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
}

.xiaotu ul {
  display: inline-block;
  width: 100%;
}

.xiaotu ul li {
  display: block;
  margin-top: 0.3rem;
  width: 3.3rem;
  height: 2.66rem;
  background: #fff;
  box-shadow: 0.04rem 0 0.12rem rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 0.3rem;
}

.xiaotu ul li:nth-child(2n) {
  margin-right: 0;
}

.xiaotu ul li a {
  display: block;
}

.xiaotu ul li figure {
  width: 100%;
  padding-top: 34.25%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}

.xiaotu ul li figure img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.xiaotu ul li .txt .tit {
  height: 0.72rem;
  font-weight: normal;
  font-size: 0.3rem;
  line-height: 0.72rem;
  text-align: center;
  color: #171d3a;
}

.xiaotu ul li .txt .tit span {
  padding-left: 0.2rem;
}


@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animatemap {
  0% {
    transform: translateY(-10px);
  }

  20% {
    border-radius: 2px;
  }

  50% {
    transform: translateY(-5px);
    border-bottom-right-radius: 25px;
  }

  80% {
    border-radius: 2px;
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}



/*****通用*****/
@media only screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
}

@media only screen and (max-width: 750px) {
  html {
    font-size: 100px;
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 85.3333px;
  }
}

@media only screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 64px;
  }
}

@media only screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 53.3333px;
  }
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media only screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 42.6666px;
  }
}