/*底部*/
/*免费通话模态框*/
#mianfeiCall textarea {
  width: 80%;
}
#mianfeiCall input {
  width: 60%;
}
#mianfeiCall .modal-content {
  background: #003C78;
  border-radius: 5px;
  color: #FFFFFF;
  border: 0;
}
#mianfeiCall .modal-content .modal-header {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.1);
}
#mianfeiCall .modal-content .modal-header span {
  color: #FFFFFF;
  font-size: 18px;
}
#mianfeiCall .modal-content .modal-body input {
  width: 100%;
}
#mianfeiCall .modal-content .modal-body textarea {
  width: 100%;
}
#mianfeiCall .modal-content .modal-footer {
  display: flex;
  border-color: rgba(255, 255, 255, 0.1);
}
#mianfeiCall .modal-content .modal-footer div {
  flex: 1;
}
#mianfeiCall .modal-content .modal-footer div:first-child {
  display: flex;
}
#mianfeiCall .modal-content .modal-footer div:first-child p {
  text-align: left;
}
#mianfeiCall .modal-content .modal-footer div:first-child img {
  width: 100px;
  margin-right: 10px;
}
#mianfeiCall .modal-content .modal-footer div:last-child button {
  border-radius: 25px;
}
@media (max-width: 767px) {
  #mianfeiCall textarea {
    width: 100%;
  }
  #mianfeiCall input {
    width: 80%;
  }
}
.div3 {
  bottom: 0px;
  z-index: 888;
  position: absolute;
}
#telll {
  text-align: center;
  background: #0E4882;
  font-size: 18px;
  color: #FFF;
  padding: 30px 0;
  width: 100%;
  z-index: 10;
}
#telll .fa {
  cursor: pointer;
}
#footer a {
  color: rgba(255, 255, 255, 0.5);
}
#footer {
  color: #FFFFFF;
  padding: 50px 0;
  padding-bottom: 0px;
  background: #003C78;
  background-size: auto 100%;
}
#footer div.leftBox li {
  color: rgba(255, 255, 255, 0.5);
}
#footer div.leftBox li img {
  height: 40px;
}
#footer div.leftBox li:first-child {
  margin-bottom: 15px;
}
#footer div.leftBox li:nth-child(2) {
  color: #FFFFFF;
}
#footer li {
  line-height: 2em;
}
#footer .erweima {
  max-width: 195px;
  max-height: 163px;
  margin: auto;
}
#footer .one {
  font-size: 15px;
  font-weight: bold;
}
#footer h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
#footer .bott {
  text-align: center;
  margin-top: 10px;
}
#footer .bott a {
  color: #FFFFFF;
}
#footer .bott p {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  #footer {
    text-align: center;
  }
}
/*侧边栏*/
#sidebar {
  width: 65px;
  height: auto;
  position: fixed;
  right: 12%;
  bottom: 15%;
  text-align: center;
  display: block;
  border-radius: 5px;
  background: #FFFFFF;
  z-index: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
#sidebar ul li {
  padding: 10px 0;
  border-bottom: 1px solid #EAEAEC;
  font-size: 12px;
}
#sidebar ul li i {
  font-size: 18px;
}
#sidebar ul li:hover {
  background: #003C78;
  color: #FFFFFF;
  cursor: pointer;
}
#sidebar ul li:hover a {
  color: #FFFFFF;
}
#sidebar ul li:last-child {
  border: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#sidebar ul li:first-child {
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#sidebar ul li:nth-child(4) {
  position: relative;
}
#sidebar ul li:nth-child(4) div {
  position: absolute;
  background: #FF0000;
  top: 8px;
  right: 8px;
  font-size: 12px;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  border-radius: 50%;
  color: #FFFFFF;
  box-shadow: #FF0000 0 0 6px;
}
@keyframes mouse-dot {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateY(0px);
    opacity: 0;
  }
}
@-webkit-keyframes mouse-dot {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateY(0px);
    opacity: 0;
  }
}
#sidebar ul li:nth-child(4) .shanshuo {
  opacity: 0;
  -webkit-animation: mouse-dot 1s linear infinite;
  animation: mouse-dot 1s linear infinite;
}
#sidebar .mytell {
  position: relative;
}
#sidebar .mytell span {
  text-align: left;
  display: none;
  position: absolute;
  overflow: hidden;
  right: 75px;
  color: #FFFFFF;
  background: #003C78;
  top: -40px;
  padding: 10px 20px;
  width: 180px;
  border-radius: 5px;
}
#sidebar .mytell span hr {
  margin: 10px 0;
  border-color: rgba(255, 255, 255, 0.05);
}
#sidebar .mytell span div p {
  margin: 0;
}
#sidebar .mytell span div p:first-child {
  color: rgba(255, 255, 255, 0.5);
}
#sidebar .mytell span div:first-child b {
  font-size: 16px;
}
#sidebar .mytell span div:last-child img {
  margin: 10px 0;
  width: 100px;
}
#sidebar .mytell:hover span {
  display: inline-block;
}
@media (max-width: 1800px) {
  #sidebar {
    right: 10%;
  }
}
@media (max-width: 1800px) {
  #sidebar {
    right: 8%;
  }
}
@media (max-width: 1600px) {
  #sidebar {
    right: 5%;
  }
}
@media (max-width: 1366px) {
  #sidebar {
    right: 1%;
  }
}
@media (max-width: 991px) {
  #sidebar {
    height: auto;
    top: auto;
    bottom: 60px;
  }
  #sidebar ul li {
    border: 0;
    border-radius: 10px;
    margin-bottom: 5px;
  }
}
/*定时弹出层*/
#tanchuceng .modal-dialog {
  margin-top: 220px;
  position: relative;
}
#tanchuceng .modal-content {
  width: 602px;
  height: 352px;
}
#tanchuceng .close {
  position: absolute;
  right: 5px;
  width: 30px;
  height: 30px;
  top: 10px;
  z-index: 999;
}
#zhuping {
  text-align: center;
  background: #FFF;
  color: #000;
  height: 42px;
  border-bottom: 1px solid #E3E3E3;
  line-height: 42px;
  display: none;
}
#zhuping .close {
  margin-top: 13px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #zhuping {
    height: 52px;
    line-height: 52px;
  }
  #zhuping .close {
    margin-top: 17px;
    margin-right: 20px;
  }
}
