/*------------ footer-new ------------*/
.wrap{ width: 1200px; margin: 0 auto; overflow: visible;}
.footer{width: 100%;}
.footer .footer-top{
    background: #535353;
    padding-top: 47px;
    padding-bottom:20px;
}
.footer .footer-block{ float: left;}
.footer .footer-block.w-29{ width: 29%;}
.footer .footer-block.w-25{ width: 25%;}
.footer .footer-block.w-34{ width: 34%;}
.footer .footer-block.w-12{ width: 12%;}
.footer .footer-block .logo{
	margin-top: 10px; 
}
.footer .footer-block .logo img{
 width: 230px;
}
.footer .footer-block .partner{
	margin-top: 15px;
	display: block;
	width: 65%;
	height: 30px;
	background-color: #454545;
	line-height: 30px;
	text-align: center;
	color: #b5b5b5;
	border-radius: 3px;
}
.footer .footer-block .footer-tit{
    margin-bottom: 36px;
	position: relative;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
}
.footer .footer-block .footer-tit:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 23px;
	height: 1px;
	background: #878787;
}
.footer .footer-block .hot-line{
    margin-bottom: 15px;
	font-size: 26px;
	line-height: 26px;
	color: #63a7e4;
}
.footer .footer-block .foot-qq{
    display: block;
    position: absolute;
    top: -2px;
    left: 145px;
    width: 18px;
    height: 22px;
    background: url(footer-qq.png) 0 0 no-repeat;
    background-size: 100%;
}
.footer .footer-block p{
    margin-bottom: 20px;
    position: relative;
    font-size: 13px;
    color: #c2c2c2;
    line-height: 22px;
}
.footer .footer-block p a{
	font-size: 13px;
	color: #c2c2c2;
	line-height: 22px;
}
.footer .footer-block p.ml{  margin-left:-3px;font-size: 12px }
.footer .footer-block p.mb-10{  margin-bottom: 10px; }
.footer .footer-block .footer-ewm{
    margin-bottom: 7px;
    width: 101px;
    height: 101px;
    overflow: hidden;
}
.footer .footer-block .footer-ewm img{
    width: 100%;
    height: 100%;
}
.footer .footer-bottom{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #454545;
	text-align: center;
	font-size: 12px;
	color: #a4a4a4;
}
.footer .footer-bottom a{
	color: #a4a4a4;
}
/*········弹出框·····*/
.winbox{
	overflow: hidden;
    zoom: 1;
    width: 100%;
}

.pop-consult-box{position:fixed;top:35%;right:50%;z-index:999;width:466px;height:240px;border:6px solid #c8c8c8;margin-top:-20px;margin-right:-237px;background:#fff;display:none;}
.pop-consult-box table{width:100%;}
.pop-consult-box table label{
	display:block;
	color: #747474;
	padding: 10px 0px;
}
.pop-consult-box table thead tr{height:48px;background:#0076ca;text-align:center;color: #fff;font-size: 19px;font-weight: bold;}
.pop-consult-box table thead td{background:#0076ca;}
.pop-consult-box .t-left {text-align: center;}
.pop-consult-box table input{
	height:34px;line-height:34px;
	width:231px;text-indent:.5em;
	color:#999;font-size:14px;
	border:1px solid #d0d0d0;border-radius:4px;
	font-family:"宋体";margin-top:20px;
}
.pop-consult-box table input:focus{
	border-color:#209b37;font-size:14px;
	color:#333;box-shadow:0 0 5px 0px #209b37;
}
.pop-consult-box table a{display:block;}
.pop-consult-box table a.btn5{width:135px;height:35px;line-height:35px;text-align:center;font-size:14px;color:#fff;border-radius:4px;background:#0076ca;border:1px solid #0076ca;margin:10px auto 0;}
.pop-consult-box table a.btn5:hover,.pop-consult-box table a.btn5:active{background:#016ebc;}
.pop-consult-box table a.btn7:hover,.pop-consult-box table a.btn7:active{background:#0B8021 no-repeat 25px 4px;}
.pop-consult-box table a.btn7 span{padding-left:22px;}
.pop-consult-box table a.btn7{width:138px;height:33px;line-height:32px;text-align:center;background:#1c9733 no-repeat 25px 4px;font-size:14px;color:#fff;border-radius:4px;border:1px solid #1c9733;margin:6px auto 0;}
.pop-consult-box table tbody{padding-top:20px;}
.pop-consult-box table tbody tr td:first-child .tbody-l{border-right:1px dashed #d3d3d3;padding:0 20px;}
.pop-consult-box table tbody tr td{padding:25px 20px;}
.pop-consult-box table tbody tr td:first-child{padding:25px 0;}
.pop-consult-box .close-btn{
	position: absolute;
	width: 24px;height: 24px;
	background: url(tv_uielements.png) no-repeat -12px -73px;
	top: -17px;right: -17px;z-index:2;
	transition: all 0s;
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
}
.pop-consult-box .close-btn:hover{
	background-position: -49px -73px;
	transition: all 0s;
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
}
.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;
}
.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%; right: 50px; }
	100% { transform: scale(1,1) skew(0,0); top: 35%; right: 50%; }
}

@-webkit-keyframes in {
	0% { -webkit-transform: scale(0,0) skew(60deg,60deg); top: 100%; right: 50px; }
	100% { -webkit-transform: scale(1,1) skew(0,0); top: 35%; right: 50%; }
}

@-moz-keyframes in {
	0% { -moz-transform: scale(0,0) skew(60deg,60deg); top: 100%; right: 50px; }
	100% { -moz-transform: scale(1,1) skew(0,0); top: 35%; right: 50%; }
}

@keyframes out {
	0% { transform: scale(1,1) skew(0,0); top: 35%; right: 50%; }
	100% { transform: scale(0,0) skew(60deg,60deg); top: 100%; right: 50px; display: none; }
}

@-webkit-keyframes out {
	0% { -webkit-transform: scale(1,1) skew(0,0); top: 35%; right: 50%; }
	100% { -webkit-transform: scale(0,0) skew(60deg,60deg); top: 100%; right: 50px; display: none; }
}

@-moz-keyframes out {
	0% { -moz-transform: scale(1,1) skew(0,0); top: 35%; right: 50%; }
	100% { -moz-transform: scale(0,0) skew(60deg,60deg); top: 100%; right: 50px; display: none; }
}
/*````````header end`````````*/

.f_1 {  float:left;padding-top:5px;}
.float-box *{
	word-wrap: break-word;
	word-break: break-all;
	transition: all 0s ;
  -moz-transition: all 0s ;
  -webkit-transition: all 0s ;
  -o-transition: all 0s ;
}
.float-box *:hover{
	transition: all 0s ;
  -moz-transition: all 0s ;
  -webkit-transition: all 0s ;
  -o-transition: all 0s ;
}
.float-box {max-width: 172px; position: fixed; right: 50px; z-index: 9999; bottom: 80px; }
.float-box .float-box-c { background: #fff; border: 1px solid #ccc; border-radius: 2px; padding: 5px; }
.float-box .contact-box { position: relative; width: 150px;  padding: 7px 0 4px 0; }
.float-box .contact-box b { display: block; width: 37px; height: 13px; background: url(sprite.png) no-repeat -7px -206px; margin: 0 auto; }
.float-box .contact-box label { font-size: 16px; color: #fff; font-weight: bold; display: block; text-align: center; margin: 8px auto 5px; }
.baidu-call li { font-size: 14px;  display: block; text-align: center; margin: 5px auto 5px; }
/*.float-box .contact-box input:focus { background: #fff; color: #247e3c; }
.float-box .contact-box input::-webkit-input-placeholder { color: #000; }
.float-box .contact-box input:-moz-placeholder { color: #000; }
.float-box .contact-box input::-moz-placeholder { color: #000; }
.float-box .contact-box input:-ms-input-placeholder { color: #000; }*/
/* Internet Explorer 10+ */
.float-box span a { background: url(index_bg004.png) no-repeat 0 0; display: block; width: 150px; height: 32px; }
.float-box span { border-bottom: 1px solid #dfe6e9; padding: 4px 0; display: block; }
.float-box span.btn-1 { padding-top: 0; }
.float-box span.btn-3 { border-bottom: 0; padding-bottom: 0; }
.float-box span.btn-3 img{
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: 0px;
	right: 61px;
	background: #df9768;
}
.float-box span.btn-1 a { background-position: -15px -4px; }
.float-box span.btn-2 a { background-position: -15px -44px; }
.float-box span.btn-3 a { background-position: -15px -84px; }
.float-box span.btn-1:hover a { background-position: -155px -4px; }
.float-box span.btn-2:hover a { background-position: -155px -44px; }
.float-box span.btn-3:hover a { background-position: -155px -84px; }
.float-box .contact-box .close-btn { position: absolute; width: 20px; height: 20px; background: url(sprite.png) no-repeat center; right: -10px; top: -10px; }
.float-box .contact-box .close-btn:hover { background-position:center; }
.float-box.simple .float-box-c { background: none; border: 0; border-radius: 0; padding: 0; }
.float-box.simple .contact-box { position: relative; width: 150px; background: #0076cb; padding: 7px 0 8px 0; display: none; }
.float-box.simple .contact-box b { display: block; width: 37px; height: 13px; background: url(sprite.png) no-repeat -7px -206px; margin: 0 auto; display: none; }
.float-box.simple .contact-box label { font-size: 18px; color: #fff; font-weight: bold; display: block; text-align: center; margin: 8px auto 8px; display: none; }
.float-box.simple .contact-box input { width: 150px; height: 21px; line-height: 20px; color: #000; font-size: 12px; background: #fff; border: 1px solid #fff; margin: 0px;text-align: center; display: none; }
.float-box.simple span a {float: right;  position: relative; background:url(index_bg003.png) no-repeat 0 0; display: inline-block; width: 61px; height: 61px; border-radius: 2px; }
.float-box.simple span {float: right; border-bottom: 0; padding: 0; margin: 5px 0 0 0; text-align: right; }
.float-box.simple span.btn-1 { padding-top: 0; }
.float-box.simple span.btn-3 { border-bottom: 0; padding-bottom: 0; }
.float-box.simple span.btn-1 a { background-position: -3px -3px; }
.float-box.simple span.btn-2 a { background-position: -3px -67px; }
.float-box.simple span.btn-3 a {background-position: -3px -131px; }
.float-box.simple span.btn-4 a {background-position: -3px -331px; }
.float-box.simple span.btn-5 a {background-position: -3px -397px; }
.float-box.simple span.btn-1:hover a { background-position: -96px -3px; }
.float-box.simple span.btn-2:hover a { background-position: -96px -67px; }
.float-box.simple span.btn-3:hover a { background-position: -96px -131px; }
.float-box.simple span.btn-4:hover a { background-position: -96px -331px; }
.float-box.simple span.btn-5:hover a { background-position: -96px -397px; }
/*.float-box.simple ul li.gotot{display:block;}*/
.float-box .gotot { border-bottom: 0; padding: 0; display: none; }
.float-box .gotot a { background: url(index_bg003.png) no-repeat; display: block; width: 61px; height: 61px; background-position: -3px -202px; margin-top: 10px; border-radius: 2px; }
.float-box .gotot:hover a { background-position: -97px -202px; }
.float-box.simple .gotot a { background: url(index_bg003.png) no-repeat; display: inline-block; width: 61px; height: 61px; background-position: -3px -202px; margin-top: 0; border-radius: 2px; }
.float-box.simple .gotot:hover a { background-position: -96px -202px; }
.float-box.simple .contact-box .close-btn { display: none; }
.float-box.call .float-box-c {
/*	width: 61px;
	height: 61px;*/
	background: #0076cb;border-radius: 2px; 
	padding:10px 10px 15px 10px; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.float-box.call .contact-box { display: block; }
.float-box.call .contact-box b { display: block; }
.float-box.call .contact-box label { display: block; }
.float-box.call .contact-box input { display: block; }
/*.float-box.call span.btn-call a { background: url(index_bg004.png) no-repeat center; display: block; width: 152px; height: 32px; }*/
.float-box.call span.btn-1 a { background-position: -3px -3px; }
.float-box.call .contact-box .close-btn { display: block; }
#qqbtn7{
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
}
#qqbtn6{
	display: block;
	position: absolute;
	width: 60px;
	height: 40px;
	top: 0;
	right: 0;
}
