@charset "utf-8";

/* CSS Document */
html {
  background: #fff;
  /* 10÷16=62.5% */
  overflow-x: hidden;
}

body {
  /* 12÷10=1.2 */
  /*font-size:64.5%;*/
  /*font-family:"\5FAE\8F6F\96C5\9ED1", SimSun;*/
  background-color: #fff;
  color: #444;
  font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

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;
  color: #323232;
  -webkit-font-smoothing: subpixel-antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset, img {
  border: 0;
}

img, object {
  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, a:hover i {
  color: #0099cb;
  text-decoration: none;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

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;
}

strong {
  font-weight: 900
}

ul, ol, li {
  list-style: none outside none;
}

.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

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
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}



.topicInfo li {
  transtion: all 1s ease 0s
}

/*头部样式*/
.wrap_header {
  width: 100%;
  height: 142px;
  z-index: 999;
  position: relative;
}

.header {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 100px;
}

.logo {
  float: left;
  width: 60%;
}

.logo .logo_01 {
  display: block;
  z-index: 9999;
  position: relative;
}

.logo .logo_01 img {
  padding-top: 12px;
  opacity: 1;
  transition: all 0.5s ease;
}

.top_nav {
  float: right;
  position: relative;
  margin-top: 10px;
}

.top_nav a {
  color: #666;
  font-size: 12px;
  padding: 0 3px;
}

.search_box {
  width: 200px;
  overflow: hidden;
  margin: 14px auto 0;
  position: absolute;
  right: 0;
  top: 29px;
  height: 30px;
  border-radius: 20px;
}

.ser {
  z-index: 999;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.search {
  width: 100%;
  height: 30px;
  position: relative;
  overflow: hidden;
  z-index: 9999;
}

.search input {
  /* position:absolute; */
  width: 100%;
  height: 30px;
  line-height: 28px;
  color: #bababa;
  border: none;
  background: #eeeeee;
  /* right:30px; */
  /* top:0px; */
  padding-left: 0px;
}

.search input.notxt {
  color: #bababa;
  padding-left: 10px;
  width: 155px;
  height: 28px;
  font-family: "Microsoft yahei";
  font-size: 12px;
}

.search input.notxt1 {
  position: absolute;
  width: 35px;
  height: 30px;
  top: 0px;
  right: 0px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  cursor: pointer;
  overflow: hidden;
  background-color: #d9d9d9;
  z-index: 9999;
}


/*导航*/
.wraq_nav {
  width: 100%;
  height: 42px;
  background: #0099cb;
}

.nav {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}

.nav ul {
  height: 42px;
}

.nav ul li {
  float: left;
  width: 11%;
  position: relative;
  line-height: 42px;
}

.nav ul li:last-child a {
  border-right: none;
}

.nav ul li a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
}

.nav ul li a i {
  font-size: 12px;
  display: block;
  font-family: 'Arial';
  font-style: normal;
  margin-top: 5px;
}

.nav ul li:hover {
  cursor: pointer;
  color: #017da6;
}

.nav ul li .subNav {
  position: absolute;
  left: 0;
  top: 42px;
  display: none;
  background: #017da6;
  /* background: rgba(255, 255, 255, 0.8); */
  overflow: hidden;
  z-index: 999;
  *z-index: 9999;
}

.nav ul li.on {
  background: #017da6;
}

.nav ul li.on .subNav {
  display: block;
  /*animation:rotate 400ms;-webkit-animation:rotate 400ms;-moz-animation:rotate 400ms;*/
}

.nav ul li.on .subNav dl {
  overflow: hidden;
  padding-top: 1px;
}

.nav ul li.on .subNav dl dd {
  height: auto;
  line-height: 20px;
  text-align: center;
}

.nav ul li.on .subNav dl dd a {
  display: block;
  line-height: 20px;
  font-weight: normal;
  color: #333;
  padding: 8px 5px 8px 5px;
  font-size: 14px;
}

.nav ul li.on .subNav dl dd a:hover {
  background-color: #fff;
  *background-color: #eee;
}

.nav ul li.active {
  background: #fff;
}


/*footer*/
.footer_wrap {
  width: 100%;
  background: #0099cb;
  overflow: hidden;
}

.footer {
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 22px 0;
  text-align: center;
  position: relative;
}

.copyRight {}

.copyRight {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}

.footer .code {
  width: 74px;
  position: absolute;
  right: 0;
  top: 22px;
}

/*手机端导航*/
.mobile {
  width: 100%;
  position: relative;
  height: 40px;
  display: none;
  /*top:0px;right: 0;*/
  z-index: 99991;
  background: #f0efe1;
}

.mobile_title {
  width: 100%;
  float: left;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.mobile_title a {
  float: left;
  margin-left: 10px;
  color: #fff;
  line-height: 31px;
  height: 31px;
}

.mobile-inner-header {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;

}

.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% - 21px) / 2);
  top: calc((100% - 0px) / 3);
  width: 25px;
  height: 2px;
  background-color: rgba(153, 44, 35, 1);
}

.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;
}

/*.mobileLink{height: 39px;line-height: 39px;}
.mobileLink dd{height: 39px;line-height: 39px;float:left;width: 25%;text-align: center;font-size: 16px;font-size: 1.6rem;}
.mobileLink dd a{color:#fff;} */
.mobile-inner-header-icon {
  color: #0099cb;
  height: 32px;
  text-align: left;
  float: right;
  width: 32px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
  background: #fff;
}

.mobile-inner-header-icon-out span {
  width: 20px;
  height: 2px;
  background-color: #0099cb;
  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 {
  left: calc((100% - 25px) / 2);
  top: calc((100% - -9px) / 3);
}

.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 {
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0px;
  padding-top: 10px;
  padding-bottom: 25px;
  display: none;
}

.mobile-inner-nav a {
  display: inline-block;
  line-height: 38px;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  border-bottom: solid 1px #d3d3d3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-inner-nav a:hover {
  color: #21365e;
}

.mobile-inner-nav li {
  position: relative;
  padding: 0 22px;
}

.mobile-inner-nav li a {
  text-indent: 15px;
}

.mobile-inner-nav li a i {
  font-size: 12px;
  font-style: normal;
  margin-left: 10px;
  color: #999;
}

.mobile-inner-nav li strong {
  color: #aaa;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 25px;
  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: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}


@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.mobile_subNav {
  display: none;
  padding-left: 10px;
}

.mobile-inner-nav dd a {
  height: 35px;
  line-height: 35px;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
}

.mobile_search {
  clear: both;
  position: relative;
  height: 36px;
  margin: 10px 30px 0;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  overflow: hidden;
}

.mobile_search input.notxt {
  width: 85%;
  color: #333;
  margin-left: 55px;
  border: none;
  height: 34px;
  background: none;
}

.mobile_search input.notxt1 {
  width: 55px;
  background-color: #fff;
  right: auto;
  height: 35px;
  left: 0;
  background: url(../images/ser1.png) no-repeat center center;
  border: none;
}

.mobile-links {
  width: auto;
  margin: 0 20px 10px;
  overflow: hidden;
  border-bottom: solid 1px #d3d3d3;
  padding: 6px 0;
}

.mobile-links span {
  float: left;
  padding: 0 15px;
}

.mobile-links span a {
  border: none;
  line-height: 25px;
  padding: 4px 0;
}



.links {
  float: left;
  line-height: 40px;
  padding-left: 20px;
}

.links a {
  font-size: 12px;
  color: #666;
}


@media screen and (max-width:1300px) {
  .header, .nav, .footer, .copyRight p {
    width: 92%;
  }

  .nav ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width:800px) {
  .footer .code {
    position: static;
    margin: 10px auto;
  }
}


@media screen and (max-width:768px) {
  .topWrap {
    display: none;
  }

  .snav {
    display: block;
  }

  .mbtn {
    display: block;
  }

  .header {
    background: none;
  }

  .nav {
    display: none;
  }

  .wraq_nav {
    display: none;
  }

  .top_nav {
    display: none;
  }

  .search_box {
    display: none;
  }

  .logo .logo_01 img {
    padding-top: 0
  }

  .logo {
    width: 90%;
    margin: 0 auto;
    border-left: none;
    float: none;
    text-align: center;
  }

  .mobile {
    display: block;
  }

  .wrap_header {
    height: auto;
  }

  .header {
    height: auto;
    padding: 15px 0;
  }

}

@media screen and (max-width:640px) {
  .copyRight span {
    display: block;
    float: none;
  }

  .copyRight {
    margin-top: 10px;
  }
}



@media screen and (max-width:400px) {
  .copyRight {
    float: none;
    display: block;
    text-align: center;
  }

  .footer .code {
    text-align: center;
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}