/*右侧固定栏 slider_bar*/
*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
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 {
  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;
}
.callback_box {
  display: none;
  position: absolute;
  width: 202px;
  right: 0;
  bottom: 125px;
  margin-bottom: 5px;
  background: #0099cc;
  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: 20px;
  font-family: "century gothic";
}
.callback_box .callback {
  margin-top: 10px;
  display: block;
}
.callback_box .callback input {
  width: 170px;
  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: #006cb7;
  border: 0;
}
/*了解更多联系弹窗*/
.pop_consult_box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 466px;
  height: 240px;
  margin: -120px 0 0 -233px;
  border: 5px solid #c8c8c8;
  background-color: #FFFFFF;
  z-index: 1000;
}
.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: 48px;
  background-color: #0099cc;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
}
.pop_consult_box table td {
  padding: 25px 0;
}
.pop_consult_box table .call_cell {
  width: 265px;
  padding: 12px 25px 12px 20px;
  border-right: 1px dashed #d3d3d3;
}
.pop_consult_box table .call_cell input {
	color:#333;
  padding: 0 10px;
  width: 218px;
  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;
  border: 0;
  background-color: #0099cc;
}
.pop_consult_box table .qq_cell {
  width: 164px;
  padding: 12px 0;
  text-align: center;
}
.pop_consult_box table .qq_cell label {
  display: block;
  color: #747474;
  padding: 10px 0px;
}
.pop_consult_box table .qq_cell .qq_zx #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;
  }
}
@-webkit-keyframes out {
  0% {
    -webkit-transform: scale(1, 1) skew(0, 0);
    top: 35%;
    left: 50%;
  }
  100% {
    -webkit-transform: scale(0, 0) skew(60deg, 60deg);
    top: 100%;
    left: 90%;
    display: none;
  }
}
@-moz-keyframes out {
  0% {
    -moz-transform: scale(1, 1) skew(0, 0);
    top: 35%;
    left: 50%;
  }
  100% {
    -moz-transform: scale(0, 0) skew(60deg, 60deg);
    top: 100%;
    left: 90%;
    display: none;
  }
}