@charset "utf-8";

/* CSS Document */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "微软雅黑", "黑体";
  color: #333;
  line-height: 1;
  background: #FFF;
}

ul, li, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, ol, form, input {
  margin: 0px;
  padding: 0px;
}

input, textarea {
  font-family: "微软雅黑";
  border: none;
  outline: none;
  background: none;
}

ul, li {
  list-style: none
}

img {
  border: 0px;
  padding: 0px;
  display: block;
}

a {
  color: #333;
  text-decoration: none
}

h2, h3, h4, b {
  font-weight: normal;
}

em, i {
  font-style: normal;
}

.top {
  width: 1250px;
  margin: 0 auto;
  height: 60px;
}

.top .logo {
  float: left;
  height: 60px;
  line-height: 60px;
}

.top .logo img {
  display: inline-block;
  vertical-align: middle;
}

.top .topRight {
  float: right;
  padding-top: 5px;
}

.top .topRight ul {
  width: 100%;
  overflow: hidden;
}

.top .topRight ul li {
  line-height: 18px;
  float: right;
  height: 18px;
  padding: 0 10px;
  border-left: 1px solid #999;
}

.top .topRight ul li a {
  font-weight: bold;
  font-size: 14px;
  color: #999999;
}

.top .topRight ul li:last-child {
  border: 0;
}

.top .topRight .phone {
  height: 26px;
  height: 26px;
  background: url(/images/index_06.jpg) left center no-repeat;
  padding-left: 38px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0px;
  color: #ff8002;
  margin-right: 10px;
}

.top .topRight ul li a:hover {
  color: #00a8ff;
}

.nav {
  width: 100%;
  height: 50px;
  background: #00a8ff;
}

.nav .navBox {
  width: 1250px;
  margin: 0 auto;
}

.nav .navBox ul {
  width: 100%;
  height: 50px;
}

.nav .navBox ul li {
  position: relative;
  float: left;
  height: 50px;
}

.nav .navBox ul li a.bt {
  display: block;
  height: 50px;
  padding: 0 25px;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
}

.nav .navBox ul li img {
  width: 18px;
  height: auto;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  right: 7px;
}

.nav .navBox ul li:hover a.bt {
  background: #333;
}

.nav .navBox ul li dl {
  z-index: 99;
  width: 100%;
  position: absolute;
  top: 50px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 5px 7px;
  box-sizing: border-box;
  display: none;
}

.nav .navBox ul li dl dd {
  text-align: center;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px dashed #f5f5f5;
}

.nav .navBox ul li dl dd a {
  font-size: 14px;
}

.nav .navBox ul li:hover dl {
  display: block;
}

.nav .navBox ul li dl dd a:hover {
  color: #00a8ff;
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.indexContainer {
  width: 100%;
  overflow: hidden;
}

.indexContainer .title {
  padding: 75px 0;
  text-align: center;
}

.indexContainer .layer1 {
  padding-bottom: 70px;
  width: 100%;
}

.indexContainer .title h2 {
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #333;
  font-size: 48px;

  display: inline-block;
  position: relative;
}
/*
.indexContainer .title h2:before {
  background: url(/images/a19.png);
  width: 112px;
  height: 16px;
  position: absolute;
  content: "";
  left: -132px;
  top: 50%;
  transform: translateY(-50%);
}
 */
 /*
.indexContainer .title h2:after {
  background: url(/images/a20.png);
  width: 112px;
  height: 16px;
  position: absolute;
  content: "";
  right: -132px;
  top: 50%;
  transform: translateY(-50%);
}
*/
.indexContainer .tit .title h2{ color: #fff;}



.indexContainer .title .title2 {

  text-align: center;
  height: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #333;
  font-size: 48px;
}
.indexContainer .title  .tt1{ width: 112px; height: 48px; background: url(/images/1/a/tl1.png) center center no-repeat; display: inline-block;}
.indexContainer .title  .tt2{ height: 48px;display: inline-block; padding-left: 30px; padding-right: 30px;}
.indexContainer .title  .tt3{ width: 112px; height: 48px; background: url(/images/1/a/tr1.png) center center no-repeat; display: inline-block;}

.indexContainer .tit .title  .tt1{ background: url(/images/1/a/tl2.png) center center no-repeat; display: inline-block;}
.indexContainer .tit .title  .tt2{ color: #fff;}
.indexContainer .tit .title  .tt3{ background: url(/images/1/a/tr2.png) center center no-repeat; display: inline-block;}

.indexContainer .title p {
  padding-top: 25px;
  text-align: center;
  font-size: 18px;
  color: #999;
}

.indexContainer .layer1 ul {
  width: 1250px;
  margin: 0 auto;
}

.indexContainer .layer1 ul li {
  cursor: pointer;
  transition: 0.5s;
  height: 275px;
  position: relative;
  border-radius: 20px 0 20px 0;
  background: #f2f2f2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 220px;
  float: left;
  margin-right: 37.5px;
  margin-bottom: 40px;
}

.indexContainer .layer1 ul li:nth-child(5n) {
  margin-right: 0;
}

.indexContainer .layer1 ul li .icon {
  width: 100%;
  height: 150px;
  position: relative;
}

.indexContainer .layer1 ul li .icon img {
  position: absolute;
  display: block;
  opacity: 1;
  transition: 0.5s;
}

.indexContainer .layer1 ul li .icon img.on {
  opacity: 0;
}

.indexContainer .layer1 ul li img.hot {
  position: absolute;
  right: 12px;
  top: -5px;
}

.indexContainer .layer1 ul li .text h2 {
  text-align: center;
  transition: 0.5s;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  padding-bottom: 15px;
}

.indexContainer .layer1 ul li .text p {
  transition: 0.5s;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  color: #999;
}

.indexContainer .layer1 ul li:hover {
  background: #00a8ff;
}

.indexContainer .layer1 ul li:hover .icon img {
  opacity: 0;
}

.indexContainer .layer1 ul li:hover .icon img.on {
  opacity: 1;
}

.indexContainer .layer1 ul li:hover .text h2 {
  color: #fff;
}

.indexContainer .layer1 ul li:hover .text p {
  color: #fff;
}

.indexContainer .layer2 {
  background: url(/images/fd.jpg);
  height: 950px;
  width: 100%;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.indexContainer .layer2 .title h2 {
  color: #fff;

}

.indexContainer .layer2 .title p {
  color: #fff;
}

.indexContainer .layer2 .layer2Box {
  width: 1200px;
  margin: 0 auto;
}

.indexContainer .layer2 .layer2Left {
  padding: 0 35px;
  box-sizing: border-box;
  width: 845px;
  float: left;
  height: 630px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 25px 0 0 25px;
}

.indexContainer .layer2 .bt {
  overflow: hidden;
  padding: 30px 0;
}

.indexContainer .layer2 .bt span {
  width: 120px;
  height: 38px;
  float: left;
  text-align: center;
  line-height: 38px;
  font-size: 22px;
  color: #fff;
  display: block;
  border-radius: 6px;
  background: #00a8ff;
}

.indexContainer .layer2 .bt a {
  display: inline-block;
  float: right;
  margin-top: 12px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.indexContainer .layer2 .layer2Left ul {
  width: 100%;
  overflow: auto;
}

.indexContainer .layer2 .layer2Left ul li {
  margin-bottom: 45px;
  margin-right: 45px;
  float: left;
  width: 158px;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.indexContainer .layer2 .layer2Left ul li .icon {
  width: 158px;
  height: 158px;
  position: relative;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  border-bottom: 8px solid #ccc;
  transition: 0.5s;
}

.indexContainer .layer2 .layer2Left ul li .icon img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
 width: 130px;
 height: 130px;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.indexContainer .layer2 .layer2Left ul li:nth-child(4n) {
  margin-right: 0;
}

.indexContainer .layer2 .layer2Left ul li p {
  transition: 0.5s;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  font-size: 16px;
  color: #fff;
}

.indexContainer .layer2 .layer2Left ul li:hover .icon {
  border-bottom: 8px solid #00a8ff;
}

.indexContainer .layer2 .layer2Left ul li:hover p {
  color: #00a8ff;
}

.indexContainer .layer2 .layer2Right {
  border-radius: 0 30px 30px 0;
  width: 322px;
  height: 630px;
  float: right;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
}

.indexContainer .layer2 .layer2Right .RightBox {
  background: url(/images/bor_03.png) bottom center no-repeat;
  background-size: 100% auto;
  padding: 20px 0 20px;
  width: 100%;
}

.indexContainer .layer2 .layer2Right .RightBox h2 {
  font-size: 18px;
  color: #ff8002;
  margin-bottom: 15px;
}

.indexContainer .layer2 .layer2Right .RightBox ul {
  overflow: hidden;
}

.indexContainer .layer2 .layer2Right .RightBox ul li {
  float: left;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.indexContainer .layer2 .layer2Right .RightBox ul li a {
  font-size: 14px;
  color: #fff;
}


.indexContainer .layer2 .layer2Right .RightBox ul li a:hover {
  color: #00a8ff;
}

.indexContainer .layer3 {
  overflow: hidden;
  padding-bottom: 115px;
  width: 100%;
  position: relative;
}

.layer3Boxbg {
  width: 100%;
  height: 270px;
  position: absolute;
  top: 340px;
  background: #f2f2f2;
  z-index: 1;
}

.layer3Box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.layer3Box .icon {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 400px;
  float: left;
  overflow: hidden;
  border-radius: 10px;
}

.layer3Box .icon img {
  display: block;
  width: 100%;
  height: auto;
}

.layer3Box .text {
  width: calc(100% - 400px);
  float: left;
  padding-left: 80px;
  box-sizing: border-box;
}

.layer3Box .text .bt {
  height: 105px;
  width: 100%;
}

.layer3Box .text .bt ul {
  width: 100%;
  overflow: hidden;
}

.layer3Box .text .bt ul li {
  float: left;
  height: 24px;
  line-height: 24px;
  padding-left: 42px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-right: 65px;
}

.layer3Box .text .bt ul li:nth-child(1) {
  background: url(/images/sz.png) left center no-repeat;
}

.layer3Box .text .bt ul li:nth-child(2) {
  background: url(/images/sz2.png) left center no-repeat;
}

.layer3Box .text .bt p {
  padding-top: 25px;
  font-size: 18px;
  color: #333;
}

.layer3Box .text .nr {
  padding-top: 44px;
}

.layer3Box .text .nr span {
  width: 120px;
  height: 38px;
  text-align: center;
  background: #00a8ff;
  border-radius: 5px;
  color: #fff;
  line-height: 38px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  display: block
}

.layer3Box .text .nr p {
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

.layer3Box .text .nrList {
  position: relative;
    margin: 55px auto 0 auto;
    width: 640px;
}

.layer3Box .text .nrList .swiper-container {
  overflow: hidden;
}

.layer3Box .text .nrList img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.layer3Box .text .nrList .swiper-slide.on img {
  border: 2px solid #00a8ff;
}

.layer3Box .text .nrList .swiper-slide.swiper-slide-active img {
  border: 2px solid #00a8ff;
}

.layer3Box .text .nrList .swiper-button-next {
  background: url(/images/lsyou.png);
  width: 26px;
  height: 26px;
  right: -57px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.layer3Box .text .nrList .swiper-button-prev {
  background: url(/images/lszuo.png);
  width: 26px;
  height: 26px;
  left: -57px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.indexContainer .layer4 {
  padding-bottom: 80px;
  overflow: hidden;
  width: 100%;
  background: url(/images/fdal.jpg) top center no-repeat;
}

.indexContainer .layer4 .title h2 {
  color: #fff;
  background: url(/images/titBg_03.png) center center no-repeat;
}

.indexContainer .layer4 .title p {
  color: #fff;
}

.indexContainer .layer4 .layer4Box {
  width: 1280px;
  margin: 0 auto;
}

.indexContainer .layer4 .layer4Box .layer4Left {
  float: left;
  width: 875px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: ;
}

.indexContainer .layer4 .layer4Box .layer4Left table {
  width: 100%;
}

.indexContainer .layer4 .layer4Box .layer4Left table th {
  text-align: center;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-weight: normal;
}

.indexContainer .layer4 .layer4Box .layer4Left table th:first-child {
  border-radius: 10px 0 0 10px;
}

.indexContainer .layer4 .layer4Box .layer4Left table th:last-child {
  border-radius: 0 10px 10px 0;
}

.indexContain.indexContainer .layer4 .layer4Box .layer4Lefter .layer4 .layer4Box .layer4Left table th:last-child {
  border-radius: 0 10px 10px 0;
}

.indexContainer .layer4 .layer4Box .layer4Left table tr td {
  text-align: left;
  font-size: 14px;
  color: #333;
  height: 53.5px;
  border-bottom: 1px solid #d7d7d7;
  color: #333;
  background: #fff;
  padding-left: 20px;
}

.indexContainer .layer4 .layer4Box .layer4Left table tr .br:first-child {
  border-radius: 10px 0 0 0;
}

.indexContainer .layer4 .layer4Box .layer4Left table tr .br:last-child {
  border-radius: 0 10px 0 0;
}

.indexContainer .layer4 .layer4Box .layer4Left table tr td img {
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 6px;
  width: 18px;
  height: 18px;
}

.indexContainer .layer4 .layer4Box .layer4Left table tr td span {
  font-size: 14px;
  color: #ff8002;
}

.indexContainer .layer4 .layer4Box .layer4Left table tr td a {

}

.indexContainer .layer4 .layer4Right {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  float: right;
  width: 385px;
}

.indexContainer .layer4 .layer4Right .bt {
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-weight: bold;
}

.indexContainer .layer4 .layer4Right .list {
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px 20px;
  background: #e0e0e0;
}

.indexContainer .layer4 .layer4Right .list .nr {
  width: 100%;
  background: #fff;
  padding: 8px;
  box-sizing: border-box;
}

.indexContainer .layer4 .layer4Right .list .nr .icon {
  width: 100%;
  height: auto;
}


.indexContainer .layer4 .layer4Right .list .nr .icon img {
  display: block;
  width: 100%;
  height: auto;
}

.indexContainer .layer4 .layer4Right .list .nr ul {
  width: 100%;
}

.indexContainer .layer4 .layer4Right .list .nr ul li {
  padding-bottom: 9.5px;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.indexContainer .layer4 .layer4Right .list .nr ul li h2 {
  height: 28px;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.indexContainer .layer4 .layer4Right .list .nr ul li p {
  padding-top: 9.5px;
  font-size: 12px;
  color: #999;
  width: 250px;
  display: inline-block;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.indexContainer .layer4 .layer4Right .list .nr ul li a {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;

  color: #ccc;
  line-height: 22px;
}

.indexContainer .layer4 .layer4Right .list .nr ul li:first-child p {
  padding-top: 0;
}

.indexContainer .layer5 {
  width: 100%;
  background: #f2f2f2;
  padding: 80px 0;
}

.indexContainer .layer5 .layer5Box {
  width: 1200px;
  margin: 0 auto;
}

.indexContainer .layer5 .layer5Box .Main {
  overflow: hidden;
  width: 100%;
}

.indexContainer .layer5 .layer5Box .Main .icon {
  overflow: hidden;
  float: left;
  width: 425px;
  height: 365px;
}

.indexContainer .layer5 .layer5Box .Main .icon:hover img {
  transform: scale(1.1);
}

.indexContainer .layer5 .layer5Box .Main .icon img {
  transition: 0.5s;
  display: block;
  width: 100%;
  height: 100%;
}

.indexContainer .layer5 .layer5Box .Main .text {
  width: calc(100% - 425px);
  float: left;
  box-sizing: border-box;
  background: #fff;
  height: 365px;
  padding: 40px 50px 0 50px;
  box-sizing: border-box;
}

.indexContainer .layer5 .layer5Box .Main .text .tit {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  height: 38px;
}

.indexContainer .layer5 .layer5Box .Main .text .tit span {
  display: block;
  width: 145px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  float: left;
  border-radius: 5px;
  background: #333;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.indexContainer .layer5 .layer5Box .Main .text .tit .More {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
  line-height: 22px;
  color: #ccc;
  border-bottom: 1px solid #ccc;
}

.indexContainer .layer5 .layer5Box .Main .text p {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 28px;
  color: #333;
}

.indexContainer .layer5 .layer5Box .Main .text p span {
  margin: 0 10px;
  color: #00a8ff;
  font-size: 18px;
}

.indexContainer .layer5 .layer5Box .Main .text ul {
  padding-top: 30px;
  overflow: hidden;
}

.indexContainer .layer5 .layer5Box .Main .text ul li {
  text-align: center;
  width: 33%;
  float: left;
  height: 60px;
  border-right: 1px solid #dedede;
}

.indexContainer .layer5 .layer5Box .Main .text ul li .tp {
  vertical-align: top;
  display: inline-block;
  height: 60px;
  margin-right: 15px;
}

.indexContainer .layer5 .layer5Box .Main .text ul li .tp img {
  width: 56px;
  height: 56px;
}

.indexContainer .layer5 .layer5Box .Main .text ul li .nr {
  vertical-align: top;
  display: inline-block;
}

.indexContainer .layer5 .layer5Box .Main .text ul li .nr h2 {
  text-align: left;
  line-height: 35px;
  font-size: 22px;
  font-weight: bold;
  color: #00a8ff;
}

.indexContainer .layer5 .layer5Box .Main .text ul li .nr h3 {
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  color: #666;
}

.indexContainer .layer5 .layer5Box .Main .text ul li:last-child {
  border: none;
}

.indexContainer .layer5 .layer5Lc {
  margin-top: 70px;
  background: url(/images/lcBg_07.jpg) 25px center no-repeat;
  height: 72px;
  padding-left: 185px;
  box-sizing: border-box;
  position: relative;
}

.indexContainer .layer5 .layer5Lc ul {
  position: relative;
  z-index: 2;
  width: 100%;
}

.indexContainer .layer5 .layer5Lc .bor {
  width: calc(100% - 305px);
  left: 185px;
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  border-bottom: 1px dashed #909090;
}

.indexContainer .layer5 .layer5Lc ul li {
  cursor: pointer;
  background: url(/images/lc1.png);
  width: 73px;
  height: 73px;
  float: left;
  transition: 0.5s;
  position: relative;
  margin-right: 39px;
  box-shadow: -19px 19px 19px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.indexContainer .layer5 .layer5Lc ul li:last-child {
  margin-right: 0;
}

.indexContainer .layer5 .layer5Lc ul li span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #333;
  line-height: 16px;
  transition: 0.5s;
  text-align: center;
}

.indexContainer .layer5 .layer5Lc ul li:nth-child(2n) {
  background: url(/images/lc3.png);
}

.indexContainer .layer5 .layer5Lc ul li:hover {
  background: url(/images/lc2.png);
}

.indexContainer .layer5 .layer5Lc ul li:hover span {
  color: #00a8ff;
}

.indexContainer .layer6 {
  background: url(/images/ysbj.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  padding-bottom: 75px;
}

.indexContainer .layer6 .title h2 {
  color: #fff;
  background: url(/images/titBg_03.png) center center no-repeat;
}

.indexContainer .layer6 .title p {
  color: #fff;
}

.indexContainer .layer6 ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.indexContainer .layer6 ul li {
  width: 20%;
  float: left;
  height: 240px;
  transition: 0.5s;
  background: #e0e0e0;
}

.indexContainer .layer6 ul li:nth-child(2n) {
  background: #fff;
}

.indexContainer .layer6 ul li .icon {
  width: 100%;
  height: 120px;
  position: relative;
}

.indexContainer .layer6 ul li .icon img {
  opacity: 1;
  transition: 0.5s;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.indexContainer .layer6 ul li .icon img.on {
  opacity: 0;
}

.indexContainer .layer6 ul li .text h2 {
  transition: 0.5s;
  font-weight: bold;
  text-align: center;
  transition: 0.5s;
  font-size: 16px;
  text-align: center;
  color: #333;
  padding-bottom: 15px;
}

.indexContainer .layer6 ul li .text p {
  transition: 0.5s;
  text-align: center;
  line-height: 22px;
  color: #666;
  font-size: 14px;
}

.indexContainer .layer6 ul li:hover .icon img {
  opacity: 0;
}

.indexContainer .layer6 ul li:hover .icon img.on {
  opacity: 1;
}

.indexContainer .layer6 ul li:hover {
  background: #00a8ff;
}

.indexContainer .layer6 ul li:hover .text h2 {
  color: #fff;
}

.indexContainer .layer6 ul li:hover .text p {
  color: #fff;
}

.indexContainer .layer7 {
  padding-bottom: 70px;
  overflow: hidden;
  width: 100%;
  background: ur;
}

.indexContainer .layer7Box {
  width: 1200px;
  margin: 0 auto;
}

.indexContainer .layer7Left {
  width: 790px;
  float: left;
}

.indexContainer .layer7 .tit {
  width: 100%;
  height: 38px;
  margin-bottom: 40px;
  position: relative;
}

.indexContainer .layer7 .tit span {
  display: block;
  width: 125px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  float: left;
  border-radius: 5px;
  background: #333;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.indexContainer .layer7 .tit .more {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.indexContainer .layer7 .tit .more1 {
  height: 24px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  color: #ccc;
}

.indexContainer .layer7 .tit .more2 {
  width: 56px;
  height: 20px;
  border: 1px solid #ccc;
  color: #ccc;
  text-align: center;
  line-height: 20px;
}

.indexContainer .layer7Left .nr {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.indexContainer .layer7Left .nr ul {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #999;
}

.indexContainer .layer7Left .nr ul li {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.indexContainer .layer7Left .nr ul li:last-child {
  margin-right: 0;
}

.indexContainer .layer7Left .nr ul li .icon {
  width: 100%;
  position: relative;
  height: 190px;
}

.indexContainer .layer7Left .nr ul li .icon p {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  color: #fff;
}

.indexContainer .layer7Left .nr ul li .icon p span {
  display: inline-block;
  float: right;
  color: #fff;
}

.indexContainer .layer7Left .nr ul li .icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.indexContainer .layer7Left .nr ul li .text {
  padding: 25px 0 10px 0;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  height: 85px;
  overflow: hidden;
}

.indexContainer .layer7Left .nr dl {
  overflow: hidden;
  width: 100%;
}

.indexContainer .layer7Left .nr dl dd {
  border-bottom: 1px solid #ddd;
  width: 32%;
  float: left;
  margin-right: 2%;
  padding: 25px 0 20px 0;
  height: 100px;
  overflow: hidden;
}

.indexContainer .layer7Left .nr dl dd h2 {
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.indexContainer .layer7Left .nr dl dd h2 span {
  display: inline-block;
  float: right;
}

.indexContainer .layer7Left .nr dl dd p {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

.indexContainer .layer7Left .nr dl dd:nth-child(3n) {
  margin-right: 0;
}

.indexContainer .layer7Left .nr dl dd:hover h2 {
  color: #00a8ff;
}

.indexContainer .layer7Right {
  float: right;
  width: 380px;
}

.indexContainer .layer7Right ul {
  width: 100%;
}

.indexContainer .layer7Right ul li {
  padding: 19px 0;
  border-bottom: 1px dashed #e7e7e7;
}

.indexContainer .layer7Right ul li h2 {
  cursor: pointer;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  position: relative;
  padding-left: 32px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
}

.indexContainer .layer7Right ul li h2 span {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #000000;
}

.indexContainer .layer7Right ul li p {
  display: none;
  margin-top: 10px;
  height: auto;
  overflow: hidden;
  line-height: 20px;
  position: relative;
  padding-left: 32px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  color: #999;
}

.indexContainer .layer7Right ul li p span {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #000000;
}

.indexContainer .layer7Right ul li:hover h2 {
  color: #00a8ff;
}

.indexContainer .layer7Right ul li:hover h2 span {
  background: #ff8002;
}

.indexContainer .layer7Right ul li:hover p {
  color: #00a8ff;
}

.indexContainer .layer7Right ul li:hover p span {
  background:#ff8002;
}

.indexContainer .layer7Right ul li.on p {
  display: block;
}

.layer8 {
  width: 100%;
}

.layer8 img {
  display: block;
  width: 100%;
  height: auto;
}

.friendLink {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
  background: #f0f0f0;
}

.friendLink ul {
  width: 1200px;
  margin: 0 auto;
}

.friendLink ul li {
  float: left;
  margin-right: 15px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
}

.friendLink ul li a {
  font-size: 14px;
  color: #999;
}

.footer {
  width: 100%;
  padding-top: 32px;
  background: #2f2f2f;
}

.footer .footerBox {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.footer .footerNav {
  float: left;
}

.footer .footerNav ul {
  float: left;
  margin-right: 110px;
}

.footer .footerNav ul h2 {
  font-size: 18px;
  color: #fff;
}

.footer .footerNav ul li {
  margin-top: 20px;
}

.footer .footerNav ul li a {
  font-size: 14px;
  color: #ccc;
  transition: 0.5s;
}

.footer .footerNav ul li a:hover {
  color: #ff8002;
}

.footer .footerCode {
  float: right;
}

.footer .footerCode ul {
  float: right;
  overflow: hidden;
}

.footer .footerCode ul li {
  float: left;
  width: 150px;
  margin-left: 17px;
}

.footer .footerCode ul li p {
  text-align: center;
  padding-top: 10px;
  color: #fff;
}

.footer .copyRight {
  width: 1200px;
  border-top: 1px solid #ccc;
  margin: 20px auto 0 auto;
}

.footer .copyRight ul {
  text-align: center;
}

.footer .copyRight ul li {
  display: inline-block;
  margin: 0 35px;
  color: #ccc;
  line-height: 50px;
}

.banner img.AppImg {
  display: none;
}

.AppTop {
  display: none;
}

.sideBar {
  display: none;
}

.indexContainer .layer4 .AppEnter {
  display: none;
}

.indexContainer .layer3 .AppEnter {
  display: none;
}

/*coach*/
.banner1 {
  background: url(/images/banner1.png) no-repeat center center;
  height: 360px;
  background-size: cover;
}

.dqwz {
  background: #f0f0f0;
}

.dqwz p {
  overflow: hidden;
  width: 1190px;
  margin: 0 auto;
  line-height: 58px;
  font-size: 24px;
  color: #333;
}

.dqwz p img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
}

.fr {
  float: right;
}

.dqwz span {
  font-size: 16px;
  color: #999999;
}

.dqwz span a {
  color: #999;
}

.dqwz a:hover {
  color: #00a8ff;
}

.dqwz b {
  padding: 0 5px;
}

.hckc_tit {
  padding-top: 60px;
}

.hckc_tit ul {
  overflow: hidden;
  margin-left: -32px;
}

.hckc_tit li {
  float: left;
  padding-left: 32px;
  width: 14.28%;
}

.hckc_tit img {
  width: 100%;
}

.hckc_tit a {
  display: block;
  position: relative;
  text-align: center;
  border: 3px solid transparent;
  transition: All 0.4s ease-in-out;
}

.hxkc {
  width: 1190px;
  margin: 0 auto;
}

.hckc_tit p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  transition: All 0.4s ease-in-out;
}

.hckc_tit li.cur a {
  border: 3px solid #00aaff;
}

.hckc_tit li.cur a p {
  color: #00aaff;
}

.hckc_tit a:hover {
  border: 3px solid #00aaff;
}

.hckc_tit a:hover p {
  color: #00aaff;
}

.hxkc_bt {
  text-align: center;
  padding: 88px 0 78px;
}

.hxkc_bt h2 {
  font-weight: bold;
  font-size: 46px;
  color: #333;
  margin-bottom: 30px;
 /* background: url(/images/a8.jpg) no-repeat center center;*/
}

.hxkc_bt p {
  font-size: 20px;
  color: #999;
}

.lxnr_tit ul {
  border-top: 2px solid #00a8ff;
  overflow: hidden;
}

.lxnr_tit li {
  width: 25%;
  text-align: center;
  float: left;
}

.lxnr_tit a {
  display: block;
  position: relative;
  padding-top: 29px;
  text-align: center;
}

.lxnr_tit h2 {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  margin-bottom: 12px;
}

.lxnr_tit p {
  font-size: 14px;
  color: #999;
}

.lxnr_tit a:before {
  width: 38px;
  height: 9px;
  background: #999999;
  top: -2px;
  left: 50%;
  margin-left: -19px;
  position: absolute;
  content: "";
}

.lxnr_tit li.cur p {
  color: #00a8ff;
}

.lxnr_tit li.cur h2 {
  color: #00a8ff;
}

.lxnr_tit li.cur a:before {
  background: #ff8002;
}

.lxnrbox {
  overflow: hidden;
  padding: 60px 0 45px;
  position: relative;
}

.lxnr_left ul {
  overflow: hidden;
}

.lxnr_left li {
  float: left;
  width: 327px;
  padding-bottom: 15px;
}

.lxnr_left span {
  display: block;
  position: relative;
  cursor: pointer;
}

.lxnr_left p {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 84px;
  font-weight: bold;
  color: #fff;
}

.lxnr_left p:before {
  border-bottom: 4px solid #fff;
  width: 36px;
  left: 50%;
  margin-left: -18px;
  bottom: 0;
  position: absolute;
  content: "";
  border-radius: 2px;
}

.lxnr_left ul li:nth-child(2n) {
  float: right;
}

.lxnr_left ul li:nth-child(3) {
  clear: both;
}

.lxnr_left img {
  width: 100%;
}

.xnr_zhang {
  position: absolute;
  width: calc(100% - 674px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.xnr_box {
  position: relative;
  animation: fadeIn .25s, 100ms;
}

.xnr_box img {
  width: 100%;
}

.xnr_text {
  padding: 0 60px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.xnr_text p {
  font-size: 16px;
  line-height: 34px;
  color: #fff;
}

.zdrq h2 {
  font-size: 20px;
  line-height: 74px;
  color: #01a6ff;
  font-weight: bold;
  border-bottom: 2px dashed #98999b;
}

.zdrq ul {
  overflow: hidden;
  padding: 20px 0;
}

.zdrq li {
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 34px;
  padding-left: 22px;
  color: #fff;
  background: url(/images/a9.png) no-repeat left center;
}

.zdrq a {
  display: block;
  width: 175px;
  line-height: 50px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  background: #ff8002;
  font-weight: bold;
  font-size: 18px;
}

.zdrq img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  width: 18px;
}

.jta {
  position: absolute;
  width: 13px;
  left: 0px;
  top: 95px;
}

.jtb {
  position: absolute;
  width: 13px;
  right: 0px;
  top: 95px;
}

.jtc {
  position: absolute;
  width: 13px;
  left: 0px;
  bottom: 95px;
}

.jtd {
  position: absolute;
  width: 13px;
  right: 0px;
  bottom: 95px;
}

.lxnr_left li.cur span p {
  color: #00A8FF;
}

.lxnr_left li.cur span p:before {
  border-bottom: 4px solid #ff8002;
}
.lxnr_left li span p:before {
  border-bottom: 4px solid #fff;
}

.rmzy_bj {
  background: url(/images/bj2.jpg) no-repeat center center;
  background-size: cover;
}

.rmzy {
  width: 1190px;
  margin: 0 auto;
}

.rmzy_tit {
  text-align: center;
  padding: 75px 0;
}

.rmzy_tit h2 {
  font-weight: bold;
  font-size: 46px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
/*
.rmzy_tit h2:before {
  background: url(/images/a13.png);
  width: 112px;
  height: 16px;
  position: absolute;
  content: "";
  left: -132px;
  top: 50%;
  transform: translateY(-50%);
}

.rmzy_tit h2:after {
  background: url(/images/a14.png);
  width: 112px;
  height: 16px;
  position: absolute;
  content: "";
  right: -132px;
  top: 50%;
  transform: translateY(-50%);
}
*/
.rmzy_tit p {
  font-size: 20px;
  color: #999;
}

.rmzy_nr {
  overflow: hidden;
  padding-bottom: 110px;
}

.rmzy_left {
  background: url(/images/a15.png);
  width: 566px;
  height: 784px;
  border-radius: 15px;
  background-size: 100% 100%;
  float: left;
}

.rmzy_text {
  padding: 110px 0 0 100px;
  display: none;
}

.rmzy_text li {
  line-height: 40px;
  font-size: 16px;
}

.rmzy_text a {
  color: #fff;
}

.rmzy_text a:hover {
  color: #02a8fe;
}

.rmzy_right {
  float: right;
  width: 560px;
}

.zybt h2 {
  padding: 50px 0 18px;
  font-size: 24px;
  color: #fff;
}

.zybt h2 span {
  font-weight: bold;
  font-size: 36px;
  color: #ff8002;
}

.zybt a {
  float: right;
  width: 60px;
  line-height: 19px;
  color: #cccccc;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}

.zybox li {
  padding-bottom: 40px;
  cursor: pointer;
  margin-bottom: 20px;
}

.zyxq {
  overflow: hidden;
  position: relative;
}

.skxq {
  height: 116px;
  margin-left: 42px;
  border-radius: 10px;
  background: #fff;
  padding: 30px 40px 0 75px;
}

.skxq p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.zyxq span {
  display: block;
  position: absolute;
  width: 84px;
  height: 84px;
  background: #00a8ff;
  line-height: 84px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  border-radius: 50%;
}

.zyxq:hover span {
  background: #ff8002;
}

.zyxq:hover .skxq {
  background: #00a8ff;
}

.zyxq:hover .skxq p {
  color: #fff;
}

.rmyx {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.rmys_text {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  padding: 0 30px;
  transition: All 0.4s ease-in-out;
}

.rmys_text span {
  width: 104px;
  height: 104px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #ff8002;
  display: block;
  border-radius: 50%;
  top: -52px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
  transition: All 0.4s ease-in-out;
}

.rmys_text em {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 59px;
  transition: All 0.4s ease-in-out;
}

.rmys_text em img {
  width: 100%;
}

.rmys_text b {
  width: 72px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  transition: All 0.4s ease-in-out;
}

.rmys_text b img {
  width: 100%;
}

.rmys_bt {
  border-bottom: 1px dashed #999;
  padding-bottom: 15px;
  text-align: center;
  margin-top: -30px;
}

.rmys_bt h2 {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.rmys_bt h2 .w1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis; display: inline-block; width: 100%;}

.ymys_xq {
  padding: 25px 0 30px;
}

.ymys_xq h3 {
  overflow: hidden;
  margin-bottom: 20px;
}

.ymys_xq i {
  float: left;
  width: 73px;
  line-height: 23px;
  color: #fff;
  background: #00a8ff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.ymys_xq a {
  font-size: 12px;
  line-height: 23px;
  color: #999;
  text-decoration: underline;
}

.ymys_xq p {
  font-size: 14px;
  color: #999999;
  line-height: 2;
  height: 84px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
  word-break: break-all;
}

.fgt {
  height: 105px;
}

.rmys_text:hover {
  background: #00a8ff;
}

.rmys_text:hover b {
  opacity: 1;
}

.rmys_text:hover em {
  opacity: 0;
}

.rmys_text:hover a {
  color: #fff;
}

.rmys_text:hover h2 {
  color: #fff;
}

.rmys_text:hover p {
  color: #fff;
}

.rmys_text:hover i {
  color: #ff8002;
  background: #fff;
}

.rmys_text:hover .rmys_bt {
  border-bottom: 1px dashed #fff;
}

.rmyx_nr {
  position: relative;
}

.rmyx_nr .swiper {
  overflow: hidden;
  padding: 52px 10px 0 10px;
}

.rmyx_nr .swiper-button-next {
  background: url(/images/right.png);
  width: 65px;
  height: 65px;
  background-size: 100%;
  right: -80px;
  margin-top: -60px;
}

.rmyx_nr .swiper-button-prev {
  background: url(/images/left.png);
  width: 65px;
  height: 65px;
  background-size: 100%;
  left: -80px;
  margin-top: -60px;
}

.lcfw_bj {
  background: #f2f2f2;
}

.lcfw {
  width: 1200px;
  margin: 0 auto;
}

.lcfw_tit {
  text-align: center;
  padding: 75px;
}

.lcfw_tit h2 {
  font-weight: bold;
  font-size: 46px;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
/*
.lcfw_tit h2:before {
  background: url(/images/a19.png);
  width: 112px;
  height: 10px;
  position: absolute;
  content: "";
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
}

.lcfw_tit h2:after {
  background: url(/images/a20.png);
  width: 112px;
  height: 10px;
  position: absolute;
  content: "";
  right: -165px;
  top: 50%;
  transform: translateY(-50%);
}
 */
.lcfw_tit p {
  font-size: 20px;
  color: #999;
}

.lcfw_nr {
  padding-bottom: 73px;
}

.lcfw_nr img {
  width: auto;
}

.lcfw_nr a {
  display: block;
  text-align: center;
  color: #fff;
  text-align: center;
  width: 195px;
  line-height: 46px;
  background: #00a8ff;
  border-radius: 23px;
  font-weight: bold;
  font-size: 20px;
  margin: 80px auto 0 auto;
}

.cgal {
  padding-bottom: 100px;
}

.cgal_bj {
  background: #f2f2f2;
}

.cgal_box {
  width: 1190px;
  margin: 0 auto;
  height: 348px;
}

.cgal_right {
  float: right;
  width: 260px;
  position: relative;
  height: 348px;
  padding-top: 27px;
}

.cgalxx {
  background: #fff;
  overflow: hidden;
  padding: 20px 25px;
  cursor: pointer;
}

.cgalxx img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
}

.cgaltext {
  float: right;
  width: calc(100% - 75px);
}

.cgaltext h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  color: #333;
}

.cgaltext p {
  color: #999;
}

.cgal_right .swiper {
  height: 294px;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.cgal_right .swiper-button-next {
  background: url(/images/xy1.png);
  width: 50px;
  height: 20px;
  left: 50%;
  margin-left: -25px;
  top: 0;
  margin-top: -10px;
}

.cgal_right .swiper-button-prev {
  background: url(/images/xy2.png);
  width: 50px;
  height: 20px;
  left: 50%;
  margin-left: -25px;
  top: auto;
  margin-bottom: -10px;
  bottom: 0;
}

.cgal_right .cur .cgalxx {
  background: #00a8ff;
}

.cgal_right .cur h2 {
  color: #fff;
}

.cgal_right .cur p {
  color: #fff;
}

.cgal_left {
  float: left;
  overflow: hidden;
  width: calc(100% - 315px);
}

.cgtp {
  width: 348px;
  float: left;
}

.cgtp img {
  width: 348px;
  height: 348px;
  border-radius: 50%;
}

.cgtext {
  float: right;
  width: calc(100% - 400px);
  padding-top: 50px;
}

.cgtext ul {
  overflow: hidden;
  margin-left: -50px;
  padding-bottom: 50px;
}

.cgtext li {
  float: left;
  font-size: 16px;
  padding-left: 50px;
  font-weight: bold;
}

.cgtext u li a {
  color: #333;
}

.cgtext ul li a img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}

.cgtext h2 {
  overflow: hidden;
  margin-bottom: 25px;
}

.cgtext h2 span {
  float: left;
  text-align: center;
  color: #fff;
  width: 122px;
  line-height: 38px;
  background: #00a8ff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
}

.cgtext h2 a {
  float: right;
  width: 60px;
  line-height: 19px;
  color: #cccccc;
  border: 1px solid #cccccc;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  transition: All 0.4s ease-in-out;
}

.cgtext h2 a:hover {
  color: #fff;
  background: #00A8FF;
  border: 1px solid #00A8FF;
}

.cgtext p {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-align: justify;
  word-break: break-all;
}

.qhnr {
  overflow: hidden;
  animation: fadeIn .25s, 100ms;
}

.zxwd_bj {
  background: url(/images/zxbj.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 30px;
}

.zxwd {
  width: 1190px;
  margin: 0 auto;
}

.zxwd_nr {
  overflow: hidden;
  padding-bottom: 105px;
}

.zxwd_left {
  width: 60%;
  padding-right: 15px;
  float: left;
}

.zxwd_tit h2 {
  overflow: hidden;
  padding-bottom: 27px;
}

.zxwd_tit span {
  float: left;
  line-height: 38px;
  width: 150px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #00a8ff;
  font-size: 20px;
}

.zxwd_tit img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 12px 0 0;
}

.zxwd_tit a {
  float: right;
  font-size: 14px;
  color: #cccccc;
  text-decoration: underline;
  padding: 10px 0;
  margin-top: 10px;
}

.zxwd_tit a:hover {
  color: #00A8FF;
}

.zxwd_nrb {
  padding: 20px 55px;
  background: rgba(0, 0, 0, .6);
}

.zxwd_nrb li {
  overflow: hidden;
  line-height: 62px;
  font-size: 16px;
  background: url(/images/a28.png) no-repeat left bottom;
  background-size: 100% auto;
}

.zxwd_nrb li a {
  float: left;
  color: #fff;
  width: 490px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zxwd_nrb li a:hover {
  color: #039ae9;
}

.zxwd_nrb li a:hover b {
  color: #fff;
  background: #ff8002;
}

.zxwd_nrb li b {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #9a9a9a;
  margin: -3px 20px 0 0;
}

.zxwd_nrb span {
  float: right;
  color: #999;
}

.zxwd_right {
  float: right;
  width: 40%;
  padding-left: 15px;
}

.zxwd_titb h2 {
  overflow: hidden;
  padding-bottom: 27px;
}

.zxwd_titb span {
  float: left;
  line-height: 38px;
  width: 150px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #00a8ff;
  font-size: 20px;
}

.zxwd_titb img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 12px 0 0;
}

.zxwd_titb a {
  float: right;
  font-size: 12px;
  color: #cccccc;
  text-align: center;
  margin-top: 10px;
  width: 59px;
  line-height: 19px;
  border: 1px solid #ccc;
  transition: All 0.4s ease-in-out;
}

.zxwd_titb a:hover {
  color: #fff;
  background: #00A8FF;
  border: 1px solid #00A8FF;
}

.zxwd_nrc {
  padding: 20px 55px;
  background: rgba(0, 0, 0, .6);
  margin-top: 6px;
}

.zxwd_nrc li {
  overflow: hidden;
  line-height: 62px;
  font-size: 16px;
  background: url(/images/a27.png) no-repeat left bottom;
  background-size: 100% auto;
}

.zxwd_nrc li a {
  display: block;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zxwd_nrc li a:hover {
  color: #039ae9;
}

.zxwd_nrc li a:hover b {
  color: #fff;
  background: #ff8002;
}

.zxwd_nrc li b {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #9a9a9a;
  margin: -3px 20px 0 0;
}

/*science*/
.banner2 {
  background: url(/images/banner2.png) no-repeat center center;
  height: 360px;
  background-size: cover;
}

.lwnt {
  width: 1340px;
  margin: 0 auto;
}


.xzkc_bj {
  background: url(/images/bj3.jpg) no-repeat content-box content-box;
  background-size: cover;
}

.xzkc {
  width: 1200px;
  margin: 0 auto;
}

.xzkc_nr {
  overflow: hidden;
  padding-bottom: 95px;
}

.zxkc_right {
  float: right;
  background: url(/images/a31.png);
  width: 619px;
  height: 689px;
  background-size: 100% 100%;
  padding: 70px 80px 0 80px;
  display: none;
}

.zxkc_right li {
  padding-bottom: 45px;
}

.zxkc_right ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  background: url(/images/kc2.png) no-repeat left top;
  height: 42px;
  padding-left: 55px;
}

.zxkc_right ul li a:hover {
  background: url(/images/kc.png) no-repeat left top;
  color: #00a8ff;
}

.zxbtn {
  display: block;
  width: 185px;
  line-height: 46px;
  border-radius: 23px;
  color: #fff;
  font-size: 22px;
  margin: 0 auto 0 auto;
  background: #ff8002;
  text-align: center;
}

.xzkc_left {
  width: 520px;
  float: left;
}

.xzkc_top {
  padding-top: 20px;
}

.xzkc_top ul {
  overflow: hidden;
  margin-left: -55px;
}

.xzkc_top li {
  float: left;
  width: 50%;
  padding-left: 55px;
}

.zxbox {
  background: #fff;
  border-radius: 10px;
  padding: 40px 25px 30px 25px;
  transition: All 0.4s ease-in-out;
}

.zxbox span {
  display: block;
  text-align: center;
  background: #ff8002;
  font-size: 35px;
  width: 110px;
  line-height: 110px;
  border-radius: 50%;
  margin: 0 auto;
  color: #fff;
  background: #ff8002;
}

.zxbox h2 {
  font-weight: bold;
  font-size: 30px;
  padding: 30px 0 20px;
  border-bottom: 1px dashed #cccccc;
  text-align: center;
  margin-bottom: 15px;
}

.zxbox p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  padding: 0 5px;
  overflow: hidden;
}

.zxbox p b {
  float: right;
  width: calc(100% - 45px);
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.xzkc_top li.active .zxbox, .xzkc_top a:hover .zxbox {
  background: #00a8ff;
}

.xzkc_top li.active span, .xzkc_top a:hover span {
  background: #fff;
  color: #333;
}

.xzkc_top li.active h2, .xzkc_top a:hover h2 {
  color: #fff;
  border-bottom: 1px dashed #fff;
}

.xzkc_top li.active p,.xzkc_top a:hover p {
  color: #fff;
}

.xzkc_bottom h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 88px;
  padding-top: 10px;
}

.xzkc_bottom ul {
  overflow: hidden;
  margin-left: -10px;
}

.xzkc_bottom li {
  float: left;
  width: 25%;
  padding: 0 0 27px 10px;
}

.xzkc_bottom a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #00a8ff;
  border: 1px dashed #00a8ff;
  line-height: 40px;
  border-radius: 6px;
  transition: All 0.4s ease-in-out;
}

.xzkc_bottom a:hover {
  color: #fff;
  background: #ff8002;
  border: 1px dashed #ff8002;
}

.tssp {
  width: 1458px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.tsspbox {
  background: #f2f2f2;
  border-radius: 0 140px 0 0;
}

.tssp_text {
  padding: 55px 140px 45px 140px;
}

.tsspbox ul {
  padding: 0;
}

.tssp_text p {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  background: url(/images/index_12.jpg) no-repeat 90% center;
  padding-right: 300px;
}

.tssp_text p span {
  font-size: 22px;
  color: #ff8002;
}

.tssp_lb ul {
  overflow: hidden;
  margin-left: -15px;
  padding: 10px 140px 90px 140px;
}

.tssp_lb li {
  width: 25%;
  float: left;
  padding-left: 15px;
}

.tssphz {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  position: relative;
  background: #fff;
}

.tstitle {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.tstitle img {
  width: 100%;
}

.tstitbox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.tstitle h2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.tstitle p {
  color: #333;
  font-weight: bold;
  font-size: 24px;
}

.tsnr dl {
  padding: 0 25px 25px 25px;
}

.tsnr dt {
  font-size: 18px;
  color: #333333;
  line-height: 48px;
  background: url(/images/a33.png) no-repeat left center;
  padding-left: 30px;
}

.tsnr_zz {
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 0 28px 25px 28px;
  top: 0;
  left: 0;
  padding-top: 145px;
  opacity: 0;
  transition: All 0.4s ease-in-out;
}

.tsnr_zz p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  text-align: justify;
  word-break: break-all;
}

.tssphz:hover .tstitle h2 {
  color: #fff;
}

.tssphz:hover .tstitle p {
  color: #fff;
}

.tssphz:hover .tsnr_zz {
  display: block;
  border: 1px solid #00A8FF;
  opacity: 1;
}

.kcys_bj {
  background: url(/images/bj4.jpg) no-repeat center center;
  background-size: cover;
}

.kcys_nr {
  overflow: hidden;
}

.kcys {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 65px;
}

.kcys_nr {
  background: url(/images/a34.png) no-repeat center center;
  margin-top: -40px;
}

.kcys_nr ul {
  font-size: 0;
  text-align: center;
  padding: 45px 0;
}

.kcys_nr li {
  display: inline-block;
  text-align: center;
  width: 25%;
  cursor: pointer;
}

.kcys_nr span {
  display: block;
  margin: 0 auto;
  position: relative;
  background: #fff;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 3px solid #00a8ff;
}

.kcys_nr h2 {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.kcys_nr p {
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
}

.kcys_nr ul:nth-child(1) span {
  margin-bottom: 45px;
}

.kcys_nr ul:nth-child(2) span {
  margin-top: 45px;
}

.kcys_nr ul:nth-child(1) h2 {
  margin-bottom: 10px;
}

.kcys_nr ul:nth-child(2) h2 {
  margin-bottom: 10px;
}

.kcys_nr li:hover h2 {
  color: #ff8002;
}

.kcys_nr li:hover span {
  background: #00a8ff;
}

.kcys_nr li:hover .img2 {
  display: block;
}

.kcys_nr img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.img2 {
  display: none;
}

.btn1 {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  width: 185px;
  line-height: 46px;
  border-radius: 23px;
  background: #ff8002;
}

.kjzs {
  width: ;
}

.kjzs_nr {
  padding: 0 300px 0 200px;
  margin-bottom: 100px;
}

.kjzs_nr .swiper {
  overflow: hidden;
}

.kjzs_nr img {
  width: 100%;
  border: 2px solid #00a8ff;
}

.kjzs_nr .swiper-slide {
  width: 70%;
}

.spbj {
  background: url(/images/bj5.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 85px;
}

.spxq {
  border: 5px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
.spxq .videow2{height: 275px;}
.swiper-slide-active .spxq {
  border: 5px solid #00a8ff;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 8px;
}
.swiper-slide-active .ggbtn{ display: block;}
.sptp {
  position: relative;
  height: 275px;
}


.spxq img {
  width: 100%;
}

.ggbtn {
  position: absolute;
 display: none;
  width: 63px;
  height: 63px;
  background-size: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.spxq h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 60px;
  background: #00a8ff;
  overflow: hidden;
  height: 0;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.spbox {
  margin-bottom: 70px;
}

.btn2 {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  width: 228px;
  line-height: 46px;
  border-radius: 23px;
  background: #ff8002;
}

.spbox {
  padding-top: 70px;
  overflow: hidden;
  height: 380px;
}

.spbox .swiper-slide {
  transform: scale(0.9);
  transition: 300ms;
}

.spbox .swiper-slide-active, .spbox .swiper-slide-duplicate-active {
  transform: scale(1.05);
  margin-top: -70px;
}

.spbox .swiper-slide-active h2, .spbox .swiper-slide-duplicate-active h2 {
  height: auto;
}

.hyhp_nr {}

.hyhp_nr ul {
  overflow: hidden;
  margin-left: -30px;
  padding: 0 40px 110px 40px;
}

.hyhp_nr li {
  float: left;
  width: 20%;
  padding-left: 30px;
}

.hyhpbox {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.hyhpbox img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.hyhptext {
  position: absolute;
  width: calc(100% - 36px);
  left: 0;
  bottom: 15px;
  background: #999999;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
  padding: 0 25px;
  transition: All 0.4s ease-in-out;
}

.hytitle {
  padding: 25px 0;
  transition: All 0.4s ease-in-out;
}

.hytitle p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.hytitle h2 {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}

.hytitle img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
  width: 13px;
}

.hytext {
  padding: 0;
  border-top: 1px dashed #cccccc;
  height: 0;
  overflow: hidden;
  transition: All 0.4s ease-in-out;
}

.hytext p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.hyhpbox:hover .hyhptext {
  background: #00a8ff;
}

.hyhpbox:hover .hytitle {
  text-align: center;
}

.hyhpbox:hover .hytext {
  height: auto;
  padding: 25px 0;
}

.alcg_bj {
  background: url(/images/bj6.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 110px;
}

.alcg_nr {
  width: 1190px;
  margin: 0 auto;
  height: 372px;
}

.alcg_right {
  float: right;
  width: 260px;
  position: relative;
}

.alcg_right .swiper-button-prev {
  background: url(/images/xy1.png);
  width: 50px;
  height: 20px;
  left: 50%;
  margin-left: -25px;
  top: 0;
  margin-top: -40px;
}

.alcg_right .swiper-button-next {
  background: url(/images/xy2.png);
  width: 50px;
  height: 20px;
  left: 50%;
  margin-left: -25px;
  top: auto;
  margin-bottom: -40px;
  bottom: 0;
}

.alcg_right .swiper {
  height: 293px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 0;
}

.alcg_right .swiper-slide.cur .cgalxx_b {
  background: #00a8ff;
}

.alcg_right .swiper-slide.cur h2 {
  color: #fff;
}

.alcg_right .swiper-slide.cur p {
  color: #fff;
}

.cgalxx_b {
  background: #fff;
  overflow: hidden;
  padding: 18px 25px;
  cursor: pointer;
}

.cgalxx_b img {
  width: 56px;
  height: 64px;
  float: left;
  border-radius: 6px;
  object-fit: cover;
}

.alcg_left {
  float: left;
  width: calc(100% - 310px);
  overflow: hidden;
}

.alcg_tp {
  width: 325px;
  float: left;
}

.alcg_tp img {
  width: 325px;
  height: 370px;
  object-fit: cover;
  border-radius: 10px;
}

.alcg_text {
  float: right;
  width: calc(100% - 325px);
}

.alcg_text ul {
  overflow: hidden;
  padding: 75px 0 25px 0;
}

.alcg_text li {
  float: left;
  padding-left: 50px;
  font-size: 18px;
  font-weight: bold;
}
.alcg_text li a{font-weight: bold;}

.alcg_text ul li a {
  color: #fff;
}

.alcg_text ul li b {
  color: #ff8002;
}

.alcg_text ul li img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}

.alcg_wb {
  background: #00a8ff;
  border-radius: 0 10px 10px 0;
  padding: 50px 60px 30px 60px;
  overflow: hidden;
}

.alcg_wb p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: justify;
  word-break: break-all;
}

.alcg_wb a {
  display: block;
  text-align: center;
  float: right;
  width: 58px;
  line-height: 19px;
  float: right;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 25px;
}

.alcgbox {
  animation: fadeIn .25s, 100ms;
}

.fwbz {
  width: 1190px;
  margin: 0 auto;
}

.fwbz_nr {
  padding-bottom: 60px;
}

.fwbz_nr ul {
  overflow: hidden;
  margin-left: -60px;
}

.fwbz_nr li {
  float: left;
  width: 33.33%;
  padding: 0 0 60px 60px;
}

.fwbzbox {
  position: relative;
}

.fwbzbox span {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.fwbzbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fwbztext {
  margin-left: 40px;
  height: 145px;
  background: #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 40px 0 0 80px;
  transition: All 0.4s ease-in-out;
}

.fwbztext h2 {
  font-weight: bold;
  font-size: 22px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
}

.fwbztext h2:before {
  position: absolute;
  content: "";
  border-left: 4px solid #00a8ff;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 2px;
}

.fwbztext p {
  font-size: 16px;
  color: #999;
}

.fwbzbox:hover .fwbztext {
  background: #00a8ff;
}

.fwbzbox:hover h2 {
  color: #fff;
}

.fwbzbox:hover h2:before {
  border-left: 4px solid #ff8002;
}

.fwbzbox:hover p {
  color: #fff;
}

.btn3 {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  width: 275px;
  line-height: 46px;
  border-radius: 23px;
  background: #ff8002;
}

/*sci*/
.zykc_nr {
  overflow: hidden;
  padding-bottom: 60px;
  width: 1195px;
  margin: 0 auto;
}

.zykc_right {
  float: right;
  width: 600px;
}

.zykc_right img {
  width: auto;
}

.zykc_left {
  float: left;
  width: 510px;
}

.zykc_left ul {
  padding: 70px 0 0 5px;
}

.zykc_left li {
  padding-bottom: 60px;
}

.zykc_left a {
  display: block;
  padding: 0 60px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.zykc_left h2 {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  line-height: 90px;
  border-bottom: 1px dashed #ccc;
}

.zykc_left p {
  font-size: 20px;
  color: #333;
  line-height: 70px;
  padding-bottom: 30px;
}

.zykc_left a:before {
  position: absolute;
  content: "";
  border-left: 12px solid #cccccc;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px 0 0 10px;
}

.zykc_left a:hover:before {
  border-left: 12px solid #00A8FF;
}

.zykc_left a:hover h2 {
  border-bottom: 1px dashed #00A8FF;
}

.yxdb {
  background: url(/images/a9.jpg) no-repeat center center;
  width: 1570px;
  margin: 0 auto 115px auto;
  background-size: cover;
  border-radius: 190px 0 190px 0;
}

.yxdb_nr {
  padding-bottom: 85px;
}

.yxdb_nr img {
  max-width: 100%;
  margin: -40px auto 0 auto;
}

.yxfd_bj {
  background: url(/images/bj7.jpg) no-repeat center center;
  background-size: cover;
}

.yxfd {
  width: 1210px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.yxfd_nr {
  overflow: hidden;
  background: url(/images/a46.png) no-repeat right top;
  overflow: hidden;
  padding: 70px 0 45px;
}

.yxfd_left {
  float: left;
  width: 416px;
  height: 333px;
  background: url(/images/a47.png) no-repeat left center;
  position: relative;
}

.yxfd_left .videot1{width: 385px;height: 217px; margin-top:16px;margin-left:16px;}

.yxfd_left img {

}
.bofang img{ cursor: pointer;}
.yxfd_nr .bofang{ position: absolute; top:90px; left: 180px;}

.tvbtn {
  position: absolute;
  background: url(/images/a48.png);
  width: 60px;
  height: 60px;
  background-size: 100%;
  top: 30%;
  left: 50%;
  margin-left: -30px;
  cursor: pointer;
}

.yxfd_right {
  float: right;
  width: calc(100% - 450px);
}

.yxfd_right ul {
  overflow: hidden;
  margin-left: -20px;
  padding-top: 40px;
  padding-right: 50px;
}

.yxfd_right li {
  float: left;
  width: 25%;
  padding: 0 0 60px 20px;
}

.yxfd_right a {
  transition: All 0.4s ease-in-out;
  display: block;
  position: relative;
  height: 106px;
  background: #fff;
  text-align: center;
}

.yxfd_right span {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #00a8ff;
  margin: 0 auto;
  position: relative;
  top: -27px;
  transition: All 0.4s ease-in-out;
}

.yxfd_right h2 {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: -15px;
}

.yxfd_right p {
  font-size: 14px;
  color: #999;
  margin-top: 15px;
}

.yxfd_right a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mo1 {
  z-index: 10;
  opacity: 0;
  transition: All 0.4s ease-in-out;
}

.yxfd_right a:hover {
  background: #00a8ff;
}

.yxfd_right a:hover .mo1 {
  opacity: 1;
}

.yxfd_right a:hover span {
  background: #fff;
}

.yxfd_right a:hover h2 {
  color: #fff;
}

.yxfd_right a:hover p {
  color: #fff;
}

.btn5 {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  width: 190px;
  line-height: 46px;
  background: #ff8002;
  text-align: center;
  border-radius: 23px;
}

.lcfw_tit span {
  color: #00a8ff;
  font-size: 60px;
}

.zyfg_nr {
  background: url(/images/bj3a.jpg) no-repeat center center;
  width: 1534px;
  background-size: cover;
  height: 768px;
  margin: 80px auto 0 auto;
  padding: 0 165px;
}

.rmzy_left_a {
  position: relative;
  top: -100px;
  z-index: 10;
}

.rmzy_right_a {
  padding-top: 50px;
}

.rmzy_right_a a {
  float: right;
  width: 100px;
  line-height: 20px;
  color: #fff;
  border: 1px solid #ff8002;
  text-align: center;
  transition: All 0.4s ease-in-out;
  margin-top: -20px;
  background: #ff8002;
}

.rmzy_right_a a:hover {
  color: #fff;
  background: #00A8FF;
  border: 1px solid #00A8FF;
}

.kcsh_bj {
  background: url(/images/a49.png) no-repeat right top #f2f2f2;
  margin-top: 100px;
}

.kcsh {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.kcfw_nr {
  padding: 5px;
  overflow: hidden;
}

.kcfw_left {
  float: left;
  width: 340px;
  padding: 0 30px;
  border-radius: 0 85px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background: #fff;
  height: 290px;
}

.kcfw_left h2 {
  font-size: 26px;
  color: #00A8FF;
  font-weight: bold;
  line-height: 122px;
  background: url(/images/a51.png) no-repeat left bottom;
  background-size: 100% auto;
}

.kcfw_left h2 img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
}

.kcfw_nr p {
  font-size: 14px;
  line-height: 2;
  color: #333;
  margin-top: 25px;
}

.kcfw_right {
  float: right;
  width: calc(100% - 387px);
  background: url(/images/a52.png)no-repeat right center #00a8ff;
  height: 290px;
  border-radius: 0 100px 0 0;
}

.kcfw_text {
  width: 315px;
  padding-left: 35px;
}

.kcfw_text h2 {
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  line-height: 115px;
  background: url(/images/a54.png) no-repeat left bottom;
  background-size: 100% auto;
}

.kcfw_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
}

.kcfw_text p {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  margin-top: 20px;
}

.AppTit {
  display: none;
}

.rmzy_App {
  display: none;
}

.rmysbox {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 105px;
}

.rmysbox:nth-child(4n) {
  margin-right: 0;
}

.rmysbox .AppEnter {
  display: none;
}

.lcfw_nr .App {
  display: none;
}

.titApp {
  display: none;
}

.zxkc_right ul li:last-child {
  display: none;
}

.kcApp {
  display: none;
}

.hyhp_nr {
  padding: 0 45px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 105px;
  box-sizing: border-box;
}

.alcg_enter {
  display: none;
}

.fwbzPc {
  display: block;
}

.fwbzApp {
  display: none;
}

.yxdb_nr .app {
  display: none;
}

.yxdb_nr .enterApp {
  display: none;
}

.zyfgApp {
  display: none;
}

.zz {
  display: none;
}

.zz {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 2;
  left: 0s;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.zxwd_nrb .icon {
  display: none;
}

@media(max-width:1199px) {
  body {
    padding-top: .75rem;
  }

  .AppTop {
    z-index: 99;
    display: block;
    padding: 0 .25rem;
    box-sizing: border-box;
    width: 100%;
    height: .75rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
  }

  .AppTop .logo {
    float: left;
    height: 100%;
    position: relative;
  }

  .AppTop .logo img {
    display: block;
    position: absolute;
    height: 40%;
    width: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .AppTop .SideClick {
    transition: 0.5s;
    width: .48rem;
    height: .32rem;
    position: absolute;
    right: .25rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .AppTop .SideClick span {
    transition: 0.5s;
    display: block;
    width: 100%;
    height: .03rem;
    background: #00a8ff;
    position: absolute;
  }

  .AppTop .SideClick span:nth-child(1) {
    left: 0;
    top: 0;
  }

  .AppTop .SideClick span:nth-child(2) {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .AppTop .SideClick span:nth-child(3) {
    bottom: 0;
  }

  .AppTop .SideClick.on span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .AppTop .SideClick.on span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }

  .AppTop .SideClick.on span:nth-child(3) {
    width: 0;
  }

  .AppTop .SideClick.on {
    transform: translateY(-50%) rotate(180deg);
  }

  .banner {
    width: 100%;
    height: 4rem;
  }

  .banner img {
    display: none;
  }

  .banner img.AppImg {
    display: block;
    width: 7.5rem;
    height: 4rem;
    object-fit: cover;
  }

  .top {
    display: none;
  }

  .nav {
    display: none;
  }

  .sideBar {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
    position: fixed;
    top: 0;
    z-index: 100;
    left: -100%;
    transition: 0.5s;
    height: 100vh;
    width: 70%;
  }

  .sideBar .logo {
    padding: .5rem 0;
  }

  .sideBar .logo img {
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto;
  }

  .sideBar .nav {
    width: 70%;
    margin: 0 auto;
    display: block;
    background: none;
  }

  .sideBar .nav ul {
    width: 100%;
  }

  .sideBar .nav ul li {
    position: relative;
    line-height: 40px;
    font-size: 16px;
  }

  .sideBar .nav ul li .bt {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
  }

  .sideBar .nav ul li .bt .arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/images/arrow.png) center center no-repeat;
    background-size: 16px auto;
    transition: 0.5s;
  }

  .sideBar .nav ul li .bt.on .arrow {
    transform: rotate(180deg);
  }

  .sideBar .nav ul li dl {
    display: none;
    width: 100%;
    padding: 5px 0 5px 15px;
    box-sizing: border-box;
  }

  .sideBar .nav ul li dl dd {
    line-height: 30px;
  }

  .sideBar .nav ul li dl dd a {
    font-size: 14px;
    color: #666;
  }

  .sideBar .nav ul li img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .indexContainer .title {
    padding: 0;
    height: 1.5rem;
  }

  .indexContainer .title h2 {
    width: auto;
    height: 100%;
    font-size: .42rem;
    font-weight: bold;
    line-height: 1.55rem;
    text-align: center;

  }
  .indexContainer .title h2:before {
    background: url(/images/t25.png);
    background-size: 100% 100%;
    width: 0.9rem;
    height: 0.08rem;
    left: -1.3rem;

  }

  .indexContainer .title h2:after {
    background: url(/images/t26.png);
    background-size: 100% 100%;
    width: 0.9rem;
    height: 0.08rem;
    position: absolute;
    right: -1.3rem;
  }

  .indexContainer .tit .title h2{ color: #fff;}
  .indexContainer .tit .title h2:before{  background: url(/images/a13.png); background-size: 100% 100%;}
  .indexContainer .tit .title h2:after{background: url(/images/a14.png); background-size: 100% 100%;}

  .indexContainer .title p {
    display: none;
  }

  .indexContainer .layer1 ul {
    width: 100%;
    padding: 0 .15rem;
    box-sizing: border-box;
  }

  .indexContainer .layer1 ul li {
    margin-bottom: .3rem;
    height: 1.15rem;
    width: 49%;
    margin-right: 2%;
    border-radius: .2rem 0 .2rem 0;
  }

  .indexContainer .layer1 ul li:nth-child(5n) {
    margin-right: 2%;
  }

  .indexContainer .layer1 ul li:nth-child(2n) {
    margin-right: 0;
  }

  .indexContainer .layer1 ul li .icon {
    float: left;
    height: 100%;
    width: 1.1rem;
  }

  .indexContainer .layer1 ul li .icon img {
    width: .5rem;
  }

  .indexContainer .layer1 ul li .text {
    width: calc(100% - 1.1rem);
    float: left;
  }

  .indexContainer .layer1 ul li .text h2 {
    width: 100%;
    padding: 0;
    font-size: .26rem;
    line-height: 1.15rem;
    text-align: left;
  }

  .indexContainer .layer1 ul li .text p {
    display: none;
  }

  .indexContainer .layer1 ul li img.hot {
    width: .4rem;
    height: auto;
  }

  .indexContainer .layer2 {
    padding: 0 .15rem 0 .15rem;
    box-sizing: border-box;
    background: url(/images/t22.jpg) center center no-repeat;
    background-size:cover;
    background-attachment: fixed;
    height: auto;
    overflow: hidden;
  }

  .indexContainer .layer2 .title h2 {

    background-size: 5.2rem auto;
  }

  .indexContainer .layer2 .layer2Box {
    width: 100%;
  }

  .indexContainer .layer2 .layer2Left {
    height: auto;
    width: 100%;
    padding: 0;
    background: none;
  }

  .indexContainer .layer2 .layer2Left ul {
    border-radius: .1rem;
    width: 100%;
    padding: .35rem .25rem .25rem .25rem;
    box-sizing: border-box;
    background: rgba(0,0,0,0.7);
  }

  .indexContainer .layer2 .layer2Left ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .indexContainer .layer2 .layer2Left ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .indexContainer .layer2 .layer2Left ul li:nth-child(3n) {
    margin-right: 0;
  }

  .indexContainer .layer2 .layer2Left ul li .icon {
    width: 100%;
    height: 2rem;
  }

  .indexContainer .layer2 .layer2Left ul li .icon img {
    width: 50%;
    height: auto;
  }

  .indexContainer .layer2 .layer2Left ul li p {
    line-height: .8rem;
    font-size: .26rem;
    padding: 0;
  }

  .indexContainer .layer2 .layer2Left ul li:nth-child(7) {
    display: none;
  }

  .indexContainer .layer2 .layer2Left ul li:nth-child(8) {
    display: none;
  }

  .indexContainer .layer2 .layer2Right {
    height: auto;
    width: 100%;
    padding: 0;
    border: none;
  }

  .indexContainer .layer2 .layer2Right .RightBox {
    overflow: hidden;
    width: 100%;
    height: .7rem;
    border-bottom: .01rem dashed #fff;
    background: none;
    padding: 0;
  }

  .indexContainer .layer2 .layer2Right .RightBox h2 {
    padding-left: .24rem;
    box-sizing: border-box;
    position: relative;
    width: .8rem;
    float: left;
    line-height: .7rem;
    margin: 0;
    font-size: .24rem;
    color: #ff8002;
  }

  .indexContainer .layer2 .layer2Right .RightBox ul {
    width: calc(100% - .8rem);
    float: left;
    height: .7rem;
    overflow: hidden;
  }

  .indexContainer .layer2 .layer2Right .RightBox ul li {
    line-height: .7rem;
  }

  .indexContainer .layer2 .layer2Right .RightBox h2::after {
    content: '';
    display: block;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background: #00a8ff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .indexContainer .layer2 .layer2Right .RightBox ul li a {
    font-size: .24rem;
  }

  .indexContainer .layer2 .layer2Right .RightBox ul li:last-child {
    border: none;
  }

  .indexContainer .layer3 {
    padding-bottom: 0;
  }

  .layer3Box {
    overflow: hidden;
    width: 100%;
    padding: 0 .15rem;
    box-sizing: border-box;
    position: relative;
  }

  .layer3Box .icon {
    position: absolute;
    left: .15rem;
    top: 0;
    width: 2.55rem;
    height: 3.35rem;
    float: left;
  }

  .layer3Box .text {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }

  .layer3Box .text .bt {
    height: auto;
    padding-left: 2.9rem;
    box-sizing: border-box;
  }

  .layer3Box .text .bt ul li {
    line-height: .52rem;
    height: .52rem;
    font-size: .24rem;
    padding-left: .45rem;
  }

  .layer3Box .text .bt ul li:nth-child(1) {
    background-size: auto .24rem;
  }

  .layer3Box .text .bt ul li:nth-child(2) {
    background-size: auto .24rem;
  }

  .layer3Box .text .bt p {
    font-size: .24rem;
    line-height: .4rem;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0.3rem;
    height: 1.7rem;
    overflow: hidden;
  }

  .layer3Box .text .nr {
    display: none;
  }

  .layer3Box .text .nrList {
    margin-top: 0.7rem;
    height: 1.4rem;
    padding: 0 .75rem;
    box-sizing: border-box;
    width: 100%;
  }

  .swiper-container {
    width: 100%;
  }

  .layer3Box .text .nrList .swiper-button-next {
    right: 0;
  }

  .layer3Box .text .nrList .swiper-button-prev {
    left: 0;
  }

  .layer3Boxbg {
    top: 2.85rem;
    height: 2rem;
  }

  .indexContainer .layer3 .AppEnter {
    display: block;
    width: 1.3rem;
    height: .38rem;
    text-align: center;
    line-height: .38rem;
    border-radius: .19rem;
    font-size: .2rem;
    color: #fff;
    border-radius: .2rem;
    color: #fff;
    font-size: .2rem;
    background: #00a8ff;
    margin: .4rem auto;
  }

  .indexContainer .layer4 {
    padding-bottom: 30px;
  }

  .indexContainer .layer4 .title h2 {
    background: url(/images/titBg_03.png) center center no-repeat;
    background-size: 5.2rem auto;
  }

  .indexContainer .layer4 .layer4Box {
    width: 100%;
    box-sizing: border-box;
  }

  .indexContainer .layer4 .layer4Box .layer4Left {
    width: 100%;
    padding: 0 .15rem;
    box-sizing: border-box;
  }

  .indexContainer .layer4 .layer4Box .layer4Left table th {
    font-size: 12px;
  }

  .indexContainer .layer4 .layer4Box .layer4Left table tr td {
    font-size: 12px;
  }

  .indexContainer .layer4 .layer4Box .layer4Left table .pc {
    display: none;
  }

  .indexContainer .layer4 .layer4Right {
    padding: 0 .15rem;
    box-sizing: border-box;
    width: 100%;
    background: #f2f2f2;
  }

  .indexContainer .layer4 .AppEnter {
    margin: .32rem auto;
    width: 2.4rem;
    display: block;
    height: .38rem;
    text-align: center;
    line-height: .38rem;
    border-radius: .19rem;
    text-align: center;
    font-size: .22rem;
    color: #fff;
    background: #ff8002;
    border-radius: .19rem;
  }

  .indexContainer .layer4 .layer4Right .bt {
    margin: .35rem 0;
    width: 2.4rem;
    height: .5rem;
    text-align: center;
    line-height: .5rem;
    border-radius: .1rem;
    font-size: .28rem;
    color: #fff;
    background: #00a8ff;
  }

  .indexContainer .layer4 .layer4Right .list {
    background: none;
    padding: 0 .2rem;
  }

  .indexContainer .layer4 .layer4Right .list .nr ul li {
    display: none;
  }

  .indexContainer .layer4 .layer4Right .list .nr ul li:first-child {
    display: block;
  }

  .indexContainer .layer5 {
    overflow: hidden;
    background: #fff;
    padding: 0 .25rem;
    box-sizing: border-box;
  }

  .indexContainer .layer5 .layer5Box {
    width: 100%;
    margin-bottom: 0.6rem;
  }

  .indexContainer .layer5 .layer5Box .icon {
    display: none;
  }

  .indexContainer .layer5 .layer5Box .Main {
    border-radius: .1rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
  }

  .indexContainer .layer5 .layer5Box .Main .text {
    height: auto;
    width: 100%;
    padding: .4rem .35rem;
    border-radius: .1rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
        margin: 0.05rem 0 0 0;
  }
.indexContainer .layer5 .layer5Box .Main .text .tit{margin-bottom: 0.4rem;}
.indexContainer .layer5 .layer5Box .Main .text p{ padding-bottom: 0.3rem; border-bottom: 1px dashed #999999;}
  .indexContainer .layer5 .layer5Box .Main .text p:nth-child(2) {
    display: none;
  }

.indexContainer .layer6  { background: url(/images/t28.png) no-repeat left top/ 7.5rem 10.22rem;}
.indexContainer .layer6 ul li .text h2 span{ color: #ff8913; }
  .indexContainer .layer5 .layer5Box .Main .text .tit span {
    background: #00a8ff;
  }

  .indexContainer .layer5 .layer5Box .Main .text ul li {
    width: 32%;
  }

  .indexContainer .layer5 .layer5Box .Main .text ul li .tp {
    margin: 0;
    float: left;
    width: .7rem;
    display: block;
    height: 100%;
    position: relative;
  }

  .indexContainer .layer5 .layer5Box .Main .text ul li .tp img {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .55rem;
    height: auto;
  }

  .indexContainer .layer5 .layer5Box .Main .text ul li .nr {
    width: calc(100% - .7rem);
    float: left;
  }

  .indexContainer .layer5 .layer5Box .Main .text ul li:nth-child(2) {
    width: 36%;
    padding-left: .2rem;
    box-sizing: border-box;
  }

  .indexContainer .layer5 .layer5Box .Main .text ul li:nth-child(3) {
    padding-left: .2rem;
    box-sizing: border-box;
  }

  .indexContainer .layer5 .layer5Box .Main .text ul li .nr h2 {
    font-size: .28rem;
    color: #ff8002;
  }

  .indexContainer .layer5 .layer5Lc {
    display: none;
  }

  .indexContainer .layer6 {
    height: auto;
    padding-bottom: 0.2rem;
  }

  .indexContainer .layer6 .title h2 {
    background: url(/images/titBg_03.png) center center no-repeat;
    background-size: 5.2rem auto;
  }

  .indexContainer .layer6 ul {
    width: 5.5rem;
    margin: 0 auto;
  }

  .indexContainer .layer6 ul li {
    width: 50%;
    float: left;
    height: 1.5rem;
    background: #e0e0e0;
  }

  .indexContainer .layer6 ul li:nth-child(2n) {
    background: #e0e0e0;
  }

  .indexContainer .layer6 ul li .text p {
    display: none;
  }

  .indexContainer .layer6 ul li .icon {
    height: 1rem;
  }

  .indexContainer .layer6 ul li .icon img {
    height: .5rem;
    width: auto;
  }

  .indexContainer .layer6 ul li .text h2 {
    font-size: .2rem;
  }

  .indexContainer .layer6 ul li.on {
    background: #fff;
  }

  .indexContainer .layer7 {
    width: 100%;
    padding: 0 .15rem;
    box-sizing: border-box;
  }

  .indexContainer .layer7Box {
    width: 100%;
  }

  .indexContainer .layer7Left {
    width: 100%;
  }

  .indexContainer .layer7 .tit {
    margin-bottom: .25rem;
  }

  .indexContainer .layer7 .tit span {
    background: #00a8ff;
    font-size: 0.3rem;
  }

  .indexContainer .layer7Left .nr ul li {
    width: 100%;
    margin-bottom: .4rem;
  }

  .indexContainer .layer7Left .nr ul li:last-child {
    display: none;
  }

  .indexContainer .layer7Left .nr ul li .text {
    display: none;
  }

  .indexContainer .layer7Left .nr dl dd {
    width: 100%;
    padding: 0;
    height: .72rem;
    border-bottom: .01rem dashed #ccc;
  }

  .indexContainer .layer7Left .nr dl dd h2 {
    height: .72rem;
    line-height: .72rem;
  }

  .indexContainer .layer7Left .nr dl dd p {
    display: none;
  }

  .indexContainer .layer7Right {
    width: 100%;
    padding-top: .4rem;
  }

  .indexContainer .layer7Right ul {
    padding: 0 .35rem;
    box-sizing: border-box;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    background: #fff;
  }

  .friendLink {
    display: none;
  }

  .footerBox {
    display: none;
  }

  .indexContainer .layer8 {
    display: none;
  }

  .footer {
    padding: 0;
  }

  .footer .copyRight {
    width: 100%;
    padding: .1rem 0;
  }

  .footer .copyRight ul li {
    margin: 0 .17rem;
    line-height: .4rem;
  }

  /**/
}






/*原先style2*/


@media(max-width:1199px ){
	.hxkc{ width: 100%;}
	.lxnr_tit{ display: none;}
	.xnr_zhang{ display: none;}
.dqwz{display: none;}
.hckc_tit{display: none;}
.hxkc_bt{padding: .5rem 0 .35rem 0;}
	.lwnt{ width: 100%;}
	.lcfw_tit{  width: 100%; height: 1.55rem; padding: 0; line-height: 1.55rem; font-size: .42rem;}
	.lcfw_tit h2{ margin: 0; width: auto; text-align: center; font-size: .42rem; line-height: 1.55rem;}
	/*
	.lcfw_tit h2:before{background: url(/images/a19.png); background-size:100% 100%; width: .89rem; height: .08rem; left: -1.3rem;}
	.lcfw_tit h2:after{background: url(/images/a20.png); background-size:100% 100%; width: .89rem; height: .08rem; right: -1.3rem;}
	*/
	.lcfw_tit p{ display: none;}
	.lxnrbox{  padding: 0; display: block!important;}
	.lxnr_left{ width: 100%; padding: 0 .3rem; box-sizing: border-box;}

	.lxnr_left li{ padding-bottom: .08rem; width: 49%; margin-right: 2%; height: 1.25rem; margin-bottom: 0.3rem;}
  .lxnr_left li img{ width: 100%; height: 1.25rem; object-fit: cover; border-radius: 0.15rem;}
  .rmzy_bj{ margin-top: 0.5rem;}
	.lxnr_left li:nth-child(2n){ margin-right: 0;}
	.lxnr_left p{color: #00A8FF;font-size: .22rem; height: .88rem; line-height: .88rem;}

	.lxnr_left p:before{ border-bottom: 3px solid #ff8002;}
	.lxnrbox:nth-child(2n) .lxnr_left span p{ color: #ff8002;}
	.lxnrbox:nth-child(2n) .lxnr_left span p:before{ border-bottom:3px solid #ff8002;}
	.AppTit{ display: block; margin: .25rem 0; padding-left: .17rem; border-left:.06rem solid #00a8ff; height: .28rem; line-height: .28rem; font-size: .28rem; font-weight: bold; color: #333;}
	.lxnrbox:nth-child(2n) .AppTit{ border-left:.06rem solid #ff8002 ;}
	.rmzy{ width: 100%; padding: 0 .15rem; box-sizing: border-box;}
	.rmzy_nr{ display: block;}
	.rmzy_tit{ width: 100%; height: 1.7rem; padding: 0;}
	.rmzy_tit p{ display: none;}
	.rmzy_tit h2{ width: auto; height: 100%; margin: 0; line-height: 1.7rem; text-align: center; font-size: .42rem;}
	.rmzy_tit h2:before{background: url(/images/a13.png); width: .92rem; height: .08rem; background-size:100% 100%; left: -1.3rem;}
	.rmzy_tit h2:after{background: url(/images/a14.png); width: .92rem; height: .08rem; background-size:100% 100%; right: -1.3rem;}
	.rmzy_App{ display: block;}
	.rmzy_App img{ display: block; width: 100%; height: auto;}
	.rmzy_App p{ text-align: center; line-height: 1.3rem; font-size:.24rem; color: #fff;}
	.rmzy_App p span{ font-size: .34rem; font-weight: bold; color: #ff8002;}
	.rmzy_App p a{ display: inline-block; vertical-align: middle; margin-left: .7rem; width: 1.64rem; height: .38rem; border-radius:.19rem; background: #00a8ff; color: #fff; font-size: .2rem; line-height: .38rem;}
	.rmyx{ width: 100%; overflow: hidden;}
	.hxkc_bt{ width: 100%; height: 1.7rem; padding: 0;}
	.hxkc_bt p{ display: none;}
	.hxkc_bt h2{ background-size:5.2rem auto; width: 100%; height: 100%; margin: 0; line-height: 1.7rem; text-align: center; font-size: .42rem;}
	.rmyx_nr .swiper{ padding: 0.1rem 0.1rem;}
	.rmysbox{ position: relative; height: 1.65rem; margin-bottom: .5rem; width: calc(49% - .55rem); margin-right: 2%; margin-left: .55rem;}
	.rmysbox:nth-child(2n){ margin-right: 0;}
	.ymys_xq{ display: none;}
	.rmys_text{ height: 100%; padding: 0 .2rem 0 .6rem; box-sizing: border-box;}
	.rmys_text span{ padding: 0; width: 1.05rem; height: 1.05rem; margin: 0; position: absolute; left: 0; top: 50%; transform: translate(-50%,-50%);}
	.rmys_text span img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 50%; height: auto;}
	.rmys_bt{ margin: 0; border-bottom: 0; padding-bottom: 0.05rem;}
	.rmys_bt h2{ font-size: .22rem; line-height: .32rem; padding-top: .2rem;}
  .rmys_bt h2 .w1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width: 100%;}
	.rmysbox .AppEnter{display: block; width: 1.3rem; height: .36rem; text-align: center; line-height: .36rem; border-radius:.04rem; color: #fff; background: #666; color: #fff; margin: 0 auto;}

	.lcfw{ width: 100%;}
	.lcfw .App{ width: 100%; display: block;}
	.lcfw .pc{ display: none;}
	.lcfw_nr a{ width: 1.65rem; height: .4rem; line-height: .4rem; text-align: center; font-size: .2rem; color: #fff; border-radius:.2rem; font-size: .2rem; margin: .45rem auto;}
	.lcfw_nr{ padding: 0 0 .45rem 0;}
	.cgal_box{ width: 100%; margin-top: -1.1rem; height: auto; padding-bottom: .6rem;}
	.cgal_bj{ margin-top: 1rem; padding-top: .1rem;}
	.cgal_left{ float: inherit; overflow: hidden; width: 100%; padding: 0 .3rem; box-sizing: border-box; }
	.cgtp{position: relative; width: 2.65rem; height: 3rem; border-radius:.1rem; box-shadow: 0 0 .2rem rgba(0,0,0,0.2); overflow: hidden;}
	.cgtp img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
	.cgtext{ width:calc(100% - 2.65rem); float: left; padding-left: .4rem; box-sizing: border-box; padding-top: 0;}
	.cgtext ul{ padding-bottom: 0;}
	.cgtext ul li:first-child{ display: none;}
	.cgtext ul li{ height: 1rem; line-height: 1rem;}
  	.cgtext ul li span{ color: #ff8913;}
	.cgtext h2 span{ display: none;}
	.cgtext h2{ display: none;}
	.cgtext p{ line-height: .4rem; height: .8rem; overflow: hidden; margin: .2rem 0;}
	.cgal_right{ padding: 0; float: inherit; width: 5.85rem; margin:.4rem auto 0 auto; height: 1.4rem;}
	.cgal_right .swiper{height: auto; background: none;}
	.cgal_right .cur .cgalxx{ background: none;}
	.cgalxx{ background: none; padding: 0; border-radius:0;}
	.cgaltext{ display: none;}
	.cgalxx img{ width: 1.2rem; height: 1.4rem; border-radius: 0.1rem;}
	.cgal_right .swiper-button-next{ left: auto; right: -.5rem; top: 50%; transform: translateY(-50%); background: url(/images/arrow2_05.jpg); width: .35rem; height: .65rem; background-size:100% 100%; margin: 0;}
	.cgal_right .swiper-button-prev{ left: auto; left: -.5rem; top: 50%; transform: translateY(-50%); background: url(/images/arrow2_03.jpg); width: .35rem; height: .65rem; background-size:100% 100%; margin: 0;}
	.cgal{ padding: 0;}
	.zxwd_bj{ width: 100%; background-size:100% auto ; background: url(/images/q1.png) no-repeat top center;}
	.zxwd{ width: 100%; padding: 0 .15rem; box-sizing: border-box; background-size:100% auto ;}
	.zxwd .rmzy_tit h2{ color: #fff;}
	.zxwd_nrb .icon{ display: block; width: 100%; height: 3.6rem; position: relative;}
	.zxwd_nrb .icon img{ display: block; width: 100%; height: 100%;}
	.zxwd_nrb .icon p{ width: 100%; background: rgba(0,0,0,0.6); position: absolute; left: 0; bottom: 0; padding: 0 .15rem; color: #fff; box-sizing: border-box; height: .6rem; line-height: .6rem; font-size: .22rem; color: #fff;}
	.zxwd_nrb .icon p span{ display: inline-block; float: right; font-size: .16rem; color: #fff;}

	.zxwd .rmzy_tit h2:before{ background: url(/images/a19.png); background-size: 100% 100%;}
	.zxwd .rmzy_tit h2:after{ background: url(/images/a20.png);background-size: 100% 100%; }
	.zxwd_left{ float: inherit; width: 100%; padding-right: 0;}
	.zxwd_tit h2{ padding-bottom: .27rem; height: auto; }
	.zxwd_tit span{ text-align: left; width: 2.07rem; height: .52rem; border-radius:.06rem; line-height: .52rem;  font-size: .26rem;}
	.zxwd_tit img{ margin: 0 .1rem 0 .2rem; height: .3rem; width: auto;}
	.zxwd_tit a{ margin: 0;}
	.zxwd_nrb{  float: inherit; width: 100%; background: #fff; padding: .25rem; box-sizing: border-box; border-radius:.1rem; box-shadow: 0 0 .15rem rgba(0,0,0,0.2);}
	.zxwd_nrb li a { color: #333;   width: 4.6rem;}
	.zxwd_nrb li b{ display: none;}
	.zxwd_nrb li{ height: .9rem; line-height: .9rem; border-bottom: .01rem dashed #ccc; padding-left: .25rem; background: url(/images/dian1_10.jpg) left center no-repeat; background-size:.06rem .06rem;}
	.zxwd_nr{ overflow: inherit; padding-bottom: .3rem;}
	.zxwd_right{ float: inherit; width: 100%; padding: 0;}
	.zxwd_titb h2{ padding: .4rem 0;}
	.zxwd_titb span{text-align: left; width: 2.07rem; height: .52rem; border-radius:.06rem; line-height: .52rem;  font-size: .26rem;}
	.zxwd_titb img{ margin: 0 .1rem 0 .2rem; height: .3rem; width: auto;}
	.zxwd_nrc{ width: 100%; border-radius:.1rem; padding: 0 .3rem; box-sizing: border-box; box-shadow: 0 0 .1rem rgba(0,0,0,0.1); background: #fff;}
	.zxwd_nrc li{height: .9rem; line-height: .9rem; border-bottom: .01rem dashed #ccc; background: none;}
	.zxwd_nrc li a{ color: #333; background: none; }
	.layer8{ display: none;}

	.dqwz{ display: none;}
	.zxkc_right{}
	.xzkc{ width: 100%;}
	.xzkc_top ul{ display: none;}
	.xzkc_left{float: inherit; width: 100%; padding: 0 .15rem; box-sizing: border-box;}
	.xzkc_top{ display: none;}
	.xzkc_bottom h2{ color: #ff8002; padding: 0; height: .96rem; width: 100%; line-height: .96rem; font-size: .28rem; margin-top: -0.3rem;}
	.xzkc_bottom h2 span{ color: #00a8ff;}
	.xzkc_bottom a{ font-size: .2rem;}
	.xzkc_bottom li{ padding-bottom: .25rem;}
	.xzkc_bj{ width: 100%; background: url(/images/a56.png) no-repeat left top/ 7.5rem 17.3rem;background-attachment: fixed;}
  .tstitle p{ font-size: 0.3rem; color: #fff;}
	.zxkc_right{ width: 7.2rem; height: auto; float: inherit; margin: 0 auto; display: block!important;  background: none; padding: 0;}
	.zxkc_right ul{ border-radius:.2rem ; overflow: hidden;background: rgba(0,0,0,0.5); padding: 0 .65rem; box-sizing: border-box;padding-top: .35rem; margin-bottom: .45rem;}
	.zxkc_right li{ padding: 0;padding-bottom: .15rem; margin-bottom: .3rem; width: 46%; float: left; margin-right: 8%; background: url(/images/kc.png) no-repeat left top; background-size:auto 100%;}
	.zxkc_right li:nth-child(2n){ margin-right: 0;}
	.zxkc_right ul li a{ display: block; font-size: .2rem; line-height: .3rem; height: .6rem; overflow: hidden; background: none; }
	.zxbtn{ display: none;}
	.titApp{ display: block; width: 100%; height: .7rem; border-radius:.2rem; text-align: center; line-height: .7rem; background: #ececec; color: #00a8ff; font-size: .34rem; font-weight: bold;}
	.zxkc_right:nth-child(2) .titApp{ background: #059deb; color: #fff;}
	.zxkc_right ul li:last-child{ display: block; text-align: center; width: 100%; background: none; color: #ff8002;}
	.zxkc_right ul li:last-child span{ color: #00a8ff;}
	.xzkc_nr{ padding-bottom: 0;}
	.tssp{ width: 100%; padding-bottom: .5rem;}
	.tsspbox{ width: 100%; padding: 0; background: none; position: relative;}
	.tssp_text{ display: none;}
	.tssp_lb ul{ width: 100%; margin: 0; padding: 0 .4rem; box-sizing: border-box;}
	.tssp_lb li { padding: 0; width: 49%; float: left; margin-right: 2%; margin-bottom: .4rem;}
	.tssp_lb li:nth-child(2n){ margin-right: 0;}
	.tsnr_zz{ padding: 0 .4rem 0 .4rem;}
	.tsnr_zz p{ line-height: .6rem; font-size: .2rem;}
	.tsnr dl{ padding: 0 .4rem; box-sizing: border-box;}
	.tsnr dl dt{line-height: .6rem; font-size: .2rem; padding-left: .3rem; height: .6rem; overflow: hidden;}

	.kcApp{ display: block;}
	.kcApp img{ display: block; width: 100%; height: auto;}
	.kjzs_nr{ width: 100%; padding: 0 .15rem; box-sizing: border-box;}
	.spbj{ padding: 0 0 .1rem 0;}
	.spbox{ height: 5.3rem; margin-bottom: 0;}
  .spxq .videow2{width:100%;height: 2.80rem;}
  .sptp{ height: auto;}
	.btn2{ width: 2.15rem; height: .4rem; line-height: .4rem; text-align: center; font-size: .22rem; background: #00a8ff; border-radius:.2rem; color: #fff; margin: .5rem auto;}
	.hyhp_nr{ padding-bottom: 1rem;}
	.alcg_nr{height: auto; overflow: hidden; width: 100%; padding: 0 .15rem; box-sizing: border-box;}
	.alcg_left{ float: inherit; width: 100%;}
	.alcg_tp{ width: 2.65rem; height: 3.05rem; position: absolute; left: .15rem; top: 0;}
	.alcg_text{ width: 100%;}
	.alcgbox{ overflow: hidden; position: relative; display: none;}
	.alcg_text ul{ padding: 0 0 0 2.8rem; height: 1rem;}
	.alcg_text li:nth-child(1){ display: none;}
	.alcg_text ul li{ height: 1rem; line-height: 1rem; padding-left: .4rem;}
	.alcg_wb{ padding: .2rem .2rem .9rem 3.15rem; box-sizing: border-box;}
	.alcg_wb p{ height: .8rem; line-height: .4rem; overflow: hidden;}
	.alcg_wb a{ float: left; border: none; border-bottom: .01rem solid #333; color: #333;}
	.alcg_right{float: inherit; width: 100%; transform: translateY(-.25rem);}
	.alcg_right .swiper{ height: auto; background: none; width: 5.85rem; margin: -0.2rem auto 0 auto;}
	.cgalxx_b{ padding: 0; background: none;}
	.alcg_right .swiper-slide.cur .cgalxx_b{ background: none;}
	.cgalxx_b img{ display: block; width: 1.2rem; height: 1.4rem;object-fit: cover;}
	.alcg_right .swiper-button-next{ display: block; background: url(/images/arrow2_05.jpg); background-size:100% 100% ; width: .35rem; height: .65rem; left: auto; margin: 0; right: 0; top: 50%; transform: translateY(-50%);}
	.alcg_right .swiper-button-prev{ display: block; background: url(/images/arrow2_03.jpg); background-size:100% 100% ; width: .35rem; height: .65rem; left: 0; margin: 0;  top: 50%; transform: translateY(-50%);}
	.alcg_bj{ padding-bottom: .35rem;}
	.alcg_enter{ margin: .1rem auto; display: block; width: 2.2rem; height: .4rem; text-align: center; line-height: .4rem; border-radius:.18rem; font-size: .22rem; color: #fff; background: #00a8ff;}
	.fwbz{ width: 100%;}
	.fwbzPc{ display: block;}
	.fwbzApp{ display: block;}

	.fwbz_nr{ padding: 0 .15rem; box-sizing: border-box;}
	.fwbz_nr ul{ margin: 0;}
	.fwbz_nr li{ padding: 0; width: 49%; margin-right:2%; margin-bottom: .4rem; box-sizing: border-box;}
	.fwbztext{  padding:.4rem .2rem 0 .2rem; box-sizing: border-box; margin: 0; height: 1.45rem;}
	.fwbz_nr li:nth-child(2n){ float: left; margin-right: 0;}
	.fwbzApp img{ display: block; width: 100%; height: auto;}
	.lwntPc{ display: block;}
	.lwntApp{ display: block;}

	.yxdb_nr .app{ display: block; width: 100%; height: auto;}
	.yxdb_nr img{ display: none;}
	.yxdb{ width: 100%; height: auto; margin: 0; background: none;}
	.yxdb .rmzy_tit{ display: none;}
	.yxdb_nr{ padding: 0;}
	.yxdb_nr .enterApp{ display: block; width: 1.63rem; height: .38rem; text-align: center; line-height: .38rem; border-radius:.19rem; font-size: .22rem; color: #fff; background: #00a8ff; margin: .35rem auto;}
	.yxfd{padding: 0 0 0.5rem 0; width: 100%;}
	.yxfd_nr{ padding: 0 .45rem; box-sizing: border-box; background: none;}
  .yxfd_left {
    float: left;
    width: 6.1rem;
    height: 4.7rem;
    background: url(/images/a47m.png) no-repeat left center;
    background-size:cover;
    position: relative;
  }
  .yxfd_left .videot1{width: 5.8rem;height: 3.16rem; margin-top:0.14rem;margin-left:0.14rem;}
  .yxfd_nr .bofang{ position: absolute; top:1.3rem; left: 2.8rem;}
	.yxfd_right{ width: 100%;}
	.yxfd_right li{position: relative; margin-bottom: .25rem; padding: 0; width: 49%; margin-right: 2%; height: 1.25rem; background: #fff;}
	.yxfd_right li:nth-child(2n){ margin-right: 0;}
	.yxfd_right ul{  width: 100%; overflow: hidden; padding: 0; margin: 0;padding-top: .3rem;}
	.yxfd_right a{ width: 100%; height: 100%; padding-left: 1.2rem; box-sizing: border-box; text-align: left; background: none; position: absolute; left:0; top: 0;}
	.yxfd_right span{ width: .85rem; height: .85rem; left: .18rem; top: 50%; transform: translateY(-50%); margin: 0; position: absolute;}
	.yxfd_right h2{ margin:.32rem 0 0 0; font-size: .22rem;}
	.yxfd_right p{font-size: .2rem; margin-top: .15rem; height: .2rem; overflow: hidden;}
	.btn5{ display: none;}
	.zyfgPc{ display: block;}
	.zyfgApp{ display: block;}
	.zyfgApp img{ display: block; width: 100%; height: auto;}
	.kcsh{  width: 100%; padding: 0 .15rem; box-sizing: border-box;padding-bottom: .5rem;}
	.kcfw_left{ width: 100%; border-radius:0 1rem 0 0 ; height: 2.45rem; padding: 0 .3rem; box-sizing: border-box;}
	.kcfw_left h2{ height: 1.1rem; width: 100%; line-height: 1.1rem; font-size: .28rem;}
	.kcfw_left h2 img{ height: .24rem; width: auto; margin-right: .1rem;}
	.kcfw_nr p{ margin:.2rem 0 0 0 ; height: .72rem; overflow: hidden; line-height: .36rem; font-size: .2rem;}
	.kcfw_right{ width: 100%; height: 2.45rem; background: #00a8ff;border-radius:0 1rem 0 0 ; margin-top: .4rem;padding: 0 .3rem; box-sizing: border-box;}
	.kcfw_right h2{height: 1.1rem; width: 100%; line-height: 1.1rem; font-size: .28rem; color: #fff;}
	.kcfw_text{ width: 100%; padding: 0;}
	.kcfw_text img{ height: .24rem; width: auto; margin-right: .1rem;}

	.kcys{ width: 100%;}
	.kcys_nr{ background: none; overflow: inherit; margin-top: 0.4rem;}
	.kcys_nr p{ display: none;}
	.kcys_nr h2{ line-height: .36rem; margin: 0; width: 80%; position: absolute; left: 50%; font-weight: normal; top: 50%; transform: translate(-50%,-50%);  font-size: .21rem; color: #fff;}
	.kcys_nr span{ width: .7rem; height: .7rem; border: none; position: absolute; left: 50%; top: 0; transform: translate(-50%,-50%); margin: 0;}
	.kcys_nr span img{ width: .4rem; height: auto;}
	.kcys_nr li{ margin: 0 .15rem; margin-bottom: .75rem;  width: 1.5rem; height: 1.5rem; border-radius:50%; background: #00a8ff; position: relative;}
	.kcys_nr li:nth-child(2n){ background: #fff;}
	.kcys_nr ul{ overflow: inherit; padding: 0;}
	.kcys_nr ul:nth-child(2) span{ margin: 0;}
	.kcys_nr li:nth-child(2n) span{ background: #ff8002;}
	.kcys_nr li:nth-child(2n) h2{ color: #333;}
	.kcys_nr ul:nth-child(2) h2{ margin: 0;}
	.kcys_nr ul:nth-child(1) h2{ margin: 0;}
	.btn1{ width: 2.5rem; height: .4rem; line-height: .4rem; text-align: center; font-size: .2rem; color: #fff;}
	.kcys{ padding-bottom: .45rem;}
	.kjzs_nr{ position: relative;}
	.kjzs_nr .swiper-button-prev{ display: block;width: .8rem; height: .8rem; left: .35rem; top: 50%; transform: translateY(-50%); background: url(/images/arrow3_06.png); background-size:100% 100% ; margin: 0; }
	.kjzs_nr .swiper-button-next{ display: block;width: .8rem; height: .8rem; right: .35rem; top: 50%; transform: translateY(-50%); background: url(/images/arrow3_08.png); background-size:100% 100% ; margin: 0;}
	.kjzs_nr{ margin-bottom: .7rem;}


	.spbox{position: relative;}
	.sp_jt .swiper-button-next{ display: block; width: .7rem; height: .7rem; background: url(/images/arrow3_08.png); background-size:100% 100%; right: .4rem; bottom: 1.3rem; margin: 0;}
	.sp_jt .swiper-button-prev{ display: block; width: .7rem; height: .7rem; background: url(/images/arrow3_06.png); background-size:100% 100%; left: .4rem; bottom: 1.3rem; margin: 0;}


  .zyfg_nr{ background: none; width: 100%; padding: 0 .15rem; box-sizing: border-box; margin: 0; height: 7.85rem; background:url(/images/a15.png) right top no-repeat; background-size:auto 100%;}
	.lcfw_tit span{ font-size: .5rem;}
	.rmzy_text{ display: none;}
	.rmzy_left_a{ display: none;}
	.rmzy_right{ width: 100%; padding:.75rem 0;}
	.zybox li{background: url(/images/AppBg_03.png) bottom center no-repeat; background-size:100% auto ; margin-bottom: .3rem;  width: 100%; height: 1.3rem; padding-bottom: 0; padding-right: .6rem; box-sizing: border-box;}
	.skxq{ background: none; height: 100%; padding: 0 0 0 2.3rem; box-sizing: border-box; margin: 0;}
	.skxq p{ padding-top: .3rem; color: #fff; font-size: .2rem; line-height: .35rem;}
	.zyxq span{ width: 1.15rem; height: 1.15rem; line-height: 1.15rem; font-size: .24rem; color: #fff;}
	.zyxq{ overflow: inherit;}
	.rmzy_right_a a{ display: none;}
	.zyxq:hover .skxq{ background: none;}
	.zybox ul{ padding-right: .3rem;}
	.zybox ul li:nth-child(2n){ background: url(/images/AppBg_06.png) bottom center no-repeat; background-size:100% auto;}

	.zyxq ul li span:nth-child(2n){ background: url();}
	.zybox ul li:nth-child(2n) span{background: #ff8002; margin-right: 0;}
	.rmzy_left{ display: none;}
	.zybt h2{ display: none;}
	.zybox{  width: 100%;}
	.zybox ul{ }
	.rmzy_nr{ padding-bottom: 0; box-sizing: border-box;background: url(/images/a15.png) right top no-repeat; background-size:auto 7.85rem;}

	.fwbz_nr li{ width: 49%; margin-right: 2%; overflow: hidden;}
	.fwbz_nr li:nth-child(2n){ margin-right: 0;}
	.fwbztext h2{ height: .24rem; line-height: .24rem; font-size: .24rem; margin-bottom: .2rem;}
	.fwbztext p{ font-size: .2rem; line-height: .2rem;}
	.fwbztext{ box-sizing: border-box; position: relative;}
	.fwbzbox span{ width: 1rem; height: 1rem; position: absolute; right: -.2rem; top: -.2rem; transform: translate(0); z-index: 99; left: auto;}
	.fwbzbox span img{ display: block; transform: translate(-60%,-40%); width: 30%; height: auto;}
	.btn3{ display: none;}

	.lwntApp{  width: 100%; padding: 0 .5rem; box-sizing: border-box;padding-bottom: .35rem;}
	.lwntApp ul{ width: 100%;}
	.lwntApp ul li{ width: 100%; height: .78rem; padding-left: .35rem; margin-bottom: .15rem;}
	.zykc_nr{ display: none;}
	.lwntApp ul li .nr{ border-radius:.08rem ; width: 100%; height: .78rem; border-radius:..08rem; box-shadow: 0 0 .1rem rgba(0,0,0,0.1); position: relative;}
	.lwntApp ul li .nr img{ width: .62rem; height: .62rem; position: absolute; left: 0; top: 50%; transform: translate(-50%,-50%);}
	.lwntApp ul li .nr span{ width: 2.3rem; height: .78rem; float: left; line-height: .78rem; font-size: .28rem; font-weight: bold; text-indent: .62rem;}
	.lwntApp ul li .nr p{ height: .4rem; float: left; line-height: .4rem; padding-left: .2rem; font-size: .24rem; color: #666; border-left:.01rem solid #ccc; margin-top: .2rem;}

.alcg_right .swiper-slide-active .cgalxx_b img{ border: 3px solid #00a8ff;}
.cgal_right .swiper-slide-active .cgalxx img{ border: 3px solid #00a8ff;}

.hyhp_nr{position: relative;}
.xy_jt .swiper-button-next{ display: block; width: .7rem; height: .7rem; background: url(/images/arrow3_08.png); background-size:100% 100%; right: .4rem; bottom: 1.3rem; margin: 0;}
.xy_jt .swiper-button-prev{ display: block; width: .7rem; height: .7rem; background: url(/images/arrow3_06.png); background-size:100% 100%; left: .4rem; bottom: 1.3rem; margin: 0;}

.lwnt_nr{ display: none;}

.lwnt_nr2 img {
  width: 7.2rem;
  height: auto;
  margin-left: 0.15rem;
  padding-bottom: 0.6rem;
}




.indexContainer .layer10{ margin-bottom:0.3rem ; }
.indexContainer .layer10 ul {
        width: 7.5rem;
        margin: 0 auto 0 auto;
    }

.indexContainer .layer10 li{width: 3.6rem; height: 1.67rem; cursor: pointer; transition: 0.5s;   float: left;  margin: 0.2rem 0.05rem 0.2rem 0.1rem;}

.indexContainer .layer10 li:nth-child(1){background: url(/images/xg/index/a9.png) no-repeat center center / 3.6rem 1.67rem; }
.indexContainer .layer10 li:nth-child(2){background: url(/images/xg/index/a10.png) no-repeat center center / 3.6rem 1.67rem; }
.indexContainer .layer10 li:nth-child(3){background: url(/images/xg/index/a11.png) no-repeat center center / 3.6rem 1.67rem; }
.indexContainer .layer10 li:nth-child(4){background: url(/images/xg/index/a12.png) no-repeat center center / 3.6rem 1.67rem; }
.indexContainer .layer10 li:nth-child(5){background: url(/images/xg/index/a13.png) no-repeat center center / 3.6rem 1.67rem; }
.indexContainer .layer10 li:nth-child(6){background: url(/images/xg/index/a14.png) no-repeat center center / 3.6rem 1.67rem; }
.indexContainer .layer10 li:nth-child(7){background: url(/images/xg/index/a15.png) no-repeat center center / 3.6rem 1.67rem; }
.indexContainer .layer10 li:nth-child(8){background: url(/images/xg/index/a16.png) no-repeat center center / 3.6rem 1.67rem; }


.indexContainer .layer10 ul li .icon {
  width: 100%;
  height: 0.43rem;
  position: relative;
}

.indexContainer .layer10 ul li .icon img {
  position: absolute;
  display: block;
  opacity: 1;
  transition: 0.5s;
}

.indexContainer .layer10 ul li .icon img.on {
  opacity: 0;
}


.indexContainer .layer10 ul li .text{ display: none;}

.indexContainer .layer10 ul li .text2{width: 2rem; height: 1rem; font-size: 0.26rem; font-weight: bold; color: #fff; position: absolute; padding-top: 0.6rem; margin: 0.35rem 0 0 0.55rem;}
.indexContainer .layer10 ul li .bg1{background: url(/images/xg/index/01.png) no-repeat left top / 0.6rem 0.43rem; }
.indexContainer .layer10 ul li .bg2{background: url(/images/xg/index/02.png) no-repeat left top / 0.6rem 0.43rem; }
.indexContainer .layer10 ul li .bg3{background: url(/images/xg/index/03.png) no-repeat left top / 0.6rem 0.43rem; }
.indexContainer .layer10 ul li .bg4{background: url(/images/xg/index/04.png) no-repeat left top / 0.6rem 0.43rem; }
.indexContainer .layer10 ul li .bg5{background: url(/images/xg/index/05.png) no-repeat left top / 0.6rem 0.43rem; }
.indexContainer .layer10 ul li .bg6{background: url(/images/xg/index/06.png) no-repeat left top / 0.6rem 0.43rem; }
.indexContainer .layer10 ul li .bg7{background: url(/images/xg/index/07.png) no-repeat left top / 0.6rem 0.43rem; }
.indexContainer .layer10 ul li .bg8{background: url(/images/xg/index/08.png) no-repeat left top / 0.6rem 0.43rem; }




.indexContainer .layer7Box .boxtit{ width: 7.2rem; float:left; margin-bottom: 0.3rem;}
.indexContainer .layer7Box .boxtit li.bg{background-color: #ff8002!important; color: #fff!important;}
.indexContainer .layer7Box .boxtit li{ width: 1.8rem; height: 0.5rem;  text-align: center; color: #333333; cursor: pointer; line-height: 0.5rem; float: left; border-radius: 0.1rem;}
.indexContainer .layer7Box .boxtit li:nth-child(1){ margin-right:0.9rem }
.indexContainer .layer7Box .boxtit li:nth-child(2){ margin-right:0.9rem }
.indexContainer .layer7Box .boxtit li p{ font-size: 0.3rem;  font-weight: bold; }
.indexContainer .layer7Box .boxtit li span{ display: none;}


.indexContainer .layer7Box .itemx{ width: 7.2rem;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); margin: 0.2rem auto 0 auto; overflow: hidden;}
.indexContainer .layer7Box .area1{ width: 7.2rem; }
.indexContainer .layer7Box .area1 li{ width: 6.75rem; height: 3.6rem; float: left; margin-left: 0.23rem; margin-top: 0.3rem;}
.indexContainer .layer7Box .area1 li:nth-child(2){display: none;}
.indexContainer .layer7Box .area1 li img{ width: 6.75rem; height: 3.6rem; display: block; object-fit: cover; position: absolute;}
.indexContainer .layer7Box .area1 li a{ font-size: 0.24rem; color: #fff;}
.indexContainer .layer7Box .area1 li .a3{ width:6.75rem ; height: 0.6rem; background-color: #262626; opacity: 0.9; position:absolute; line-height: 0.6rem; margin-top:3rem;}
.indexContainer .layer7Box .area1 li .a1{ width: 4.8rem; float: left;overflow: hidden; text-overflow: ellipsis;    white-space: nowrap; margin-left: 0.1rem;}
.indexContainer .layer7Box .area1 li .a2{float: right; margin-right: 0.1rem;}

.indexContainer .layer7Box .area2{ margin-left: 0.35rem;}
.indexContainer .layer7Box .area2 li{ width: 6.6rem;  float: left; margin-top: 0.2rem; border-bottom: 1px dashed #c9c9c9; padding-bottom: 0.2rem;}
.indexContainer .layer7Box .area2 li .a1{ width: 0.27rem; height: 0.22rem; font-size: 0.22rem; line-height: 0.22rem; text-align: center; float: left; background-color: #00a8ff; color: #fff;}
.indexContainer .layer7Box .area2 li:hover .a1{ background-color: #ff8002;}
.indexContainer .layer7Box .area2 li a{ font-size: 0.22rem; color: #333333;}
.indexContainer .layer7Box .area2 li a:hover{color: #00a8ff;}
.indexContainer .layer7Box .area2 li .a2{ width: 4.6rem; float: left;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-left: 0.1rem;}
.indexContainer .layer7Box .area2 li .a3{ float: right;}


.indexContainer .layer7Box .gengduo{ width: 85px; height: 30px; line-height: 30px; text-align: center; background-color: #00a8ff;float: right; margin-top: 15px;}
.indexContainer .layer7Box .gengduo a{ color: #fff; font-size: 14px;  }

.indexContainer .layer7Box  .item {  display: none; }








































































}



/***pc端***/
@media(min-width:1200px) {

.lwnt_nr2{display: none;}
.lwnt_nr img{margin-bottom: 70px; width: 100%; height: auto;}

.lwntApp{display: none;}
.alcg_right .swiper-slide-active .cgalxx_b {
    background: #00a8ff;
}
.alcg_right .swiper-slide-active .cgalxx_b p{ color: #fff}
.alcg_right .swiper-slide-active .cgalxx_b h2{ color: #fff}

.cgal_right .swiper-slide-active .cgalxx {
    background: #00a8ff;
}
.cgal_right .swiper-slide-active h2 {
    color: #fff;
}
.cgal_right .swiper-slide-active p {
    color: #fff;
}

.spbox{position: relative;}
.sp_jt .swiper-button-next{ display: block; width: 71px; height: 71px; background: url(/images/arrow3_08.png); background-size:100% 100%; right: 30%; bottom: 160px; margin: 0;}
.sp_jt .swiper-button-prev{ display: block; width: 71px; height: 71px; background: url(/images/arrow3_06.png); background-size:100% 100%; left: 30%; bottom: 160px; margin: 0;}

.kjzs_nr{position: relative;}
.kjzs_nr .swiper-button-prev{ display: block;width: 71px; height: 71px; left: 10%; top: 50%; transform: translateY(-50%); background: url(/images/arrow3_06.png); background-size:100% 100% ; margin: 0; }
.kjzs_nr .swiper-button-next{ display: block;width: 71px; height: 71px; right: 10%; top: 50%; transform: translateY(-50%); background: url(/images/arrow3_08.png); background-size:100% 100% ; margin: 0;}

.hyhp_nr{position: relative;}
.xy_jt .swiper-button-next{ display: block; width: 71px; height: 71px; background: url(/images/arrow3_08.png); background-size:100% 100%; right:10%; top: 260px; margin: 0;}
.xy_jt .swiper-button-prev{ display: block; width: 71px; height: 71px; background: url(/images/arrow3_06.png); background-size:100% 100%; left: 10%; top: 260px; margin: 0;}




.wt5 img{max-width: 740px;
    height: auto;
    object-fit: cover;
    margin: 15px auto;}



.indexContainer .layer10{ margin-bottom: 40px;}
.indexContainer .layer10 ul {
        width: 1250px;
        margin: 0 auto 0 auto;
    }

.indexContainer .layer10 li{width: 289px; height: 327px; cursor: pointer; transition: 0.5s;   float: left;  margin: 16px 8px 16px 8px;}

.indexContainer .layer10 li:nth-child(1){background: url(/images/xg/index/a1.png) no-repeat center center / 289px 327px; }
.indexContainer .layer10 li:nth-child(2){background: url(/images/xg/index/a2.png) no-repeat center center / 289px 327px; }
.indexContainer .layer10 li:nth-child(3){background: url(/images/xg/index/a3.png) no-repeat center center / 289px 327px; }
.indexContainer .layer10 li:nth-child(4){background: url(/images/xg/index/a4.png) no-repeat center center / 289px 327px; }
.indexContainer .layer10 li:nth-child(5){background: url(/images/xg/index/a5.png) no-repeat center center / 289px 327px; }
.indexContainer .layer10 li:nth-child(6){background: url(/images/xg/index/a6.png) no-repeat center center / 289px 327px; }
.indexContainer .layer10 li:nth-child(7){background: url(/images/xg/index/a7.png) no-repeat center center / 289px 327px; }
.indexContainer .layer10 li:nth-child(8){background: url(/images/xg/index/a8.png) no-repeat center center / 289px 327px; }


.indexContainer .layer10 ul li .icon {
  width: 100%;
  height: 43px;
  position: relative;
}

.indexContainer .layer10 ul li .icon img {
  position: absolute;
  display: block;
  opacity: 1;
  transition: 0.5s;
}

.indexContainer .layer10 ul li .icon img.on {
  opacity: 0;
}

.indexContainer .layer10 ul li img.hot {
  position: absolute;
  right: 12px;
  top: -5px;
}

.indexContainer .layer10 ul li .text{width: 275px; height: 314px; background-color: #2ab0f7; opacity: 0; margin-left: 7px; border-radius: 20px; position: absolute; color: #fff!important;
padding:85px 0 0 25px;transition: 0.5s;
}

.indexContainer .layer10 ul li .text2{width: 190px; height: 90px; font-size: 25px; font-weight: bold; color: #fff; position: absolute; padding-top: 60px; margin: 200px 0 0 25px;}
.indexContainer .layer10 ul li .bg1{background: url(/images/xg/index/01.png) no-repeat left top / 60px 43px; }
.indexContainer .layer10 ul li .bg2{background: url(/images/xg/index/02.png) no-repeat left top / 60px 43px; }
.indexContainer .layer10 ul li .bg3{background: url(/images/xg/index/03.png) no-repeat left top / 60px 43px; }
.indexContainer .layer10 ul li .bg4{background: url(/images/xg/index/04.png) no-repeat left top / 60px 43px; }
.indexContainer .layer10 ul li .bg5{background: url(/images/xg/index/05.png) no-repeat left top / 60px 43px; }
.indexContainer .layer10 ul li .bg6{background: url(/images/xg/index/06.png) no-repeat left top / 60px 43px; }
.indexContainer .layer10 ul li .bg7{background: url(/images/xg/index/07.png) no-repeat left top / 60px 43px; }
.indexContainer .layer10 ul li .bg8{background: url(/images/xg/index/08.png) no-repeat left top / 60px 43px; }

.indexContainer .layer10 ul li .text h2 {
  transition: 0.5s;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 25px;
}

.indexContainer .layer10 ul li .text p {
  transition: 0.5s;
  line-height: 25px;
  font-size: 16px;
  color: #fff;
}

.indexContainer .layer10 ul li .gd{ display: block; background-color: #ff8002; width: 148px; height: 30px; margin-top: 15px; border-radius: 30px; font-size: 14px; line-height: 30px; color: #fff;text-align: center;}

.indexContainer .layer10 ul li:hover .text{
  transition: 0.5s;
  opacity: 0.85;
}
.indexContainer .layer10 ul li:hover .text2{
  opacity: 0;
}

.indexContainer .layer7Box .boxtit{ width: 185px; float: left;}
.indexContainer .layer7Box .boxtit li.bg{background-color: #00a8ff!important; color: #fff!important;}
.indexContainer .layer7Box .boxtit li{ width: 185px; height: 185px;  text-align: center; padding-top: 100px;color: #333333; cursor: pointer;}
.indexContainer .layer7Box .boxtit li:nth-child(1){background: url(/images/xg/index/a17.png) no-repeat center 35px / 37px 37px;}
.indexContainer .layer7Box .boxtit li:nth-child(2){background: url(/images/xg/index/a18.png) no-repeat center 35px / 37px 37px;}
.indexContainer .layer7Box .boxtit li:nth-child(3){background: url(/images/xg/index/a19.png) no-repeat center 35px / 37px 37px;}
.indexContainer .layer7Box .boxtit li.bg:nth-child(1){background: url(/images/xg/index/a17a.png) no-repeat center 35px / 37px 37px;}
.indexContainer .layer7Box .boxtit li.bg:nth-child(2){background: url(/images/xg/index/a18a.png) no-repeat center 35px / 37px 37px;}
.indexContainer .layer7Box .boxtit li.bg:nth-child(3){background: url(/images/xg/index/a19a.png) no-repeat center 35px / 37px 37px;}
.indexContainer .layer7Box .boxtit li p{ font-size: 22px;  font-weight: bold; margin-bottom: 10px;}
.indexContainer .layer7Box .boxtit li span{ font-size: 14px; color: #999999;}
.indexContainer .layer7Box .boxtit li.bg span{ color: #fff;}



.indexContainer .layer7Box .area1{ width: 900px; height: 220px; margin: 40px 0 0 45px;}
.indexContainer .layer7Box .area1 li{ width: 430px; float: left;}
.indexContainer .layer7Box .area1 li img{ width: 430px; height: 180px; display: block;object-fit: cover; margin-bottom: 20px;}
.indexContainer .layer7Box .area1 li a{ font-size: 16px; color: #333333;}
.indexContainer .layer7Box .area1 li a:hover{color: #00a8ff;}
.indexContainer .layer7Box .area1 li .a1{ width: 320px; float: left;overflow: hidden; text-overflow: ellipsis;    white-space: nowrap;}
.indexContainer .layer7Box .area1 li .a2{width: 90px; float: right;}

.indexContainer .layer7Box .area2{ margin-left: 45px;}
.indexContainer .layer7Box .area2 li{ width: 430px; height: 35px; float: left; margin: 18px 40px 0 0; border-top: 1px dashed #c9c9c9; padding-top: 18px;}
.indexContainer .layer7Box .area2 li .a1{ width: 18px; height: 15px; font-size: 14px; line-height: 15px; text-align: center; float: left; background-color: #333333; color: #fff;}
.indexContainer .layer7Box .area2 li:hover .a1{ background-color: #ff8002;}
.indexContainer .layer7Box .area2 li a{ font-size: 14px; color: #333333;}
.indexContainer .layer7Box .area2 li a:hover{color: #00a8ff;}
.indexContainer .layer7Box .area2 li .a2{ width: 300px; float: left;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-left: 8px;}
.indexContainer .layer7Box .area2 li .a3{ float: right;}

.indexContainer .layer7Box .area1 .mgr4{ margin-right: 40px;}

.indexContainer .layer7Box .itemx{ width: 990px; height: 720px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); float: right; overflow: hidden;}
.indexContainer .layer7Box .gengduo{ width: 85px; height: 30px; line-height: 30px; text-align: center; background-color: #00a8ff;float: right; margin-top: 15px;}
.indexContainer .layer7Box .gengduo a{ color: #fff; font-size: 14px;  }

.indexContainer .layer7Box  .item {  display: none; }


.spbox22{ height: 500px; width: 1200px; margin: 0 auto 30px auto;}
.spbox22 ul li{ width: 290px; height: 210px; float: left; background-color: #fff; border-radius: 10px; margin: 0 5px 50px 5px; text-align: center; position: relative;}
.spbox22 ul li:hover{ background-color: #00a8ff; color: #fff;}
.spbox22 ul li:hover P{color: #fff;}
.spbox22 ul li img.t1{ width: 286px; height: 165px; display: block; margin: 2px 2px 12px 2px; border-top-left-radius: 10px;border-top-right-radius: 10px; object-fit:cover; }
.spbox22 ul li p{ font-size: 18px; color: #000;}
.spbox22 ul li img.gtc{ width: 49px; height: 49px; display: block; position: absolute; top:65px; left: 120px;}














































}
