/* 预定义样式开始 */
body,
div,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input {
  margin: 0;
  padding: 0;
}
h1,
h2,
h6 {
  font-size: 100%;
}
ol,
ul {
  list-style: none;
}
img,
fieldset {
  border: 0 none;
  display: block;
}
* {
  padding: 0rem;
  margin: 0rem;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
em {
  font-style: normal;
}
body {
  font: 14px/1.5;
  background-color: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
}
i {
  font-style: normal;
}
.Bandimg {
  width: 100%;
  height: 177px;
  min-width: 1200px;
  position: relative;
  background: #9ca2ac;
}
.Bandimg img{
  width: 100%;
}
/*中间内容部分*/
.Content {
  width: 100%;
  background: #fbfbfb;
  position: relative;
}
.Content .ContenCont {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding-bottom: 150px;
}
.Content .ContenCont .ContTop {
  width: 1200px;
  height: 36px;
  background: #fff;
  position: absolute;
  top: -36px;
}
.Content .ContenCont .ContenU {
  width: 1101px;
  margin: 0 auto;
  padding-top: 25px;
  text-align: left;
}
.Content .ContenCont .ContenU ul {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.Content .ContenCont .ContenU ul a {
  width: 345px;
  height: 291px;
  display: block;
  margin-right: 33px;
  margin-bottom: 23px;
}
.Content .ContenCont .ContenU ul a:hover .Anlilast span {
  color: #ffffff !important;
}
.Content .ContenCont .ContenU ul li {
  width: 345px;
  height: 291px;
}
.Content .ContenCont .ContenU ul li:hover .Anlilast {
  background: #1355b6;
}
.Content .ContenCont .ContenU ul li .Anlilast {
  width: 345px;
  height: 54px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.Content .ContenCont .ContenU ul li .Anlilast span {
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.Content .ContenCont .ContenU ul li img {
  width: 345px;
  height: 237px;
}
/* 小导航 */
.smailnav {
  width: 1110px;
  height: 19px;
  display: flex;
  margin: 0 auto;
}
.smailnav .smailRit {
  position: absolute;
  right: 45px;
  display: flex;
}
.smailnav .smailRit .smicon {
  width: 20px;
  height: 19px;
}
.smailnav .smailRit .smicon img {
  width: 20px;
  height: 19px;
}
.smailnav .smailRit .smailspan {
  height: 19px;
  display: flex;
  align-items: center;
  margin-left: 5px;
  margin-bottom: 64px;
}
.smailnav .smailRit .smailspan span {
  color: #999999;
}
.smailnav .smailRit .smailspan a {
  color: #999999;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.smailnav .smailRit .smailspan a:hover {
  color: #2098D1 !important;
}
