html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, th, td {
  border: 1px solid black;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: 400;
}

dl, ol, ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
  outline: none;
  font-family: Arial,Microsoft YaHei;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button, input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
}

button {
  -webkit-appearance: none;
}

body {
  font-size: 14px;
  color: #000;
  font-family: Arial,"Microsoft YaHei";
  background-color: #fff;
}

body * {
  box-sizing: border-box;
  line-height: 1;
}

.clear {
  clear: both;
}

.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
}

.header {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  height: 0.9rem;
  background: #fff;
}

.header .logo {
  margin-left: 35px;
  float: left;
  width: 0.72rem;
  position: relative;
  top: 0.09rem;
  height: auto;
}

.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.header .logo a img {
  width: 100%;
  height: 100%;
}

.header .nav {
  float: right;
  display: inline-block;
  margin-right: 5%;
}

.header .nav ul li {
  float: left;
  height: 100%;
  margin: 0 0.2rem;
}

.header .nav ul li a {
  position: relative;
  top: 0.265rem;
  display: block;
  padding: 0 0.25rem;
  height: 0.37rem;
  line-height: 0.37rem;
  text-align: center;
  color: #000;
}

.header .nav ul li:hover a, .header .nav ul li.on a {
  background-color: #00b9ef;
  border-radius: 5px;
  color: #fff;
}

.header .menu {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: right;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  display: none;
  margin-right: 5%;
  cursor: pointer;
}

.header .menu img {
  display: block;
  width: 100%;
  height: 100%;
}

.rsidebar {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 100vh;
  background: #0064a3;
}

.rsidebar .sidebox {
  width: 100%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

.rsidebar .sidebox .div {
  width: 100%;
  display: block;
  padding: 5px 5px 15px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  height: auto;
  color: #fff;
  height: 15px;
  overflow: hidden;
  margin: 8px auto 8px;
  transition: all ease-in-out 0.3s;
}

.rsidebar .sidebox .div span {
  margin: 0 auto;
  width: 15px;
  height: 15px;
  display: block;
}

.rsidebar .sidebox .qq span {
  background: url("../images/icon-qqs.png") no-repeat;
  background-size: 100%;
}

.rsidebar .sidebox .user span {
  background: url("../images/icon-user.png") no-repeat;
  background-size: 100%;
}

.rsidebar .sidebox .div.on {
  height: 120px;
  background: #00b9ef;
}

.rsidebar .sidebox .div.on span {
  margin: 13px auto 8px;
  display: block;
  height: 14px;
  width: 14px;
}

.rsidebar .sidebox .msg {
  width: 100%;
  margin: 15px 0;
}

.rsidebar .sidebox .msg a {
  margin: 0 auto;
  width: 15px;
  height: 15px;
  display: block;
}

.rsidebar .sidebox .msg a {
  background: url("../images/icon-ly.png") no-repeat;
  background-size: 100%;
}

.menunav {
  position: fixed;
  right: -100%;
  top: 0;
  background-color: #fff;
  z-index: 999999;
  padding: 0 .3rem;
  width: 80%;
  height: calc(100vh);
  overflow-y: scroll;
  transition: .6s;
}

.menunav ul li a {
  color: #000;
  font-size: calc(12px - 0.12rem + 0.2rem);
  height: 1rem;
  line-height: 1rem;
  display: block;
  border-bottom: 1px solid #ddd;
}
.menunav .f_m .f_a{
  padding-left: 0;}

.menunav ul li .f_tit {
  /*padding-left: 0.5rem;*/
  height: 1rem;
  line-height: 1rem;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.menunav ul li .f_tit i {
  width: 0.16rem;
  height: 0.28rem;
  background: url("../images/icon-r.png");
  background-size: 100%;
  display: inline-block;
  display: none;
  transition: all ease-in-out 0.3s;
  transform: rotate(90deg);
}

.menunav ul li .f_tit h6 {
  font-weight: normal;
}

.menunav ul li .f_tit.f_tit_on i {
  transform: rotate(270deg);
}
.menunav ul li .f_tit.has-nav i{display: block;}

.menunav ul li .s_list {
  display: none;
}
.menunav ul li .s_list a{
  padding-left: 0.5rem;
}

.menunav.on {
  right: 0;
}

.menunavbg, .ly-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: none;
  z-index: 100;
  height: 100%;
}

.ly-box {
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #fff;
  z-index: 9999;
  padding: 0.3rem .5rem;
  width: 6.3rem;
  height: 6.94rem;
  border-radius: 0.1rem;
  transform: translate(-50%, -50%);
  background: url("../images/lybg.png") no-repeat;
  background-size: 100%;
  display: none;
}

.ly-box .con {
  width: 5rem;
  height: 5rem;
  padding: 0 0.2rem;
  background: #fff;
  margin: 1.1rem auto;
}

.ly-box .con .title {
  width: 100%;
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.32rem);
  line-height: 1.3;
  color: #12569d;
  font-weight: bold;
}

.ly-box .con .input {
  width: 100%;
  margin: 0.2rem 0;
}

.ly-box .con .input input {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  padding: 0 0.2rem;
  border: solid 1px #ddd;
}

.ly-box .con .input textarea {
  width: 100%;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  padding: 0 0.2rem;
  border: solid 1px #ddd;
  max-height: 1.5rem;
}

.ly-box .con .input.yzm {
  height: 0.5rem;
}

.ly-box .con .input.yzm input {
  width: 68%;
  float: left;
}

.ly-box .con .input.yzm span {
  height: 0.5rem;
  float: right;
  width: 30%;
}

.ly-box .con .btn {
  width: 100%;
  height: 0.5rem;
}

.ly-box .con .btn input {
  display: block;
  font-size: calc(12px - 0.12rem + 0.16rem);
  width: 1.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  border-radius: 0.20rem;
  background: #12569d;
  border: none;
}

#fp-nav {
  z-index: 99999;
  top: 70%;
}

#fp-nav ul li a span {
  width: 6px;
  height: 6px;
  background: #fff;
}

#fp-nav ul li a.active span {
  margin: -2px 0 0 -2px;
  width: 6px;
  height: 6px;
  background: #00b9ef;
}

#fp-nav.right {
  right: 2px;
}

#dowebok {
  width: calc(100% - 32px);
  height: calc(100vh - 90px);
}

.firbanner {
  position: relative;
}

.firbanner .swiper-slide {
  width: 100%;
  margin-top: 1rem;
  height: calc(100vh - 1rem);
    overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.firbanner .swiper-slide img{
  width: 100%;
  height: 100%;
  display: block;


}

.firbanner .bown {
  position: absolute;
  width: 0.27rem;
  height: 0.24rem;
  background: url("../images/icon-xb.png") no-repeat;
  background-size: 100%;
  bottom: 0.8rem;
  left: 50%;
  z-index: 999;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  transform: translateX(-50%);
}

.firbanner .bown:hover {
  bottom: 1rem;
}

.twobanner .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: 0px center;
  height: 100vh;
    overflow: hidden;
}

.twobanner .swiper-wrapper .swiper-slide .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 20;
    background-size: cover;
    background-position: center center;
  /*background: rgba(0, 0, 0, 0.5);*/
  opacity: 1;
    /*display: none;*/
  transition: all ease-in-out 0.3s;
}
.firbanner .swiper-pagination {
  bottom: 0.3rem;
}
.firbanner .swiper-pagination-bullet{
  width: 0.6rem;
  height: 0.05rem;
  border-radius: 0;
  background: #0a56c8;
}
.firbanner .swiper-pagination-bullet-active{
  width: 0.6rem;
  height: 0.05rem;
  background: #000;
}

.twobanner .swiper-wrapper .swiper-slide .con {
  padding-top: 90px;
  display: block;
  position: absolute;
  z-index: 25;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

.twobanner .swiper-wrapper .swiper-slide .con .icon {
  width: 1.21rem;
  height: 1.21rem;
  margin: 0 auto;
}

.twobanner .swiper-wrapper .swiper-slide .con .icon img {
  width: 100%;
  height: 100%;
}

.twobanner .swiper-wrapper .swiper-slide .con .tip {
  font-size: calc(12px - 0.12rem + 0.24rem);
  margin-bottom: 0.1rem;
  margin-top: 0.6rem;
}

.twobanner .swiper-wrapper .swiper-slide .con .entip {
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1;
  letter-spacing: 0.05rem;
  color: #ffffff;
}

.twobanner .swiper-wrapper .swiper-slide .con .more {
  margin: 1.5rem 0 0.3rem;
}

.twobanner .swiper-wrapper .swiper-slide .con .more a {
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2;
  color: #fff;
}

.twobanner .swiper-wrapper .swiper-slide .con .line {
  margin: 0 auto;
  width: 0.56rem;
  height: 1px;
  background: #fff;
}

.twobanner .swiper-wrapper .swiper-slide:hover .bg {
  /*background-color: #0073bd;*/
  /*opacity: 0.5;*/
  /*display: none;*/
    transform: scale(1.1);
}

.twobanner .swiper-wrapper .swiper-slide:hover .con .line {
  background: #ffb400;
}

.PRo {
  width: 100%;
  height: 100%;
  background-image: url("../images/bg11.png");
  background-size: cover;
  padding: 1.2rem 0 1.5rem;
  background-position: center center;
}

.PRo .pro-box {
  width: 15.97rem;
  height: 5.66rem;
  position: relative;
  top: calc(16% + 90px);
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.PRo .pro-box .left {
  float: left;
  width: 11.3rem;
  height: 100%;
}

.PRo .pro-box .left ul {
  width: 100%;
  overflow: hidden;
}

.PRo .pro-box .left ul li {
  float: left;
  width: 5.65rem;
  height: 2.83rem;
  position: relative;
  overflow: hidden;
}

.PRo .pro-box .left ul li .desc1 {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.PRo .pro-box .left ul li .desc1 .img {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}

.PRo .pro-box .left ul li .desc1 .txt {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.3;
  color: #333;
}

.PRo .pro-box .left ul li .desc2 {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all ease-in-out 0.3s;
  top: 2.83rem;
}

.PRo .pro-box .left ul li .desc2 .bg {
  width: 100%;
  height: 100%;
  background: #00b9ef;
  opacity: 0.9;
}

.PRo .pro-box .left ul li .desc2 .con {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.6rem 0.4rem;
  text-align: center;
  color: #fff;
}

.PRo .pro-box .left ul li .desc2 .con .h3 {
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.3;
}

.PRo .pro-box .left ul li .desc2 .con .line {
  width: 0.34rem;
  height: 1px;
  background: #fff;
  margin: 0.2rem auto 0.24rem;
}

.PRo .pro-box .left ul li .desc2 .con .p2 {
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.PRo .pro-box .left ul li .desc2 .con .more {
  width: 1.24rem;
  height: 0.47rem;
  line-height: 0.47rem;
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #2281bc;
  background: #fff;
  border-radius: 0.06rem;
  display: block;
  margin: 0.25rem auto 0;
}

.PRo .pro-box .left ul li.on .desc2 {
  top: 0;
}

.PRo .pro-box .right {
  float: right;
  width: 4.65rem;
  height: 100%;
  position: relative;
}

.PRo .pro-box .right .img {
  width: 100%;
  height: 100%;
}

.PRo .pro-box .right .img img {
  width: 100%;
  height: 100%;
}

.PRo .pro-box .right .desc {
  position: absolute;
  top: 0.76rem;
  left: 0.4rem;
  width: 1.94rem;
}

.PRo .pro-box .right .desc .p1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  line-height: 1.25;
  margin: 0.37rem 0 0.51rem;
}

.PRo .pro-box .right .desc .h4, .PRo .pro-box .right .desc h3 {
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.PRo .pro-box .right .desc .h4 {
  color: #006fbd;
}

.PRo .pro-box .right .desc .h3 {
  color: #333;
}

.PRo .pro-box .right .desc .more {
  width: 1.24rem;
  height: 0.46rem;
  display: block;
  color: #fff;
  background-color: #006fbd;
  box-shadow: 0px 15px 30px 0px rgba(18, 86, 157, 0.3), 0px 30px 60px 0px rgba(18, 86, 157, 0.3);
  border-radius: 0.06rem;
  text-align: center;
  line-height: 0.46rem;
}

.New {
  background-image: url("../images/bg1.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.New .left {
  float: left;
  width: 6rem;
  margin-top: 90px;
  margin-top: 0.9rem;
  height: calc(100vh - 0px);
  padding: 1.9rem 0 0 1.8rem;
}

.New .left .Entip {
  color: #12569d;
  font-size: calc(12px - 0.12rem + 1rem);
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.New .left .tip {
  color: #12569d;
  font-size: calc(12px - 0.12rem + 0.42rem);
  line-height: 1;
  font-weight: bold;
}

.New .left .btns {
  width: 100%;
  height: 0.43rem;
  margin: 0.7rem 0 1.9rem;
}

.New .left .btns .btn {
  width: 0.23rem;
  height: 0.43rem;
  display: block;
  float: left;
  margin-right: 0.2rem;
  cursor: pointer;
}

.New .left .btns .N-prev {
  background: url("../images/l2.png") no-repeat;
  background-size: 100%;
}

.New .left .btns .N-prev:hover {
  background: url("../images/lh2.png") no-repeat;
  background-size: 100%;
}

.New .left .btns .N-next {
  background: url("../images/r2.png") no-repeat;
  background-size: 100%;
}

.New .left .btns .N-next:hover {
  background: url("../images/rh2.png") no-repeat;
  background-size: 100%;
}

.New .left .line {
  width: 1.08rem;
  height: 2px;
  background: #12569d;
}

.New .right {
  float: left;
  width: calc(100% - 6.2rem);
  height: 100%;
}

.New .right .swiper-slide {
  margin-top: 90px;
  margin-top: 0.9rem;
  height: calc(100vh - 90px);
  display: block;
  padding: 1rem 0.57rem 0 0.4rem;
  border-left: solid 1px #c6d6e1;
}

.New .right .swiper-slide .num {
  font-size: calc(12px - 0.12rem + 0.8rem);
  line-height: 1;
  margin-bottom: 0.1rem;
  letter-spacing: 8px;
  color: #333333;
}

.New .right .swiper-slide .time {
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.1;
  color: #666;
}

.New .right .swiper-slide .tip {
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.8;
  font-weight: bold;
  color: #333;
  margin: 0.7rem 0 0.3rem;
}

.New .right .swiper-slide .img {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.3s;
}

.New .right .swiper-slide .img img {
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.3s;
}

.New .right .swiper-slide .txt {
  letter-spacing: 1px;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.8;
  color: #333;
  margin: 0.5rem 0 0.7rem;
}

.New .right .swiper-slide .more {
  width: 0.19rem;
  height: 0.14rem;
}

.New .right .swiper-slide .more a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/more.png") no-repeat;
  background-size: 100%;
}

.New .right .swiper-slide:hover {
  border-left: solid 1px #006fbc;
}

.New .right .swiper-slide:hover .img img {
  transform: scale(1.1);
}

.about {
  width: 100%;
  height: 100%;
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0.7rem 0 0.8rem;
  position: relative;
}

.about .aboutbox {
  position: relative;
  width: 16.83rem;
  height: 6.99rem;
  top: calc(50% + 0.45rem);
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.about .aboutbox .left {
  float: left;
  width: 5.3rem;
  height: 6.99rem;
  padding: 1.24rem 0 0 0;
}

.about .aboutbox .left .Entip {
  margin-bottom: 0.3rem;
}

.about .aboutbox .left .Entip a {
  color: #fff;
  font-size: calc(12px - 0.12rem + 1rem);
  line-height: 1;
  font-weight: bold;
}

.about .aboutbox .left .tip a {
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.42rem);
  line-height: 1;
  font-weight: bold;
}

.about .aboutbox .left .txt {
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.7;
  color: #fff;
  margin: 0.7rem 0;
  padding-right: 1.2rem;
}

.about .aboutbox .left .line {
  width: 1.08rem;
  height: 2px;
  background: #fff;
}

.about .aboutbox .right {
  float: left;
  width: 11.53rem;
  height: 6.99rem;
  background: url("../images/ulbg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1rem 0.88rem;
}

.about .aboutbox .right ul {
  width: 100%;
  overflow: hidden;
}

.about .aboutbox .right ul li {
  width: 50%;
  padding-right: 0.2rem;
  float: left;
  height: 2.2rem;
  margin-bottom: 0.5rem;
}

.about .aboutbox .right ul li .icon {
  width: 0.7rem;
  height: 0.7rem;
}

.about .aboutbox .right ul li .icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.about .aboutbox .right ul li .tip {
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.3;
  color: #000;
  margin: 0.13rem 0;
}

.about .aboutbox .right ul li .line {
  width: 0.3rem;
  height: 2px;
  background: #f4a42d;
  margin-bottom: 0.14rem;
}

.about .aboutbox .right ul li .txt {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.625;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.about .aboutbox .right ul li:nth-child(2n) {
  float: right;
}

.core {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
  background: #192832;
  position: relative;
}

.core .left {
  float: left;
  width: 3.75rem;
  height: 100%;
  position: relative;
}

.core .left .ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.6rem;
}

.core .left .ul li {
  width: auto;
  display: block;
  color: #82939f;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2.1;
  cursor: pointer;
}

.core .left .ul li span {
  display: inline-block;
  width: 0.2rem;
  height: 0.05rem;
  background: #82939f;
  position: relative;
  top: -0.04rem;
  margin-right: 0.1rem;
}

.core .left .ul li:hover, .core .left .ul li.on {
  color: #00b9ef;
}

.core .left .ul li:hover span, .core .left .ul li.on span {
  background: #00b9ef;
}

.core .mid {
  float: left;
  height: 100%;
  width: 11.93rem;
}

.core .mid .corebanner {
  width: 100%;
  height: 100%;
}

.core .mid .corebanner .swiper-slide {
  width: 100%;
  height: 100%;
}

.core .mid .corebanner .swiper-slide img {
  width: 100%;
  height: 100%;
}

.core .right {
  float: left;
  width: calc(100% - 3.75rem - 11.93rem);
  height: 100%;
  position: relative;
}

.core .right .rbox {
  width: 2.4rem;
  position: absolute;
  bottom: 1rem;
  /*top: 65%;*/
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.core .right .rbox .rboxx a{
  display: none;
  color:#fff;width: 1.24rem;height: 0.46rem;line-height:0.46rem;text-align:center;background-color: #006fbd;
}
.core .right .rbox .rboxx.on a{
  display: block;
}

.core .right .rbox .r-prev, .core .right .rbox .r-next {
  width: 0.4rem;
  height: 0.2rem;
  float: left;
  cursor: pointer;
  margin: 0 0.1rem;
  position: relative;
  top: 0.1rem;
}

.core .right .rbox .now {
  float: left;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2.1;
  font-weight: bold;
  color: #fff;
  margin: 0 0.1rem;
}

.core .right .rbox .cound {
  float: left;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2.1;
  font-weight: bold;
  color: #ffae00;
  margin: 0 0.1rem;
}

.core .right .rbox .r-prev {
  background: url("../images/left.png") no-repeat;
  background-size: 100%;
}

.core .right .rbox .r-next {
  background: url("../images/right.png") no-repeat;
  background-size: 100%;
}

.core .index {
  position: absolute;
  z-index: 9999;
  left: 2.39rem;
  top: 1.84rem;
  color: #fff;
}

.core .index .nowi {
  font-size: calc(12px - 0.12rem + 1.1rem);
  float: left;
  font-weight: bold;
}

.core .index .coundi {
  font-size: calc(12px - 0.12rem + 0.37rem);
  float: left;
  position: relative;
  top: 0.08rem;
}

.core .index .coundi span {
  font-size: calc(12px - 0.12rem + 0.39rem);
}

.core .tip {
  position: absolute;
  z-index: 9999;
  left: 5.23rem;
  top: 1.82rem;
  color: #fff;
}

.core .tip .t-item {
  display: none;
}

.core .tip .t-item .en {
  margin-bottom: 0.3rem;
}

.core .tip .t-item .en .txt {
  font-size: calc(12px - 0.12rem + 1.18rem);
  font-weight: bold;
  line-height: 1;
}

.core .tip .t-item .cn {
  font-size: calc(12px - 0.12rem + 0.48rem);
  font-weight: bold;
  line-height: 1;
}

.core .tip .t-item .cn span {
  display: inline-block;
  width: 0.49rem;
  height: 2px;
  background: #fff;
  margin-right: 0.2rem;
  position: relative;
  top: -0.15rem;
}

.core .tip .t-item.on {
  display: block;
}

.core .imgyl {
  position: absolute;
  top: 2.87rem;
  left: 13.67rem;
  z-index: 999;
  width: 3.36rem;
}

.core .imgyl .sbanner {
  width: 100%;
}

.core .imgyl .sbanner .img {
  width: 3.36rem;
  height: 2.4rem;
  cursor: pointer;
}

.core .imgyl .sbanner .img + .img {
  /*margin-left: 0.6rem;*/
}

.core .bown {
  position: absolute;
  width: 0.27rem;
  height: 0.24rem;
  background: url("../images/icon-xb.png") no-repeat;
  background-size: 100%;
  bottom: 1rem;
  left: 1rem;
  z-index: 999;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.core .bown:hover {
  bottom: 1.2rem;
}

.Cbanner {
  margin-top: 90px;
  margin-top: 0.9rem;
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: center;
}

.Cbanner img {
  display: block;
  width: 100%;
  height: 100%;
}

.Cbanner .tips {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
}

.Cbanner .tips .en {
  font-size: calc(12px - 0.12rem + 0.54rem);
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
}

.Cbanner .tips .cn {
  font-size: calc(12px - 0.12rem + 0.38rem);
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.Cbanner .tips.abouts {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
  text-align: center;
}

.Cbanner .tips.abouts .en, .Cbanner .tips.abouts .cn {
  color: #333;
}

.tabbar {
  width: 100%;
  height: auto;
  line-height: 0.8rem;
  background: #006fbd;
}

.tabbar .ul {
  width: auto;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.tabbar .ul .li {
  display: inline-block;
  width: auto;
  position: relative;
  top: 0.01rem;
}

.tabbar .ul .li div {
  padding: 0 0.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #8cacce;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabbar .ul .li div i {
  display: inline-block;
  margin-left: 0.1rem;
  position: relative;
  top: -0.01rem;
  width: 0.12rem;
  height: 0.06rem;
  background: url("../images/icon-s.png") no-repeat;
  background-size: 100%;
  opacity: 0;
}

.tabbar .ul .li ul {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 0.06rem 0.06rem;
  padding: 0.1rem 0.1rem;
}

.tabbar .ul .li ul li {
  text-align: center;
  width: 100%;
  margin: 0.15rem 0;
}

.tabbar .ul .li ul li a {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.375;
  color: #666;
}

.tabbar .ul .li ul li:hover a {
  color: #12569d;
}

.tabbar .ul .li:hover div {
  background: #00b9ef;
  color: #fff;
}

.tabbar .ul .li:hover div i {
  opacity: 1;
}

.tabbar .ul .li:hover ul {
  display: block;
}

.tabbar .ul .lis {
  display: inline-block;
  width: auto;
  position: relative;
  top: 0.01rem;
}

.tabbar .ul .lis .item {
  height: 0.8rem;
  text-align: center;
  color: #8cacce;
}

.tabbar .ul .lis .item a {
  padding: 0 0.4rem;
  color: #8cacce;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0.8rem;
}

.tabbar .ul .lis .item.on a {
  background: #00b9ef;
  color: #fff;
}

.tabbar .swiper-slide {
  height: 0.8rem;
  text-align: center;
  color: #8cacce;
  width: auto;
  line-height: 0.8rem;
}

.tabbar .swiper-slide a {
  padding: 0 0.4rem;
  color: #8cacce;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0.8rem;
}
.tabbar .swiper-slide.li a{
  width: auto;
  padding:  0 0.1rem;
  display: inline-block;
}

.tabbar .swiper-slide.on a {
  background: #00b9ef;
  color: #fff;
}

.tabbar .swiper-slide.li {
  width: 2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #8cacce;
}
.tabbar .swiper-slide.li:after{
  content: " ";
  display: block;
  width: 0.3rem;
    height: 0.15rem;
    background: url("../images/icon-s.png") no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
  text-align: center;
  position: absolute;
  right: 0.2rem;
  top: 0.32rem;
  line-height: 0.8rem;
  font-size: 0.36rem;
  color: #fff;
  display: none;
}

.tabbar .swiper-slide.li div {
  line-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabbar .swiper-slide.li i {
  display: inline-block;
  margin-left: 0.1rem;
  position: absolute;
  top: 48%;
  right: 0.2rem;
  width: 0.12rem;
  height: 0.06rem;
  background: url("../images/icon-s.png") no-repeat;
  background-size: 100%;
  opacity: 0;
  transform: rotate(180deg);
}

.tabbar .swiper-slide.li ul {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 0.06rem 0.06rem;
  padding: 0.1rem 0.1rem;
}

.tabbar .swiper-slide.li ul li {
  text-align: center;
  width: 100%;

}

.tabbar .swiper-slide.li ul li a {
  padding: 0.15rem 0;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.375;
  color: #666;
  width: 100%;
  height: 100%;
  display: inline-block;;
}

.tabbar .swiper-slide.li ul li:hover a {
  color: #12569d;
}

.tabbar .swiper-slide.li.on {
  background: #00b9ef;
  color: #fff;
}

.tabbar .swiper-slide.li.on a {
  background: none;
}

.tabbar .swiper-slide.li.on div i {
  opacity: 1;
}

.tabbar .swiper-slide.li.on ul {
  display: block;
}

.tabbar .swiper-wrapper {
  justify-content: center;
}

.Case {
  width: 100%;
  background: #f5f5f5;
  padding: 1rem 0;
}

.Case .top {
  width: 100%;
  position: relative;
}

.Case .top .entip {
  font-size: calc(12px - 0.12rem + 0.2rem);
  margin-bottom: 0.2rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
}

.Case .top .tip {
  font-size: calc(12px - 0.12rem + 0.32rem);
  font-weight: bold;
  color: #333;
  line-height: 1;
}

.Case .top .ztbtn {
  cursor: pointer;
  position: absolute;
  top: 0.4rem;
  right: 0;
  width: 1.84rem;
  height: 0.56rem;
  background-color: #006fbd;
  box-shadow: 0px 15px 30px 0px rgba(18, 86, 157, 0.3), 0px 30px 60px 0px rgba(18, 86, 157, 0.3);
  border-radius: 0.06rem;
  line-height: 0.56rem;
  text-align: center;
  color: #fff;
}

.Case .top .ztbtn span {
  display: inline-block;
  margin-right: 0.1rem;
  position: relative;
  top: 0.03rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url("../images/video.png") no-repeat;
  background-size: 100%;
}

.Case .con {
  height: 13rem;
  overflow: auto;
  margin: 0.4rem 0;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #333;
  line-height: 1.75;
  /*text-indent:0 !important;*/
}
.Case .con p{
  max-width: 100%;
  /*font-size: calc(12px - 0.12rem + 0.16rem) !important;*/
  /*color: #333 !important;*/
  /*line-height: 1.75 !important;*/
  /*text-indent:0 !important;*/
  font-size: calc(12px - 0.12rem + 0.16rem) ;
  color: #333 ;
  line-height: 1.75 ;
  text-indent:0 ;
}
.Case .con p img{
  /*width: 7rem;*/
}
.Case .con span{
  font-size: calc(12px - 0.12rem + 0.16rem) ;
  color: #333 ;
  line-height: 1.75 ;
  text-indent:0 ;
  /*font-size: calc(12px - 0.12rem + 0.16rem) !important;*/
  /*color: #333 !important;*/
  /*line-height: 1.75 !important;*/
  /*text-indent:0 !important;*/
}
.Case .con img{
  /*width: 100%;*/
  /*height: 100%;*/
  /*display: block;*/
  /*margin: 0.3rem 0 0.15rem;*/
}

.Case .con .img-list {
  width: 100%;
  height: auto;
  margin: 0.6rem 0;
  padding: 0 0.1rem;
}

.Case .con .img-list ul {
  width: 100%;
  overflow: hidden;
}

.Case .con .img-list ul li {
  float: left;
  width: 49%;
  height: auto;
  margin-bottom: 0.2rem;
}

.Case .con .img-list ul li img {
  width: 100%;
  height: 100%;
}

.Case .con .img-list ul li:nth-child(2n) {
  float: right;
}

.Case .con .C-item {
  margin: 0.3rem 0;
  padding-right: 0.2rem;
}

.Case .con .C-item .item-txt {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #333;
  line-height: 1.75;
}

.Case .con::-webkit-scrollbar {
  position: relative;
  right: -0.1rem;
  width: 0.04rem;
  height: 0.01rem;
}

.Case .con::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  background: #12569d;
}

.Case .con::-webkit-scrollbar-track {
  background: #ddd;
}

.C-map {
  width: 100%;
  background: #fff;
  padding: 0.7rem 0 0.5rem;
}

.C-map .Cmap {
  margin: 0 1rem;
}

.C-map .Cmap .swiper-slide {
  height: auto;
}

.C-map .Cmap .swiper-slide .img {
  width: 100%;
  height: auto;
}

.C-map .Cmap .swiper-slide .img img {
  width: 100%;
  height: 100%;
}

.C-map .Cmap .swiper-slide .txt {
  font-size: calc(12px - 0.12rem + 0.14rem);
  height: auto;
  line-height: 0.5rem;
  text-align: center;
  color: #12569d;
}

.C-map .next, .C-map .prev {
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.C-map .prev {
  background: url("../images/lbtn.png") no-repeat;
  background-size: 100%;
  left: 0.3rem;
}

.C-map .prev:hover {
  background: url("../images/lhbtn.png") no-repeat;
  background-size: 100%;
}

.C-map .next {
  background: url("../images/rbtn.png") no-repeat;
  background-size: 100%;
  right: 0.3rem;
}

.C-map .next:hover {
  background: url("../images/rhbtn.png") no-repeat;
  background-size: 100%;
}

.pbanner {
  width: 100%;
  padding: 0.6rem 0;
  background-image: url("../images/bg4.jpg");
  background-size: 100%;
}

.pbanner .Pmap {
  width: 100%;
  overflow: hidden;
}

.pbanner .Pmap a {
  width: 4.47rem !important;
  height: auto;
  box-shadow: 0px 24px 48px 0px rgba(0, 46, 86, 0.05), 0px 0px 24px 0px rgba(0, 46, 86, 0.05);
  margin: 0 0.16rem 0.5rem;
  display: inline-block;
}

.pbanner .Pmap a .img {
  width: 100%;
  height: 3.6rem;
  display: block;
  background-size: cover;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
;
}

.pbanner .Pmap a .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.pbanner .Pmap a .tip {
  width: 100%;
  height: auto;
  padding: 0 0.3rem 0.2rem;
  background: #fff;
}

.pbanner .Pmap a .tip .t1 {
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.4;
  color: #333;
  margin-bottom: 0.1rem;
  padding-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pbanner .Pmap a .tip .t2 {
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.4;
  color: #666;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pbanner .Pmap a:nth-child(3n+4) {
  margin-bottom: 0;
}

.pbanner .Pmap a:nth-child(3n+5) {
  margin-bottom: 0;
}

.pbanner .Pmap a:nth-child(3n+6) {
  margin-bottom: 0;
}

.pbanner .Pmap a:hover .tip {
  background: #00b9ef;
}

.pbanner .Pmap a:hover .tip .t1 {
  color: #fff;
}

.pbanner .Pmap a:hover .tip .t2 {
  color: #fff;
}

.pbanner .next, .pbanner .prev {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.pbanner .prev {
  background: url("../images/lbtn2.png") no-repeat;
  background-size: 100%;
  left: -1rem;
}

.pbanner .prev:hover {
  background: url("../images/lhbtn2.png") no-repeat;
  background-size: 100%;
}

.pbanner .next {
  background: url("../images/rbtn2.png") no-repeat;
  background-size: 100%;
  right: -1rem;
}

.pbanner .next:hover {
  background: url("../images/rhbtn2.png") no-repeat;
  background-size: 100%;
}

.pmessage {
  width: 100%;
  padding: 0.6rem 0;
  background-image: url("../images/bg5.jpg");
  background-size: 100%;
  height: 9rem;
}

.pmessage .mes-box {
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  padding: 0.6rem;
}

.pmessage .mes-box .left {
  float: left;
  width: 7.04rem;
}

.pmessage .mes-box .left .imgbox {
  width: 100%;
  height: 4.9rem;
}

.pmessage .mes-box .left .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}

.pmessage .mes-box .left .img-list {
  width: 100%;
  margin-top: 0.2rem;
}

.pmessage .mes-box .left .img-list .swiper-slide {
  width: 1.27rem !important;
  height: 1.05rem;
  border: solid 0.01rem #ddd;
  margin-right: 0.17rem;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}

.pmessage .mes-box .left .img-list .swiper-slide img {
  width: 100%;
  height: 100%;
}

.pmessage .mes-box .right {
  float: right;
  width: 5.7rem;
}

.pmessage .mes-box .right .item {
  width: 100%;
  display: none;
}

.pmessage .mes-box .right .item .entip {
  font-size: calc(12px - 0.12rem + 0.44rem);
  line-height: 1;
  color: #006fbd;
  font-weight: bold;
  margin-bottom: 0.06rem;
}

.pmessage .mes-box .right .item .tip {
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1;
  color: #006fbd;
  font-weight: bold;
}

.pmessage .mes-box .right .item .item-ul {
  width: 100%;
  margin-top: 0.4rem;
  height: 3.8rem;
  padding-right: 0.2rem;
  overflow: auto;
}

.pmessage .mes-box .right .item .item-ul li {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #333;
  margin: 0.05rem 0;
}

.pmessage .mes-box .right .item .item-ul li .l {
  float: left;
  width: 1.2rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.6 !important;
}

.pmessage .mes-box .right .item .item-ul li .r {
  float: right;
  width: 4rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.6 !important;
}

.pmessage .mes-box .right .item .item-ul::-webkit-scrollbar {
  width: 0.1rem;
}

.pmessage .mes-box .right .item .item-ul::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #006fbd;
}

.pmessage .mes-box .right .item .item-ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
  background: #e7e7e7;
}

.pmessage .mes-box .right .item .more {
  margin-top: 0.4rem;
  width: 2.04rem;
  height: 0.62rem;
  background-color: #006fbd;
  box-shadow: 0px 15px 30px 0px rgba(18, 86, 157, 0.3), 0px 30px 60px 0px rgba(18, 86, 157, 0.3);
  border-radius: 0.06rem;
}

.pmessage .mes-box .right .item .more a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  text-align: center;
  line-height: 0.62rem;
}

.pmessage .mes-box .right .item.on {
  display: block;
}

.pmessage .mes-box.on {
  z-index: 999;
}

.c-show {
  width: 100%;
  padding: 0.86rem 0 0.95rem;
  background: url("../images/bg6.jpg") no-repeat;
  overflow: hidden;
}

.c-show .c-s-l {
  float: left;
  width: 4.7rem;
}

.c-show .c-s-l .c-s-l-b {
  width: 100%;
  height: 4.2rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 0.4rem;
}

.c-show .c-s-l .c-s-l-b .c-s-l-b-b {
  position: absolute;
  top: 0;
  transition: all ease-in-out 0.3s;
}

.c-show .c-s-l .c-s-l-b .entip {
  font-size: calc(12px - 0.12rem + 0.44rem);
  line-height: 1.3;
  font-weight: bold;
  color: #303030;
}

.c-show .c-s-l .c-s-l-b .tip {
  font-size: calc(12px - 0.12rem + 0.38rem);
  line-height: 1;
  font-weight: bold;
  color: #006fbd;
  margin: 0.1rem 0 0.24rem;
}

.c-show .c-s-l .c-s-l-b .txt {
  font-size: calc(12px - 0.12rem + 0.15rem);
  line-height: 1.8;
  color: #666;
  margin: 0.1rem 0;
}

.c-show .c-s-l .c-s-l-t {
  width: 100%;
  height: 0.3rem;
  margin-top: 0.2rem;
}

.c-show .c-s-l .c-s-l-t div {
  width: 0.3rem;
  height: 0.3rem;
  float: left;
  margin-right: 0.1rem;
  cursor: pointer;
}

.c-show .c-s-l .c-s-l-t .up {
  background: url("../images/up.png") no-repeat;
  background-size: 100%;
}

.c-show .c-s-l .c-s-l-t .up:hover {
  background: url("../images/uph.png") no-repeat;
  background-size: 100%;
}

.c-show .c-s-l .c-s-l-t .down {
  background: url("../images/down.png") no-repeat;
  background-size: 100%;
}

.c-show .c-s-l .c-s-l-t .down:hover {
  background: url("../images/downh.png") no-repeat;
  background-size: 100%;
}

.c-show .c-s-r {
  float: right;
  width: 7.5rem;
  height: 4.8rem;
}

.c-show .c-s-r img {
  width: 100%;
  height: 100%;
  display: block;
}

.c-partners {
  width: 100%;
  padding: 0.8rem 0 0.8rem;
  background: #e0e9f2;
}

.c-partners .title {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}

.c-partners .title .entip {
  font-size: calc(12px - 0.12rem + 0.44rem);
  line-height: 1.3;
  font-weight: bold;
  color: #303030;
}

.c-partners .title .tip {
  font-size: calc(12px - 0.12rem + 0.38rem);
  line-height: 1;
  font-weight: bold;
  color: #12569d;
}

.c-partners .c-p-list {
  width: 100%;
}

.c-partners .c-p-list .cy {
  display: inline-block;
  width: 2.23rem;
  height: 2rem;
  margin-right: 0.19rem;
  margin-left: 0.01rem;
  margin-bottom: 0.3rem;
}

.c-partners .c-p-list .cy .img {
  width: 2.23rem;
  height: 1.5rem;
  overflow: hidden;
}

.c-partners .c-p-list .cy .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.3s;
}

.c-partners .c-p-list .cy .txt {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 0.5rem;
  text-align: center;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-partners .c-p-list .cy:nth-child(6n) {
  margin-right: 0;
}

.c-partners .c-p-list .cy:hover img {
  transform: scale(1.1);
}

.c-partners .c-p-list .cy:hover .txt {
  color: #006fbc;
}

.c-care {
  width: 100%;
  padding: 0.8rem 0 0.8rem;
  background: url("../images/bg7.png") no-repeat;
}

.c-care .title {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #fff;
}

.c-care .title .entip {
  font-size: calc(12px - 0.12rem + 0.44rem);
  line-height: 1.3;
  font-weight: bold;
}

.c-care .title .tip {
  font-size: calc(12px - 0.12rem + 0.38rem);
  line-height: 1;
  font-weight: bold;
}

.c-care .care-list {
  width: 100%;
  position: relative;
}

.c-care .care-list .swiper-slide {
  height: auto;
  position: relative;
}

.c-care .care-list .swiper-slide .img {
  display: block;
  width: 100%;
  height: 100%;
}

.c-care .care-list .swiper-slide .tipbg {
  position: absolute;
  width: 100%;
  background-color: #083068;
  opacity: 0.4;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  bottom: 0;
  z-index: 10;
  height: auto;
}

.c-care .care-list .swiper-slide .tips {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 20;
  height: auto;
  color: #fff;
  padding: 0.1rem 0.3rem;
}

.c-care .care-list .swiper-slide .tips .entip {
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.6;
  font-weight: bold;
}

.c-care .care-list .swiper-slide .tips .tip {
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.4;
}

.c-care .care-list .c-b {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 1px 10px 0px rgba(135, 135, 135, 0.12);
  border-radius: 50%;
}

.c-care .care-list .c-prev {
  background: url("../images/lbtn2.png") no-repeat;
  background-size: 100%;
  left: -0.7rem;
  z-index: 99;
}

.c-care .care-list .c-prev:hover {
  background: url("../images/lhbtn2.png") no-repeat;
  background-size: 100%;
}

.c-care .care-list .c-next {
  background: url("../images/rbtn2.png") no-repeat;
  background-size: 100%;
  right: -0.5rem;
  z-index: 99;
}

.c-care .care-list .c-next:hover {
  background: url("../images/rhbtn2.png") no-repeat;
  background-size: 100%;
}

.c-compe {
  width: 100%;
  padding: 0.8rem 0 0.8rem;
  background: url("../images/bg8.jpg") no-repeat;
}

.c-compe .title {
  width: 100%;
  text-align: center;
  margin-bottom: 0.6rem;
  color: #fff;
}

.c-compe .title .entip {
  font-size: calc(12px - 0.12rem + 0.44rem);
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.c-compe .title .tip {
  font-size: calc(12px - 0.12rem + 0.38rem);
  line-height: 1;
  font-weight: bold;
}

.c-compe .num-list {
  width: 100%;
  position: relative;
}

.c-compe .num-list .ct {
  width: 4.7rem;
  height: 1.95rem;
  display: block;
}

.c-compe .num-list .ct div {
  float: left;
}

.c-compe .num-list .ct .img {
  margin-left: 0.3rem;
  width: 0.36rem;
  height: 0.36rem;
  margin-top: 1rem;
  margin-right: 0.3rem;
}

.c-compe .num-list .ct .img img {
  width: 100%;
  height: 100%;
}

.c-compe .num-list .ct .line {
  width: 0.25rem;
  height: 1.94rem;
  background: url("../images/line2.png") no-repeat;
  background-size: 100%;
  position: relative;
  top: 0.06rem;
}

.c-compe .num-list .ct .tips {
  width: 3.2rem;
  margin-left: 0.2rem;
  padding: 0.5rem 0.2rem 0rem 0;
  color: #fff;
}

.c-compe .num-list .ct .tips .t1 {
  font-size: calc(12px - 0.12rem + 0.26rem);
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.05rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 3.2rem;
}

.c-compe .num-list .ct .tips .t2 {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-compe .num-list .ct:nth-child(2n) {
  margin-left: 0.8rem;
}

.c-compe .num-list .ct:nth-child(2n) .line {
  background: url("../images/line3.png") no-repeat;
  background-size: 100%;
  top: -0.06rem;
}

.c-compe .num-list .swiper-slide {
  width: 4.8rem;
}

.c-compe .num-list .lines {
  position: absolute;
  z-index: 999;
  width: 100%;
  background: #fff;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.c-qualification {
  width: 100%;
  padding: 0.8rem 0 0.8rem;
  background: #f5f5f5;
}

.c-qualification .title {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}

.c-qualification .title .entip {
  font-size: calc(12px - 0.12rem + 0.44rem);
  line-height: 1.3;
  font-weight: bold;
  color: #303030;
}

.c-qualification .title .tip {
  font-size: calc(12px - 0.12rem + 0.38rem);
  line-height: 1;
  font-weight: bold;
  color: #12569d;
}

.c-qualification .qualification-list {
  width: 100%;
  position: relative;
}

.c-qualification .qualification-list .swiper-slide {
  width: auto;
  position: relative;
  margin: 0 0.25rem;
}

.c-qualification .qualification-list .swiper-slide .img {
  display: block;
  width: 100%;
  height: auto;
}

.c-qualification .qualification-list .swiper-slide .img img {
  width: 100%;
  height: 100%;
}

.c-qualification .qualification-list .swiper-slide .tip {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 0.75rem;
  height: 0.75rem;
  background: #006fbc;
  color: #fff;
  text-align: center;
}

.c-qualification .qualification-list .swiper-slide:hover .tip {
  background: #00b9ef;
}

.c-qualification .qualification-list .q-b {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 1px 10px 0px rgba(135, 135, 135, 0.12);
  border-radius: 50%;
}

.c-qualification .qualification-list .q-prev {
  background: url("../images/lbtn2.png") no-repeat;
  background-size: 100%;
  left: -0.65rem;
}

.c-qualification .qualification-list .q-prev:hover {
  background: url("../images/lhbtn2.png") no-repeat;
  background-size: 100%;
}

.c-qualification .qualification-list .q-next {
  background: url("../images/rbtn2.png") no-repeat;
  background-size: 100%;
  right: -0.65rem;
}

.c-qualification .qualification-list .q-next:hover {
  background: url("../images/rhbtn2.png") no-repeat;
  background-size: 100%;
}

.C-map {
  width: 100%;
  padding: 0.7rem 0 0.9rem;
  background: url("../images/bg9.jpg") no-repeat;
}

.C-map .top {
  width: 100%;
  overflow: hidden;
}

.C-map .top .title {
  float: left;
  width: calc(100% - 2rem);
}

.C-map .top .title .tip {
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.2;
  letter-spacing: 2px;
  color: #006fbd;
  font-weight: bold;
}

.C-map .top .title .entip {
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.2;
  letter-spacing: 1px;
  color: #006fbd;
  margin: 0.2rem 0 0.4rem;
  font-weight: bold;
}

.C-map .top .title .tip-list {
  width: 100%;
  height: auto;
}

.C-map .top .title .tip-list ul {
  width: 100%;
  overflow: hidden;
}

.C-map .top .title .tip-list ul li {
  float: left;
  line-height: 0.32rem;
  color: #555;
  height: auto;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin-right: 0.3rem;
  cursor: pointer;
}

.C-map .top .title .tip-list ul li span {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  position: relative;
  top: 0.08rem;
  line-height: 0.32rem !important;
  margin-right: 0.25rem;
}

.C-map .top .title .tip-list ul li span img {
  width: 100%;
  height: 100%;
  display: none;
}

.C-map .top .title .tip-list ul li span img:first-child {
  display: block;
}

.C-map .top .title .tip-list ul li span img:last-child {
  display: none;
}

.C-map .top .title .tip-list ul li:hover span img:first-child {
  display: none;
}

.C-map .top .title .tip-list ul li:hover span img:last-child {
  display: block;
}

.C-map .top .code-img {
  float: right;
  width: 2rem;
}

.C-map .top .code-img .img {
  width: 0.93rem;
  height: 0.93rem;
  margin: 0 auto;
}

.C-map .top .code-img .img img {
  width: 100%;
  height: 100%;
}

.C-map .top .code-img .txt {
  text-align: center;
  color: #555;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 3;
}

.C-map .line {
  margin: 0.7rem 0 0.4rem;
  height: 0.01rem;
  width: 100%;
  border-bottom: dashed 0.01rem #ccc;
}

.C-map .map {
  width: 100%;
  height: 5.4rem;
}

.C-map .map img {
  width: 100%;
  height: 100%;
  display: block;
}

.dot {
  width: 100%;
  padding: 0.8rem 0 0.8rem;
  background: url("../images/bg10.jpg") no-repeat;
}

.dot .title {
  width: 100%;
  text-align: center;
  margin-bottom: 0.6rem;
  color: #fff;
}

.dot .title .entip {
  font-size: calc(12px - 0.12rem + 0.44rem);
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.dot .title .tip {
  font-size: calc(12px - 0.12rem + 0.38rem);
  line-height: 1;
  font-weight: bold;
}

.dot .dot-list {
  width: 100%;
  height: auto;
  position: relative;
}

.dot .dot-list .img-list {
  width: 10.98rem;
  height: 6.27rem;
}

.dot .dot-list .img-list img {
  width: 100%;
  height: 100%;
  display: block;
}

.dot .icon-list {
  width: 4.6rem;
  height: 4.6rem;
  background: #0171b9;
  border-radius: 0.1rem;
  position: absolute;
  right: 0;
  top: 0.8rem;
  padding: 0.38rem;
}

.dot .icon-list ul {
  width: 100%;
  overflow: hidden;
}

.dot .icon-list ul li {
  width: 1.9rem;
  float: left;
  text-align: center;
  opacity: 0.5;
  transition: opacity ease-in-out 0.3s;
}

.dot .icon-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.dot .icon-list ul li a .txt {
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 0.33rem;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dot .icon-list ul li a .img {
  width: 0.87rem;
  height: 0.87rem;
  margin: 0.35rem auto;
}

.dot .icon-list ul li a .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.dot .icon-list ul li:hover {
  opacity: 1;
}

.culture {
  width: 100%;
  padding: 0.7rem 0 0.9rem;
  background: #f5faff;
}

.culture .top {
  width: 100%;
}

.culture .top .img {
  float: left;
  width: 4.23rem;
  height: 2.5rem;
  margin-left: 2rem;
  box-shadow: 0px 20px 20px 0px rgba(18, 86, 157, 0.2);
}

.culture .top .img img {
  width: 100%;
  height: 100%;
}

.culture .top .tip {
  float: left;
  margin-left: 0.48rem;
  padding-top: 0.3rem;
}

.culture .top .tip .en {
  font-size: calc(12px - 0.12rem + 0.44rem);
  line-height: 1.3;
  font-weight: bold;
  color: #303030;
  margin-bottom: 0.1rem;
}

.culture .top .tip .cn {
  color: #12569d;
  font-size: calc(12px - 0.12rem + 0.38rem);
  line-height: 1;
  font-weight: bold;
}

.culture .bot {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}

.culture .bot .left {
  float: right;
  width: 5.5rem;
  height: 3.53rem;
  text-align: right;
  padding-top: 0.7rem;
  position: relative;
}

.culture .bot .left .swiper-slide .tip {
  color: #006fbd;
  font-size: calc(12px - 0.12rem + 0.26rem);
  line-height: 1.3;
  font-weight: bold;
  /*margin-bottom: 0.5rem;*/
  text-align: left;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}
.culture .bot .left .swiper-slide .tip span:first-child{
  /*display: inline-block;*/
  width: 30%;
  float: left;
  display: block;
  font-size: calc(12px - 0.12rem + 0.26rem);
  line-height: 1.3;
  font-weight: bold;
  /*word-break:break-all;*/
}
.culture .bot .left .swiper-slide .tip span:last-child{
  /*display: inline-block;*/
  width: 70%;
  display: block;;
  float: left;
  font-size: calc(12px - 0.12rem + 0.26rem);
  line-height: 1.3;
  font-weight: bold;
  /*word-break:break-all;*/
}

.culture .bot .left .swiper-slide .txt {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2;
  margin-top: 0.6rem;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 5;*/
}

.culture .bot .left .l-page {
  height: 0.46rem;
  margin-top: 0.1rem;
  width: 100%;
  width: 100%;
}

.culture .bot .left .l-page .l-b {
  float: right;
  text-align: right;
  width: 0.46rem;
  height: 0.46rem;
  box-shadow: 0px 1px 10px 0px rgba(135, 135, 135, 0.12);
  display: inline-block;
  border-radius: 50%;
}

.culture .bot .left .l-page .l-p {
  float: right;
  text-align: center;
  display: inline-block;
  height: 0.46rem;
  line-height: 0.46rem;
  padding: 0 0.2rem;
  color: #999;
  font-size: calc(12px - 0.12rem + 0.18rem);
  margin: 0 0.1rem;
}

.culture .bot .left .l-page .l-p span {
  color: #333;
}

.culture .bot .left .l-page .l-p b {
  font-weight: normal;
}

.culture .bot .left .l-page .l-prev {
  background: url("../images/lbtn2.png") no-repeat;
  background-size: 100%;
  left: -1.5rem;
}

.culture .bot .left .l-page .l-prev:hover {
  background: url("../images/lhbtn2.png") no-repeat;
  background-size: 100%;
}

.culture .bot .left .l-page .l-next {
  background: url("../images/rbtn2.png") no-repeat;
  background-size: 100%;
  right: -1.5rem;
}

.culture .bot .left .l-page .l-next:hover {
  background: url("../images/rhbtn2.png") no-repeat;
  background-size: 100%;
}

.culture .bot .right {
  float: right;
  width: 7.65rem;
  height: 4.53rem;
  margin-left: 0.6rem;
  box-shadow: 0px 20px 20px 0px rgba(18, 86, 157, 0.2);
}

.culture .bot .right img {
  width: 100%;
  height: 100%;
  display: none;
}

.culture .bot .right img.on {
  display: block;
}

.talent {
  width: 100%;
  padding: 0.7rem 0 0.9rem;
  background: #fff;
}

.talent .title {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}

.talent .title .entip {
  font-size: calc(12px - 0.12rem + 0.44rem);
  line-height: 1.3;
  font-weight: bold;
  color: #303030;
  margin-bottom: 0.1rem;
}

.talent .title .tip {
  font-size: calc(12px - 0.12rem + 0.38rem);
  line-height: 1;
  font-weight: bold;
  color: #12569d;
}

.talent .ta-list {
  width: 100%;
  position: relative;
}

.talent .ta-list .swiper-slide {
  width: 5.12rem !important;
}

.talent .ta-list .swiper-slide .img {
  width: 5.12rem;
  height: 3.03rem;
  box-shadow: 0px 20px 20px 0px rgba(18, 86, 157, 0.2);
}

.talent .ta-list .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.talent .ta-list .swiper-slide .txt {
  width: 100%;
  text-align: center;
  color: #12569d;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.6;
  font-weight: bold;
}

.talent .ta-list .t-b {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 1px 10px 0px rgba(135, 135, 135, 0.12);
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}

.talent .ta-list .t-prev {
  background: url("../images/lbtn2.png") no-repeat;
  background-size: 100%;
  left: -1rem;
}

.talent .ta-list .t-prev:hover {
  background: url("../images/lhbtn2.png") no-repeat;
  background-size: 100%;
}

.talent .ta-list .t-next {
  background: url("../images/rbtn2.png") no-repeat;
  background-size: 100%;
  right: -1rem;
}

.talent .ta-list .t-next:hover {
  background: url("../images/rhbtn2.png") no-repeat;
  background-size: 100%;
}

.dynamic {
  width: 100%;
  padding: 2.17rem 0 0.9rem;
  background: url("../images/bg10.png") no-repeat center;
  background-size: cover;
  height: 11.92rem;
}

.dynamic .title {
  width: 100%;
  text-align: center;
  margin-bottom: 0.6rem;
}

.dynamic .title .entip {
  font-size: calc(12px - 0.12rem + 0.44rem);
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.1rem;
}

.dynamic .title .tip {
  font-size: calc(12px - 0.12rem + 0.38rem);
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.dynamic .dy-list {
  width: 100%;
}

.dynamic .dy-list .left {
  float: left;
  width: 11.96rem;
  height: 6.5rem;
  border-radius: 0.25rem;
}

.dynamic .dy-list .left .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.dynamic .dy-list .left .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.dynamic .dy-list .left .swiper-slide .tips {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 0.37rem 0.2rem;
  color: #fff;
  height: auto;
}

.dynamic .dy-list .left .swiper-slide .tips .t1 {
  font-size: calc(12px - 0.12rem + 0.22rem);
  line-height: 1;
  font-weight: bold;
  margin: 0.15rem 0;
}

.dynamic .dy-list .left .swiper-slide .tips .t2 {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.2;
}

.dynamic .dy-list .left .item.on {
  display: block;
}

.dynamic .dy-list .left .ll-b {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 1px 10px 0px rgba(135, 135, 135, 0.12);
  border-radius: 50%;
  z-index: 999999;
  cursor: pointer;
  display: none;
}

.dynamic .dy-list .left .ll-prev {
  background: url("../images/lbtn2.png") no-repeat;
  background-size: 100%;
  left: 0rem;
}

.dynamic .dy-list .left .ll-prev:hover {
  background: url("../images/lhbtn2.png") no-repeat;
  background-size: 100%;
}

.dynamic .dy-list .left .ll-next {
  background: url("../images/rbtn2.png") no-repeat;
  background-size: 100%;
  right: 0rem;
}

.dynamic .dy-list .left .ll-next:hover {
  background: url("../images/rhbtn2.png") no-repeat;
  background-size: 100%;
}

.dynamic .dy-list .right {
  float: right;
  width: 2.11rem;
}

.dynamic .dy-list .right .dy-b {
  width: 100%;
  height: 0.42rem;
  border-radius: 0.05rem;
  cursor: pointer;
}

.dynamic .dy-list .right .dy-prev {
  background: url("../images/btn2.png") no-repeat;
  background-size: 100%;
}

.dynamic .dy-list .right .dy-next {
  background: url("../images/btn1.png") no-repeat;
  background-size: 100%;
}

.dynamic .dy-list .right .dy-imglist {
  width: 100%;
  margin: 0.22rem 0;
  overflow: hidden;
}

.dynamic .dy-list .right .dy-imglist .swiper-container {
  height: 5.25rem !important;
}

.dynamic .dy-list .right .dy-imglist .swiper-slide {
  width: 2.11rem;
  height: 1.17rem !important;
  cursor: pointer;
}

.dynamic .dy-list .right .dy-imglist .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.Train {
  width: 100%;
  padding: 0.7rem 0 0.9rem;
  background: #fff;
}

.Train .title {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}

.Train .title .entip {
  font-size: calc(12px - 0.12rem + 0.44rem);
  line-height: 1.3;
  font-weight: bold;
  color: #303030;
  margin-bottom: 0.1rem;
}

.Train .title .tip {
  font-size: calc(12px - 0.12rem + 0.38rem);
  line-height: 1;
  font-weight: bold;
  color: #12569d;
}

.Train .tr-list {
  width: 100%;
  height: 6rem;
}

.Train .tr-list .swiper-slide {
  position: relative;
  width: 10.12rem !important;
  height: 6rem;
  margin: 0 0.17rem;
}

.Train .tr-list .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.Train .tr-list .swiper-slide .tips {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 0.37rem 0.2rem;
  color: #fff;
  height: auto;
  opacity: 0;
  z-index: 10;
  transition: all ease-in-out 0.3s;
}

.Train .tr-list .swiper-slide .tips .t1 {
  font-size: calc(12px - 0.12rem + 0.22rem);
  line-height: 1;
  font-weight: bold;
  margin: 0.15rem 0;
}

.Train .tr-list .swiper-slide .tips .t2 {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.2;
}

.Train .tr-list .swiper-slide .tipsbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  opacity: 1;
  transition: all ease-in-out 0.3s;
}

.Train .tr-list .swiper-slide.swiper-slide-active .tipsbg {
  opacity: 0;
}

.Train .tr-list .swiper-slide.swiper-slide-active .tips {
  opacity: 1;
}

.Train .tr-list .tr-b {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 1px 10px 0px rgba(135, 135, 135, 0.12);
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
}

.Train .tr-list .tr-prev {
  background: url("../images/lbtn2.png") no-repeat;
  background-size: 100%;
  left: 0.5rem;
}

.Train .tr-list .tr-prev:hover {
  background: url("../images/lhbtn2.png") no-repeat;
  background-size: 100%;
}

.Train .tr-list .tr-next {
  background: url("../images/rbtn2.png") no-repeat;
  background-size: 100%;
  right: 0.5rem;
}

.Train .tr-list .tr-next:hover {
  background: url("../images/rhbtn2.png") no-repeat;
  background-size: 100%;
}

footer {
  width: 100%;
  height: 4.2rem;
}

footer .top {
  height: auto;
  background: #0073bd;
  overflow: hidden;
  padding-bottom: 0.4rem;
}

footer .top .left {
  float: left;
  margin-left: 0.9rem;
  margin-top: 0.8rem;
}

footer .top .left .ul {
  overflow: hidden;
}

footer .top .left .ul .li {
  float: left;
  width: 2rem;
}

footer .top .left .ul .li a {
  color: #fff;
}

footer .top .left .ul .li ul {
  margin-top: 0.4rem;
}

footer .top .left .ul .li ul li a {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #679dcf;
  line-height: 2;
}

footer .top .left .ul .li ul li a:hover {
  color: #f4a42d;
}

footer .top .right {
  float: right;
  height: 1.55rem;
  margin-right: 0.5rem;
  margin-top: 0.8rem;
}

footer .top .right ul {
  overflow: hidden;
}

footer .top .right ul li {
  float: left;
  width: 1.25rem;
  margin: 0 0.18rem;
}

footer .top .right ul li img {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

footer .top .right ul li span {
  display: block;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  color: #679dcf;
}

footer .bot {
  height: 1rem;
  background: #0064a3;
}

footer .bot .tip {
  height: 1rem;
  line-height: 1rem;
  float: left;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #fff;
  margin-left: 0.9rem;
}

footer .bot .share {
  float: right;
  margin-right: 0.4rem;
  height: 100%;
}

footer .bot .share ul {
  overflow: hidden;
}

footer .bot .share ul li {
  float: left;
  height: 100%;
  margin: 0 0.08rem;
  line-height: 1rem;
  height: 1rem;
  position: relative;
  width: 0.29rem;
}

footer .bot .share ul li a {
  display: block;
  width: 0.29rem;
  height: 0.29rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

footer .bot .share ul li .qq {
  background: url("../images/icon-qq.png") no-repeat;
  background-size: 100%;
}

footer .bot .share ul li .qq:hover {
  background: url("../images/icon-qqh.png") no-repeat;
  background-size: 100%;
}

footer .bot .share ul li .wx {
  background: url("../images/icon-wx.png") no-repeat;
  background-size: 100%;
}

footer .bot .share ul li .wx:hover {
  background: url("../images/icon-wxh.png") no-repeat;
  background-size: 100%;
}

footer .bot .share ul li .wb {
  background: url("../images/icon-wb.png") no-repeat;
  background-size: 100%;
}

footer .bot .share ul li .wb:hover {
  background: url("../images/icon-wbh.png") no-repeat;
  background-size: 100%;
}

footer .bot .share ul li .kj {
  background: url("../images/icon-kj.png") no-repeat;
  background-size: 100%;
}

footer .bot .share ul li .kj:hover {
  background: url("../images/icon-kjh.png") no-repeat;
  background-size: 100%;
}

@media (min-width: 1500px) {
  html {
    font-size: 100px;
  }
}

@media (max-width: 1500px) and (min-width: 750px) {
  html {
    font-size: calc(100vw / 1500 * 100);
  }
  .c-show .c-s-r {
    width: 6.5rem;
  }
  .w1440 {
    width: 14.4rem;
  }
  .c-partners .c-p-list {
    width: 9.7rem;
    margin: 0 auto;
  }
  .c-partners .c-p-list .cy:nth-child(6n) {
    margin-right: 0.19rem;
  }
  .c-partners .c-p-list .cy:nth-child(4n) {
    margin-right: 0rem;
  }
  .culture .bot .right {
    width: 5.6rem;
    height: auto;
  }
  .dynamic .dy-list .left {
    width: 9.8rem;
    height: 100%;
  }
  .dynamic .dy-list .right {
    width: 1.8rem;
  }
  .dynamic .dy-list .right .dy-imglist .swiper-slide {
    width: 100%;
    height: 1rem !important;
  }
  .Case .img-list ul li {
    width: 49%;
    height: auto;
  }
  .pmessage .mes-box .left {
    width: 60%;
  }
  .pmessage .mes-box .right {
    width: 38%;
  }
  .pbanner .Pmap a {
    width: 3.8rem !important;
    height: auto;
    margin: 0 0.05rem 0.5rem;
  }
  .pbanner .Pmap a .img{
    height: 3.2rem;
  }
}

@media (max-width: 1200px) {
  .tabbar .swiper-slide.li:after{
    display: block;
  }

    .tabbar .swiper-slide.li div i{
        display: none;
    }
  .header .nav {
    display: none;
  }
  .header .menu {
    display: block;
  }
  .rsidebar {
    display: none;
  }
  #dowebok {
    width: 100%;
  }
  .about .aboutbox {
    width: 86%;
    height: auto;
    margin: 0 auto;
    top: 0;
    left: 0%;
    transform: translate(0%, 0%);
  }
  .about .aboutbox .left {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-top: 0rem;
  }
  .about .aboutbox .left .txt {
    padding-right: 0;
    font-size: 12px;
  }
  .about .aboutbox .left .Entip a {
    font-size: 32px;
  }
  .about .aboutbox .left .tip a {
    font-size: 26px;
  }
  .about .aboutbox .left .line {
    display: none;
  }
  .about .aboutbox .right {
    float: none;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.5rem;
  }
  .core .left .ul {
    position: absolute;
    left: 0.5rem;
    top: 5rem;
    z-index: 10;
  }
  .core .left .ul li {
    color: #fff;
    font-weight: bold;
  }
  .core .tip {
    top: 0.5rem;
    left: 5.23rem;
  }
  .core .imgyl {
    display: none;
  }
  .core .mid {
    width: 100%;
  }
  .core .mid .corebanner .swiper-slide {
    height: 10rem;
  }
  .core .right {
    position: absolute;
    right: 1.5rem;
    bottom: 0rem;
    z-index: 10;
  }
  .core .right .rbox {
    width: 2.4rem;
  }
  .core .index {
    left: 0.5rem;
    top: 0.5rem;
  }
  .core .bown {
    display: none;
  }
  .New .left, .New .right {
    height: 10rem;
  }
  .culture .bot .right {
    width: 5.6rem;
    height: auto;
  }
  .culture .bot .left {
    padding-top: 0.2rem;
  }
  .culture .bot .left .swiper-slide .tip {
    margin-bottom: 0.15rem;
  }
  .culture .top .img {
    margin-left: 0;
  }
  .firbanner .bown {
    display: none;
  }
}

@media (max-width: 1060px) {
  .PRo {
    padding: 1rem 0;
  }
  .PRo .pro-box {
    width: 86%;
    height: auto;
  }
  .PRo .pro-box .left {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .PRo .pro-box .left ul {
    width: 100%;
  }
  .PRo .pro-box .left ul li {
    width: 50%;
  }
  .PRo .pro-box .right {
    display: none;
    float: none;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .New .left {
    margin-top: 0;
    padding: 0.5rem;
    width: 100%;
    height: auto;
  }
  .New .left .btns {
    margin: 0.4rem 0;
  }
  .New .left .line {
    display: none;
  }
  .New .right {
    width: 100%;
  }
  .New .right .swiper-slide {
    margin-top: 0;
    padding: 0.5rem 0.4rem;
    height: auto;
  }
  .firbanner .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
  .twobanner .swiper-wrapper .swiper-slide {
    /*height: 8rem;*/
  }
  .section {
    height: auto !important;
  }
}

@media (max-width: 750px) {
  html {
    font-size: calc(750px / 1500 * 100);
  }
  .Case .con p img{
    width: 100%;
  }
  .w1440 {
    width: 90% !important;
  }
  .header {
    height: 1rem;
  }
  .pmessage{
    height: 14rem;
  }
  footer .top .left {
    float: none;
  }
  footer .top .left .ul .li {
    display: inline-block;
    margin-bottom: 0.2rem;
    float: none;
    width: 100%;
  }
  footer .top .left .ul .li ul li {
    float: left;
    margin-right: 0.2rem;
  }
  footer .top .right {
    float: none;
    margin-left: 0.9rem;
    margin-top: 0.4rem;
  }
  footer .bot {
    height: auto;
    overflow: hidden;
    padding-left: 0.5rem;
  }
  footer .bot .tip {
    margin-left: 0;
  }
  .c-partners .c-p-list {
    width: 100%;
    margin: 0 auto;
  }
  .c-partners .c-p-list .cy {
    width: 32%;
    margin: 0 0.1%;
    height: auto;
  }
  .c-partners .c-p-list .cy .img {
    margin: 0 auto;
  }
  .c-partners .c-p-list .cy:nth-child(6n) {
    margin-right: 0.1%;
  }
  .c-partners .c-p-list .cy:nth-child(4n) {
    margin-right: 0.1%;
  }
  .c-partners .c-p-list .cy:nth-child(3n) {
    margin-right: 0;
  }
  .c-show .c-s-l {
    width: 100%;
  }
  .c-show .c-s-l .c-s-l-t {
    margin: 0.3rem 0;
    height: 0.5rem;
  }
  .c-show .c-s-l .c-s-l-t div {
    float: right;
    width: 0.5rem;
    height: 0.5rem;
  }
  .c-show .c-s-r {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .c-care .care-list .swiper-slide {
    height: auto;
    width: 3.87rem;
  }
  .c-care .care-list .swiper-slide .img {
    width: 100%;
    height: 100%;
  }
  .c-care .care-list .c-prev {
    left: -0.25rem;
    z-index: 99;
  }
  .c-care .care-list .c-next {
    right: -0.25rem;
    z-index: 99;
  }
  .c-qualification .qualification-list .swiper-slide {
    height: auto;
  }
  .c-qualification .qualification-list .swiper-slide .img {
    height: auto;
  }
  .c-qualification .qualification-list .q-prev {
    left: -0.25rem;
    z-index: 99;
  }
  .c-qualification .qualification-list .q-next {
    right: -0.25rem;
    z-index: 99;
  }
  .tabbar .ul .lis .item a {
    padding: 0 0.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .tabbar .swiper-wrapper {
    justify-content: initial;
  }
  .tabbar .swiper-wrapper .swiper-slide.li {
    width: 3rem;
  }
  .dot .dot-list {
    height: auto;
  }
  .dot .dot-list .img-list {
    width: 100%;
    height: auto;
  }
  .dot .dot-list .icon-list {
    margin: 0.2rem auto;
    position: relative;
    display: block;
    top: 0;
  }
  .C-map .top .title .tip-list ul li {
    width: 100%;
    margin: 0.1rem 0;
  }
  .culture .top .img {
    margin-left: 0;
  }
  .culture .top .tip .en {
    font-size: 24px;
  }
  .culture .top .tip .cn {
    font-size: 18px;
  }
  .culture .bot {
    height: auto;
  }
  .culture .bot .right {
    float: none;
    margin: 0 auto;
  }
  .culture .bot .left {
    padding-top: 0.5rem;
    width: 100%;
  }
  .about .aboutbox .left .txt {
    padding-right: 0;
    font-size: 12px;
    margin: 0.2rem 0;
  }
  .about .aboutbox .left .line {
    display: none;
  }
  .about .aboutbox .left .Entip a {
    font-size: 32px;
  }
  .about .aboutbox .left .tip a {
    font-size: 26px;
  }
  .about .aboutbox .right {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.2rem;
  }
  .about .aboutbox .right ul li {
    width: 100%;
  }
  .about .aboutbox .right ul li .txt {
    font-size: 12px;
  }
  .about .aboutbox .right ul li:nth-child(2n) {
    float: left;
  }
  .core .left .ul {
    position: absolute;
    left: 0.2rem;
    top: 4rem;
    z-index: 10;
  }
  .core .left .ul li {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
  }
  .core .tip {
    top: 0.5rem;
    left: 2.23rem;
  }
  .core .tip .t-item .en .txt {
    font-size: 26px;
  }
  .core .tip .t-item .cn {
    font-size: 20px;
  }
  .core .imgyl {
    display: none;
  }
  .core .mid {
    width: 100%;
  }
  .core .mid .corebanner .swiper-slide {
    height: 6.5rem;
  }
  .core .right {
    position: absolute;
    right: 1.5rem;
    bottom: 0rem;
    z-index: 10;
  }
  .core .right .rbox {
    width: 2.4rem;
  }
  .core .index {
    left: 0.3rem;
    top: 0.5rem;
  }
  .core .index .nowi {
    font-size: 36px;
  }
  .core .index .coundi {
    font-size: 20px;
  }
  .New .left {
    height: auto;
    position: relative;
    padding: 0.2rem 0.4rem;
  }
  .New .left .Entip {
    font-size: 32px;
  }
  .New .left .tip {
    font-size: 20px;
  }
  .New .left .btns {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: auto;
  }
  .New .right {
    height: auto;
  }
  .New .right .swiper-slide .num {
    font-size: 30px;
  }
  .New .right .swiper-slide .time {
    font-size: 14px;
  }
  .New .right .swiper-slide .tip, .New .right .swiper-slide .txt {
    margin: 0.1rem 0;
    font-size: 14px;
  }
  .New .right .swiper-slide .more {
    margin: 0.1rem 0;
    width: 19px;
    height: 14px;
  }
  .talent .ta-list .t-prev {
    left: -0.25rem;
  }
  .talent .ta-list .t-next {
    right: -0.25rem;
  }
  .dynamic {
    height: auto;
  }
  .dynamic .dy-list .left {
    width: 100%;
    height: 100%;
  }
  .dynamic .dy-list .left .swiper-slide .tips .t1 {
    font-size: 14px;
  }
  .dynamic .dy-list .left .swiper-slide .tips .t2 {
    font-size: 12px;
  }
  .dynamic .dy-list .left .ll-b {
    display: block;
  }
  .dynamic .dy-list .right {
    display: none;
    width: 19%;
    height: auto;
  }
  .dynamic .dy-list .right .dy-imglist .swiper-container {
    height: auto !important;
  }
  .dynamic .dy-list .right .dy-imglist .swiper-slide {
    height: 1.17rem;
    width: 100%;
    height: auto !important;
  }
  .Train .tr-list {
    height: auto;
  }
  .Train .tr-list .swiper-slide {
    width: 100% !important;
    height: auto;
  }
  .Train .tr-list .swiper-slide .tips .t1 {
    font-size: 14px;
  }
  .Train .tr-list .swiper-slide .tips .t2 {
    font-size: 12px;
  }
  .Train .tr-list .tr-prev {
    left: -0rem;
  }
  .Train .tr-list .tr-next {
    right: -0rem;
  }
  .Case .img-list ul li {
    width: 100%;
    height: auto;
  }
  .pbanner .Pmap a {
    width: 49% !important;
    height: auto;
    margin: 0 1% 1% 0;
  }
  .pbanner .Pmap a .img{
    height: 3.2rem;
  }
  .pbanner .Pmap a .tip .t1 {
    font-size: 14px;
  }
  .pbanner .Pmap a .tip .t2 {
    font-size: 12px;
  }
  .pbanner .Pmap a:nth-child(3n+4) {
    margin-bottom: 0;
  }
  .pbanner .Pmap a:nth-child(3n+5) {
    margin-bottom: 0;
  }
  .pbanner .Pmap a:nth-child(3n+6) {
    margin-bottom: 0;
  }
  .pbanner .Pmap a:nth-child(2n) {
    margin-right: 0;
  }
  .pbanner .prev {
    left: -0.1rem;
  }
  .pbanner .next {
    right: 0;
  }
  .pmessage .mes-box .left {
    width: 100%;
  }
  .pmessage .mes-box .left .imgbox {
    height: auto;
  }
  .pmessage .mes-box .right {
    margin-top: 0.2rem;
    width: 100%;
  }
  .pmessage .mes-box .right .item .entip {
    font-size: 18px;
  }
  .pmessage .mes-box .right .item .tip {
    font-size: 14px;
  }
  .pmessage .mes-box .right .item .item-ul li .l, .pmessage .mes-box .right .item .item-ul li .r {
    font-size: 12px;
  }
  .twobanner .swiper-wrapper .swiper-slide:hover .bg {
    /*background-color: #0073bd;*/
    /*opacity: 0.5;*/
    /*background: rgba(0, 0, 0, 0.5);*/
    /*opacity: 1;*/
    /*display: none;*/
  }
}

@media (max-width: 600px) {
  .PRo .pro-box {
    width: 86%;
    height: auto;
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .PRo .pro-box .left {
    float: none;
    width: 100%;
  }
  .PRo .pro-box .left ul {
    width: 100%;
  }
  .PRo .pro-box .left ul li {
    height: 3rem;
    width: 100%;
  }
  .PRo .pro-box .left ul li .txt {
    display: none;
  }
  .PRo .pro-box .left ul li .desc2 {
    top: 3rem;
  }
  .PRo .pro-box .right {
    display: none;
    float: none;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .culture .top {
    display: none;
  }
  .culture .top .img {
    margin-left: 0;
  }
  .culture .top .tip .en {
    font-size: 24px;
  }
  .culture .top .tip .cn {
    font-size: 18px;
  }
}

.v-a {
  position: fixed;
  left: 0;
  top: 120%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000000;
  transition: top .5s ease-in-out;
}

.v-a.show {
  top: 0;
}

.v-a.show .v-e {
  visibility: visible;
}

.v-a.show .v-f {
  display: block;
}

.v-b {
  width: 6rem;
  height: 4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.v-c {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #be0000;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.v-d {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 21px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.v-e {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.v-f {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 800px;
  transform: translate(-50%, -50%);
}
.xabbar {
  width: 100%;
  background: #006fbd;
  text-align: center;
}

.xabbar .swiper-slide {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4rem;
  color: #8cacce;
  cursor: pointer;
  line-height: 0.8rem;
}

.xabbar .swiper-slide a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4rem;
  color: #8cacce;
  cursor: pointer;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 0.8rem;
}

.xabbar .swiper-slide.on {
  background: #00b9ef;
  color: #fff;
}

.xabbar .swiper-slide.on a {
  background: #00b9ef;
  color: #fff;
}

.xabbar .swiper-wrapper {
  justify-content: center;
}

.series {
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 0.8rem 0 0.4rem;
}

.series .sertem {
  width: 100%;
  display: none;
}

.series .sertem .Ernav {
  width: 100%;
  font-size: 0;
  height: 0.5rem;
  text-align: center;
  margin-bottom: 0.4rem;
}

.series .sertem .Ernav .swiper-wrapper {
  font-size: 0;
  text-align: center;
  justify-content: center;
}

.series .sertem .Ernav .ertm {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: calc(12px - 0.12rem + 0.26rem);
  line-height: 1.7;
  color: #666;
  cursor: pointer;
  margin: 0 0.2rem;
  transition: all ease 0.3s;
  position: relative;
}

.series .sertem .Ernav .ertm.on {
  font-size: calc(12px - 0.12rem + 0.36rem);
  color: #12569d;
  font-weight: bold;
  line-height: 1.3;
}

.series .sertem .Ercon {
  width: 100%;
}

.series .sertem .Ercon .Erxem {
  width: 100%;
  position: absolute;
  left: -1000000px;
}

.series .sertem .Ercon .Erxem .Erswiper {
  width: 100%;
  position: relative;
}

.series .sertem .Ercon .Erxem .Erswiper .cy {
  display: inline-block;
  vertical-align: top;
  width: calc((465 / 1440) * 100%);
  background: #fff;
  text-align: center;
  padding-bottom: 0.15rem;
  margin-right: calc((100% - ((465 / 1440) * 100%) * 3 ) / 2);
  margin-bottom: 0.25rem;
  position: relative;
  overflow: hidden;
}

.series .sertem .Ercon .Erxem .Erswiper .cy .img {
  width: calc((448 / 465) * 100%);
  margin: 0 auto;
  background: #fff;
}

.series .sertem .Ercon .Erxem .Erswiper .cy .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.series .sertem .Ercon .Erxem .Erswiper .cy .tix {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.5;
  color: #333;
  position: relative;
  z-index: 20;
  margin: 0.15rem 0;
}

.series .sertem .Ercon .Erxem .Erswiper .cy .btx {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.series .sertem .Ercon .Erxem .Erswiper .cy .btx span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.35rem;
  width: auto;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.8;
  position: relative;
  z-index: 20;
  height: 2.8em;
  border-radius: 1.4em;
  color: #666;
  border: solid 1px #cccccc;
  transition: all ease 0.3s;
}

.series .sertem .Ercon .Erxem .Erswiper .cy .btx span i {
  display: inline-block;
  vertical-align: middle;
  width: 0.11rem;
  height: 0.11rem;
  margin-left: 0.1rem;
}

.series .sertem .Ercon .Erxem .Erswiper .cy .btx span i img {
  width: 100%;
  height: 100%;
  display: block;
}

.series .sertem .Ercon .Erxem .Erswiper .cy .btx span i img:first-child {
  display: block;
}

.series .sertem .Ercon .Erxem .Erswiper .cy .btx span i img:last-child {
  display: none;
}

.series .sertem .Ercon .Erxem .Erswiper .cy .gary {
  position: absolute;
  bottom: -100%;
  background: #f6f6f6;
  z-index: 15;
  width: 100%;
  left: 0;
  height: 1.8rem;
  transition: all ease 0.3s;
}

.series .sertem .Ercon .Erxem .Erswiper .cy:nth-child(3n) {
  margin-right: 0;
}

.series .sertem .Ercon .Erxem .Erswiper .cy:hover .btx span {
  background: #12569d;
  color: #fff;
  border: solid 1px #12569d;
}

.series .sertem .Ercon .Erxem .Erswiper .cy:hover .btx span i img:first-child {
  display: none;
}

.series .sertem .Ercon .Erxem .Erswiper .cy:hover .btx span i img:last-child {
  display: block;
}

.series .sertem .Ercon .Erxem .Erswiper .cy:hover .gary {
  bottom: 0;
}

.series .sertem .Ercon .Erxem .Erswiper .enx {
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.series .sertem .Ercon .Erxem .Erswiper .enx img {
  width: 100%;
  height: 100%;
  display: block;
}

.series .sertem .Ercon .Erxem .Erswiper .enx img:first-child {
  display: block;
}

.series .sertem .Ercon .Erxem .Erswiper .enx img:last-child {
  display: none;
}

.series .sertem .Ercon .Erxem .Erswiper .enx:hover img:first-child {
  display: none;
}

.series .sertem .Ercon .Erxem .Erswiper .enx:hover img:last-child {
  display: block;
}

.series .sertem .Ercon .Erxem .Erswiper .el {
  left: -0.8rem;
}

.series .sertem .Ercon .Erxem .Erswiper .er {
  right: -0.8rem;
}

.series .sertem .Ercon .Erxem.on {
  position: relative;
  left: 0;
}

.series .sertem.on {
  display: block;
}

@media (max-width: 768px) {
  .series .sertem .Ercon .Erxem .Erswiper .cy {
    width: 48%;
    margin-right: 4%;
  }
  .series .sertem .Ercon .Erxem .Erswiper .cy:nth-child(3n) {
    margin-right: 4%;
  }
  .series .sertem .Ercon .Erxem .Erswiper .cy:nth-child(2n) {
    margin-right: 0;
  }
  .series .sertem .Ercon .Erxem .Erswiper .el {
    left: -0.3rem;
  }
  .series .sertem .Ercon .Erxem .Erswiper .er {
    right: -0.3rem;
  }
  .xabbar .swiper-wrapper {
    justify-content: flex-start;
  }
}