﻿ul,ol{ list-style: none;}
body,html{
	font-size: 14px;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
button {
	outline: none;
	/* -webkit-appearance:none; */	
	resize: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
button{
	border: none;
}
/*右侧固定栏 slider_bar*/
.slider_bar {
  position: fixed;
  right: 0;
  bottom: 50px;
}
.slider_bar ul {
  float: right;
  width: 61px;
}
.slider_bar li a {
  display: block;
  position: relative;
  width: 61px;
  height: 61px;
  background: url(../images/index_bg003.png) no-repeat;
  cursor: pointer;
}
.slider_bar li + li {
  margin: 5px 0 0;
}
.slider_bar .icon_tel a {
  background-position: 0 0;
}
.slider_bar .icon_tel a:hover {
  background-position: -92px 0;
}
.slider_bar .icon_qq a {
  background-position: 0 -65px;
}
.slider_bar .icon_qq a:hover {
  background-position: -92px -65px;
}
.slider_bar .icon_gotop a {
  background-position: 0 -195px;
}
.slider_bar .icon_gotop a:hover {
  background-position: -92px -195px;
}
.slider_bar .icon_zx a {
  background-position: 0 -260px;
}
.slider_bar .icon_zx a:hover {
  background-position: -92px -260px;
}
.callback_box {
  display: none;
  position: absolute;
  width: 170px;
  bottom: 125px;
  margin-bottom: 5px;
  background: #ea7525;
  border-radius: 2px;
  padding: 15px;
  z-index: 2;
}
.callback_box .close_btn {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.callback_box h3 {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "微软雅黑";
}
.callback_box .callback {
  margin-top: 10px;
  display: block;
}
.callback_box .callback input {
  width: 140px;
  height: 26px;
  line-height: 25px;
  color: #000;
  font-size: 12px;
  background: #fff;
  border: 1px solid #fff;
  margin: 0px;
  text-align: center;
}
.callback_box .callback input:focus {
  border-color: #006cb7;
}
.callback_box .callback button {
  margin-top: 10px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #fb6904;
}
.mfdh_icon{
	display:inline-block;
	width: 24px;
    height: 50px;
    background-position: 0px 4px;
	 background: url(../images/mfdh.png) no-repeat center center;
	}
/*了解更多联系弹窗*/
.pop_consult_box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 180px;
  margin: -20px 0 0 -165px;
  border: 5px solid #c8c8c8;
  background-color: #FFFFFF;
  z-index: 1000;
}
.winbox strong{ color:#fff;}
.pop_consult_box .close_btn {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  background: url(../images/close.png) no-repeat center;
  cursor: pointer;
}
.pop_consult_box table {
  width: 100%;
}
.pop_consult_box table th {
  width: 100%;
  line-height:40px;
  background-color: #0099cc;
  text-align: center;
  font-size: 15px;
  color: #FFFFFF;
}
.pop_consult_box table td {
  padding: 5px 0;
}
.pop_consult_box table td.slogan{ padding: 0; text-align: center;}
.pop_consult_box table .call_cell {
  width: 150px;
  padding: 5px 5px 5px 5px;
  border-right: 1px dashed #d3d3d3;
}
.pop_consult_box table .call_cell input {
  padding: 0 10px;
  width: 135px;
  height: 33px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
}
.pop_consult_box table .call_cell input:focus {
  border-color: #47b45c;
  box-shadow: 0 1px 5px #47b45c;
}
.pop_consult_box table .call_cell button {
  display: block;
  margin: 12px auto 0;
  width: 137px;
  height: 37px;
  font-size: 14px;
  font-family: "微软雅黑";
  line-height: 37px;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: #0099cc;
}
.pop_consult_box table .qq_cell {
  width: 140px;
  padding: 12px 0;
  text-align: center;
}
.pop_consult_box table .qq_cell label {
  display: block;
  color: #747474;
  padding: 10px 0px;
}
#newBridge{ }
ins(1) {display:none;}

.pop_consult_box table .qq_cell .qq_zx{
	margin-top: 8px;
	cursor:hand;
}
/*.pop_consult_box table .qq_cell .qq_zx #qiao-icon-wrap .qiao-icon-head {
  height: 37px;
  width: 120px;
  border-radius: 3px;
  margin: 3px 0 0;
}
.pop_consult_box table .qq_cell .qq_zx .nb-icon-icon #qiao-icon-wrap .qiao-icon-head {
  height: 37px;
  width: 140px;
  border-radius: 3px;
  margin: 3px auto 0;
  background: transparent;
}
.pop_consult_box table .qq_cell .qq_zx #qiao-icon-wrap .qiao-icon-title {
	width: 140px;
	height: 37px;
  	top: 0;
  	left: 0;
  	background: url(../images/zx.png) no-repeat center;
  	background-size: contain;
}*/
.pop_consult_box table .slogan {
  padding: 0;
  font-size: 12px;
  text-align: center;
  color: #0099cc;
}
/*winbox 显示动画*/
.showanimation {
  animation: in 1s ease both;
  -webkit-animation: in 1s ease both;
  -moz-animation: in 1s ease both;
  display: block;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
/*winbox 隐藏动画*/
.hideanimation {
  animation: out 1s ease both;
  -webkit-animation: out 1s ease both;
  -moz-animation: out 1s ease both;
  display: none\0;
  *display: none;
}
@keyframes in {
  0% {
    transform: scale(0, 0) skew(60deg, 60deg);
    top: 100%;
    left: 90%;
  }
  100% {
    transform: scale(1, 1) skew(0, 0);
    top: 35%;
    left: 50%;
  }
}
@-webkit-keyframes in {
  0% {
    -webkit-transform: scale(0, 0) skew(60deg, 60deg);
    top: 100%;
    left: 90%;
  }
  100% {
    -webkit-transform: scale(1, 1) skew(0, 0);
    top: 35%;
    left: 50%;
  }
}
@-moz-keyframes in {
  0% {
    -moz-transform: scale(0, 0) skew(60deg, 60deg);
    top: 100%;
    left: 90%;
  }
  100% {
    -moz-transform: scale(1, 1) skew(0, 0);
    top: 35%;
    left: 50%;
  }
}
@keyframes out {
  0% {
    transform: scale(1, 1) skew(0, 0);
    top: 35%;
    left: 50%;
  }
  100% {
    transform: scale(0, 0) skew(60deg, 60deg);
    top: 100%;
    left: 90%;
    display: none;
  }
}