@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;
}

a {
  outline: none;
  blr: expression(this.onFocus=this.blur());
  text-decoration: none;
  color: #2e2e2e;
}

a:hover {
  color: #003770;
  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
}

/*头部样式*/
.wraq_header {
  width: 100%;
  background: #005faf;
  position: relative;
  z-index: 900
}

.header {
  max-width: 1200px;
  min-width: 320px;
  height: 128px;
  margin: 0 auto;
  z-index: 600;
}

.xh {
  color: #f10b1d;
  font-size: 2.4em;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 167px;
  margin-top: 8px;
}
.xh2{
  display:none
}
.xh a {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #fff;
}

.logo {
  float: left;
  padding: 17px 0 0 0;
}

#btn_ser {
  display: none;
}

.links {
  float: right;
  text-align: right;
  margin-top: 43px;
}

.links01 ul li {
  display: inline;
  height: 25px;
}

.links01 a {
  color: #fff;
  padding: 0 10px;
}

.links01 a:hover {
  color: #c81622;
}

.btn_ser {
  display: inline-block;
  width: 34px;
  height: 31px;
  cursor: pointer;
}

.btn_ser img {
  vertical-align: middle;
}

.ser {
  width: ;
  height: 30px;
  right: 10px;
  top: 32px;
  line-height: 30px;
}

.search {
  background: #187acc;
  width: 200px;
  height: 30px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.search input {
  position: absolute;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 1em;
  color: #fff;
  border: none;
  background: none;
  left: 0px;
  top: 0px;
  padding-left: 0px;
}

.search input.notxt {
  color: #fff;
  padding-left: 7px;
  width: 162px;
}

.search input.notxt1 {
  position: absolute;
  width: 30px;
  height: 22px;
  top: 5px;
  left: 172px;
  border: none;
  background: url(../images/ser.png) no-repeat;
  cursor: pointer;
  overflow: hidden;
}

.snav {
  display: block;
}

.mbtn {
  display: block;
}

.logo {
  max-width: 755px;
  height: 75px;
  padding-top: 22px;
  float: none;
}

.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;
}

.ser {
  top: -3px;
  right: 15px;
  display: block;
}

.search {
  margin-top: 0;
}

#btn_ser {
  display: block;
}



/*导航*/
.nav {
  width: 100%;
  height: 45px;
  line-height: 45px;
  z-index: 888;
  background: #fff;
}

.nav ul {
  height: 45px;
  margin: 0px auto;
  max-width: 1200px;
}

.nav ul li {
  float: left;
  height: 45px;
  line-height: 45px;
  padding: 0 38px;
  text-align: center;
  position: relative;
}

.nav ul li a {
  color: #000000;
  font-size: 1.6em;
  display: block;
}

.nav ul li .subNav {
  position: absolute;
  left: 50%;
  top: 45px;
  display: none;
  background: #005faf;
  overflow: hidden;
  width: 160px;
  margin-left: -80px;
}

.nav ul li .local {
  left: -86px;
}

.nav ul li.on {
  background-color: #fff;
}

.nav ul li.on a {
  color: #005faf;
}

.nav ul li.on .subNav {
  display: block;
}

.nav ul li.on .subNav dl {
  overflow: hidden;
  padding: 5px 0;
}

.nav ul li.on .subNav dl dd {
  height: auto;
  line-height: 18px;
  padding: 8px 5px 8px 10px;
  text-align: left;
}

.nav ul li.on .subNav dl dd a {
  font-size: 1.5em;
  line-height: 18px;
  text-align: center;
  font-weight: normal;
  color: #fff;
}

.nav ul li.on .subNav dl dd:hover {
  background-color: #0f7ad4;
  font-weight: bold;
}

.nav ul li .pos_left {
  left: -72px;
}

/*手机端导航*/
.snav {
  display: none;
  height: 30px;
  background-color: #044a84;
  left: 0px;
  top: 0;
  z-index: 1002;
  width: 100%;
}

.mbtn {
  display: none;
  height: 30px;
  left: 10px;
  top: 0;
  z-index: 1002;
  width: 40px;
  cursor: pointer;
}

.navm {
  width: 100%;
  line-height: 30px;
  background-color: #005faf;
  overflow: hidden;
  text-align: left;
  display: none;
  top: 30px;
  left: 0
}

.navm ul {
  padding: 0 0 10px;
}

.navm li {
  border-bottom: 1px solid #367db9;
  position: relative;
}

.navm li a {
  font-size: 1.4em;
  line-height: 18px;
  padding: 10px 0px;
  color: #fff;
  padding-left: 13px;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  display: block;
}

.navm li a:hover {
  color: #fff;
}

.navm li.sub_has span {
  margin-left: 10px;
}

.navm li.on a {
  color: #fff;
  display: block;
  width: 100%;
}

.navm li strong {
  display: block;
  width: 30px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: url(../images/white-right-arrow.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}

.navm li.on strong {
  background: url(../images/white-down-arrow.png) no-repeat center center;
}

.navm dl {
  display: none;
  background-color: #fff;
  color: #004489
}

.navm dl dd {
  padding-left: 30px;
  line-height: 18px;
  padding: 8px 0px 8px 30px;
  border-bottom: 1px solid #e5e5e5;
}

.navm li.on dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}

.navm li dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  display: block;
  border: none;
  padding: 0px;
}

.navm li dl dd a:hover {
  color: #005bac;
}

/*直通车*/
.car {
  width: 346px;
  float: left;
  overflow: hidden;
}

.mode02 .title01 h2 {
  background: url(../images/icon.png) no-repeat;
  background-position: 0 -68px;
  background-color: #f1f1f1;
  width: 112px;
}

.mode02 .topic .title01 h2 {
  background: url(../images/icon.png) no-repeat;
  background-position: 0 -100px;
  background-color: #f1f1f1;
  width: 112px;
}

.mode02 .title01 .more01 {
  background-color: #f1f1f1;
}

.carInfo {
  width: 100%;
  overflow: hidden;
}

.carInfo li {
  width: 33%;
  border-right: 1px solid #fff;
  float: left;
  height: 117px;
  font-size: 1.6em;
  text-align: center;
  line-height: 185px;
}

.carInfo li.message:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  transition: all 1s ease 0s;
}

.carInfo li a {
  color: #fff;
  display: block;
}

.message {
  background: url(../images/message01.png) no-repeat center 20px;
  background-color: #4ba509;
  transition: all 1s ease 0s;
}

.talk {
  background: url(../images/talk01.png) no-repeat center 20px;
  background-color: #00988d;
}

.carInfo li.bbs {
  background: url(../images/bbs01.png) no-repeat center 20px;
  background-color: #eea200;
  border-right: 0;
}

.carInfo li:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  transition: all 1s ease 0s;
}

.link001 {
  padding: 5px 14px;
  background-color: #fff;
  margin-top: 15px;
  font-size: 1.4em;
  height: 90px;
}

.link001 div {
  width: 49%;
  text-indent: 2.8em;
  float: left
}

.link001 div:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  transition: all 1s ease 0s;
}

.link001 div a {
  padding-left: 9px;
  color: #b81a35;
}

.tengxun {
  border: 1px dashed #b4b4b4;
  border-top: none;
  border-left: none;
  height: 46px;
  line-height: 46px;
  background: url(../images/icon.png) no-repeat;
  background-position: -284px -174px;
}

.sina {
  border-bottom: 1px dashed #b4b4b4;
  height: 46px;
  line-height: 46px;
  background: url(../images/icon.png) no-repeat;
  text-indent: 2.8em;
  background-position: 4px -245px
}

.weixin {
  border-right: 1px dashed #b4b4b4;
  height: 46px;
  line-height: 46px;
  background: url(../images/icon.png) no-repeat;
  background-position: 2px -245px;
}

.mobile {
  height: 46px;
  line-height: 46px;
  background: url(../images/icon.png) no-repeat;
  background-position: -275px -243px;
}

/*标题*/
.title01 {
  background: url(../images/title_bg.png) repeat-x;
  height: 36px;
  margin: 12px 0;
}

.title01 h2 {
  font-size: 19px;
  width: 97px;
  height: 36px;
  line-height: 36px;
  padding-left: 43px;
  color: #444;
  font-weight: normal;
  background: url(../images/icon.png) no-repeat;
  background-position: 0 3px;
  background-color: #fff;
}

.fooer_wrap {
  width: 100%;
  background: #005faf;
}

.footer {
  max-width: 1200px;
  margin: 0 auto;
}

.friendLink {
  overflow: hidden;
  padding: 20px 15px 10px;
  border-bottom: #5c96c8 1px solid;
}

.friendLink h2 {
  margin-bottom: 1%;
  color: #fff;
  font-size: 1.8em;
  color: #fff;
  font-weight: normal;
}

.friendLink h2 a {
  color: #fff;
}

.friendLink ul li {
  float: left;
  margin: 0.5% 1.5%;
}

.friendLink ul li a {
  font-size: 14px;
  color: #fff;
}

.copyRight {
  padding: 15px 0;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 28px
}


@media screen and (max-width:1366px) {
  .footer {
    height: auto;
  }

  .footer_logo {
    float: none;
    padding: 25px 0 20px 0;
    margin: 0 auto;
  }

  .copy {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width:1200px) {
  .nav ul li {
    padding: 0 40px;
  }

  .xh {
    font-size: 1.8em;
  }
}

@media screen and (max-width:992px) {
  .nav {
    display: none;
  }

  .snav {
    display: block;
  }

  .mbtn {
    display: block;
  }

  .links {
    display: none;
  }

  .logo {
    max-width: 450px;
    /* margin:0px auto; */
    padding-top: 50px;
    /* float:none; */
    padding-left: 20px;
  }

  .logo_01 {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
  }

  .logo_02 {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
  }

  .phoneSearch {
    display: block;
    position: static;
    margin: 5px auto 15px;
  }

  .phoneSearch .search {
    margin: 0 auto;
  }

  .header {
    height: auto;
    padding-bottom: 20px;
  }

  .xh {
    margin: 0;
    transform: translate(0px, 0px);
    left: auto;
    right: 20px;
  }
}

@media screen and (max-width:800px) {




  .links li {
    float: right;
    height: 25px;
  }

  .links a.btn_ser {
    padding: 0 2px;
    height: 25px;
  }

  #btn_ser {
    display: block;
  }

  .friendLink h2 a {
    font-size: 1.6em;
  }

  .friendLink ul li a {
    font-size: 1.4em;
  }

  .footer {
    margin: auto 15px;
  }

  .copyRight {
    font-size: 1.4em;
  }

  .logo {
    width: 300px;
    height: auto;
    padding-top: 42px;
  }

  .logo_01 {
    width: 120px;
  }

  .logo_02 {
    width: 150px;
  }
}

@media screen and (max-width:640px) {
  .newsLf {
    float: none !important;
    margin: 0 auto;
  }

  .newsRt {
    float: none !important;
    width: auto !important;
  }

}


@media screen and (max-width:600px) {
  .slide_tabs {
    display: none;
  }

  .erweima {
    position: static;
    margin: 0 auto;
  }

  .xh {
    font-size: 1.5em;
  }

  .header {
    height: auto;
    padding-bottom: 20px;
  }
}

@media screen and (max-width:480px) {
  .logo {
    width: 300px;
    height: auto;
    padding-top: 42px;
  }

  .logo_01 {
    width: 120px;
  }

  .logo_02 {
    width: 150px;
  }

  .header {
    height: 90px;
  }
  .xh {
    display: none;
  }
  .xh2 {
    display: block;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    transform: translate(0,0);
    top: auto;
    right: auto;
  }

}