@charset "utf-8";

/* CSS Document */
html {
  background: #FFF;
  font-size: 62.5%;
  /* 10÷16=62.5% */
  background: #f6f6f6
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  /* 14÷10=1.4 */
  color: #3a3a3a;
  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: #444;
}

a:hover {
  color: #03429d;
  text-decoration: none;
}

input[type='button'] {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

address, caption, cite, code, dfn, em, 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
}

.imgResponsive {
  width: 100%;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 66.67%;
}

.section {
  float: left;
}

.aside {
  float: right;
}

/*头部样式*/
.header {
  width: 100%;
  min-width: 300px;
  height: 141px;
  z-index: 9999;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  background: #003b90;
  background: -webkit-linear-gradient(top, #003b90, #0e61d7);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #003b90, #0e61d7);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #003b90, #0e61d7);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #003b90, #0e61d7);
  /* 标准的语法 */
  z-index: 600;
}

.top {
  height: 105px;
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.logo {
  width: auto;
  z-index: 1003;
  padding-top: 18px;
  float: left;
}

.logo a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.logo1 {
  width: 147px;
  margin-right: 17px;
}

.logo2 {
  width: 167px;
}

.top_nav {
  float: right;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
}

.top_nav a {
  margin-left: 15px;
  color: #fff;
  font-size: 12px;
}

.nav {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-top: 1px solid #558bd9;
}

.nav ul {
  width: 1300px;
  margin: 0 auto;
  height: 35px;
}

.nav li {
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 35px;
  position: relative;
}

.nav li>a {
  display: block;
  padding: 0 39px;
  position: relative;
  z-index: 10;
  color: #fff;
  height: 35px;
}

.nav li.on>a, .nav li.active>a {
  color: #a90b0b;
  background-color: #dfe7f2;
}

.nav li.on .subNav {
  display: block;
  background: url(../images/subnav.png) repeat;
}

.subNav {
  position: absolute;
  top: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  z-index: 2000;
  padding: 0 0 10px;
  display: none;
  width: 100%;
}

.subNav dd {
  line-height: 20px;
  padding: 6px 15px;
  overflow: hidden;
  text-align: center;
  display: block;
}

.subNav dd:hover {
  background-color: #003b90
}

.subNav dd:hover a {
  color: #fff;
}

.subNav dd a {
  color: #333;
  display: block;
  position: relative;
  z-index: 300;
  line-height: 20px;
  overflow: hidden;
}

.ser {
  display: block;
  width: 250px;
  height: 28px;
  right: 0;
  bottom: 22px;
  line-height: 28px;
  background-color: #fff;
  z-index: 9999994;
  position: absolute;
}

.search input {
  position: absolute;
  height: 28px;
  line-height: 28px;
  color: #262626;
  border: none;
  background: none;
  top: 0px;
  padding-left: 0px;
}

.search input.notxt {
  color: #666;
  padding: 0 0 0 7px;
  width: 220px;
}

.search input.notxt1 {
  position: absolute;
  width: 30px;
  height: 28px;
  right: 0;
  border: none;
  background-color: #c2d7b2;
  cursor: pointer;
  overflow: hidden;
  background: url(../images/search.png) no-repeat center center #ffc000;
}

.wraq_header.current .logo {
  transition: width 0.3s ease 0s;
  -webkit-transition: width 0.3s ease 0s;
  -moz-transition: width 0.3s ease 0s;
  width: 200px;
  height: 57px;
  padding: 12px 0 0 0;
}

.wraq_header.current {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: none;
  background-color: #fff;
  z-index: 99999;
  box-shadow: 0 4px 4px rgba(200, 200, 200, .5);
  border-bottom: none;
  border-bottom: 4px solid #ccc\0;
  *border-bottom: 4px solid #ccc;
  _border-bottom: 4px solid #ccc
}

.wraq_header.current .topHeader, .wraq_header.current .logo2 {
  display: none;
}

.wraq_header.current .logo1 {
  top: 0;
  height: 60px;
  left: 0;
}

.wraq_header.current .logo1 img {
  width: 50px;
  height: 51px;
}

.wraq_header.current .nav {
  height: 60px;
  line-height: 60px;
  margin: 0 0 0 100px;
  width: 1060px;
  border: none;
}

.wraq_header.current .nav li {
  width: auto;
  background: none;
  font-size: 0.9em;
  height: 60px;
  line-height: 60px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  border: none;
}

.wraq_header.current .nav li>a {
  border-left: none;
  padding: 0 13px;
}

.wraq_header.current .subNav {
  display: none !important;
}

.phone-ser {
  display: none;
}



.goTop {
  position: fixed;
  bottom: 180px;
  right: 20px;
  z-index: 99;
  color: #fff;
  text-align: center;
  font-size: 14px;
  transition: none;
  background-color: #003b90;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
}

.goTop:hover {
  color: #fff;
}

/*手机端导航*/
.mobile {
  width: 100%;
  position: absolute;
  height: 39px;
  display: none;
  bottom: 21px;
  right: 0;
  z-index: 9999991
}

.mobile_title {
  width: 100%;
  float: left;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.mobile-inner-header {
  width: 100%;
  height: 39px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.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: #fff;
  height: 39px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 39px;
  text-align: left;
  float: right;
  width: 50px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

.mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 2);
  width: 25px;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
}

.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) {
  display: none;
}

.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;
}

@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 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);
  }
}

.mobile-inner-nav {
  background-color: rgba(0, 59, 144, 0.9);
  width: 100%;
  position: absolute;
  top: 59px;
  left: 0px;
  padding-bottom: 25px;
  display: none;
}

.mobile-inner-nav a {
  display: inline-block;
  line-height: 40px;
  text-decoration: none;
  width: 80%;
  margin-left: 10%;
  color: #FFFFFF;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 300;
}

.mobile-inner-nav a:hover {
  color: rgba(255, 255, 255, 0.4);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.mobile-inner-nav li {
  position: relative;
}

.mobile-inner-nav li strong {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 10%;
  top: 0;
  font-size: 25px;
  font-size: 2.5rem;
  cursor: pointer;
  width: 20px;
  height: 40px;
  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 span {
  padding: 0 10px 0 0;
}

.mobile-inner-nav span a {
  width: auto;
  border-bottom: 0px;
}

.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;
}

.mobile-inner-nav dd a {
  height: 30px;
  line-height: 30px;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-size: 1.2rem;
}



/*footer*/
.wrap_footer {
  width: 100%;
  overflow: hidden;
  background: #003b90;
  background: -webkit-linear-gradient(top, #0e61d7, #003b90);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #0e61d7, #003b90);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #0e61d7, #003b90);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #0e61d7, #003b90);
  /* 标准的语法 */
}

.footer {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.footerLink {
  font-size: 0;
  text-align: center;
  padding: 15px;
}

.footerLink li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  position: relative;
  padding-left: 12px
}

.footerLink li a {
  color: #fff;
}

.footerLink li:before {
  content: '';
  width: 1px;
  background-color: #fff;
  height: 90%;
  position: absolute;
  left: 6px;
  top: 1px;
}

.footerLink li:first-child:before {
  display: none;
}

.copyRight {
  text-align: center;
  color: #fff;
  padding: 18px 15px;
  border-top: 1px solid #85aae0;
  font-size: 12px;
  line-height: 22px;
}

.code {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 15px;
}

.code img {
  max-width: 100%;
}

@media screen and (max-width:1020px) {
  .top {
    width: auto;
    padding: 0 15px;
  }

  .footer {
    width: auto;
    padding: 15px;
  }

  .ser {
    right: 15px;
  }

  .nav li>a {
    padding: 0 14px;
  }

  .nav {
    width: 988px;
    margin: 0 auto;
  }

  .nav ul {
    width: 100%;
    overflow: hidden;
  }

  .code {
    right: 15px;
  }

}

@media screen and (max-width:998px) {
  .top_nav, .ser {
    display: none;
  }

  .mobile {
    display: block;
  }

  .header {
    position: relative;
    height: 82px;
  }

  .mobile .phone-ser {
    display: block;
    position: relative;
    margin: 20px auto 0;
    bottom: auto;
    right: auto;
  }

  .logo {
    position: relative;
    z-index: 9999999;
    padding-top: 10px;
  }

  .nav {
    display: none;
  }

  .top {
    height: auto;
  }

  .code {
    bottom: auto;
    top: 15px;
  }

  .code img {
    width: auto;
  }

}

@media screen and (max-width:768px) {
  .logo {
    text-align: left;
    width: 90%
  }
}

@media screen and (max-width:540px) {
  .logo {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    height: auto;
  }

  .mobile-inner-header-icon {
    font-size: 14px;
    font-size: 1.4rem;
    width: 42px;
  }

  .mobileLink dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}



@media screen and (max-width:480px) {
  .logo1 {
    width: 125px;
  }

  .logo2 {
    width: 140px;
  }

  .code {
    position: static;
    text-align: center;
    padding-bottom: 5px;
  }

}

@media screen and (min-width:320px) and (max-width:360px) {
  .logo {
    padding-bottom: 0
  }

  .logo1 {
    width: 95px;
  }

  .logo2 {
    width: 100px;
  }

  .top, .header {
    height: 70px;
  }

}