@charset "utf-8";

/* CSS Document */
html {
  background: #FFF;
}

body {
  font-size: 63%;
  /*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;
}

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;
  display: block;
  transition: all .5s ease-in-out;
}

img:hover {
  transform: scale(1.01);

}

a {
  outline: none;
  blr: expression(this.onFocus=this.blur());
  text-decoration: none;
  color: #2e2e2e;
}

a:hover {
  color: #005598;
  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;
}

/*定义清除浮动样式 方法一*/
.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

/*定义清除浮动样式 方法二*/
.clear {
  clear: both;
}

/*font-size */
.f12px {
  font-size: 1.2em;
}

.f14px {
  font-size: 1.4em;
}

.f16px {
  font-size: 1.6em;
}

.f18px {
  font-size: 1.8em;
}

.f20px {
  font-size: 2.0em;
}

.f22px {
  font-size: 2.2em;
}

.f24px {
  font-size: 2.4em;
}

/*float */
.fl {
  float: left;
}

.fr {
  float: right;
}

.ct {
  margin: 0 auto;
}

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;
}

.inblock {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.disnone {
  display: none;
}

.block {
  display: block;
}

.hidden {
  overflow: hidden !important;
}

.none {
  display: none;
}

.textoverflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.underline:hover {
  text-decoration: underline;
}

.mtc {
  margin: 0 auto;
}

.number {
  font-family: Arial;
}

.fw600 {
  font-weight: 600;
}

.hand {
  cursor: pointer;
}

.distable {
  display: table;
}

.distr {
  display: table-row;
}

.distd {
  display: table-cell;
}

.mr35px {
  margin-right: 35px;
}

.ml35px {
  margin-left: 35px;
}

.mr10px {
  margin-right: 10px;
}

.ml10px {
  margin-left: 10px;
}

.mt20px {
  margin-top: 20px;
}

.topicInfo li {
  transtion: all 1s ease 0s
}

/*头部样式*/
.wrap_header {
  border-top: 6px solid #004f93;
  position: relative;
  z-index: 99;
}

.header, .nav ul {
  max-width: 1400px;
  margin: 0 auto;
}

.header {
  position: relative;
}

.header::before {
  content: '';
  display: block;
  width: 344px;
  overflow: hidden;
  background: url(../images/top.png) no-repeat;
  height: 100%;
  position: absolute;
  right: 277px;
  top: 0;
}

.logo {
  display: inline-block;
  padding: 33px 0;
  position: relative;
  z-index: 10;
}

.logo1 {
  width: 288px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.logo2 {
  width: 234px;
  display: inline-block;
  vertical-align: middle;
}

.headerRt {
  width: 57%;
  float: right;
  margin: 1% 0;
}

.topNav {
  float: right;
  overflow: hidden;
}

.topNav ul li {
  position: relative;
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.topNav ul li a {
  color: #333333;
  font-size: 1.4em;
  padding: 0 20px;
  display: inline-block;
}

.topNav ul li a:hover {
  color: #822f8e;
}

.topNav ul li:first-child a:before {
  background: none;
}

.topNav ul li a:before {
  content: '';
  background: #c1a0c6;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 0;
}


#btn_ser {
  display: none;
}

.btn_ser {
  display: inline-block;
  width: 34px;
  height: 31px;
  cursor: pointer;
}

.btn_ser img {
  vertical-align: middle;
}

.ser {
  height: 30px;
  line-height: 30px;
  margin: 15px 0 0;
  width: 240px;
  float: right;
}

.search {
  width: 238px;
  height: 30px;
  border-radius: 15px;
  border: #999999 1px solid;
  position: relative;
  overflow: hidden;
}

.search input {
  position: absolute;
  height: 30px;
  line-height: 30px;
  font-size: 1.4em;
  color: #bdbdbd;
  border: none;
  background: none;
  left: 0px;
  top: 0px;
  padding-left: 0px;
}

.search input.notxt {
  padding-left: 15px;
  width: 183px;
}

.search input.notxt1 {
  position: absolute;
  width: 25px;
  height: 30px;
  top: 0;
  left: 200px;
  border: none;
  background: url(../images/ser.png) no-repeat center;
  cursor: pointer;
  overflow: hidden;
}

.snav {
  display: block;
}

.mbtn {
  display: block;
}

.links {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1005;
  margin-top: 43px;
}

.links li {
  float: right;
  height: 30px;
}

.links a.btn_ser {
  padding: 0 2px;
  height: 30px;
}

#btn_ser {
  display: block;
}



/*导航*/
.nav {
  height: 20px;
  padding: 20px 0;
  line-height: 20px;
  background: #efeff4;
}

.nav ul {
  height: 30px;
  margin: 0px auto;
  max-width: 1400px;
}

.nav ul li {
  float: left;
  height: 30px;
  line-height: 30px;
  position: relative;
  width: calc(100% / 10);
  text-align: center;
}

.nav ul>li::before {
  content: '';
  display: block;
  width: 1px;
  height: 19px;
  background: #d7d7db;
  position: absolute;
  left: 0;
  top: 5px;
}

.nav ul li:last-child::after{
  content: '';
  display: block;
  width: 1px;
  height: 19px;
  background: #d7d7db;
  position: absolute;
  right: 0;
  top: 5px;
}

.nav ul li a {
  color: #333;
  font-size: 1.6em;
  display: block;
  position: relative;
}

.nav ul>li>a:before {
  width: 0;
  content: '';
  height: 2px;
  background-color: #005aa0;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transition: all 0.3s ease;
}

.nav ul li.on a:before {
  width: 40px;
  margin-left: -20px;
}

.nav ul li .subNav {
  position: absolute;
  left: 0;
  top: 29px;
  display: none;
  overflow: hidden;
  width: 100%;
  z-index: 99;
}

.nav ul li.on .subNav {
  display: block;
}

.nav ul li.on .subNav dl {
  overflow: hidden;
  background: #fff;
  margin-top: 13px;
}

.nav ul li.on .subNav dl dd {
  height: auto;
  line-height: 18px;
  padding: 10px 5px;
  border-bottom: #e1e1e1 1px solid;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav ul li.on .subNav dl dd:hover {
  background: #005aa0;
}

.nav ul li.on .subNav dl dd a {
  font-size: 1.4em;
  line-height: 18px;
  text-align: center;
  font-weight: normal;
  color: #333;
  background: none;
}

.nav ul li.on .subNav dl dd:hover a {
  color: #fff;
}




/*手机端导航*/
.snav {
  display: none;
  height: 35px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1002;
  width: 100%;
  background: #013b7a;
}

.mbtn {
  display: block;
  width: 32px;
  height: 32px;
  right: 7px;
  top: 1px;
  z-index: 1002;
  cursor: pointer;
  background: #d6d6d6;
}

#Index_mbtn {
  margin: 0 auto;
  width: 16px;
  height: 18px;
  display: block;
  margin-top: 10px;
  color: #013b7a;
}

.mbtn .m {
  font-size: 12px;
  font-weight: 400;
  font-family: Arial;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  height: 20px;
}

.navm {
  width: 100%;
  z-index: 99999;
  line-height: 30px;
  background-color: #013b7a;
  overflow: hidden;
  text-align: left;
  display: none;
  top: 36px;
  left: 0;
}

.navm ul {}

.navm li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #395887;
}

.navm li a {
  font-size: 14px;
  float: left;
  line-height: 18px;
  padding: 10px 0px;
  color: #fff;
  padding-left: 13px;
  display: block;
}

.navm li a:hover {
  color: #fff;
}

.navm li span {
  padding: 10px 10px 0 0;
  float: right;
  margin-right: 7px;
  color: #fff;
  cursor: pointer;
}

.navm dl {
  background-color: #1d5ca4;
  color: #fff;
}

.navm dl dd {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #296db0;
}

.navm li.on dl dd a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  padding-left: 20px;
}

.navm li dl dd a {
  color: #fff;
  font-weight: normal;
  display: inline;
  display: block;
  border: none;
  padding: 0;
}

.navm li dl dd a:hover {
  font-weight: bold;
}

.subNavs {
  width: 100%;
  overflow: hidden;
  display: none;
}

.nlinks {
  width: 100%;
  overflow: hidden;
}

.nlinks span {
  float: left;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}

.nlinks span a {
  color: #fff;
  font-size: 14px;
}

.snav_link {
  position: absolute;
  left: 20px;
  top: 9px;
}

.snav_link a {
  font-size: 12px;
  color: #d4d9e2;
  padding: 0 5px;
}


/*手机端导航*/
.mobile {
  width: 100%;
  position: absolute;
  /* height: 70px; */
  display: none;
  top: 0px;
  right: 0;
  z-index: 99991;
}

.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: 42px;
  position: absolute;
  top: 0px;
  right: 20px;
}


.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: rgba(255, 255, 255, 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;
}

.mobile-inner-header-icon {
  color: #fff;
  height: 31px;
  text-align: left;
  float: right;
  width: 30px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  text-align: right;
  margin-top: 37px;
  z-index: 9999;
}

.mobile-inner-header-icon-out span {
  width: 22px;
  height: 2px;
  background-color: #1065a6;
  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 {
  background-color: rgba(28, 28, 28, 0.85);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  padding-top: 60px;
  padding-bottom: 25px;
  display: none;
  z-index: 99;
}

.mobile-inner-nav a {
  display: inline-block;
  line-height: 45px;
  text-decoration: none;
  width: 100%;
  font-size: 1.4em;
  border-bottom: solid 1px #646360;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-inner-nav li {
  position: relative;
  padding: 0 20px;
}

.mobile-inner-nav li a {
  text-indent: 0;
}

.mobile-inner-nav li strong {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 2.5em;
  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;
  color: #fff;
}

@-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: 35px;
  line-height: 35px;
  border-bottom: dotted 1px rgb(105, 106, 106);
  font-size: 1.2em;
}

.mobile_search {
  clear: both;
  position: relative;
  height: 36px;
  margin: 10px 30px 0;
  border: 1px solid #747474;
  border-radius: 30px;
  overflow: hidden;
}

.mobile_search input.notxt {
  width: 79%;
  color: #d9d9d9;
  margin-left: 45px;
  border: none;
  height: 34px;
  background: none;
}

.mobile_search input.notxt1 {
  width: 45px;
  background-color: #fff;
  right: auto;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/ser.png) no-repeat center center;
  border: none;
}

.mobile-links {
  width: auto;
  overflow: hidden;
  border-bottom: solid 1px #747474;
  padding: 6px 0;
  text-align: center;
}

.mobile-links span {
  padding: 0 30px;
  display: inline-block;
}

.mobile-links span:first-child {
  display: none;
}

.mobile-links span a {
  border: none;
  line-height: 25px;
  padding: 4px 0;
}






.footer {
  width: 100%;
  background: #004f93;
  overflow: hidden;
  background-size: cover;
}

.footer {
  /* margin: 19px auto 0; */
  overflow: hidden;
}

.footer_top {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
}

.footer_lf {
  width: 42.5%;
  float: left;
  margin: 3% 0;
}

.friendLink {
  width: 52%;
  float: right;
}

.friendLink .friendLink_title {
  margin-bottom: 10px;
}

.friendLink .friendLink_title a {
  font-size: 2.0em;
  color: #4aa8e1;
  font-weight: normal;
}

.friendLink ul li {
  width: 33.3%;
  float: left;
}

.friendLink ul li a {
  display: inline-block;
  font-size: 1.4em;
  color: #fff;
  margin: 4px 4px 4px 0;
  height: 20px;
  overflow: hidden;
}

.footer .line {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 10px 0;
  opacity: 0.3;
  filter: alpha(opacity=30)
}

.copyRight {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 25px 0;
}
.copyRight span{
  color:rgba(255,255,255,.7);
  display:inline-block;
  margin:0 15px;
  font-size:14px
}
.topLink {
  display: inline-block;
  overflow: hidden;
  margin: 32px -20px;
  font-size: 0;
  /* float: right; */
  position: absolute;
  right: 0;
  width: 20%;
}

.topLink li {
  width: 50%;
  display: inline-block;
}

.topLink a {
  display: block;
  margin: 0 20px;
  text-align: center;
  float: right;
}

.topLink a span {
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;

}

.topLink a p {
  font-size: 14px !important;
  color: #757575;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width:1450px) {
  .header, .nav ul {
    max-width: 1300px;
  }
}

@media screen and (max-width:1386px) {
  .header, .nav ul {
    max-width: 1000px;
  }


  .topLink {
    width: 30%;
  }
}

@media screen and (max-width:1020px) {
  .header {
    padding: 0 20px;
  }

  .footer_top, .copyRight {
    padding: 10px 20px;
  }

  .footer {
    padding: 10px 0;
  }

  .header, .nav ul {
    max-width: 900px;
  }
}




@media screen and (max-width:998px) {
  .nav, .ser, .topLink {
    display: none;
  }

  .header, .nav ul {
    max-width: auto;
  }

  .mobile, .topLink2 {
    display: block;
    position: static;
  }

  .topLink2 {
    margin: 0px -20px;
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .topLink2 li a {
    border: none;
  }

  .topLink2 li {
    padding: 0
  }

  .topLink a p {
    color: #fff;
    margin-top: 0;
  }
}

@media screen and (max-width:800px) {
  .wrap_header {
    border-top: #1067a8 4px solid;
    background-size: cover;
  }

  .header {
    /* overflow: hidden; */
  }

  .wrap_navTop {
    display: none;
  }

  .headerRt {
    display: none;
  }

  .mobile {
    display: block;
  }



  .friendLink {
    display: none;
  }

  .footer_lf {
    float: none;
    margin: 3% auto 3% auto;
  }

  .copyRight {
    text-align: center;
  }

  .copyRight .lf, .copyRight .rt {
    float: none;
  }




}

@media screen and (max-width:640px) {
  .logo1 {
    width: 224px;
    margin-right: 10px;
  }

  .logo2 {
    width: 156px;

  }
  .copyRight span{
    display: block;
  }
}




@media screen and (max-width:480px) {
  .footer p {
    font-size: 1.2em;
  }

  .footer_lf {
    width: 66%;
  }

  .logo1 {
    width: 175px;
    margin-right: 5px;
  }

  .logo2 {
    width: 116px;
  }

  .logo {
    display: inline-block;
    padding: 15px 0;
  }

  .mobile-inner-header-icon {
    margin-top: 18px;
  }

  .logo1 {
    width: 134px;
    margin-right: 2px;
  }

  .logo2 {
    width: 87px;
  }

}

@media screen and (max-width:414px) {
  .header::before {
    display: none;
  }
}