/* ie8提示样式 */
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* ie8提示样式 */
/* header */
.wdtop {
  width: 1460px;
  position: relative;
  margin: 0 auto;
  max-width: 96%;
}

.wdtop2 {
  width: 1460px;
  position: relative;
  margin: 0 auto;
  max-width: 96%;
  display: flex;
  justify-content: space-between;
}

.top {
  line-height: 46px;
  height: 46px;
  background: #00797c;
  display: none;
}

.top-links {
  float: right;
  position: relative;
  text-align: right;
}

.top-links li {
  float: left;
  padding-left: 25px;
  margin-right: 25px;
}

.top-links a {
  font-size: 16px;
  color: #fff;
  opacity: 0.75;
}

.top-links span {
  float: right;
  color: #a3b7d9;
}

.top-links .link1 {
  background: url(../images/top-link-ico1.png) left center no-repeat;
}

.top-links .link2 {
  background: url(../images/top-link-ico2.png) left center no-repeat;
}

.top-links .link3 {
  background: url(../images/top-link-ico3.png) left center no-repeat;
}

.top-links .link4 {
  background: url(../images/top-link-ico4.png) left center no-repeat;
}

.top-links .link5 {
  background: url(../images/top-link-ico5.png) left center no-repeat;
}

.top-links a:hover {
  color: #fff;
}

/* 搜索 */
.search-btn {
  float: right;
  cursor: pointer;
}

.search-btn img {
  vertical-align: middle;
}

.header {
  width: 100%;
  background: url(../images/header-bg.png) no-repeat;
  background-size: cover;
  transition: all 0.7s ease-out 0s;
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.3);
}

.header .logo {
  float: left;
  margin-top: 16px;
}
.header .logo img {
  width: 100%;
}

/*新SEARCH开始*/

.search-dialog-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.search-dialog-box:before {
  content: '';
  position: absolute;
  top: 0;
  height: 0;
  background: none;
  transition: 0.6s;
  left: 0;
  right: 0;
  z-index: 1;
}

.search-dialog-box.on:before {
  height: 100%;
}
.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.search-dialog-box .search-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-repeat: no-repeat;
  /* z-index: 1; */
  transform-origin: center center;
  transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: 0.6s;
}
.header-right .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0.8s;
}
.search-dialog-box .bubbles-bg .bubble {
  position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle {
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1 {
  width: 6%;
  padding-top: 6%;
  left: 26.875%;
  top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle {
  border: 1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2 {
  width: 12px;
  padding-top: 12px;
  left: 13.54%;
  top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle {
  background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3 {
  width: 36px;
  padding-top: 36px;
  left: 8.854%;
  top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle {
  background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4 {
  width: 56.875%;
  padding-top: 56.875%;
  left: -28.6458%;
  top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle {
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05) 100%);
  background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5 {
  width: 54px;
  padding-top: 54px;
  left: 26.3%;
  top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle {
  background-color: #fff;
  opacity: 0.1;
}
.search-dialog-box .bubbles-bg .bubble6 {
  width: 56.875%;
  padding-top: 56.875%;
  left: 73.4375%;
  top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle {
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7 {
  width: 2rem;
  padding-top: 2rem;
  left: 60.9375%;
  top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle {
  background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8 {
  width: 1.35rem;
  padding-top: 1.35rem;
  left: 95.83%;
  top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle {
  border: 1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9 {
  width: 16px;
  padding-top: 16px;
  left: 76.5625%;
  top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle {
  background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10 {
  width: 56.875%;
  padding-top: 56.875%;
  left: 71.354%;
  top: 87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle {
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble {
  animation: spin 8s infinite linear;
  transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
  animation: spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle {
  animation: spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
  animation: spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble {
  transform-origin: 30% 30px;
}
.search-dialog {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.search-dialog .search-tit {
  font-size: 22px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: none;
}
.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0;
}
.search-dialog .search-input {
  width: 600px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
  max-width: 94%;
  border-radius: 100px;
}
.search-dialog .search-input input[type='text'] {
  float: left;
  height: 52px;
  width: calc(100% - 120px);
  background-color: transparent;
  font-size: 17px;
  line-height: 52px;
  color: #919191;
  transition: all 0.3s;
  outline: none;
  border: 0;
}
.search-dialog .search-input input[type='text']::-webkit-input-placeholder {
  color: #919191;
}
.search-dialog .search-input input[type='text']:-moz-placeholder {
  color: #919191;
}
.search-dialog .search-input input[type='text']::-moz-placeholder {
  color: #919191;
}
.search-dialog .search-input input[type='text']:-ms-input-placeholder {
  color: #919191;
}
.search-dialog .search-input input[type='image'],
.search-dialog .search-input .clear-btn {
  float: right;
  height: 52px;
  width: 110px;
}

.search-dialog .search-input input[type='image'] {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: 1.5rem;*/
  background-image: url(../images/search.png);
  background: #1890ff url(../images/search.png) no-repeat center center;
  height: 54px;
  width: 110px;
  border-radius: 100px;
}
.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/close-btn.jpg);
  /*background-size: 0.56rem;*/
  border-radius: 100%;
  margin-right: 10px;
  display: none;
}
.search-dialog .search-input.on {
  background-color: #fff;
}

.search-dialog .search-input.on input[type='image'] {
}

.search-dialog .hot-search {
  font-size: 0;
  width: 3.12rem;
  margin: 0.6rem auto 0;
  box-sizing: border-box;
  padding: 0 0.6rem;
  overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.search-dialog .hot-search .hot-tit {
  font-size: 0.375rem;
  line-height: 0.5rem;

  color: #fff;
  font-weight: bold;
  padding-left: 0.6rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.5rem;
}
.search-dialog .hot-link {
  margin-left: 1rem;
}

.search-dialog .hot-link a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 0.375rem;
  line-height: 0.5rem;
  margin-right: 0.75rem;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}

.search-dialog .hot-link a:before {
  content: '';
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
.search-dialog-box .bottom-box {
  position: absolute;
  left: 0;
  bottom: 5.1%;
  width: 100%;
}
.search-dialog-box .bottom-box .share-box {
  overflow: hidden;
}
.search-dialog-box .bottom-box .copy {
  font-size: 0.35rem;
  line-height: 0.5rem;
  color: #fff;
  font-family: 'gilroy-regular';
  margin-top: 0.5rem;
  overflow: hidden;
}

.header-right.is-open .bubbles-bg {
  visibility: visible;
  opacity: 1;
}
.header-right.is-open .search-btn .con-box {
  display: none;
}
.header-right.is-open .close-btn {
  display: block;
}
.header-right.is-open .item .search-bg {
  transform: scale(1);
}
.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}
.search-dialog-box.on .search-bg {
  height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}
.search-dialog-box.on .wrap-inner {
  transform: translateY(0);
}

.pub-close {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 10;
  right: 2.14rem;
  top: 0.48rem;
  border-radius: 100%;
}
.pub-close .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1c5ab7;
  transform: scale(0);
  border-radius: 100%;
  transition: transform 0.3s;
}
.pub-close i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;

  background-repeat: no-repeat;
  background-image: url(../images/search_close.png);
  transition: 0.6s;
}
.pub-close i:hover {
  transform: rotate(180deg);
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin2 {
  to {
    transform: rotate(-1turn);
  }
}
@keyframes spin-reverse {
  from {
    transform: rotate(1turn);
  }
}
@keyframes spin-reverse2 {
  from {
    transform: rotate(-1turn);
  }
}

/*SEARCH结束*/

/* 导航 */
.nav-button {
  display: none;
}

.navbar {
  position: absolute;
  right: -23px;
}

.navbar .close {
  display: none;
}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
  padding: 39px 0 33px 0;
}
.navbar .navbar-nav > li:hover {
  background: #1c5ab7;
}

.navbar .navbar-nav > li > a {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  display: block;
  position: relative;
  padding: 0 30px;
  font-family: 'sys';
}

.navbar .navbar-nav > li.current > a,
.navbar .navbar-nav > li:hover > a {
  font-weight: bold;
  color: #00797c;
}

.navbar .navbar-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navbar .nav-child {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.15s;
}

.navbar .nav-child:before {
  content: '';
  width: 16px;
  height: 5px;
  /* background: url(../images/subnav-top.png) no-repeat; */
  background-size: 100% 100%;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -8px;
}

.navbar .nav-child > li {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 32px;
}

.navbar .nav-child > li a {
  display: block;
  padding: 6px 0px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}

.navbar .nav-child > li a:hover {
  background: #00797c;
  color: #fff;
}

.navbar .nav-child li:last-child a {
  border-bottom: none;
}

/* 浮动导航 */
.header2 {
  position: fixed !important;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 62px;
  background: #00797c;
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.3);
}

.header2 .logo {
  display: none;
}

.header2 .navbar {
  margin: 0;
  width: 100%;
}

.header2 .navbar .navbar-nav > li {
  width: 16.66%;
  padding: 20px 0;
}

.header2 .navbar .navbar-nav > li:first-child > a {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.header2 .navbar .navbar-nav > li > a {
  padding: 0;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

/* 浮动导航结束 */

@media (max-width: 1440px) {
  .logo {
    width: 300px;
    margin-top: 6px !important;
    margin-bottom: 0px;
  }
  .navbar .navbar-nav > li > a {
    padding: 0 15px;
  }
  .navbar .navbar-nav > li {
    padding: 19px 0 33px 0;
  }
}

@media (max-width: 1240px) {
  .header2 {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  }

  .header2 .logo {
    display: block;
  }

  /* 小于1230就缩导航 */
  .header {
    padding: 0px 0;
    height: 100px;
  }

  body.side-right .header .mask {
    position: fixed;
    z-index: 12;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  .nav-button {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    color: #103675;
    cursor: pointer;
    display: block;
  }

  .nav-button img {
    width: 100%;
  }

  .side-right .navbar .close {
    display: block;
    font-size: 40px;
    font-family: icon;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    color: #fff;
    z-index: 99;
  }

  .navbar {
    height: auto;
  }

  .navbar .navbar-nav {
    display: none;
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background: #00797c;
    z-index: 99;
    width: 240px;
    height: 100% !important;
    left: -240px;
    top: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navbar .navbar-nav a {
    font-weight: normal !important;
  }

  .navbar .navbar-nav .nav-child {
    width: 100%;
    display: none;
    position: relative !important;
    background-color: transparent;
    float: none;
    border: none;
    top: 0 !important;
    left: 0 !important;
    padding: 10px 0 10px 15px !important;
    margin: 0 0 -1px 0 !important;
    opacity: 1;
    visibility: visible;
  }

  .navbar .navbar-nav .nav-child li {
    text-align: left;
  }

  .navbar .navbar-nav .nav-child li a {
    padding: 10px 5px;
    font-size: 16px;
  }

  .navbar .navbar-nav .nav-child li > dl {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    background: none;
    padding-left: 15px;
  }

  .navbar .navbar-nav .nav-child li.hasChild.on > dl {
    display: block;
  }

  .navbar .navbar-nav .nav-child:before {
    display: none;
  }

  .navbar .navbar-nav > li {
    width: 100% !important;
    display: block;
    position: relative;
    line-height: 24px;
    padding: 10px 15px !important;
    height: auto;
    border-left: none;
    border-bottom: 1px solid #fff;
  }

  .navbar .navbar-nav > li > a {
    padding: 0 !important;
    border-left: none !important;
    text-align: left;
    color: #fff !important;
    border-right: none !important;
  }

  .navbar .navbar-nav > li:after {
    display: none;
  }

  .navbar .navbar-nav > li.hasChild > em {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 9;
    width: 20px;
    height: 45px;
    background: url(../images/down-jiantou.png) center no-repeat;
    cursor: pointer;
  }

  .navbar li.hasChild.on .nav-child {
    display: block !important;
    background: none;
  }

  body.side-right .navbar .navbar-nav {
    display: block !important;
    left: 0;
  }

  /* 小于1230就缩导航 */
}

@media (max-width: 1080px) {
}

@media (max-width: 930px) {
}

@media (max-width: 768px) {
  .header .logo img {
    width: 100%;
  }
  .header {
    height: 60px;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 15px;
  }

  .side-right .navbar .close {
    top: -10px;
    right: 0px;
  }

  /*.top-links {
        display: none;
    }*/
  .top-links li {
    float: left;
    padding-left: 25px;
    margin-right: 15px;
  }

  .header .logo {
    width: calc(100% - 120px);
    margin-top: 10px !important;
    margin-bottom: 6px;
  }
}

@media (max-width: 420px) {
  .nav-button {
    bottom: -48px;
  }
}

.totop {
  position: fixed;
  z-index: 90;
  bottom: 30px;
  right: 10px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #00797c;
  overflow: hidden;
  border-radius: 50%;
  display: none;
}
.totop svg {
  width: 22px;
  height: 22px;
  display: inline-block;
  fill: #fff;
  vertical-align: middle;
  margin: -3px 0 0;
}
