/*--------------------Reset-----------------*/
/** reset **/
html {
  font-size: 62.5%;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
body,
button,
input,
select,
textarea {
  font-family: "Microsoft YaHei";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a:hover {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/*ç«ç‹åŽ»æŽ‰æŒ‰é’®ã€è¿žæŽ¥çš„è™šçº¿*/
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
input,
button,
select,
textarea {
  outline: none;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  color: #333;
}
a {
  blr: expression(this.onFocus=this.blur());
}
a:focus {
  outline: none;
}
a.hidefocus {
  outline: none;
}
.button {
  border-radius: 0;
}
input {
  font-family: "å¾®è½¯é›…é»‘";
}
textarea {
  font-family: "å¾®è½¯é›…é»‘";
}
img {
  border: 0px;
  outline-width: 0px;
  vertical-align: top;
}
.clearfix:after {
  clear: both;
  content: "\200B";
  display: block;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wrap {
  width: 100%;
}
.orange {
  color: #eab061;
}
.blue {
  color: #0053ba;
}
.bjb {
  background-color: #fff;
}
.width-1150 {
  width: 1150px;
  margin: auto;
}
.margin-top-10 {
  margin-top: 10px;
}
.padding-15 {
  padding: 15px 0px;
}
.margin-top-20 {
  margin-top: 20px;
}
.padding-18 {
  padding: 18px;
}
a:hover {
  color: #465da9;
}
.row {
  padding: 0px 10px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.bai {
  color: #fff;
}
.gay {
  color: #909090;
}
/*å¤´éƒ¨*/
.head {
  height: 75px;
  position: relative;

}
.head .logo img {
  width: 80%;
  margin: 16px 0px 0px 10px;
}
.header {
  padding: 15px 10px;
}
.header-right .icon-search {
  background-image: url(../images/magnifyingGlass.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 19px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  margin-right: 4px;
}
.header-right .closeSearch {
  background-image: url(../images/icon2_03.png);
  background-size: 100%;
  width: 18px;
  height: 19px;
}
.header-right .icon-search:before {
  display: none;
}
/*æœç´¢*/
.search_box {
  padding: 0 10px;
  background-color: #2f2f2f;
  height: 44px;
  position: absolute;
  left: 0px;
  top: 65px;
  width: 100%;
  display: none;
  z-index: 100;
}
.search_box .text {
  width: 66%;
  background-color: #fff;
  height: 34px;
  line-height: 34px;
  margin: 5px 0px;
}
.search_box .submit {
  width: 30%;
  background-color: #c60707;
  height: 34px;
  line-height: 34px;
  margin: 5px 0px;
  color: #fff;
}
/*å¯¼èˆª*/
.navo {
  display: block;
  width: 100%;
  position: relative;
  z-index: 55;
}
.navo #titbar {
  padding: 3%;
  font-size: 1.4rem;
  color: #222;
  display: block;
  font-weight: 550;
}
.navo #titbar .btn {
  float: right;
}
.navo #titbar img {
  height: 1.1rem;
  width: 1.5rem;
  float: right;
  margin-top: 0.2rem;
}
.navo .subwrap {
  width: 100%;
  position: absolute;
  top: 80%;
  display: none;
  background-color: #fff;
  border-bottom: 1px solid #dedede;
}
.navo .subwrap li {
  line-height: 3rem;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-indent: 0.5rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dedede;
  font-size: 0.4rem;
  display: block;
}
.navo .subwrap li a {
  color: #333333;
  display: block;
  width: 88.1%;
  float: left;
  font-size: 1.4rem;
}
.navo .subwrap li i {
  width: 11.5%;
  float: right;
  border-left: 1px solid #dedede;
  text-align: center;
}
.navo .subwrap li i.icon-plus{background: url(../images/jia.jpg) no-repeat center center;height: 30px;display: block;}

.navo .subwrap li .current {
  background-color: #f8f8f8;
  background: url(../images/jian.jpg) no-repeat center center;
}
.navo .subwrap li ul.submenulist {
  background-color: #f8f8f8;
  display: none;
  margin-top: 3.26rem;
  width: 100%;
}
.navo .subwrap li ul.submenulist li {
  line-height: 3.3rem;
}
.navo .subwrap li ul.submenulist li a {
  width: 100%;
}
/*å°¾éƒ¨*/
.foot {
  background: #0053ba;
  padding: 20px 0;
}
.foot .fix dt {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 11px;
  position: relative;
  border-bottom: 1px dashed #5396cf;
}
.foot .fix dt:after {
  background-color: #ff6c00;
  bottom: -3px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 2em;
}
.foot .fix dd {
  padding: 10px 14px;
}
.foot .fix dd a {
  color: #fff;
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 14px;
}
.ksd-menu {
  margin-top: 10px;
}
/*ç‰ˆæƒ*/
.copy {
  padding: 10px 0px;
  text-align: center;
  background-color: #14416f;
  color: #93abce;
}
.copy p {
  line-height: 26px;
}
.copy p span {
  display: inline-block;
  padding: 0px 5px;
}
/*æ ¡å›­åº”ç”¨*/
.xuyy {
  margin-bottom: 20px;
}
.xuyy li {
  float: left;
  width: 25%;
  text-align: center;
}
.xuyy li p {
  line-height: 36px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  display: inherit;
}