@charset "utf-8";
/* CSS Document*/
body {
  font-family: "Microsoft YaHei", "Adobe Heiti Std";
  color: #333;
  font-size: 12px;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
button {
  padding: 0;
  margin: 0;
}

fieldset,
img,
button {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #333;
}

i {
  font-style: normal;
}

a:hover {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

em {
  font-style: normal;
}

input,
button,
select,
textarea {
  outline: none;
}

caption,
th,
li,
dt,
dd,
p {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

.clear {
  height: 0px;
  width: 0px;
  line-height: 0px;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  clear: both;
  display: block;
  visibility: hidden;
}

.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.button {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

.w1100 {
  width: 1100px;
  margin: 0 auto;
}

#header {
  background: #fff;
}

#header .top_container {
  width: 1100px;
  margin: 0 auto;
  height: 99px;
  position: relative;
}

#header .top_container .logo {
  width: 399px;
  height: 95px;
  background: url("/images/logo_main.png") no-repeat center;
  position: absolute;
  left: 5px;
  bottom: 0;
  z-index: 11;
}

#header .top_container .language {
  position: absolute;
  right: 30px;
  top: 8px;
}

#header .top_container .language .cn,
#header .top_container .language .en {
  float: left;
  cursor: pointer;
  padding-left: 25px;
  margin-right: 15px;
}

#header .top_container .language .cn:hover,
#header .top_container .language .en:hover {
  text-decoration: underline;
}

#header .top_container .language .cn {
  background: url("../images/bg_language_cn.png") no-repeat left center;
}

#header .top_container .language .en {
  background: url("../images/bg_language_en.png") no-repeat left center;
}

#header .top_container .tel {
  position: absolute;
  width: 146px;
  height: 70px;
  background: url("../images//bg_top_container_tel.png") no-repeat;

  right: 44px;
  bottom: 0;
  z-index: 11;
}

#header .top_nav {
  height: 71px;
  background: url("/images/bg_top_nav.png") no-repeat center;
  position: relative;
  z-index: 9;
}

#header .top_nav .menu {
  width: 1100px;
  margin: 0 auto;
}

#header .top_nav .menu li {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 131px;
  text-align: center;
  height: 71px;
  line-height: 82px;
  cursor: pointer;
  margin-right: 25px;
}
#header .top_nav .menu li a {
  color: #fff;
  display: block;
  width: 100%;
}
#header .top_nav .menu li:hover {
  background: url("../images/bg_top_nav_li_hover.png") no-repeat 0px -1px;
}

#header .top_nav .menu li.active {
  background: url("../images/bg_top_nav_li_active.png") no-repeat 0px -1px;
}

#foot {
  min-height: 71px;
  background-image: url("../images/bg_foot.png");
  color: #fff;
}

#foot .navigation {
  width: 1100px;
  margin: 0 auto;
  padding-top: 8px;
}

#foot .navigation:after {
  content: "\20";
  display: block;
  clear: both;
}

#foot .navigation h3 {
  float: left;
  width: 100px;
  float: left;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: right;
  margin-left: 100px;
}

#foot .navigation ul {
  float: left;
}

#foot .navigation li {
  float: left;
  width: 110px;
  text-align: center;
  height: 28px;
  line-height: 28px;
}

#foot .navigation li a {
  color: #fff;
  font-size: 14px;
}

#foot .copyright {
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
}
.body_container {
}
/*****************************************************修改样式*********************************************************/
#header .top_nav {
  height: 51px;
  background: url(/images/bg_top_nav.png) no-repeat center;
  position: relative;
  z-index: 9;
}
#header .top_container {
  width: 1090px;
}
#header .top_nav .menu li {
  height: 51px;
  line-height: 51px;
}
#header .top_nav .menu li.active {
  background: none;
  background-color: rgba(1, 77, 124, 0.9);
}
#header .top_nav .menu li:hover {
  background: none;
  background-color: rgba(1, 77, 124, 0.1);
}
/* jlc */
.none {
  display: none;
}
.btnBox {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.btnBox input {
  width: 70%;
  border: 1px solid #d3d8de;
  padding: 5px 20px;
}
.btnBox span {
  margin-left: 15px;
  color: #fff;
  background-color: #03a9f4;
  padding: 5px 20px;
  border-radius: 3px;
  cursor: pointer;
}
/*分页导航条*/
.panel-footer {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  font-size: 10px;
  clear: both;
}

.panel-footer .myPagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  clear: both;
  margin: 30px 0;
}

.panel-footer .myPagination li {
  width: 35px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  text-align: center;
  white-space: nowrap;
}
.panel-footer .myPagination li:hover {
  color: #0c3388;
}

.panel-footer .myPagination li.active a {
  background-color: #0c3388;
  color: #fff;
}
.myPagination .disabled a {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.panel-footer .myPagination li a {
  display: block;
  width: 100%;
  height: 100%;
}
