@charset "utf-8";

/* CSS Document */
html {
  background: #f7f7f7;
  /* 10÷16=62.5% */
}

body {
  /* 12÷10=1.2 */
  /*font-size:64.5%;*/
  /*font-family:"\5FAE\8F6F\96C5\9ED1", SimSun;*/
  background-color: #f7f7f7;
  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 {
  color: #1d2560;
  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;
}

.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
}

/*头部样式*/
.wraq_header {
  width: 100%;
  height: 152px;
  position: relative;
  z-index: 999;
  background: #f7f7f7;
}

.header {
  max-width: 1200px;
  height: 99px;
  margin: 0 auto;
  position: relative;
}

.logo {
  float: left;
  overflow: hidden;
}

.logo a {
  float: left;
  overflow: hidden;
}

.logo .logo_01 {
  z-index: 9999;
  position: relative;
  width: 300px;
}

.logo .logo_02 {
  padding-left: 16px;
}

.logo a img {
  padding-top: 17px;
}

.logo a.logo_02 img {
  padding-top: 6px;
}

.top_nav {
  float: right;
  position: relative;
  padding-top: 36px;
}

.top_nav a {
  font-size: 16px;
  color: #a7a7a7;
}

.top_nav a.Nobg {
  background: none;
  padding-right: 0;
  margin-right: 0;
}

.top_nav a:hover {
  color: #1d2560;
}

.topBox {
  position: relative;
  float: right;
  /* width: 307px; */
}

.search_box {
  width: 230px;
  position: absolute;
  top: 30px;
  right: 0;
}

.ser {
  width: 229px;
  height: 34px;
  left: 0;
  top: 0;
  line-height: 34px;
  z-index: 9999;
  ;
}

.search {
  width: 229px;
  height: 34px;
  position: relative;
  overflow: hidden;
  z-index: 9999;
}

.search input {
  position: absolute;
  width: 229px;
  height: 30px;
  line-height: 30px;
  color: #444;
  border: 1px solid #dbd9d9;
  background: #fff;
  right: 30px;
  top: 0px;
  padding-left: 0px;
}

.search input.notxt {
  color: #9d9d9d;
  padding-left: 7px;
  width: 177px;
  font-family: "Microsoft yahei";
  font-size: 14px;
}

.search input.notxt1 {
  position: absolute;
  width: 38px;
  height: 34px;
  top: 0px;
  right: 0;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  cursor: pointer;
  overflow: hidden;
  background-color: #0c4e93;
}

/*导航*/
.wraq_nav {
  width: 100%;
  height: 50px;
  background: #fff;
  border-top: 1px solid #e7e7e7;
}

.nav {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 50px;
  line-height: 50px;
  *height: 50px;
  text-align: center;
}

.nav ul {
  max-width: 1200px;
  height: 50px;
  background: url(../images/nav_li_bg.png) no-repeat center left;
}

.nav ul li {
  float: left;
  width: 12.5%;
  position: relative;
  background: url(../images/nav_li_bg.png) no-repeat center right;
}

.nav ul li a {
  color: #555;
  font-size: 18px;
}


.nav ul li:hover {
  cursor: pointer;
  background: url(../images/nav_bg.png) no-repeat;
  background-size: 100% 100%;
}

.nav ul li .subNav {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  background: url(../images/nav_bg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 999;
  *z-index: 9999;
  *background: #0c4e93;
  background: #0c4e93 \9\0;
}

.nav ul li.on {
  background-size: 100% 100%;
}

.nav ul li.on a {
  color: #fff;
}

.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: 18px;
  text-align: center;
}

.nav ul li.on .subNav dl dd a {
  display: block;
  line-height: 18px;
  font-weight: normal;
  color: #fff;
  padding: 15px 5px 15px 5px;
  font-size: 16px;
}

.nav ul li.on .subNav dl dd a:hover {
  color: #fff;
  background-color: #1d2560;
}

.nav ul li.active {
  background: url(../images/nav_bg.png) no-repeat;
  background-size: 100% 100%;
}

.nav ul li.active a {
  color: #fff;
}


/*.wraq_header.current{height:50px;  z-index: 100000000000;background: #1d2560;position: fixed;top:0;left: 0;box-shadow: 0px 4px 0px rgba(140,0,0,0.3);}
.wraq_header.current .wraq_nav{background: #1d2560;}
.wraq_header.current .nav{height:50px; line-height:50px;max-width:1200px;margin:0 auto;}
.wraq_header.current .nav li{width:11.1%;background:none;font-size:0.9em;height:50px; line-height:50px;transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;}
.wraq_header.current .nav ul{background: none;height:50px;}
.wraq_header.current .nav li a{color:#fff;}
.wraq_header.current .nav li:hover{cursor:pointer;font-weight:normal;background-color:#fff;transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;border-bottom: 0;}
.wraq_header.current .nav li:hover a{color:#1d2560;}
.wraq_header.current .nav ul li.on .subNav dl dd a{color:#fff;}
*/
/*footer*/
.footer_wrap {
  width: 100%;
  background: url(../images/footer_bg.png) no-repeat center bottom #fff;
  overflow: hidden;
  border-top: 1px solid #e7e7e7;
}

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

.copyRight {
  padding: 30px 0 50px;
  text-align: center;
  color: #888;
  font-size: 14px;
}

.copyRight p {
  font-size: 18px;
  color: #888;
  margin-bottom: 7px;
  margin-top: 5px;
}

.goTop {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 99;
  color: #1d2560;
  text-align: center;
  font-size: 14px;
  transition: none;
  z-index: 9999;
}

.goTop i {
  color: #1d2560;
  display: block;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.goTop:hover {
  color: #1d2560;
}

.goTop:hover i {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}

@keyframes rotate {
  from {
    transform: rotateX(90deg) translateY(0%);
    top: 43px;
  }

  to {
    transform: rotateX(0deg) translateY(0%);
    top: 43px;
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotateX(90deg) translateY(0%);
    top: 43px;
  }

  to {
    -moz-transform: rotateX(0deg) translateY(0%);
    top: 43px;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateX(90deg) translateY(0%);
    top: 43px;
  }

  to {
    -webkit-transform: rotateX(0deg) translateY(0%);
    top: 43px;
  }
}


/*手机端导航*/
/*1229*/
.snav {
  display: none;
  right: 0px;
  top: 0;
  z-index: 9995;
  width: 100%;
}

.mbtn {
  display: none;
  width: 100%;
  height: 35px;
  z-index: 1002;
  cursor: pointer;
  line-height: 35px;
  background: #0c4e93;
}

.mbtn span {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  float: right;
  color: #0c4e93;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  margin-top: 2px;
}

.mtopList {
  float: left;
  margin-left: 11px;
  margin-top: 4px;
}

.mtopList li {
  float: left;
}

.mtopList li a {
  padding: 0 10px 0 0;
  color: #f2f2f2;
  font-size: 14px;
}

.mtopList li.ntop_01 {
  background: url(../../images/gb2017/top_li.png) no-repeat center left;
}

.navm {
  width: 100%;
  line-height: 30px;
  background-color: #fff;
  overflow: hidden;
  text-align: left;
  display: none;
  top: 35px;
  left: 0
}

.navm li {
  border-bottom: 1px solid #07386a;
  position: relative;
  background: #0c4e93;
}

.navm li a {
  font-size: 14px;
  line-height: 18px;
  padding: 7px 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 li.on {
  background: #0c4e93;
}

.navm li.on a {
  color: #fff;
  width: 100%;
}

.navm dl {
  background: rgb(90, 170, 180);
  /*background: #b9a7a7;*/
  color: #fff;
}

.navm dl dd {
  padding-left: 30px;
  line-height: 18px;
  padding: 8px 0px 8px 28px;
  /*border-bottom:1px solid #d68e8e;*/
  border-bottom: 1px solid #0c4e93;
}

.navm dl dd:last-child {
  border-bottom: none;
}

.navm li.on dl dd a {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}

.navm li dl dd a {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  display: inline;
  display: block;
  border: none;
  padding: 0px;
}

.navm li dl dd a:hover {
  color: #1d2560;
}

.snav .ser {
  width: 100%;
}

.snav .nser {
  display: block;
  border-bottom: 1px solid #ddd;
}

.snav .search {
  width: 100%;
  background: #fff;
}

.snav .search input.notxt {
  width: 93%;
}

.snav .search input {
  width: 100%;
  border: none;
}

.snav .search input.notxt1 {
  width: 30px;
}

.subNavs {
  width: 100%;
  overflow: hidden;
  display: none;
  background: #fff;
}

.ntop {
  overflow: hidden;
  width: 100%;
  background: #1d8660;
  border-bottom: 1px solid #d68e8e;
}

.ntop li {
  float: left;
  border-bottom: none;
}

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

  .header, .footer {
    width: 98%;
  }

  .goTop {
    right: 10px;
  }

  .top {
    width: 98%;
    margin: 0 auto;
  }

  .header_logo {
    width: 100%;
    margin: 0 auto;
  }

  .nav a {
    font-size: 0.9em;
  }

  .nav ul li.on .subNav dl dd a {
    font-size: 0.9em;
    padding: 6px;
  }

  .topBox {
    display: none;
  }

  .snav {
    display: block;
  }

  .mbtn {
    display: block;
  }

  .wraq_header {
    height: auto;
    border-top: none;
  }

  .nav {
    display: none;
  }

  .wraq_nav {
    display: none;
  }

  .top_nav {
    display: none;
  }
}

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

  .logo {
    float: none;
    width: 100%;
  }

  .logo .logo_01 {
    width: calc(300% / 8.91);
  }

  .logo .logo_02 {
    width: calc(591% / 8.91);
    padding: 0;
  }

  .footerList {
    padding: 0 5%;
  }

  .footer .rt {
    width: 18.5%
  }

  .footer .md {
    width: 43.16%
  }
}

@media screen and (max-width:800px) {
  .flex-control-paging li a {
    height: 10px;
    width: 10px;
  }

  .footer {
    background: none;
  }

  .footer .lf {
    width: 60%;
  }

  .footer .md {
    width: 40%;
  }

  .footer .rt {
    float: none;
    width: 100%;
  }

  .logo a {
    width: 45%;
  }

  .logo .logo_02 {
    padding-left: 0;
  }

  .logo .logo_01 {
    /* padding-right: 5%; */
  }
}


@media screen and (max-width:640px) {
  .header {
    height: 64px;
  }

  .logo a img {
    padding-top: 14px;
  }

  .copyRight {
    width: 90%;
    margin: 0 auto;
  }

  .logo a.logo_02 img {
    padding-top: 16px;
  }


}

@media screen and (max-width:480px) {
  .header {
    height: 83px;
  }

  .footer .lf {
    width: 100%;
    float: none;
  }

  .footer .md {
    width: 100%;
    float: none;
  }

  .footerList {
    border: none;
  }

}

@media screen and (max-width:400px) {
  .footerList ul li {
    float: none;
    width: 100%;
  }

}

@media screen

/*and (min-width:320px)*/
and (max-width:360px) {
  .header {
    height: 54px;
  }
}