* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  background: #f5f5f5;
  /* overflow: hidden; */
}
.clear {
  clear: both;
}
.banner_wrap .banner {
  width: 1920px;
  margin: auto;
}
.header {
  margin: auto;
  height: 70px;
  background: #fff;
}
.header .wrap {
  position: relative;
  margin: auto;
  width: 1200px;
}
.header .wrap .logo {
  float: left;
  width: 170px;
  height: 40px;
  margin-top: 20px;
}
.header .wrap .menu {
  float: left;
  height: 70px;
  position: absolute;
  left: 236px;
}
.header .wrap .menu ul {
  list-style: none;
  padding-top: 10px;
}
.header .wrap .menu ul li {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0px 20px;
}
.header .wrap .menu ul li a {
  text-decoration: none;
  color: #333;
}
.header .wrap .menu ul li:hover {
  cursor: pointer;
  background: #2882ff;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}
.header .wrap .menu ul li:hover a {
  text-decoration: none;
  color: #fff;
}
.header .wrap .phone {
  font-size: 20px;
  float: right;
  font-weight: bold;
  color: #2882ff;
}
.header .wrap .phone img {
  margin-top: 20px;
  margin-right: 10px;
  float: left;
  width: 30px;
  height: 30px;
}
.header .wrap .phone span {
  margin-top: 15px;
  float: left;
  height: 40px;
  line-height: 40px;
  display: block;
}
.footer {
  width: 100vw;
  height: 150px;
  /* margin-top: 60px; */
  background: #333;
  clear: both;
}
.footer .function_wrap {
  margin: auto;
  width: 1200px;
  height: 120px;
}
.footer .function_wrap .item {
  float: left;
  padding-top: 40px;
  width: 300px;
}
.footer .function_wrap .item .ico {
  float: left;
  /* margin: 0px 20px 0px 30px; */
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.footer .function_wrap .item .name {
  width: 210px;
  /* float: right; */
}
.footer .function_wrap .item .name .main_title {
  font-size: 16px;
  color: #fff;
}
.footer .function_wrap .item .name .sub_title {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}
.footer .code_wrap {
  margin: auto;
  border-top: 1px solid #555;
  width: 1200px;
  height: 50px;
}
.footer .code_wrap .code_left {
  height: 50px;
  line-height: 50px;
  float: left;
  color: #fff;
  font-size: 12px;
}
.footer .code_wrap .code_right {
  float: right;
  padding-top: 9px;
  height: 50px;
  line-height: 50px;
}
.fixed_wrap {
  right: 30px;
  bottom: 100px;
  position: fixed;
}
.fixed_wrap .itemList .item {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  margin-bottom: 4px;
  background: #fff;
  border: 1px solid #b1cbf0;
}
.fixed_wrap .itemList .item .ico {
  width: 30px;
  height: 30px;
  margin: 10px auto;
  margin-bottom: 0px;
}
.fixed_wrap .itemList .item .name {
  font-size: 8px;
  color: #666;
  text-align: center;
}
.fixed_wrap .itemList .item_phone .ico {
  background-image: url(../image/ico_fixed_phone_0.png);
}
.fixed_wrap .itemList .item_phone .tip {
  background: linear-gradient(0deg, #1a70eb, #089ff9);
}
.fixed_wrap .itemList .item_qq .ico {
  background-image: url(../image/ico_fixed_qq_0.png);
}
.fixed_wrap .itemList .item_qq .tip {
  background: linear-gradient(0deg, #1a70eb, #089ff9);
}
.fixed_wrap .itemList .item_weixin .ico {
  background-image: url(../image/ico_fixed_wein_0.png);
}
.fixed_wrap .itemList .item_weixin .tip {
  background: linear-gradient(0deg, #28c445, #29db4a);
}
.fixed_wrap .itemList .item_goTop .ico {
  background-image: url(../image/ico_fixed_top_0.png);
}
.fixed_wrap .itemList .item_goTop a {
  display: block;
  position: absolute;
  bottom: 4px;
  float: left;
  width: 60px;
  height: 60px;
}
.fixed_wrap .itemList .item_weixin,
.fixed_wrap .itemList .item_qq,
.fixed_wrap .itemList .item_phone {
  position: relative;
}
.fixed_wrap .itemList .item_weixin .tip,
.fixed_wrap .itemList .item_qq .tip,
.fixed_wrap .itemList .item_phone .tip {
  position: absolute;
  float: left;
  border-radius: 8px;
  bottom: -50px;
  right: 70px;
  width: 150px;
  height: 140px;
  display: none;
}
.fixed_wrap .itemList .item_weixin .tip .ewm,
.fixed_wrap .itemList .item_qq .tip .ewm,
.fixed_wrap .itemList .item_phone .tip .ewm {
  margin: 10px 10px 4px 10px;
  width: 100px;
  height: 100px;
}
.fixed_wrap .itemList .item_weixin .tip .ewm img,
.fixed_wrap .itemList .item_qq .tip .ewm img,
.fixed_wrap .itemList .item_phone .tip .ewm img {
  width: 100px;
  height: 100px;
}
.fixed_wrap .itemList .item_weixin .tip .intro,
.fixed_wrap .itemList .item_qq .tip .intro,
.fixed_wrap .itemList .item_phone .tip .intro {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.fixed_wrap .itemList .item_phone:hover {
  cursor: pointer;
  background: linear-gradient(0deg, #1a70eb, #089ff9);
}
.fixed_wrap .itemList .item_phone:hover .ico {
  background-image: url(../image/ico_fixed_phone_1.png);
}
.fixed_wrap .itemList .item_phone:hover .name {
  color: #fff;
}
.fixed_wrap .itemList .item_phone:hover .tip {
  display: block;
  width: 150px;
  height: 60px;
  bottom: 0px;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
}
.fixed_wrap .itemList .item_phone:hover .tip .intro {
  font-size: 14px;
  font-weight: bold;
}
.fixed_wrap .itemList .item_weixin:hover {
  cursor: pointer;
  color: #fff;
  background: linear-gradient(0deg, #1a70eb, #089ff9);
}
.fixed_wrap .itemList .item_weixin:hover .ico {
  background-image: url(../image/ico_fixed_wein_1.png);
}
.fixed_wrap .itemList .item_weixin:hover .name {
  color: #fff;
}
.fixed_wrap .itemList .item_weixin:hover .tip {
  display: block;
}
.fixed_wrap .itemList .item_qq:hover {
  cursor: pointer;
  color: #fff;
  background: linear-gradient(0deg, #1a70eb, #089ff9);
}
.fixed_wrap .itemList .item_qq:hover .ico {
  background-image: url(../image/ico_fixed_qq_1.png);
}
.fixed_wrap .itemList .item_qq:hover .name {
  color: #fff;
}
.fixed_wrap .itemList .item_qq:hover .tip {
  display: block;
}
