* {
  margin: 0px;
  padding: 0px;
  font-family: "Microsoft YaHei", "";
}

*:focus {
  outline: none;
}

body {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

ul,
li {
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-rendering: optimizelegibility;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
}

.container {
  min-width: 1195px;
}

input,
button {
  border: none;
  background: transparent;
}

.media-left,
.media-right,
.media-top {
  padding: 0;
}

.media,
.media-heading {
  margin: 0;
}

.displaybox {
  display: none;
}

p,
.row,
dl {
  margin: 0;
}

.bx-wrapper {
  margin: 0 auto;
}

.bx-wrapper .bx-viewport {
  border: none;
  left: 0;
}

/*header*/
header {
  min-width: 1195px;
  height: 145px;
  borde///r-bottom: 3px solid #f8b551;
  background: url(../images/top_bgs.jpg) no-repeat center top;
}

.logo {
  padding: 25px 0 0 5px;
}

form {
  height: 30px;
  margin: 70px 0 0 59px;
  margin: 28px 0 0 365px;
}

form input,
form button {
  float: left;
  border-bottom: 1px solid #5ea7e3;
  height: 30px;
  line-height: 29px;
font-size:12px;
padding-left:10px;
}

form input {
  width: 190px;
  color: #e5e4e4;
}

form input::-webkit-input-placeholder {
  color: #e5e4e4;
}

form input::-moz-placeholder {
  color: #e5e4e4;
}

form input:-moz-placeholder {
  color: #e5e4e4;
}

form input:-ms-input-placeholder {
  color: #e5e4e4;
}

form button {
  width: 25px;
  background: url(../images/icon_search.png) no-repeat center;
}

/*nav*/
nav {
  min-width: 1195px;
  height: 44px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
  -ms-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

.navlist {
  height: 44px;
}

.navlist>li {
  float: left;
  /* margin-right:18px; */
}

.navlist>li>a {
  font-size: 18px;
  color: #131313;
  display: block;
  padding: 0 23px;
  line-height: 44px;
}

.navlist>li:hover>a {
  background: #3980dc;
  color: #fff;
  font-weight: bold;
}

.navlist>.active>a {
  background: #3980dc;
  color: #fff;
  font-weight: bold;
}

.navlist>.havsub {
  position: relative;
}

.navlist>.havsub>.subnav {
  padding: 5px 0;
  position: absolute;
  top: 44px;
  width: 100%;
  background: #fff;
  z-index: 999;
  text-align: center;
  border-bottom: 3px solid #3980dc;
  display: none;
}

.navlist>.havsub:hover>.subnav {
  display: block;
}

.navlist>.havsub>.subnav>li>a {
  line-height: 24px;
  padding: 5px 0;
  color: #3980dc;
  font-size: 16px;
  display: block;
}

.navlist>.havsub>.subnav>li:hover>a {
  color: #fff;
  background: #3980dc;
}

/*footer*/
footer {
  min-width: 1195px;
  background: #3d94e3 url(../images/xiaoxun.png) no-repeat center top;
  text-align: center;
  padding: 17px 0 7px;
}

footer p {
  font-size: 12px;
  color: #fff;
}

footer .p1 {
  height: 28px;
  line-height: 28px;
}

footer .p2 {
  height: 39px;
  line-height: 39px;
}

footer p span {
  padding: 0 18px;
}

footer p i {
  padding: 0 10px;
}

footer p a {
  color: #fff;
}

footer p a:link {
  color: #fff;
}

footer p a:visited {
  color: #fff;
}

footer p a:hover {
  color: #fff;
  text-decoration: underline;
}

footer p a:active {
  color: #fff;
}
