@charset "utf-8";

/* CSS Document */
html {
  background: #FFF;
  font-size: 62.5%;
  /* 10梅16=62.5% */
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  /* 14梅10=1.4 */
  color: #333;
  font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset, img {
  border: 0;
}

img, object {
  width: 100%;
  max-width: 100%;
  /*height:auto;*/
  width: auto\9;
  /* for ie8 */
  -ms-interpolation-mode: bicubic;
}

a {
  outline: none;
  blr: expression(this.onFocus=this.blur());
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #003b90;
  text-decoration: none;
}

input[type='button'] {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

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

ul, ol, li {
  list-style: none outside none;
}

.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

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

q:before, q:after {
  content: '';
  content: none;
}

input, textarea, select {
  font-weight: inherit;
}

input, select, textarea, button {
  vertical-align: middle
}


.fs44 {
  font-size: 44px;
}

.fs40 {
  font-size: 40px;
}

.fs38 {
  font-size: 38px;
}

.fs36 {
  font-size: 36px;
}

.fs32 {
  font-size: 32px;
}

.fs30 {
  font-size: 30px;
}

.fs28 {
  font-size: 28px;
}

.fs26 {
  font-size: 26px;
}

.fs24 {
  font-size: 24px;
}

.fs22 {
  font-size: 22px;
}

.fs20 {
  font-size: 20px;
}

.fs19 {
  font-size: 19px;
}

.fs18 {
  font-size: 18px;
}

.fs17 {
  font-size: 17px;
}

.fs16 {
  font-size: 16px;
}

.fs15 {
  font-size: 15px;
}

.fs14 {
  font-size: 14px;
}

.fs13 {
  font-size: 13px;
}

.fs12 {
  font-size: 12px;
}

@media screen and (max-width:1220px) {
  .fs44 {
    font-size: 36px;
  }

  .fs40 {
    font-size: 32px;
  }

  .fs38 {
    font-size: 30px;
  }

  .fs36 {
    font-size: 28px;
  }

  .fs32 {
    font-size: 26px;
  }

  .fs30, .fs28 {
    font-size: 25px;
  }

  .fs24, .fs26 {
    font-size: 22px;
  }

  .fs22 {
    font-size: 20px;
  }

  .fs20, .fs19 {
    font-size: 18px;
  }

  .fs17 {
    font-size: 16px;
  }
}

@media screen and (max-width:992px) {
  .fs44 {
    font-size: 32px;
  }

  .fs40 {
    font-size: 28px;
  }

  .fs38 {
    font-size: 26px;
  }

  .fs36 {
    font-size: 24px;
  }

  .fs30, .fs32, .fs28 {
    font-size: 22px;
  }

  .fs24, .fs26 {
    font-size: 22px;
  }

  .fs22 {
    font-size: 18px;
  }

  .fs18 {
    font-size: 16px;
  }

  .fs16, .fs17 {
    font-size: 15px;
  }

  .fs14, .fs15 {
    font-size: 13px;
  }
}

@media screen and (max-width:767px) {
  .fs44 {
    font-size: 26px;
  }

  .fs38.fs40 {
    font-size: 24px;
  }

  .fs36 {
    font-size: 20px;
  }

  .fs30, .fs32, .fs28 {
    font-size: 19px;
  }

  .fs24, .fs26 {
    font-size: 18px;
  }

  .fs22, .fs20 {
    font-size: 16px;
  }

  .fs18, .fs19 {
    font-size: 15px;
  }

  .fs16, .fs17 {
    font-size: 14px;
  }

  .fs14, .fs13, .fs15 {
    font-size: 12px;
  }
}

.ul-inline {
  font-size: 0;
}

.ul-inline li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  vertical-align: top;
}

.ul-inline li a {
  display: block;
}

.title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info {
  display: block;
  overflow: hidden;
}

.img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  background: #d6d6d6;
}

.img_centered {
  display: block;
  overflow: hidden;
  position: relative;
}

.img_cover {
  background: center no-repeat;
  background-size: cover !important;
}

.img img {
  width: 100%;
  display: block;
  transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
}

.img_centered img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  width: auto;
  margin: auto;
}

.img img:hover {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* .time{font-family: 'Arial';} */
.clear {
  clear: both;
}

.rightDate {
  float: right;
}

.clearFix {
  *zoom: 1;
  clear: both;
}

.clearFix:after {
  content: '';
  display: block;
  clear: both;
}

.clear {
  width: 100%;
  overflow: hidden;
}

.imgResponsive {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  display: block;
}

.imgResponsive img {
  width: 100%;
}

/*澶撮儴鏍峰紡*/
.header {
  width: 100%;
  min-width: 300px;
  height: auto;
  z-index: 990;
  position: absolute;
  top: 0;
  left: 0;
}

.black_bg01, .mobile_bg02 {
  position: fixed;
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  display: none;
  filter: alpha(opacity=70);
  z-index: 90;
}

.topHeader {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.topHeader::before {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background: #7ffbff;
  background: -webkit-linear-gradient(left, #7ffbff, #1aa0e3);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #7ffbff, #1aa0e3);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #7ffbff, #1aa0e3);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #7ffbff, #1aa0e3);
  /* 鏍囧噯鐨勮娉� */
}

.topHeader>div {
  width: 1200px;
  margin: 0 auto;
}

.topHeader .rt {
  width: auto;
  float: right;
  font-size: 15px;
  font-weight: bold;
}

.topHeader a {
  color: #fff;
}

.topHeader a:hover {
  opacity: 0.8;
}

.topHeader span {
  color: #fff;
  opacity: 0.2;
  filter: aplha(opacity=20);
  margin: 0 14px;
}

.serBtn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 39px;
  text-align: center;
  /* background-color: #aa854e;*/
  transform: skew(-14deg);
  margin-left: 14px;
}

.serBtn:before {
  transform: skew(14deg);
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.top {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.logo {
  width: auto;
  float: left;
  transition: all 0.3s ease-in-out;
  padding-top: 40px;
}

.logo img {
  width: 259px;
  height: auto;
}

.nav {
  width: auto;
  height: 44px;
  line-height: 44px;
  padding-top: 48px;
  margin-left: 340px;
}

.nav ul {
  width: auto;
}

.nav ul>li {
  float: left;
  height: 44px;
  position: relative;
  width: auto;
  width: 14.28%;
}

.nav ul>li:first-child a {
  display: block;
}

.nav ul>li:before, .mobileLink a:before {
  content: '/';
  width: 1px;
  height: 16px;
  display: block;
  color: #fff;
  opacity: 0.5;
  filter: alpha;
  position: absolute;
  right: 2px;
  top: 0px;
  transform: skew(5deg);
}

.nav ul>li:last-child:before {
  display: none;
}

.nav ul li>a {
  color: #fff;
  display: block;
  text-align: center;
  transform: skew(-14deg);
  transition: all 0.3s ease-in-out;
  height: 44px;
  line-height: 44px;
}

.nav ul li>a strong {
  transform: skew(14deg);
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.nav ul li:hover:before, .nav ul li.on:before {
  display: none;
}

.nav ul li.on>a, .nav ul li:hover>a {
  color: #fff;
  background-color: #00a2e6;
}

.nav ul li.on .subNav {
  display: block;
}

.nav ul li .subNav {}

.subNav {
  position: absolute;
  left: -6px;
  top: 44px;
  display: none;
  border-top: 2px solid #00a2e6;
  border-bottom: 2px solid #00a2e6;
  width: 180px;
  background: url(../images/subnav_bg.png) repeat;
  font-size: 14px;
}

.subNav a {
  color: #fff;
  padding: 8px 15px;
  display: block;
  line-height: 23px;
  border-top: 1px solid #352e2c;
}

.subNav dd:first-child a {
  border: none;
}

.subNav a:hover {
  background-color: #00a2e6;
}

.header.currents {
  height: 60px;
  line-height: 60px;
  background: none;
  position: fixed;
  background: #7ffbff;
  background: -webkit-linear-gradient(left, #7ffbff, #1aa0e3);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #7ffbff, #1aa0e3);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #7ffbff, #1aa0e3);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #7ffbff, #1aa0e3);
  /* 鏍囧噯鐨勮娉� */
}

.header.currents .topHeader {
  display: none;
}

.header.currents .logo {
  width: 200px;
  padding-top: 7px;
  height: auto;
}

.header.currents .nav {
  height: 60px;
  line-height: 60px;
  width: auto;
  padding-top: 0
}

.header.currents .nav li {
  background: none;
  height: 60px;
}

.header.currents .nav li>a {
  height: 60px;
  line-height: 60px;
}

.header.currents .subNav {
  top: 60px;
}

.header.currents .nav ul li>a {}

.header.currents {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4)
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  visibility: visible !important;
  display: block;
}

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}



.serWrap {
  height: 0;
  overflow: hidden
}

#ser {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  display: none;
}

.ser {
  width: 800px;
  height: 38px;
  line-height: 34px;
  background-color: #fff;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}

.search input {
  position: absolute;
  height: 34px;
  line-height: 34px;
  color: #262626;
  border: none;
  background: none;
  top: 0px;
  padding-left: 0px;
}

.search input.notxt {
  color: #a4a4a4;
  padding: 0 0 0 7px;
  width: 83%;
  border: 1px solid #bfbfbf;
}

.search input.notxt1 {
  position: absolute;
  width: 15%;
  height: 34px;
  right: 0;
  border: none;
  cursor: pointer;
  overflow: hidden;
  padding-right: 0;
  color: #fff;
  border: none;
  background-color: #f9a74a;
  border: 1px solid #f9a74a;
  height: 36px;
}

.header.current .mobile, .header.current .logo {
  display: none;
}

.goTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 999;
  color: #fff;
  text-align: center;
  font-size: 26px;
  transition: none;
  background-color: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.goTop:hover {
  color: #fff;
  background-color: #e46856;
}

/*鎵嬫満绔鑸�*/
.mobile {
  width: 100%;
  position: absolute;
  height: 42px;
  display: none;
  top: 60px;
  right: 0;
  z-index: 99
}

.mobile-inner-header {
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2
}

.mobile-inner-header-icon {
  color: #ffffff;
  height: 40px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 40px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}

.mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);
  width: 25px;
  height: 2px;
  background-color: #fff;
}

/*.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}    
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
*/
.mobile-inner-header-icon-click {
  right: 10%;
}

.mobileLink {
  display: none;
  padding: 10px 0;
}

.mobileLink dd {
  line-height: 20px;
  text-align: center;
  font-size: 1.2rem;
  padding: 0 35px;
}

.mobileLink dd a {
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  width: auto;
  position: relative;
  line-height: 24px;
  font-size: 12px;
}

.mobileLink a:before {
  opacity: 0.2;
}

.mobile-inner-header-icon {
  color: #fff;
  height: 31px;
  text-align: left;
  float: right;
  width: 50px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  font-weight: bold;
  text-align: right;
}

.mobileLink a:last-child:before {
  display: none;
}

.mobile-inner-header-icon-out span {
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}

@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);

  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes clickthird {
  0% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-nav {
  width: 100%;
  position: absolute;
  top: -60px;
  left: 0px;
  padding-top: 120px;
  padding-bottom: 25px;
  display: none;
}

.mobile_bg02 {
  background: #00a2e6;
  background: -webkit-linear-gradient(left, #00a2e6, #f9a74a);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #00a2e6, #f9a74a);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #00a2e6, #f9a74a);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #00a2e6, #f9a74a);
  /* 鏍囧噯鐨勮娉� */
  ;
  opacity: 1;
  top: 0
}

.mobile-inner-nav a {
  display: inline-block;
  line-height: 45px;
  text-decoration: none;
  width: 100%;
  font-size: 1.6rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  color: #fff;
}

.mobile-inner-nav li a:before, .mobile_search:before {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
}

.mobile-inner-nav ul {
  margin: 0 auto;
  width: 80%;
}

.mobile-inner-nav li {
  position: relative;
  padding: 0 20px;
}

.mobile-inner-nav li a {
  text-indent: 15px;
}

.mobile-inner-nav li strong {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 2.5rem;
  cursor: pointer;
  width: 40px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-inner-nav a {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.mobile_subNav {
  display: none;
  padding-left: 10px;
  opacity: 0.5
}

.mobile-inner-nav li dd a {
  font-size: 1.4rem;
  opacity: 0.6;
  height: 35px;
  line-height: 35px;
}

.mobile_search {
  clear: both;
  position: relative;
  height: 36px;
  margin: 10px auto 0;
  border-radius: 30px;
  overflow: hidden;
  width: 80%;
  display: none;
}

.mobile_search input.notxt {
  width: 90%;
  color: #fff;
  margin-left: 55px;
  border: none;
}

.mobile_search input.notxt1 {
  width: 55px;
  background-color: #fff;
  right: auto;
  left: 0;
  background: url(../images/searchbtn.svg) no-repeat center center;
  border: none;
}

/*footer*/
.footer {
  background-color: #1e1e1e;
  font-size: 14px;
  position: relative;
}

/* .footer:before{content: ''; width: 0;height: 0;border-top: 208px solid #fff;border-right: 67px solid transparent;position: absolute;left: 0;top: 0} */
.footer>div {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 15px 0 0;
}

.footer .copyBottom {
  padding: 10px 0
}

.footer img {
  width: auto;
  height: auto;
}

.copyRight img {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.footer a, .footer span, .footer p {
  color: #fff;
}

.footer a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80)
}

.firendLink {
  width: 35%;
  float: right;
}

.firendLink li {
  width: 50%;
  float: left;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}

.copyRight {
  width: 20%;
  line-height: 25px;
  font-size: 0
}

.copyRight span {
  display: block;
  font-size: 14px;
}

.code {
  width: 38%;
  position: absolute;
  left: 43%;
  top: 28px;
  font-size: 0;
  text-align: center;
  margin-left: -19.5%;
}

.code:before, .code:after, .code li:first-child:before {
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  content: '';
  box-shadow: 1px 1px 1px #333
}

.code:before {
  left: 0;
}

.code:after, .code li:first-child:before {
  right: 0;
}
.code li:first-child:before{ display:none;}
.code li {
  width: 24%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  height: 125px;
  position: relative;
  vertical-align: top;
}

.code li p {
  padding: 5px 0;
}

@media screen and (max-width:1480px) {
  .topHeader .rt {
    font-size: 12px;
  }

  .copyRight {
    line-height: 30px;
  }

  .topHeader>div, .top, .footer>div {
    width: 1000px;
  }

  .logo {
    padding-top: 20px;
  }

  .nav {
    padding-top: 28px;
  }

  .nav ul li>a {
    font-size: 14px;
  }

  .nav ul li.on .subNav a {
    font-size: 12px;
  }

  .footer {
    font-size: 13px;
  }

  .copyRight span {
    font-size: 13px;
  }

  .nav {
    margin-left: 290px;
  }

  .code {
    margin-left: -19.5%;
  }

}

@media screen and (max-width:1260px) {
  .footer:before {
    display: none;
  }
}

@media screen and (max-width:1020px) {
  .topHeader>div, .top {
    width: auto;
    padding: 0 15px;
  }

  .footer>div {
    padding: 15px;
    width: auto;
  }

  .code {
    position: static;
    margin: 0 auto 15px;
    max-width: 430px;
    width: 100%;
  }

  .code li {
    height: 125px;
  }

  .footer>div {
    max-width: 620px;
    margin: 0 auto;
  }

  /* .firendLink li{width: 100%;} */
  .copyRight {
    width: 35%;
  }

  .code::before, .code::after {
    display: none;
  }

  .topHeader span {
    margin: 0 8px;
  }

  .code li>div {
    padding-top: 5px;
  }

  .firendLink {
    width: 65%;
  }
}

@media screen and (max-width:992px) {
  .nav {
    display: none;
  }

  .ser {
    width: 600px;
  }

  .logo {
    width: 200px;
    position: relative;
    z-index: 990;
  }

  .mobile {
    display: block;
  }

  .mobile_logo {
    left: 10%;
    padding-top: 0
  }
}

@media screen and (max-width:767px) {
  .firendLink {
    float: none;
    width: 100%;
    overflow: hidden;
    max-width: 375px;
    margin: 0 auto;
  }

  /* .firendLink li{text-align: center;} */
  .copyRight {
    width: 100%;
    padding-top: 15px;
    max-width: 375px;
    margin: 0 auto;
  }

  .copyRight br {
    display: none;
  }

  .copyRight span {
    margin: 0
  }
}

@media screen and (max-width:640px) {
  .ser {
    width: 460px;
  }


}

@media screen and (max-width:480px) {
  .mobile-inner-nav a {
    font-size: 1.5rem;
  }

  .topHeader>div {
    display: none;
  }

  .topHeader {
    height: 15px;
  }

  .mobile {
    top: 25px;
  }

  .mobile-inner-nav {
    top: -25px;
  }

  .mobile-inner-nav {
    padding-top: 75px;
  }

  .mobile-inner-nav ul {
    width: 100%;
  }

  .mobile_logo {
    left: 20px;
  }

  .mobile-inner-header-icon-click {
    right: 0
  }

  .logo {
    padding-top: 10px;
  }

  .mobile_search {
    display: block;
    width: auto;
    margin: 0 20px;
  }

  .mobile_search input.notxt {
    margin-left: 40px;
  }

  .mobileLink {
    display: block;
  }

  .code li {
    width: 48%;
  }
}



@media screen and (max-width:410px) {
  .logo {
    padding-top: 10px;
  }
}

@media screen and (max-width:380px) {}