@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('../font/font_995532_5tlr9nt6c1.eot');
  src: url('../font/font_995532_5tlr9nt6c1.eot') format('embedded-opentype'), url('../font/font_995532_5tlr9nt6c1.woff2') format('woff2'), url('../font/font_995532_5tlr9nt6c1.woff') format('woff'), url('../font/font_995532_5tlr9nt6c1.ttf') format('truetype'), url('../font/font_995532_5tlr9nt6c1.svg') 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: 14px;
  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;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height:750px;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .bd ul {
  width: 100% !important;
  height: 750px !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:750px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 31px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul li {
  margin: 0 11px;
  width: 74px;
  height: 2px;
  background: #ffffff;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
}
.banner .hd ul li a {
  display: block;
  background: #ff7474;
  width: 0;
  height: 2px;
  transition: all 3s;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
}
.banner .hd ul .on a {
  width: 100%;
}
header {
  width: 100%;
  height: 211px;
  background: url(../image/header.jpg) center center;
}
header .top {
  width: 100%;
  height: 63px;
  border-bottom: 1px solid #2c3140;
}
header .top .cont {
  width: 1200px;
  margin: 0 auto;
  font-size: 0px;
}
header .top .cont .logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: -33px;
  z-index: 1111;
}
header .top .cont nav {
  display: inline-block;
}
header .top .cont nav ul li {
  height: 62px;
  display: inline-block;
  position: relative;
  margin-left: 33px;
}
header .top .cont nav ul li a {
  position: relative;
  z-index: 2;
  line-height: 62px;
  color: #ffffff;
  font-size: 16px;
  padding: 0 16px;
}
header .top .cont nav ul li .mask {
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  background: #0b579a;
  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 .top .cont nav ul li.on .mask,
header .top .cont nav ul li:hover .mask {
  width: 100%;
  height: 100%;
}
header .top .cont .btns {
  float: right;
  font-size: 0px;
}
header .top .cont .btns a {
  display: inline-block;
  margin-left: 14px;
  margin-top: 13px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  width: 100px;
  height: 36px;
  border-radius: 18px;
  background: #0b5697;
  background: -moz-linear-gradient(left, #0b5697 0%, #181c28 100%);
  background: -webkit-gradient(linear, top left, top right, color-stop(0%, #0b5697), color-stop(100%, #181c28));
  background: -webkit-linear-gradient(left, #0b5697 0%, #181c28 100%);
  background: -o-linear-gradient(left, #0b5697 0%, #181c28 100%);
  background: -ms-linear-gradient(left, #0b5697 0%, #181c28 100%);
  background: linear-gradient(to right, #0b5697 0%, #181c28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b5697', endColorstr='#181c28', GradientType=0);
}
header .info {
  width: 484px;
  height: 70%;
  position: relative;
  margin: 0 auto;
}
header .info .border {
  position: absolute;
  top: 42px;
  z-index: 1;
  width: 100%;
  height: 81px;
  border: 1px solid #4f5464;
}
header .info .text {
  text-align: center;
  line-height: 1;
}
header .info .text span {
  color: #ffffff;
  font-size: 30px;
  position: relative;
  z-index: 2;
  top: 26px;
  line-height: 30px;
  background: #181c28;
  font-weight: bold;
  padding: 0 22px;
}
header .info .text p {
  color: #ffffff;
  font-size: 12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-top: 42px;
  text-transform: capitalize;
}
header .info .text .icon {
  width: 19px;
  height: 11px;
  margin: 18px auto 0;
  background: url(../image/icon.png) no-repeat center center;
}
footer {
  background: #1b1f2c;
}
footer .top {
  border-bottom: 1px solid #444854;
}
footer .top ul {
  text-align: center;
}
footer .top ul li {
  display: inline-block;
  line-height: 1;
  padding: 32px 0;
}
footer .top ul li a {
  color: #ffffff;
  font-size: 16px;
  padding: 0 42px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
footer .top ul li span {
  color: #444854;
  font-size: 16px;
}
footer .top ul li.on a,
footer .top ul li:hover a {
  color: #fd8137;
}
footer .bot {
  text-align: center;
  padding: 47px 0;
}
footer .bot p {
  color: #444854;
  font-size: 14px;
  line-height: 30px;
}
:root a {
  filter: none;
}
#content {
  width: 1200px;
  margin: 22px auto 0;
}
#content .crumb {
  line-height: 52px;
  height: 53px;
  border-bottom: 1px solid #e2e2e2;
}
#content .crumb .nav {
  font-size: 0px;
  height: 52px;
  float: left;
}
#content .crumb .nav a {
  display: inline-block;
  color: #181c28;
  font-size: 18px;
  line-height: 51px;
  font-weight: bold;
  margin-right: 37px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#content .crumb .nav a.on,
#content .crumb .nav a:hover {
  color: #fd8137;
  border-bottom: 2px solid #fd8137;
}
#content .crumb p {
  float: right;
  height: 52px;
}
#content .crumb p .iconfont {
  font-size: 22px;
  color: #333333;
  margin-right: 13px;
}
#content .crumb p span {
  color: #999999;
  font-size: 14px;
}
#content .crumb p a {
  color: #999999;
  font-size: 14px;
}
.paging {
  margin: 105px 0;
}
.paging ul {
  font-size: 0px;
  text-align: center;
}
.paging ul li {
  display: inline-block;
  margin: 0 5px;
  height: 30px;
  border: 1px solid #cccccc;
  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;
}
.paging ul li a {
  color: #888888;
  font-size: 14px;
  line-height: 28px;
  padding: 0 18px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.paging ul li:hover,
.paging ul li.on {
  border-color: #1b1f2c;
  background: #1b1f2c;
}
.paging ul li:hover a,
.paging ul li.on a {
  color: #ffffff;
}
.paging ul .num a {
  padding: 0 14px;
}
