.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;
}

header .top {
  width: 100%;
  line-height: 38px;
  background-color: #f2f2f2;
}

header .top .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .top .cont p {
  color: #555555;
  font-size: 14px;
}

header .top .cont a {
  color: #555555;
  font-size: 14px;
}

header .top .cont a img {
  margin-right: 10px;
}

header .info {
  position: relative;
  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;
  padding: 30px 0;
}

header .info .nav {
  width: 440px;
  margin-left: 45px;
}

header .info .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .info .nav>ul>li {
  line-height: 1;
}

header .info .nav>ul>li>a {
  color: #292929;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

header .info .nav>ul>li.active>a,
header .info .nav>ul>li:hover>a {
  color: #4faae9;
}

header .info .nav>ul>li .submenubox {
  border-top: 1px solid #d2d2d2;
  position: absolute;
  top: 57px;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 100;
  padding: 10px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
  display: none;
}

header .info .nav>ul>li .submenubox .container {
  display: flex;
  justify-content: center;
  width: 1200px;

}

header .info .nav>ul>li .submenubox .container .catalog_box {
  margin-right: 30px;
  /* flex: 1; */
}

header .info .nav>ul>li .submenubox .container .catalog_box .title {
  font-size: 18px;
  color: #4faae9;
  line-height: 28px;
  margin: 8px 0;
  display: block;
}

header .info .nav>ul>li .submenubox .container .catalog_box ul {
  margin-bottom: 8px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 380px;
}

header .info .nav>ul>li .submenubox .container .catalog_box ul li {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 120px;
}

header .info .nav>ul>li .submenubox .container .catalog_box ul li:nth-child(3n) {
  margin-right: 0;
}
header .info .nav>ul>li .submenubox .container .catalog_box ul li a {
  display: block;
  line-height: 24px;
  font-size: 15px;
  color: #333;
}

header .info .nav>ul>li .submenubox .container .catalog_box ul li a:hover {
  display: block;
  line-height: 24px;
  font-size: 15px;
  color: #4faae9;
}

header .info .nav>ul>li .submenubox .image_box {
  width: 550px;
  display: inline-flex;
  align-items: flex-end;
}

header .info .nav>ul>li .submenubox .image_box img {
  width: 100%;
}

header .info .nav .search-box {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .info .nav .search-box input {
  background-color: #f7f7f7;
  border: 1px solid #dcdcdc;
  border-right: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #999999;
  font-size: 14px;
  text-indent: 1em;
  outline: #4faae9;
}

header .info .nav .search-box button {
  width: 100px;
  height: 34px;
  background: #4faae9 url(../images/search.png) no-repeat 17px center;
  color: #fff;
  border: none;
  padding-left: 20px;
  cursor: pointer;
  font-size: 16px;
}

header .info .tel {
  margin-left: auto;
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 60px;
}

header .info .tel p {
  color: #333333;
  font-size: 14px;
}

header .info .tel span {
  display: block;
  color: #4faae9;
  font-size: 22px;
  font-weight: bold;
}

/* footer {
  border-top: 1px solid #dbdbdb;
}
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 .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}
footer .top .cont .items .item:last-child {
  margin-bottom: 0;
}
footer .top .cont .items .item .text {
  margin-left: 12px;
}
footer .top .cont .items .item .text p {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
footer .top .cont .items .item .text span {
  color: #555555;
  font-size: 16px;
}
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;
  margin-left: 120px;
}
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: 120px;
}
footer .top .cont .contact .text {
  background: url(../images/phone.png) no-repeat left center;
  padding-left: 72px;
}
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: 13px;
} */

footer {
  background-color: #EEEEEE;
}

footer .cont {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /*height: 233px;*/
  padding-top: 40px;
}

footer .cont .left {
  width: 350px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

footer .cont .left .phone-wrap .icon {
  margin-right: 16px;
}

footer .cont .left .phone-wrap .text-wrap {
  display: inline-block;
  width: 250px;
}

footer .cont .left .phone-wrap .text-wrap .label {
  color: #333333;
  font-size: 15px;
}

footer .cont .left .phone-wrap .text-wrap .value {
  font-size: 30px;
  color: #16B03E;
  font-weight: bold;
}

footer .cont .left .addr-wrap {
  font-size: 13px;
  color: #555555;
  margin-top: 18px;
}

footer .cont .middle {
  width: 840px;
  display: inline-block;
  margin: 8px 25px 0;
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 355px;*/
  /*transform: translateY(-40%);*/
}

footer .cont .middle .nav-list {
  width: 100%;
}

footer .cont .middle .nav-list .li {
  width: calc(100% / 5);
  float: left;
  position: relative;
  margin-right: 20px;
}

footer .cont .middle .nav-list .li b {
  position: absolute;
  top: -3px;
  left: -4px;
  width: 48px;
}

footer .cont .middle .nav-list .li b img {
  width: 38px;
  background: #4faae9;
  border-radius: 50%;
  padding: 5px;
}

footer .cont .middle .nav-list .li .block {
  display: inline-block;
  width: 100%;
}

footer .cont .middle .nav-list .li .block h5 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

footer .cont .middle .nav-list .li .block p {
  text-align: center;
  margin-top: 5px;
}

footer .cont .middle .nav-list .li .block p a {
  font-size: 16px;
  color: #555555;
}

footer .cont .middle .copyright {
  font-size: 13px;
  color: #878686;
  margin-top: 20px;
}

footer .cont .middle .copyright a {
  color: #878686;
}

footer .cont .right {
  /*position: absolute;*/
  /*top: 50%;*/
  /*right: 0;*/
  /*transform: translateY(-50%);*/
  display: inline-block;
  vertical-align: top;
}

footer .cont .right .msg-wrap {
  width: 144px;
  height: 170px;
  background-color: #4faae9;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  padding-top: 44px;
}

footer .cont .right .msg-wrap p {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
}

footer .cont .right .qrcode-wrap {
  width: 144px;
  /*height: 132px;*/
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 0;
  font-size: 0;
}

footer .cont .right .qrcode-wrap .img {
  width: 100%;
  height: auto;
}

footer .cont .right .qrcode-wrap p {
  font-size: 12px;
  color: #333333;
}

/* friends link */
footer .cont .friends-link {
  height: 42px;
  text-align: center;
  font-size: 13px;
  line-height: 42px;
  color: #484848;
  margin-top: 20px;

}

footer .cont .friends-link a {
  color: #484848;
  padding: 0px 5px;

}


/* footer nav */
footer .cont .foot-nav {
  height: 42px;
  text-align: center;
  font-size: 13px;
  line-height: 42px;
  color: #484848;
  /*margin-top: 20px;*/

}

footer .cont .foot-nav a {
  color: #484848;
  padding: 0px 35px;

}



/*copyright*/

footer .cont .copyright {
  font-size: 13px !important;

}

footer .cont .copyrightbox {
  text-align: center;
  /* margin-top:15px;*/
  margin-bottom: 8px;
}

footer .cont .copyrightbox p {
  height: 30px;
  line-height: 30px;
}

footer .cont .copyrightbox a {
  color: #666;
}

footer .cont .copyrightbox a:hover {
  color: #0e81e5;
}

/*悬浮*/
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 33%;
  z-index: 100;
}

.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #0f51bb;
  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 .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;
  transition: all 0.5s;
}

.float:hover {
  right: 0;
}

.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}