.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;
}

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;
}

.cont {
  width: 1200px;
  margin: 0 auto;
}
.htop{
  width:100%;
  height:40px;
  border-bottom:1px solid #bfb9bb; 
}
.hleft{
  width:321px;
  height:40px;
  float:left;
  color:#777173;
  margin-left:85px;
  line-height: 40px;
}
.hright{
  width:321px;
  height:20px;
  float:right;
  color:#777173;
  margin-right:85px;
}
.hright ul li{
  width:144px;
  height:20px;
  text-align: center;
  line-height: 20px;
  float: left;
  border-right: 1px solid #777173;
  margin-top:10px;
}

header {
  width: 1200px;
  height: 100px;
  position: relative;
  margin:0 auto;
}

header .logo {
  float:left;
  display: block;
  max-height: 100%;
  width: 103px;
  height:100px;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .logo1 {
  float:left;
  display: block;
  max-height: 100%;
  width: 400px;
  height:100px;
  color: #000;
  font-size: 32px;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .logo img {
  width: 100%;
  height: 100%;
}
.tel {
  width: 338px;
  height: 70px;
  float: right;
  margin-top: 12px;
  padding-top:30px;
}
.tel span {
  display: block;
  width: 38px;
  height: 38px;
  background: #5481c2;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 10px;
}
.tel .iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.tel td {
  font-size: 14px;
  color: #666666;
}
.tel p {
  font-size: 25px;
  color: #5481c2;
}
.cont1{
  width:100%;
  height: 56px;
  background: #1e50ae;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont1 li {
  width: 180px;
  height:56px;
  text-align: center;
  position: relative;
}


.cont1 li::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background-color: #1e50ae;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.cont1 li a {
  display: block;
  height:20px;
  line-height: 20px;
   border-left: 2px solid #fff;
   margin-top:18px;
}
.cont1 li a img {
  max-height: 100%;
}

.cont1 li a span {
  font-size: 14px;
  color: #fff;
}

.cont1 li.active::after,
.cont1 li:hover {
  background: #ae2246;
}

.cont1 li.active span,
.cont1 li:hover span {
  
}

.banner {
  position: relative;
  background: #000;
  margin: 0 auto;
}

.banner .bd {
  position: relative;
  z-index: 0;
}

.banner .bd ul li img {
  width: 100%;
  vertical-align: top;
}

.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}

.banner .hd ul {
  text-align: center;
  padding-top: 5px;
}

.banner .hd ul li {
  margin: 0 6px;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.banner .hd ul li.on {
  width: 42px;
}

footer .top {
  background-color: #f6f6f6;
}

footer .top .cont {
  padding: 48px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .top .cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 215px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .top .cont ul li a {
  color: #333333;
  font-size: 18px;
  font-weight: lighter;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

footer .top .cont ul li a:hover {
  color: #4faae9;
}

footer .top .cont .contact {
  margin-left: 150px;
}

footer .top .cont .contact .text {
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 60px;
}

footer .top .cont .contact .text p {
  color: #333333;
  font-size: 15px;
}

footer .top .cont .contact .text span {
  color: #4faae9;
  font-size: 30px;
  font-weight: bold;
}

footer .top .cont .contact .information {
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

footer .top .cont .wechat {
  margin-left: auto;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px;
  height: 140px;
}

footer .top .cont .wechat img {
  width: 100px;
  height: 100px;
}

footer .top .cont .wechat p {
  color: #333333;
  font-size: 12px;
  margin-top: 5px;
}

footer .cr {
  line-height: 55px;
  background-color: #ececec;
  text-align: center;
  color: #878686;
  font-size: 14px;
}

/*悬浮*/
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 33%;
  z-index: 100;
}

.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #1e50ae;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
}

.float ul li span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 10px;
}

.float ul li .iconfont {
  color: #FFFFFF;
  font-size: 30px;
}

.float ul li:last-child {}

.float ul li .icon-huidingbu {
  font-size: 20px !important;
}

.float ul li p {
  font-size: 18px;
  color: #FFFFFF;
}

.float ul li .wx {
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.float:hover {
  right: 0;
}

.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}