@charset "utf-8";

.swi-caidan:before {
  color: #fff;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background-size: 100% 100%;
  z-index: 999;
}



* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

:focus {
  outline: 0
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: #355e92;
}

button {
  user-select: none;
}

img:not([src]),
img[src=""] {
  opacity: 0;
}

img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
button,
textarea {
  font-size: 100%;
  font: inherit;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #f4f3f2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

body {
  color: #333;
  position: relative;
  overflow-x: hidden;
  font-size: .16rem;
  font-family: Arial, Microsoft YaHei, -apple-system, PingFang SC, BlinkMacSystemFont, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
}

select::-ms-expand {
  display: none;
}

i,
em {
  font-style: normal;
}

input,
textarea,
select {
  padding: 0;
  font-family: inherit;
  outline: none;
  resize: none;
  background: none;
  border: none;
  font-size: inherit;
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}

select::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}

.eclip {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.eclips {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block\0;
}

.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: block\0;
}

.line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: block\0;
}

.line5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: block\0;
}

.line6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: block\0;
}

.line8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: block\0;
}

.check:checked,
.check:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0
}

.check:checked+label,
.check:not(:checked)+label {
  position: relative;
  display: inline-block;
  height: 14px;
  font-size: 14px;
  cursor: pointer;
  padding-left: 20px;
}

.check+label:after,
.check+label:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 13px;
  border-radius: 3px;
  content: '';
  background: #000
}

.check:checked+label:after {
  background: #ca140d
}

.radio:checked+label,
.radio:not(:checked)+label {
  position: relative;
  display: inline-block;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  padding-left: 20px
}

.radio+label:after,
.radio+label:before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: ''
}

.radio:not(:checked)+label:after,
.radio:not(:checked)+label:before {
  border: 1px solid #888
}

.radio:checked,
.radio:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0
}

.radio:checked+label:before {
  border: 1px solid #d9a65c
}

.radio:checked+label:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9a65c;
  top: 3px;
  left: 4px
}

.none {
  display: none;
}

.overhide {
  overflow: hidden
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: "."
}

.fl {
  float: left
}

.fr {
  float: right
}

.poab {
  position: absolute
}

.pore {
  position: relative
}

.text-r {
  text-align: right
}

.text-m {
  text-align: center
}

.text-bold {
  font-weight: 700;
}

.text-light {
  font-weight: 100;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-ver {
  writing-mode: tr-lr;
  writing-mode: vertical-lr;
}

.bgBox {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.abUrl {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0);
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-left {
  display: flex;
  flex-wrap: wrap
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-v-center {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.flex-v {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-v-bottom {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: left;
}

.scbox {
  overflow-y: auto
}

.scbox::-webkit-scrollbar {
  width: 4px
}

.scbox::-webkit-scrollbar-track {
  border-radius: 5px;
  ;
  background: #ddd
}

.scbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #355e92;
}

.aline_w {
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size .5s
}

.alin_w:hover .aline_w {
  background-size: 100% 1px;
  color: #fff
}

.aline_w:hover {
  background-size: 100% 1px
}

.aline_r {
  position: relative;
  background-image: linear-gradient(#d20b17, #d20b17);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size .5s
}

.alin_r:hover .aline_r {
  background-size: 100% 1px;
  color: #d20b17
}

.aline_r:hover {
  background-size: 100% 1px
}

.imgBox {
  position: relative;
  overflow: hidden;
}

.imgBox .img {
  padding-bottom: 60%;
  transition: .5s;
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.imgBox img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.imgBox img {
  display: none\0;
}

@keyframes sca {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes go {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes roted {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wp {
  margin: 0 auto;
  max-width: 14rem;
  width: 94%
}

.wpa {
  width: 94%;
  margin: 0 auto;
  max-width: 17.5rem
}

.transImg {
  display: block;
  overflow: hidden;
}

.transImg img {
  transition: .3s
}


/* swiper */


.swiper-dots {
  position: absolute;
  z-index: 5;
  text-align: center
}

.swiper-dots span.active {
  opacity: 1
}

.swiper-btn a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5
}

.swiper-btn a.prev {
  left: 10px
}

.swiper-btn a.next {
  right: 10px
}


.swiper-container {
  margin: 0;
}



/* header */
.header {
  background: url(../images/index_topbg.jpg;vpn_img) no-repeat center -70px;
  padding: 0.5rem 0 0;
  background-size: cover;
  overflow: hidden;
  height: auto;
}
.header .hdb {height:auto;overflow:hidden;}
.top_hda {
  font-size: .14rem;
  padding: .15rem 0;
  line-height: 0.2rem;
  color: #ffffff;
  background: #355e92;
}

.top_hda .topLink a {
  margin-right: .2rem;
  color: #d1d7e2;
}

.top_hda .topLink a:hover {
  color: #ffffff;
}

.top_hda .topLink a:last-child {
  margin-right: 0
}

.topLink .tslink {
  border: #d1d7e2 1px solid;
  border-radius: 50px;
  padding: 3px 10px;
}

.topLink .webbj img {
  margin-right: 5px;
}

.header .hdb .logo {
  text-align: left;
  float: left;
  padding: 20px 0 102px;
}

.header .hdb .logo .noGrayElement img {
  width: 60px;
}
.header .hdb .logo h1{float:left;width: calc(100% - 60px);position: relative;top: 6px;}

.header .hdb .logo .logot {
  padding-top: .1rem;
  float: left;
}
.noGrayElement{float:left;}

.header .hdb .logo .logot h1 img {
  font-size: .48rem;
  color: #000000;
  float: left;
}

.header .hdb .logo .logot p {
  font-size: .24rem;
  color: #5b656f;
  font-family: 'Georgia';
  margin-top: .1rem
}

.header .hdb .logo .logot span {
  color: #e14840
}

.header .hdb .search {
  padding: .45rem 0 .5rem;
  max-width: 6.6rem;
  margin: 0 auto;
  width: 30%;
  float: right;
}

.header .hdb .search form {
  display: flex !important;
  position: relative;
  justify-content: space-between;
}

.header .hdb .search .inp {
  width: calc(100% - .6rem);
  height: .54rem;
  background: #ffffff;
  padding: 0 .15rem;
  font-size: .15rem;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
}

.header .hdb .search .sub {
  width: 1.4rem;
  height: .54rem;
  background: url(../images/ser.png;vpn_img) no-repeat 0.75rem center #355e92;
  cursor: pointer;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  color: #ffffff;
  text-align: left;
  font-size: .18rem;
  padding-left: 0.3rem;
}

.header .hdb .search .sub:hover {
  background-color: #ff9933;
}
.header .hdc{background: #355e92;width:100%;}
.header .hdc ul {
  background: #355e92;
  padding: 0 .4rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.header .hdc ul li {
  font-size: .3rem;
  position: relative;
  padding: 0.2rem 0.2rem;
}

.header .hdc ul li:hover {
  background: #275085;

}

.header .hdc ul li:hover a::before {
  transform: rotateY(180deg);
  transition: all .3s;
}


.header .hdc ul li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  color: #ffffff;
}

.header .hdc ul li a:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  vertical-align: -5px;
  margin-right: .1rem;
  transition: all .3s;
}

.header .hdc ul li:nth-child(1) a:before {
  background-image: url(../images/navi1.png;vpn_img);
}

.header .hdc ul li:nth-child(2) a:before {
  background-image: url(../images/navi2.png;vpn_img);
}

.header .hdc ul li:nth-child(3) a:before {
  background-image: url(../images/navi3.png;vpn_img);
}

.header .hdc ul li:nth-child(4) a:before {
  background-image: url(../images/navi4.png;vpn_img);
}

.header .hdc ul li:nth-child(5) a:before {
  background-image: url(../images/navi5.png;vpn_img);
}

.header .hdc ul li:nth-child(6) a:before {
  background-image: url(../images/navi6.png;vpn_img);
}

.header .hdc ul li:nth-child(7) a:before {
  background-image: url(../images/navi7.png;vpn_img);
}

.top_hda .navbtnm {
  display: none
}

body.navShow .navbtnm i:before {
  content: "\eca0";
}



/*  */
.nyheader .hdb .logo .logot {
  padding-top: 0
}

.nyheader .hdb .logo .noGrayElement {
  margin-right: .15rem
}

.nyheader .hdb .logo .logot p {
  margin-top: 0
}

.nyheader .hdb .search {
  padding: .3rem 0 .4rem
}

.sptime {
  position: absolute;
  left: .2rem;
  top: .2rem;
  width: .65rem;
  height: .7rem;
  background: #cc0000;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  z-index: 3
}

.sptime span {
  display: block;
  line-height: .45rem;
  font-size: .26rem;
  background: #fff;
  color: #e24e46;
  border-radius: 0 0 26% 26%;
  box-shadow: 0 3px 5px rgba(150, 27, 20, .4)
}

.sptime em {
  display: block;
  line-height: .25rem;
  color: #fff
}

.rightFix {
  position: fixed;
  right: .1rem;
  top: 50%;
  z-index: 88;
  width: .76rem;
  border: 5px solid rgba(250, 240, 220, .5);
  border-radius: .8rem;
  background: rgba(255, 255, 255, .5);
  padding: .1rem 0;
  text-align: center;
  margin-top: -2rem
}

.rightFix a {
  display: block;
  padding: .1rem 0
}

.rightFix a i {
  display: block;
  margin: 0 auto;
  width: .28rem
}

.popCode {
  position: relative;
}

.popCode span {
  width: 1.1rem;
  position: absolute;
  top: 50%;
  right: calc(100% + 5px);
  z-index: 5;
  background: #fff;
  transform: translateY(-50%);
  display: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15)
}

.popCode span:before {
  content: '';
  border: 10px solid transparent;
  border-left-color: #fff;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}

.popCode:hover span {
  display: block;
}

/* footer */
.footer {
  background: #ffffff;
  border-top: #355e92 3px solid;
}

.footer .frlinks {
  padding: .3rem 0;
  border-bottom: 1px solid #dcdcdc;
}

.footer .frlinks dl {
  width: 32%;
  max-width: 4.5rem;
}

.footer .frlinks dt {
  cursor: pointer;
  width: 100%;
  height: .46rem;
  line-height: .46rem;
  padding-left: .15rem;
  position: relative;
  color: #333333;
  background: #eaeff4;
  border-radius: 3px;
  font-size: 0.16rem;
}

.footer .frlinks dt:after {
  width: .15rem;
  height: .45rem;
  content: "";
  position: absolute;
  right: .15rem;
  top: 0;
  content: "";
  opacity: .8;


}

.footer .frlinks dd {
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 1.4rem;
  left: 0;
  background: #f2f5f7;
  display: none;
  z-index: 5;
  padding: .15rem;
  /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
  font-size: .15rem
}

.footer .frlinks dd a {
  display: block;
  padding: 4px 12px;
  position: relative;
}

.footer .frlinks dd a:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #666;
  left: 0;
  top: 0.14rem;
  border-radius: 50%;
  margin-top: 0;
}

.footer .frlinks dl:hover dd {
  display: block;
}

.footer .ftInfo {
  padding: .3rem 0;
}



.footer .ftInfo .ftTxt {
  color: #333333;
  font-size: .14rem;
  line-height: 1.6em;
  width: 100%;
}

.footer .ftInfo .ftTxt a {
  color: #333333;
}

.footer .ftInfo .ftTxt a:hover {
  text-decoration: underline;
}

.footer .ftInfo .ftTxt .links a:before {
  content: '|';
  display: inline-block;
  vertical-align: 2px;
  margin: 0 .15rem;
}

.footer .ftInfo .ftTxt .links a:nth-child(1):before {
  display: none;
}

.footer .ftInfo .ftTxt p {
  margin-bottom: 8px;
}

.footer .ftInfo .ftTxt p img {
  vertical-align: -4px;
  margin-right: 5px
}

.footer .ftInfo .ftTxt p span {
  display: inline-block;
  margin-right: .2rem;
}

.footer .ftInfo .ftbsa {
  position: absolute;
  top: 0;
  left: 0;
}

.footer .ftInfo .ftbsa .sydw {
  position: relative;
  top: -.1rem;
  left: -.1rem;
}

.footer .ftInfo .ftbsb {
  position: absolute;
  top: 0;
  right: 0;
}

.footer .ftInfo .ftbsb>span:last-child {
  margin-left: .3rem;
}



@media (min-width: 1940px) {
  body {
    background-size: 100% auto
  }
 
}

@media (max-width: 1440px) {
  body {
    background-size: 100% auto
  }
  .header .hdb .logo{
    padding: 10px 0 41px;
}
}
@media screen and (min-width: 1025px) {
  .imgBox.trans:hover .img {
    -webkit-transform: scale(1.05)
  }

  .imgBox.trans:hover img {
    -webkit-transform: scale(1.05)
  }

  a:hover .imgBox.trans .img {
    -webkit-transform: scale(1.05)
  }

  a:hover .imgBox.trans img {
    -webkit-transform: scale(1.05)
  }

  .transImg:hover img {
    -webkit-transform: scale(1.05)
  }
}

@media (max-width:1024px) {
  html {
    font-size: 95px !important;
  }

  .header .hdc ul li {
    font-size: .18rem;
    width: 33.3333%;
    padding: 0.1rem 0.2rem;
  }

  .rightFix {
    display: none !important
  }

.header .hdb .logo .noGrayElement img{width:60px;}
.header .hdb .logo .logot h1 {float:left;}
.header .hdb .search{width: 36%;}


}


@media (max-width: 900px) {
  html {
    font-size: 90px !important;
  }

  .header {
    padding: 0.5rem 0;
  }
.header .hdb .logo{float:none;padding: 20px 0 30px;}
  .header .hdb .logo .noGrayElement img {
    width: 50px;
    vertical-align: middle;
  }
.header .hdb .logo .logot h1{line-height:76px;display: block;width: calc(100% - 50px);}
  .header .hdb .logo .logot h1 img {
    /* font-size: .4rem; */
    /* width: calc(100% - 64px); */
  }
.header .hdb .logo .logot h1 img{
    vertical-align: middle;
}
  .header .hdb .logo .logot p {
    font-size: .22rem
  }

  .header .hdb .search{float:none;width:90%;}

  .footer .ftInfo .ftTxt {
    margin-bottom: .2rem;
    text-align: center;
  }

  .footer .ftInfo .ftbsa,
  .footer .ftInfo .ftbsb {
    position: static;
    display: flex;
    justify-content: center;
  }

  .footer .ftInfo .ftTxt p span {
    margin: 0 .1rem;
  }

  .footer .frlinks .wp:after {
    content: '';
    display: inline-block;
    width: 31.333%
  }

  .footer .frlinks dl {
    width: 31.333%;
    margin-bottom: .15rem
  }
}

@media (max-width: 800px) {






  .header .hdc ul li {
    padding: 0.1rem 0.1rem;
  }
}

@media (max-width:750px) {
  html {
    font-size: 85px !important;
  }
}

@media (max-width:640px) {


  .top_hda .navbtnm {
    display: block;
    position: absolute;
    top: 0rem;
    right: .15rem;
    z-index: 5;
    font-size: .31rem
  }

  .top_hda .navbtnm {
    color: #e14840
  }

  .top_hda {
    line-height: 0.4rem;
    min-height: 0.4rem;
  }

  .top_hda .wp {
    display: none
  }

  .top_hda .topLink {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-size: .16rem
  }
}

@media (max-width:540px) {
  html {
    font-size: 80px !important;
  }

  body {
    font-size: .18rem;
  }



  .header .hdc ul li {
    font-size: .19rem;
  }



  .header .hdc ul li {
    width: 46%
  }
.header .hdb .logo{
    padding: 20px 0;
    float: none;
}


  .header .hdc ul li:nth-child(7) {
    width: 40%
  }

  .header .hdb .search .inp {}

  .header .hdb .search .sub {}

  .header .hdb .logo .noGrayElement img {
    width: 40px;
    height: auto;
  }

  .header .hdb .logo .logot h1 {
    font-size: 0.35rem;
    width: calc(100% - 41px);
  }

  .header .hdb .logo .logot p {
    font-size: .2rem;
    margin-top: 0
  }

  .header .hdb .search {
    padding: .2rem 0 .4rem;
    float: none;
  }

  .header .hdc ul li a:before {
    display: none
  }

  .footer .frlinks {
    padding: .3rem 0 .2rem;
  }

  .footer .frlinks dl {
    width: 100%;
    margin-bottom: .1rem;
    max-width: initial;
  }

  .footer .frlinks dt {
    font-size: .16rem;
    height: .46rem;
    line-height: .44rem
  }

  .footer .frlinks dd {
    font-size: .16rem
  }

  .footer .ftInfo .ftTxt {
    font-size: .16rem;
  }
}

@media (max-width:360px) {
  html {
    font-size: 75px !important;
  }

  .header .hdc .navs li {
    font-size: .18rem;
  }

  .header .hdc ul {
    padding-left: 1rem;
  }

  .top_hda .topLink a {
    margin-right: .1rem
  }

  .footer .frlinks dl:last-child {
    width: 100%;
    max-width: inherit;
  }
}


.pb_sys_common{font-size:16px !important;}