@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('//at.alicdn.com/t/font_995532_4zxtxyyvhb6.eot');
  src: url('//at.alicdn.com/t/font_995532_4zxtxyyvhb6.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_995532_4zxtxyyvhb6.woff2') format('woff2'), url('//at.alicdn.com/t/font_995532_4zxtxyyvhb6.woff') format('woff'), url('//at.alicdn.com/t/font_995532_4zxtxyyvhb6.ttf') format('truetype'), url('//at.alicdn.com/t/font_995532_4zxtxyyvhb6.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-transform: uppercase;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
header .top {
  width: 1200px;
  height: 141px;
  margin: 0 auto;
}
header .top .logo {
  float: left;
    line-height: 140px;
}

header .top .tel {
  float: right;
  line-height: 141px;
  height: 141px;
}
header .top .tel .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #000000;
}
header .top .tel p {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 16px;
}
header .top .tel p span {
  display: inline-block;
  vertical-align: middle;
  color: #ff8a00;
  font-size: 28px;
  font-weight: bold;
  margin: 0 10px;
}
header :root nav,
header :root button,
header :root .mask,
header :root .refer {
  filter: none;
}
header nav {
  width: 100%;
  height: 55px;
  background: #105de7;
  background: -moz-linear-gradient(top, #1472ec 0%, #105de7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1472ec), color-stop(100%, #105de7));
  background: -webkit-linear-gradient(top, #1472ec 0%, #105de7 100%);
  background: -o-linear-gradient(top, #1472ec 0%, #105de7 100%);
  background: -ms-linear-gradient(top, #1472ec 0%, #105de7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1472ec', endColorstr='#105de7', GradientType=0);
  background: linear-gradient(to bottom, #1472ec 0%, #105de7 100%);
}
header nav > ul {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: table;
}
header nav > ul > li {
  display: table-cell;
  text-align: center;
  height: 55px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header nav > ul > li a {
  line-height: 55px;
  color: #ffffff;
  font-size: 16px;
}
header nav > ul > li:hover,
header nav > ul > li.on {
  background: #0947c6;
}
header nav > ul .message {
  padding: 31px 29px;
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 1000;
  width: 315px;
  height: 334px;
  background: #ffffff;
  border-radius: 8px;
}
header nav > ul .message .tit {
  text-align: center;
  line-height: 1;
}
header nav > ul .message .tit p {
  color: #000000;
  font-size: 24px;
  margin-bottom: 9px;
}
header nav > ul .message .tit span {
  color: #999999;
  font-size: 14px;
}
header nav > ul .message ul {
  margin-top: 9px;
}
header nav > ul .message ul li {
  width: 100%;
  height: 36px;
  margin-top: 16px;
  position: relative;
}
header nav > ul .message ul li select {
  width: 100%;
  height: 100%;
  border-color: #e3e3e3;
  border-radius: 3px;
  background: #ffffff;
  color: #acacac;
  font-size: 14px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 17px;
  background: url(../images/arrow.png) no-repeat 95% center;
}
header nav > ul .message ul li select:focus {
  outline: none;
}
header nav > ul .message ul li input {
  width: 100%;
  height: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  text-indent: 17px;
  color: #acacac;
  font-size: 14px;
}
header nav > ul .message ul button {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  margin-top: 22px;
  border: none;
  background: #105de7;
  background: -moz-linear-gradient(top, #2c88ff 0%, #105ee7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c88ff), color-stop(100%, #105ee7));
  background: -webkit-linear-gradient(top, #2c88ff 0%, #105ee7 100%);
  background: -o-linear-gradient(top, #2c88ff 0%, #105ee7 100%);
  background: -ms-linear-gradient(top, #2c88ff 0%, #105ee7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c88ff', endColorstr='#105ee7', GradientType=0);
  background: linear-gradient(to bottom, #2c88ff 0%, #105ee7 100%);
  color: #ffffff;
  font-size: 18px;
}
header nav > ul .message ul button .iconfont {
  font-size: 22px;
  margin-right: 10px;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 477px;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .bd ul {
  width: 100% !important;
  height: 477px !important;
}
.banner .bd ul li {
  width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 477px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul li {
  margin: 0 4px;
  width: 20px;
  height: 6px;
  background: #ff8a00;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.banner .hd ul .on {
  width: 50px;
}
.page {
  margin: 66px 0;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 29px;
  border: 1px solid #e5e5e5;
  margin: 0 3px;
}
.page ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.page ul li.prev a {
  line-height: 26px;
}
.page ul li.next a {
  line-height: 26px;
}
.page ul .num.on,
.page ul .num:hover {
  background: #333333;
  border-color: #333333;
}
.page ul .num.on a,
.page ul .num:hover a {
  color: #ffffff;
}
footer {
  background: #2e2e2e;
  padding: 37px 0;
}
footer p {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}
footer p a{
    color: #ffffff; 
}
.crumb {
  background: #f1f6ff;
  height: 63px;
}
.crumb .cont {
  width: 1200px;
  margin: 0 auto;
  line-height: 63px;
  color: #666666;
  font-size: 16px;
}
.crumb .cont .iconfont {
  font-size: 28px;
  margin-right: 10px;
  line-height: 63px;
}
.crumb .cont a {
  color: #666666;
  font-size: 16px;
  line-height: 63px;
}
#content {
  width: 1200px;
  margin: 0 auto;
  min-height: 1036px;
  text-align: center;
  padding-top: 35px;
}
#content h1 {
  color: #1d1d1d;
  font-size: 30px;
  font-weight: bold;
  line-height: 68px;
}
