@charset "utf-8";

/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

*:before,
*:after {
  box-sizing: content-box;
}

:focus {
  outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li,
ul {
  list-style-type: none;
}

img {
  border: none;
}

input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}

.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dx {
  text-transform: uppercase;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

.juzhong {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.textdq {
  text-align: justify;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

.dq {
  text-align: center;
}

* {
  box-sizing: border-box;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.footerBar {
  background: #23a6f8;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footerBar ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 60px;
}

.footerBar ul li{
  flex: 0 0 24%;
}


.footerBar ul li a{
  display: block;
}

.footerBar ul li a img{
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.footerBar ul li a span{
  display: block;
  font-size: 15px;
  text-align: center;
  color: #fff;
}


.webChatHm {
  position: absolute;
  top: -100%;
}
.webChatBox {
  width: 96%;
  border-radius: 10px;
  background: #fff;
  position: fixed;
  z-index: 999999999999999;
  left: 2%;
  top: 30%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.webChatBox .webChatBoxCenter {
  position: relative;
}
.webChatBox .webChatBoxCenter .webClose {
  width: 20px;
  height: 20px;
  background: url(../images/webChatclose.png) no-repeat center;
  position: absolute;
  top: -15px;
  right: 20px;
  background-size: 100%;
}
.webChatBox .webChatBoxCenter img {
  width: 10%;
  display: block;
  margin: 10% auto 0;
}
.webChatBox .webChatBoxCenter h4 {
  font-weight: bold;
  color: #000;
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
}
.webChatBox .webChatBoxCenter p {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.webChatBox .webChatBoxCenter span {
  padding: 5px 20px;
  background: #1aad19;
  font-size: 16px;
  line-height: 2;
  border-radius: 20px;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 30%;
  text-align: center;
  margin: 6% auto 6%;
}
