@charset "utf-8";
/* CSS Document */

/*reset*/
/* *{-ms-touch-action: pan-y; touch-action: pan-y;} */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  font-weight: normal;
}

html,
body,
fieldset,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

ul,
ol,
ul li,
li,
ol li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #333333;
  outline: 0;
}

a {
  color: #333333;
  border: none;
  text-decoration: none;
  outline: none;
  hide-focus: expression(this.hideFocus=true);
}

a:hover {
  text-decoration: none;
  color: #0c69b9;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: 0;
  -moz-outline-style: none;
  color: #0c69b9;
}

img {
  border: 0 none;
  width: auto\9;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font-family: tahoma;
  margin: 0;
  outline: 0 none;
  vertical-align: baseline;
  _overflow: visible;
  *vertical-align: middle;
  *overflow: visible;
}

/* body {
  background: url(../img/bg.png) #f9f6e9 center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
} */

/*去除谷歌自带黄色背景问题*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 60px #fff inset;
  -webkit-text-fill-color: #333;
}

.f-transition {
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  /* IE 9 */
  -moz-transition: all 0.6s;
  /* Firefox */
  -webkit-transition: all 0.6s;
  /* Safari 和 Chrome */
  -o-transition: all 0.6s;
  /* Opera */
}

.f-transform {
  transform: scale(1.4);
  -ms-transform: scale(1.4);
  /* IE 9 */
  -moz-transform: scale(1.4);
  /* Firefox */
  -webkit-transform: scale(1.4);
  /* Safari 和 Chrome */
  -o-transform: scale(1.4);
  /* Opera */
}

/*function*/
.f-dn {
  display: none;
}

.f-db {
  display: block;
}

.f-fl {
  float: left;
}

.f-fr {
  float: right;
}

.f-pr {
  position: relative;
}

.f-pa {
  position: absolute;
}

.f-pf {
  position: fixed;
}

.f-oh {
  overflow: hidden;
}

.f-fwn {
  font-weight: normal;
}

.f-fwb {
  font-weight: bold;
}

.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-csp {
  cursor: pointer;
}

.f-csd {
  cursor: default;
}

.f-csh {
  cursor: help;
}

.f-csm {
  cursor: move;
}

.f-tac {
  text-align: center !important
}

.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.f-clear {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
  clear: both;
  font-size: 0;
}

.f-clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  content: " ";
  clear: both;
}

* html .f-clearfix {
  zoom: 1;
}

*:first-child+html .f-clearfix {
  zoom: 1;
}

.f-wd100 {
  width: 100%;
}

.f-npd {
  padding: 0;
}

.f-nmg {
  margin-left: 25px;
}

.f-mlr2 {
  margin: 0 2px;
}

.f-mlr5 {
  margin: 0 5px;
}

.f-mlr7 {
  margin: 0 7px;
}

.f-mlr10 {
  margin: 0 10px;
}

.f-mlr15 {
  margin: 0 15px;
}

.f-mlr20 {
  margin: 0 20px;
}

.f-mlr25 {
  margin: 0 25px;
}

.f-mlrf3 {
  margin: 0 -3px;
}

.f-mlrf4 {
  margin: 0 -4px;
}

.f-mlrf5 {
  margin: 0 -5px;
}

.f-mlrf6 {
  margin: 0 -6px;
}

.f-mlrf7 {
  margin: 0 -7px;
}

.f-mlrf8 {
  margin: 0 -8px;
}

.f-mlrf9 {
  margin: 0 -9px;
}

.f-mlrf10 {
  margin: 0 -10px;
  margin-left: 0;
}

.f-mlrf15 {
  margin: 0 -15px;
}

.f-mlrf20 {
  margin: 0 -20px;
}

.f-mlrf25 {
  margin: 0 -25px;
}

.f-mlrf30 {
  margin: 0 -30px;
}

.f-mlrf40 {
  margin: 0 -40px;
}

.f-mlrf55 {
  margin: 0 -55px;
}

.f-plr3 {
  padding: 0 3px;
}

.f-plr5 {
  padding: 0 5px;
}

.f-plr6 {
  padding: 0 6px;
}

.f-plr7 {
  padding: 0 7px;
}

.f-plr8 {
  padding: 0 14px;
}

.f-plr9 {
  padding: 0 9px;
}


.f-plr10 {
  padding: 0 10px;
}

.f-plr15 {
  padding: 0 15px;
}

.f-plr20 {
  padding: 0 20px;
}

.f-plr25 {
  padding: 0 25px;
}

.f-plr30 {
  padding: 0 30px;
}

.f-plr40 {
  padding: 0 40px;
}

.f-mb5 {
  margin-bottom: 5px;
}

.f-mb10 {
  margin-bottom: 10px;
}

.f-mb15 {
  margin-bottom: 15px;
}

.f-mb14 {
  margin-bottom: 14px;
}

.f-mb17 {
  margin-bottom: 17px;
}

/* .f-mb20 {
  margin-bottom: 20px;
} */

.f-mb25 {
  margin-bottom: 25px;
}

.f-mb30 {
  margin-bottom: 30px;
}

.f-mb40 {
  margin-bottom: 40px;
}

.f-mt40 {
  margin-top: 30px;
}

.f-nbg {
  background: none !important;
}

.f-nbd {
  border: none !important;
}

.f-ofh {
  overflow: hidden;
}

.f-fn {
  float: none !important;
}


.is-main {
  /*position: absolute;*/
  /*top: 268px;*/
  /*width: 100%;*/
}

.interpdbor {
  border: 1px solid #ddd;
  padding: 20px 14px 19px;
}

/**主体内容***/
.c-shine a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.c-shine a:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.c-shineabout a::before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

/*module*/
.m-tabbgcolor {
  background: #fbfbfb;
  margin-bottom: 8px;
}

.m-tabstyle1 li {
  float: left;
  line-height: 40px;
}

.m-tabstyle1 a {
  display: block;
  font-size: 18px;
  color: #333333;
  padding: 0 22px;
}

.m-tabstyle1 li.u-active a {
  color: #fff;
  background: #0c69b9;
}

.m-tabstyle2 {
  padding: 8px 0 11px;
}

.m-tabstyle2 a {
  background: url(../img/more.png) right center no-repeat;
  font-size: 22px;
  color: #b80608;
  display: block;
  font-weight: bold;
}

.m-tabstyle2 a {
  text-decoration: none;
}

.m-tabstyle3 li {
  float: left;
}

.m-tabstyle3 a {
  display: block;
  padding: 0 12px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.m-tabstyle3 li.u-active a {
  color: #0c69b9;

}

.m-bsfw0 {
  margin: 0 -5px !important;
}

.m-bsfw0 ul li {
  width: 50%;
  padding: 0 5px !important;
  line-height: 50px !important;
  margin-bottom: 20px !important;
}

/* .m-bsfw0 ul li:nth-child(1) img{width:25px;} */
.m-bsfw0 ul li a {
  padding: 0 25px !important;
}

.m-bsfw0 ul li a img {
  vertical-align: middle;
  padding-right: 20px;
}

.m-tabstyle4 li {
  float: left;
  line-height: 45px;
  margin-bottom: 5px;
}

.m-tabstyle4 a {
  border-radius: 5px;
  display: block;
  padding: 0 23px;
  font-size: 16px;
  color: #333333;
  background: #f5f5f5;
  transition: box-shadow 0.5s;
  -webkit-transition: box-shadow 0.5s;
}

.m-tabstyle4 li.u-active a {
  color: #b80608;
}

.m-tabstyle5 li {
  float: left;
}

.m-tabstyle5 a {
  display: block;
  padding: 0 12px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.m-tabstyle5 li.u-active a {
  color: #b80608;
  background: url(../img/line.png) left center no-repeat;
}

/*.m-tabstyle5 li:hover a{transform: scale(1.1);}*/

.m-tabstyle6 li {
  float: left;
}

.m-tabstyle6 a {
  display: block;
  padding: 0 17px;
  font-size: 18px;
  color: #3d3d3d;
  font-weight: bold;
}

.m-tabstyle6 li.u-active a {
  color: #b80608;
  background: url(../img/line.png) left center no-repeat;
}

.m-tabstyle6 li.u-gray a {
  background: url(../img/gray-line.png) left center no-repeat;
}

.m-tabstyle7 {
  border-bottom: 1px solid #ddd;
  height: 38px;
  margin-bottom: 8px;
}

.m-tabstyle7 ul {
  padding: 8px 10px 12px;
}

.m-tabstyle7 li {
  float: left;
}

.m-tabstyle7 a {
  display: block;
  padding: 0 15px;
  font-size: 18px;
  color: #525252;
  font-weight: bold;
}

.m-tabstyle7 li.u-active a {
  color: #b80608;
}

.m-tabstyle8 {
  padding: 15px 0 0;
}

.m-tabstyle8 li {
  float: left;
  line-height: 38px;
  height: 38px;
}

.m-tabstyle8 a {
  display: block;
  padding: 0 28px;
  font-size: 16px;
  color: #333;
  transition: all 0.6s;
  background: #f5f5f5;
}

.m-tabstyle8 li.u-active a {
  color: #b90609;
}

.m-tabstyle9 {
  padding: 10px 0;
}

.m-tabstyle9 li {
  float: left;
}

.m-tabstyle9 a {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.m-tabstyle9 li.u-active a {
  color: #b80608;
}

.m-tabstyle10 {}

.m-tabstyle10 li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 0 10px;
}

.m-tabstyle10 li a {
  display: block;
  line-height: 40px;
  border: 1px solid #ddd;
}

.m-tabstyle10 a {
  display: block;
  font-size: 16px;
}

.m-tabstyle10 li.u-active a {
  color: #b80608;
}

.m-tabstyle11 {}

.m-tabstyle11 ul li.u-zdpublic a {
  margin-right: 52px;
  color: #b80608;
  display: block;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-tabstyle11 li {
  position: relative;
  float: left;
  line-height: 40px;
}

.m-tabstyle11 li a {
  display: block;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-tabstyle11 li.u-active a {
  background: url(../img/bg-bottom.png) bottom center no-repeat;
  font-weight: bold;
  color: #b80608;
}

.m-tabstyle11 li a:hover {
  -webkit-transition: none;
  transition: none;
}

.m-tabstyle12 {
  border-bottom: 1px solid #ddd;
}

.m-tabstyle12 li {
  float: left;
}

.m-tabstyle12 a {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #cd0000;
}

.m-tabstyle12 li.u-active a {
  color: #b80608;
}

.m-tabstyle13 li {
  float: left;
}

.m-tabstyle13 a {
  display: block;
  padding: 0 17px;
  font-size: 18px;
  color: #333;
}

.m-tabstyle13 li.u-active a {
  background: url(../img/line.png) left center no-repeat;
}

.m-liststyle1 li {
  height: 38px;
  line-height: 38px;
}

.m-liststyle1 li span {
  float: right;
  padding-right: 5px;
  font-size: 15px;
  color: #666666;
}

.m-liststyle1 li a {
  display: block;
  padding-left: 14px;
  background: url(../images/icon-li2.png) left center no-repeat;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
}

.m-liststyle1 li a:hover {
  padding-left: 16px;
  transition: all .3s;
}



.m-liststyle2 li span {
  float: right;
  padding-left: 10px;
  font-size: 14px;
  color: #999999;
}

.m-liststyle2 li a {
  display: block;
  padding-left: 14px;
  background: url(../images/icon-li2.png) left center no-repeat;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-liststyle2 li a:hover {
  padding-left: 16px;
  transition: all .3s;
}

.m-liststyle3 li {
  line-height: 38px;
}

.m-liststyle3 li span {
  float: right;
  padding-left: 10px;
  font-size: 14px;
  color: #999999;
}

.m-liststyle3 li a {
  display: block;
  padding-left: 14px;
  background: url(../img/icon-li2.png) left center no-repeat;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-liststyle3 li a:hover {
  padding-left: 16px;
  transition: all .3s;
}

.m-listnews .m-cglists ul li:nth-child(5n) {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.m-liststyle4 li {
  height: 40px;
  line-height: 40px;
}

.m-liststyle4 li span {
  float: right;
  padding-left: 10px;
  font-size: 14px;
  color: #ff8a00;
}

.m-liststyle4 li a {
  display: block;
  padding-left: 38px;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-liststyle5 li {
  height: 42px;
  line-height: 42px;
}

.m-liststyle5 li span {
  float: right;
  padding-left: 10px;
  font-size: 16px;
  color: #666666;
}

.m-liststyle5 li a {
  display: block;
  padding-left: 14px;
  background: url(../img/icon-li2.png) left center no-repeat;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-liststyle5 li a:hover {
  padding-left: 16px;
}

.m-liststyle5 ul li b {
  font-size: 16px;
  color: #3d3d3d;
  font-weight: normal;
}


/**二级导航**/
.u-hauto {
  height: auto !important;
}

.secondMenuBox {
  background: #f2f2f2;
}

.page_nav {
  width: 100%;
  padding: 18px 0;
}

.page_nav div {}

.page_nav div ul {
  height: 100%;
}

.page_nav ul li {
  float: left;
}

.page_nav ul li a {
  font-size: 18px;
  padding-right: 39px;
  color: #333;
  font-weight: normal;
}

/**热点推荐**/
.m-hottop {}

.m-hottop .m-hotleft {
  color: #018bf8;
  font-size: 18px;
  font-weight: bold;
}

.m-hotbox {
  padding-left: 117px;
}

.m-hotbox ul li {
  width: 20%;
  float: left;
  text-align: center;
  line-height: 24px;
  height: 24px;
}

.m-hotbox ul li.u-border {
  border-right: 1px solid #d1d1d1;
}

.m-hotbox ul li a {
  display: block;
  color: #5e5e5e;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-hotbox ul li a img {
  margin-right: 12px;
  margin-top: 2px;
}

.m-location {
  padding: 6px 0;
}

.m-location,
.m-location a {
  font-size: 14px;
  color: #999;
}

.m-location .iconfont {
  color: #b90609;
}

/*header*/
/*.m-header{height: 208px;}*/
.is-header {
  /*position: fixed; left: 0; top: 0; z-index: 9999;width: 100%;*/
}
.navbar-header img {
  margin-top: 15px;
  margin-right: 30px;
}


.g-department {
  background: url(../img/icon-down.png) 64px center no-repeat;
  width: 75px;
}

.m-drop {
  width: 470px;
  background: #f5f5f5;
  top: 38px;
  left: 0;
  z-index: 22;
  height: 150px;
  overflow-y: auto;
}

.m-droplist a {
  text-indent: 20px;
  display: block;
}

.m-droplist {
  height: 30px;
  line-height: 30px;
  width: 50%;
  float: left;
}

/*.m-droplist:hover a{color:#b80608;}*/
.m-topheader {
  height: 46px;
  line-height: 46px;
  background-color: #ffffff;
  width: 1200px;
  margin: auto;
}

.m-topheader ul li {
  float: left;
}

.m-allweb ul li {
  margin-left: 16px;
}

.m-topheader ul li a {
  color: #6c767e;
  font-size: 14px;
  display: block;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-topheader ul li a:hover {
  color: #0c69b9;
}

.m-topheader ul li span {
  color: #6c767e !important;
  padding: 0 7px;
}

.u-only {
  background: url(../img/icon-location.png) left center no-repeat;
  padding-left: 24px;
}

.m-headerlogo {
  text-align: center;
  display: block;
}

.m-headerlogo img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.m-search {
  width: 285px;
  margin: 0 auto;
  height: 32px;
  display: inline-block;
  margin-left: 20%;
  margin-top: 6px;
  /* padding-bottom: 20px;*/
}

.is-date {
  font-size: 14px;
  color: #525252;
}

.g-search {
  width: 310px;
  height: 34px;
  border: 1px solid #a3c0d9;

}

.g-search .u-searchtext {
  padding: 0 58px 0 80px;
  width: 100%;
  *+width: 284px;
  height: 32px;
  line-height: 42px;
  background: #fff;
  border: none;
  font-size: 14px;
  box-shadow: none;
  color: #666666;
}

.g-search .u-searchbtn {
  top: 0;
  right: 0;
  width: 48px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  color: #fff;
  font-size: 22px;
  border: none;
  background-image: url(../images/is-ss.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.is-top {
  width: 100%;
  background-color: #fff;
}

/*.u-web{position: absolute;top: 0;left: 0;z-index: 2;padding: 0 10px;height: 42px;line-height: 42px;background: url(../images/public/arrow.png) right center no-repeat;}*/
.m-search .hd,
.m-search .bd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 72px;
  height: 32px;
  padding: 0 0 0 9px;
  border-right: 1px solid #ddd;
  overflow: hidden;
}

.m-search .bd ul li {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}

.m-search .hd .arrow {
  float: right;
  margin-top: 4px;
  border-right: 1px solid #dddddd;
}

.m-search .arrow a {
  display: block;
  width: 15px;
  height: 12px;
}

.m-search .prev {
  background: url(../images/jt-t.png) center center no-repeat;
}

.m-search .next {
  background: url(../images/jt-b.png) center center no-repeat;
}

.m-search .hd ul {
  float: left;
  line-height: 42px;
  font-size: 14px;
}

.m-search .hd ul li {
  display: none;
}

.m-search .hd ul li.on {
  display: block;
}

.m-search .u-deepbtn {
  display: block;
  width: 90px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #ff862d;
  color: #fff;
  font-size: 14px;
}

.m-search .u-deepbtn:hover {
  background: #e0701d;
}

.m-duocai {
  bottom: 35px;
  right: 0;
}

.m-nav {
  background: #0c69b9;
  z-index: 2;
}

.m-nav .u-webhome {
  padding: 0 15px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.m-nav .navbar-collapse {
  padding: 0;
}

.m-nav button {
  background: #fff;
}

.g-nav li.u-firstMenu {
  float: left;
  /* width: 134px; */
  /* width: 155px; */
  margin-left: 46px;
  position: relative;
}

.g-nav li a.u-secondMenu {
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
  margin-left: 1px;
  font-size: 16px;
  /* font-weight: bold; */
  color: #fff;
  line-height: 90px;
  text-align: center;
  height: 90px;
}

.g-nav li.u-firstMenu:hover .secondary{display: block;}
.g-nav li.u-firstMenu:hover .secondary a{background-color: #fff;}
.u-firstMenu .secondary{width: 95px;background-color: #fff;position: absolute;top: 90px;left: -15px;display: none;z-index: 2;box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);}
.u-firstMenu .secondary li {display: block; width: 95px;height: 40px;line-height: 40px;text-align: center;font-size: 16px;}
.u-firstMenu .secondary li a:hover{color: #0c69b9;}
.u-firstMenu .secondary li a {line-height: 40px;font-size: 16px;font-weight: normal;color: #333;width: 100%;height: 100%;margin: 0;}
.secondary .u-secondMenu{display: none !important;}


/* 
.g-nav li.u-active .u-secondMenu {
  background-color: #e22929;
  border-bottom: 2xp solid #fff !important;
} */

.g-nav li .u-secondMenu i.u-arrow {
  display: block;
  position: absolute;
  width: 22px;
  height: 0px;
  border-width: 9px;
  /* border-style: solid; */
  border-color: transparent transparent #fff transparent;
  left: 48%;
  margin-left: -9px;
  bottom: 15px;
  border-bottom: 4px solid #fff;
}

.g-nav li .u-secondMenu i {
  display: none;
  position: absolute;
  width: 22px;
  height: 0px;
  border-width: 9px;
  /* border-style: solid; */
  border-color: transparent transparent #fff transparent;
  left: 48%;
  margin-left: -9px;
  bottom: 15px;
  border-bottom: 4px solid #fff;
}


/* 
.m-nav .m-shouye .u-secondMenu {
  background-image: url(../img/home.png);
  background-position: center center;
  background-repeat: no-repeat;
} */

.g-nav li.u-active a i.u-arrow {
  display: block;
  position: absolute;
  width: 22px;
  height: 0px;
  border-width: 9px;
  /* border-style: solid; */
  border-color: transparent transparent #fff transparent;
  left: 48%;
  margin-left: -9px;
  bottom: 15px;
  border-bottom: 4px solid #fff;
}

/***隐藏的nav***/
.is_gov {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #b80608;
}

.gov_bg {
  background: #e1e8f0;
}

.u-nav a {
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
}

.u-searchBox {
  position: absolute;
  left: 50%;
  top: 54px;
  margin-left: 293px;
}

.u-searchBox {
  width: 275px;
  height: 32px;
  position: absolute;
  top: 57px;
  right: 0;
}

.is-searchtext {
  padding-left: 10px;
  width: 220px;
  height: 32px;
  line-height: 30px;
  background: #fff;
  border: none;
  font-size: 14px;
  box-shadow: none;
  color: #666666;
  outline: none;
  border: 1px solid #ddd;
  border-right: none;
}

.is-searchtext:focus,
.searchbtna:hover {
  box-shadow: 0 0 5px 1px #fff;
}

.searchbtna {
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  width: 44px;
  height: 32px;
  border: none;
  padding: 0;
  float: left;
  background: #fe5c21;
}

.is-search form a {
  float: left;
  display: block;
  width: 33px;
  height: 36px;
  margin: 0 0 0 14px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 16px;
  color: #dd0f0f;
}

.u-nav {
  height: 63px;
}

.m-nav2 {
  display: none;
  width: 100%;
  line-height: 62px;
  background: #b80608;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

.m-topbox,
.m-allweb2 {
  height: 40px;
  line-height: 40px;
}

.m-topbox {
  padding-right: 10px;
}

.m-topbox,
.m-topbox a {
  font-size: 14px;
  color: #6c767e;
}

.m-topbox li span {
  color: #6c767e !important;
  padding: 0 7px;
}

.m-topbox li {
  float: left;
}

.m-topbox li a {
  display: block;
}

.m-topbox li.jst{
  padding-left: 20px;
  background-image: url(../images/icon-gov.png);
  background-repeat: no-repeat;
}

.m-allweb2 ul li {
  margin-left: 16px;
  float: left;
}

.m-allweb2 ul li a {
  color: #6c767e;
  font-size: 14px;
  display: block;
}

/*.m-allweb2 .m-droplist ul li:hover a{color: #b90609;}*/
.u-only {
  background: url(../img/icon-location.png) left center no-repeat;
  padding-left: 24px;
}

/***热词**/
.m-schots {
  width: 464px;
  margin: 0 auto;
  padding: 17px 0 20px 0;
}

.m-schots a,
.m-schots strong {
  font-size: 14px;
  float: left;
}

.m-schots a {
  margin-right: 30px;
}

/*footer*/
.is-footer {
  background: #fff;
}

.m-linksbox {
  border-top: 3px solid #0c65b2;
}

.m-links {
  padding: 10px 0;
}

.m-links section {}

.m-links h2 {
  margin: 19px 0;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #0c69b9;
  font-weight: bold;
  width: 7.5%;
}

.u-links {
  margin: 19px 0;
  height: 36px;
  border: 1px solid #ddd;
}

.u-links dl {
  position: relative;
  z-index: 2;
}

.u-links dl dt.u-active {
  color: #0c69b9;
}

.u-links dl dt {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 7px;
  line-height: 34px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  color: #999999;
  background: url(../images/is-dbx.png) #fff right center no-repeat;
}

.u-links dl dd {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  display: none;
  max-height: 130px;
  background: #fff;
  padding: 5px;
  overflow-y: auto;
}

.u-links dl dd ul li {
  line-height: 30px;
}

.u-links dl dd ul li a {
  display: block;
  padding: 0 12px;
  font-size: 14px;
}

.u-links dl dd ul li a:hover {
  background: #c1dbf7;
}

.m-lkboxs ul {
  margin-bottom: 20px;
}

.m-lkboxs li {
  line-height: 26px;
}

.m-lkboxs li a {
  display: block;
  padding-left: 12px;
  background: url(../img/icon-li2.png) left center no-repeat;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}

.m-footer {
  padding: 14px 0 24px;
}
.is-but {
  width: 100% !important;
  background-color: #0c69b9;
}
.m-ftfuns {
  line-height: 26px;
}

.m-ftfuns,
.m-ftfuns a {
  color: #282828;
  font-size: 14px;
}

.m-copyright p {
  line-height: 30px;
}

.m-copyright p,
.m-copyright p a {
  color: #fff;
  font-size: 14px;
}

.m-copyright p img {
  vertical-align: middle;
}

#_ideConac {
  position: absolute;
  left: -16px;
  top: 33px;
}

#_span_jiucuo {
  position: absolute;
  left: 60px;
  top: 44px;
}

.u-jbzx {
  right: 30px;
  top: 36px;
}


/**遮罩层***/
.fog {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}

/*toolbar右侧悬浮框*/
.m-bim {
  margin-left: -20px;
  position: relative;
}

.u-bxmhelp {
  position: absolute;
  left: -92px;
  top: 0;
}

.is-fixed {
  position: fixed;
  top: 50%;
  z-index: 9999;
  right: 1%;
  z-index: 9999;
}

.is-fixed ul li {
  text-align: center;
  color: #5e5e5e;
  position: relative;
  background: #ffffff;
  width: 78px;
  height: 74px;
  margin-bottom: 5px;
  border: 1px solid #afcce5;
}

.is-fixed ul li img {
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border: 1px solid #ddd;
  background: #fff;
}

.is-fixed ul li.u-share div {
  right: 60px;
  top: 10px;
  padding: 5px;
  width: 85px;
  background: #fff;
  display: none;
}

.is-fixed ul li:hover {
  background: #fad9d9;
  color: #0c69b9;
  cursor: pointer;
}

.is-fixed ul li p {
  font-size: 12px;
}

.is-fixed ul li i {
  font-size: 24px;
  display: inline-block;
  color: #d67475;
}

.m-top {
  padding: 53px 0 21px;
  text-align: center;
  cursor: pointer;
}

/*pagination*/
#pagination {
  text-align: center;
}

#pagination .pull-right {
  float: none !important;
}

.m-pagination {
  padding: 15px;
}

.m-pagination li {
  margin: 3px;
  height: 28px;
  font-size: 14px;
  display: inline-block;
}

.m-pagination li a {
  display: block;
  padding: 0 10px;
  line-height: 26px;
  border: 1px solid #ccc;
  font-size: 14px;
  background: #fff;
}

.m-pagination li.u-redirect {
  line-height: 28px;
}

.m-pagination li.u-redirect input {
  padding: 0 5px;
  vertical-align: middle;
  width: 42px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ccc;
  margin: -2px 0 0 3px;
  *margin: -2px 0 0 3px;
  _margin: -2px 0 0 3px;
}

.m-pagination li.active a,
.m-pagination li a:hover {
  background: #0c69b9;
  border: 1px solid #ddd;
  color: #fff;
}

.m-pagination li.page-info a,
.m-pagination li.page-info a:hover {
  border: 1px solid #ccc;
  cursor: default;
  color: #666;
  background: #fff;
}

.m-pagination li.disabled a,
.m-pagination li.disabled a:hover {
  background: #eee;
  border: 1px solid #ccc;
  cursor: default;
  color: #666;
}

/***更改日历颜色***/
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  /* background-color: #006dcc; */
  background-image: -moz-linear-gradient(top, #b90609, #b90609) !important;
  background-image: -ms-linear-gradient(top, #b90609, #b90609) !important;
  /* background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c)); */
  /* background-image: -webkit-linear-gradient(top,#08c,#04c); */
  background-image: -o-linear-gradient(top, #b90609, #b90609) !important;
  background-image: linear-gradient(to bottom, #b90609, #b90609) !important;
  background-repeat: repeat-x;
  /* background-image: linear-gradient(to bottom,#08c,#04c); */
  /* background-repeat: repeat-x; */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  /* border-color: #04c #04c #002a80; */
  /* border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #b90609 !important;
}

/***css滚动条**/
/*.m-scroll{height: 490px;overflow: auto;}*/
.base-scroll::-webkit-scrollbar-track-piece {
  background-color: #f5f5f5;
  -webkit-border-radius: 0
}

.base-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px
}

.base-scroll::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #b80608;
  -webkit-border-radius: 6px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5
}

.base-scroll::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #b80608;
  -webkit-border-radius: 6px
}

/**下拉框选中效果**/
.dropsel li.u-active {
  background: #b80608;
  color: #fff;
}

/*media query*/
/*large pcScreen*/
@media (min-width:1240px) {
  .container {
    /* padding: 0 20px; */
    width: 1200px;
    margin: auto;
  }

  .m-links .m-section {
    width: 30.8%;
  }
  .friendly>div:last-child{
    padding-right: 0 !important;
  }
}

/*medium pcScreen lg*/
@media screen and (max-width: 1239px) {
  .g-nav li.u-firstMenu {
    width: 11.11%
  }

  /*.g-nav li a.u-secondMenu{width: 100% !important;}*/
  .m-links h2 {
    display: none !important;
  }

  .m-links .m-section {
    width: 16.6%;
  }

  .page_nav ul li a {
    padding-right: 30px;
  }
}

/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
  .m-links .m-section {
    width: 16.6%;
  }

  #_ideConac {
    left: 6px;
  }

  .u-jbzx {
    right: -15px;
  }

  .page_nav ul li a {
    padding-right: 20px;
    font-size: 16px;
  }

  .f-mdplr5 {
    padding: 0;
  }

  .m-tabstyle1 a {
    padding: 0 5px;
  }
}

/*pad md*/
@media screen and (max-width: 991px) {
  .page_nav .container {
    height: 50px;
    line-height: 50px;
  }

  .f-sm-mb0 {
    margin-bottom: 0;
  }

  .f-sm-mb10 {
    margin-bottom: 10px;
  }

  .f-sm-mb15 {
    margin-bottom: 15px !important;
  }

  /**头部991***/
  .f-md-wa {
    width: auto !important;
  }

  .f-md-fn {
    float: none !important;
  }

  .f-md-dn {
    display: none !important;
  }

  .g-banner {
    padding: 18px 0 0 0;
  }

  .g-search .u-searchtext {
    *+width: 100%;
    *+padding: 0;
  }

  .m-nav {
    height: auto;
  }

  .navbar-header img {
    margin: 0;
  }

  .g-nav li a.u-secondMenu {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
  }

  .m-search {
    padding-bottom: 0;
  }

  .m-links section {
    width: 50%;
  }

  #_ideConac,
  #_span_jiucuo,
  .u-jbzx {
    display: none;
  }

  .m-links {
    padding: 5px 0;
  }

  .u-links {
    margin: 5px 0;
  }

  .f-smmlrf5 {
    margin: 0 -5px;
  }

  .f-smmlrf35 {
    margin: 0 -35px;
  }

  .m-links .m-section {
    width: 50%;
  }

  .f-480fl {
    float: left !important;
  }

  .f-md-npd {
    padding: 0 !important;
  }
}

/*phone sm*/
@media screen and (max-width: 767px) {
  .f-sm-dn {
    display: none !important;
  }

  .f-sm-frnone {
    float: none;
  }

  .container>.navbar-header {
    margin: 0;
  }

  .is-top .ml {
    margin-top: 10px !important;
    margin-bottom: 14px !important;
  }

  .f-mlrf10 {
    margin: 0 !important;
  }

  .is-lie {
    margin-bottom: 20px !important;
  }
  .slideBoy {
    height: 100% !important;
  }

  /****/
  .m-liststyle1 li {
    height: 32px;
    line-height: 32px;
  }

  .m-liststyle3 li {
    height: 40px;
    line-height: 40px;
  }

  .m-liststyle5 li {
    height: 32px;
    line-height: 32px;
  }

  .m-tabstyle3 a {
    font-size: 16px;
  }

  .m-tabstyle1 a {
    font-size: 16px;
  }

  .m-tabstyle4 a {
    font-size: 14px;
  }

  .m-tzgg h2 a {
    font-size: 16px;
  }

  .m-zdlyzk ul li a p {
    font-size: 14px;
  }

  #home .top-banner .banner-content .left .web-title {
    font-size: 29px;
  }

  .f-xsmlrf35 {
    margin: 0 -15px;
  }

  .navbar-header img {
    margin: 0 !important;
  }

  .slideBox .bd img {
    height: auto !important;
  }

  .slideBox .hd {
    left: 34% !important;
    bottom: 8% !important;
  }

  .is-h-lb {
    height: auto !important;
  }

  .is-top {
    float: none !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
  }

  .is-lie {
    justify-content: normal !important;
    display: block !important;
  }

  /**头部767***/
  .g-banner {
    padding: 2px 0 10px 0;
  }

  .g-nav li.u-firstMenu {
    float: none;
    width: 100%;
    text-align: center;
    background: none;
  }

  .g-nav li a.u-secondMenu {
    padding: 0 15px;
    font-size: 16px;
    background: #0c69b9;
    line-height: 40px;
    height: 40px;
  }

  .m-schots {
    padding: 10px 0 0 0;
  }

  .m-schots a {
    margin-right: 24px;
  }

  .m-liststyle6 li a {
    padding: 0 18px;
  }

  .m-nav .navbar-collapse,.g-nav li.u-firstMenu {
    margin-left: 0;
  }
  .m-nav .navbar-collapse,.friendly {
    width: 100%;
  }
}

/*small xs*/
@media screen and (max-width: 638px) {
  body {
    font-size: 14px;
  }

  .m-tabstyle3 a {
    padding: 0 9px;
  }
}

@media screen and (max-width: 415px) {
  .m-tabstyle3 a {
    padding: 0 9px;
  }

  .m-tabstyle4 a {
    padding: 0 8px
  }
}

/*print*/
@media print {
  a[href]:after {
    content: none !important;
  }
}

.u-djjrr:focus {
  color: #faf0b2;
}

/* 右侧固定栏 */
.results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  white-space: normal;
  text-align: left;
  text-transform: none;
  background: #fff;
  margin-top: .5em;
  width: 18em;
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
  border: 1px solid #d4d4d5;
  z-index: 998;
}

.results .result {
  cursor: pointer;
  display: block;
  overflow: hidden;
  font-size: 1em;
  padding: .85714286em 1.14285714em;
  color: rgba(0, 0, 0, .87);
  line-height: 1.33;
  border-bottom: 1px solid rgba(34, 36, 38, .1);
}

.results :first-child {
  border-radius: .28571429rem .28571429rem 0 0;
}

.f-md-wa li {
  font-size: 15px;
  color: #3d3d3d;
  font-weight: bold;
}

.m-topheader {
  padding-right: 40px;
}