* {
  /* -webkit-box-sizing: border-box; box-sizing: border-box; */
  -webkit-user-select: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: 100%; overflow-x:hidden;
}
body {
  font-family: Helvetica, sans-serif;
  -webkit-overflow-scrolling: touch;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p,
th,
td,
img,
button,
footer,
header,
nav {
  margin: 0;
  padding: 0;
}
input,
button,
input,
select,
textarea {
  font-family: 'Microsoft YaHei', Helvetica, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  -webkit-user-select: auto;
}
ul,
ol,
li {
  list-style: none;
}
li {
  text-decoration: none;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
a {
  color: #454545;
  text-decoration: none;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
a:hover {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
.head {
  background: #2a5ab1;
}
.head .head-top {
  padding: 14px 0;
  overflow: hidden;
}
.head .head-top .head-logo {
  width: 607px;
}
.head .head-top .head-search {
  width: 350px;
  height: 35px;
  margin: 17px 0;
  background: #fff;
}
.head .head-nav {
  width: 100%;
  height: 58px;
  z-index: 999;
  background: url(/images/bg_nav.png) repeat-x top center;
}
.head .head-nav .container .nav-main {
  width: 100%;
  position: relative;
  z-index: 999;
}
.head .head-nav .container .nav-main li {
  width: 7.5%;
  float: left;
  text-align: center;
  position: relative;
}
.head .head-nav .container .nav-main li a {
  font-size: 16px;
  color: #fff;
  line-height: 56px;
}
.head .head-nav .container .nav-main li span {
  width: 7px;
  height: 7px;
  display: inline-block;
}
.head .head-nav .container .nav-main li .nav-two {
  width: 100%;
  padding-bottom: 10px;
  background: #2a5ab1;
  display: none;
  position: absolute;
  top: 53px;
  left: 0;
}
.head .head-nav .container .nav-main li .nav-two li {
  width: 100%;
  display: block;
}
.head .head-nav .container .nav-main li .nav-two li a {
  font-size: 15px;
  line-height: 34px;
}
.head .head-nav .container .nav-main li .nav-two li a:hover {
  background: #6491e1;
  display: block;
}
.head .head-nav .container .nav-main li:hover .nav-two {
  display: block;
}
.banner {
  overflow: hidden;
}
.banner .slideBox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .slideBox ul.items {
  position: absolute;
  float: left;
}
.banner .slideBox ul.items li {
  float: left;
}
.banner .slideBox ul.items li a {
  display: block;
  overflow: hidden;
}
.banner .slideBox ul.items li img{ width:auto;}
.banner .slideBox .tips {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 18px;
  overflow: hidden;
  z-index: 999999;
}
.banner .slideBox .tips .nums {
  height: 100%;
  margin:0 auto;
  text-align:center;
}
.banner .slideBox .tips .nums a {
  width: 18px;
  height: 4px;
  background: url(/images/bg_lb.png) no-repeat center;
  margin: 0 10px 0px 0px;
  display: inline-block;
}
.banner .slideBox .tips .nums a.active {
  background: url(/images/bg_lbhover.png) no-repeat center;
}
.bottom {
  padding: 45px 0;
  background: url(/images/bg_bottom.png) no-repeat;
}
.bottom .logo {
  height: 60px;
  margin-right: 30px;
}
.bottom .logo img {
  height: 60px;
}
.bottom .bottom-font {
  margin-top: 5px;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
}
.bottom .select {
  height: 36px;
  margin-top: 20px;
  font-size: 13px;
  background: #4369b4;
  border: 1px solid #849ac7;
  float: left;
  position: relative;
  z-index: 9;
  display: inline-block;
}
.bottom .select dt {
  width: 318px;
  height: 36px;
  padding: 0 10px;
  color: #fff;
  line-height: 36px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.bottom .select dd {
  width: 338px;
  position: absolute;
  left: -1px;
 top: 36px;
  border: 1px solid #849ac7;
  background: #4369b4;
  display: none;
}
.bottom .select dd ul {
  padding: 4px;
  max-height: 115px;
  overflow: auto;
}
.bottom .select dd ul li {
  height: 30px;
}
.bottom .select dd ul li a {
  padding: 0 8px;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
  display: block;
}
.bottom .bq {
  margin-top: 30px;
  padding-top: 30px;
  font-size: 13px;
  color: #fff;
  border-top: 1px solid #849ac7;
}
