body{
    overflow-x: hidden;
}
.margin_center{
    width:100%;
    overflow: hidden;
}
.mycontainer,.margin_center>div{
    width:1200px;
    margin-left:auto;
    margin-right:auto;

}
.clear:after{
    display: block;
    content: '';
    clear: both;
}
.left{float:left;}
.right{float:right;}
.img_jz{
    display: block;
    position: relative;
    overflow: hidden;
}
.img_jz img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.img_jz:hover img{
    -webkit-transform: translate(-50%,-50%) scale(1.07);
    -moz-transform: translate(-50%,-50%) scale(1.07);
    -ms-transform: translate(-50%,-50%) scale(1.07);
    -o-transform: translate(-50%,-50%) scale(1.07);
    transform: translate(-50%,-50%) scale(1.07);
}

/*子页面统一样式*/
#prev_next{
    margin-top:35px;
    margin-bottom: 35px;
}
#prev_next .next,#prev_next .prev{font-size:13px;border-top:1px solid #ccc;padding:5px 25px}
#prev_next li a{  color: #000;}
#prev_next .next a:hover,#prev_next .prev a:hover{color:#1d3f96}
#prev_next .prev{margin-top:20px;background:url(../images/prev_bg.png) no-repeat left center;background-size:18px}
#prev_next .next{border-bottom:1px solid #ccc;background:url(../images/next_bg.png) no-repeat left center;background-size:18px}
div.page{margin:20px 0 20px 0;clear:both;float:right;font-size:14px}
div.page a{padding:2px 5px;margin:2px;color:#fff;text-decoration:none;background:#9b9b9b}
div.page a:hover{background:#5c5c5c}
div.page:after{
    display: block;
    content: '';
    clear: both;
}
div.page span.current{padding:2px 8px;font-weight:700;margin:2px;color:#fff;background-color:#1d3f96}
div.page span.disabled{padding:2px 5px;margin:2px;color:#ddd}
ul.jobs li{border-bottom:2px dotted #ccc;margin-bottom:10px;padding-bottom:10px;font-size:15px;line-height:30px;padding-left:20px;position:relative}
ul.jobs li a{display:block;position:absolute;background-color:#1d3f96;color:#fff;padding:1px 8px;top:50px;left:500px}
ul.jobs li a:hover{border-radius:8px;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}
ul.jobs li strong{color:#1d3f96}
.pdc_list{width:920px}
.pdc_list li{float:left;margin:0 25px 25px 0;border:3px solid #dadada;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}
.pdc_list li a{display:block;position:relative}
.pdc_list li img{display:block;width:275px;height:210px}
.pdc_list li span{display:block;text-align:center;line-height:40px;background:#dadada;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}
.pdc_list li:hover span{color:#fff;background:#1d3f96}
.pdc_list li:hover{border:3px solid #1d3f96}
.content_p{margin-top:40px}
.content_p table{border-bottom:1px solid #ccc;border-right:1px solid #ccc}
.content_p table td{border-left:1px solid #ccc;border-top:1px solid #ccc}
.content_p img{max-width:95%}
.content_p p{font-size:14px;line-height:30px}
.content_p span.sp{display:block;background-color:#ddd;color:#fff;margin-bottom:20px;overflow:hidden}
.content_p span.sp small{background:#1d3f96;display:block;float:left;text-align:center;line-height:40px;width:120px}
.food_name{text-align:center;font-size:24px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px dashed #ccc}
.p_content{font-size:15px;line-height:30px;color:#333}
.p_content img{max-width: 100%;}
.p_content table{width:100%;}
.pdc-list{width:960px}
.pdc-list li{float:left;padding:10px;border:1px solid #ccc;margin-right:35px;margin-bottom:35px}
.pdc-list li img{width:255px;height:200px;display:block}
.pdc-list li span{display:block;text-align:center;color:#666;font-weight:700;margin-top:5px;-webkit-transition:all .2s linear;transition:all .2s linear}
.pdc-list li:hover span{color:#1d3f96}

/*z_contact联系我们*/
.z_contact{padding:60px 25px}
.z_contact>h3{color:#0b66c1;text-align:center;font-weight:lighter;font-size:35px}
.z_contact>p{margin:0 auto;margin-bottom:40px;width:890px;color:#878787;text-align:center;font-weight:lighter;font-size:16px;line-height:35px}
#allmap{float:left;width:525px;height:377px;border:3px solid #E3E2E2}
#form1{float:right;width:635px}
#form1 input[type=text]{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:12px 10px;width:49%;outline:0;border:1px solid #E3E2E2;background:0 0;color:#AEAEAE;font-size:14px;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;-ms-transition:.3s 0s all ease}
#form1 input[type=text]:nth-of-type(even){float:right}
#form1 textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:12px 10px;width:100%;border:1px solid #E3E2E2;font-size:14px;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;-ms-transition:.3s 0s all ease}
#form1 input[type=reset],#form1 input[type=submit]{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:12px 0;width:49%;outline:0;border:1px solid #0b66c1;background:0 0;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;-ms-transition:.3s 0s all ease}
#form1 input[type=reset]{float:right}
#form1 input[type=reset]:hover,#form1 input[type=submit]:hover{background:#0b66c1;color:#fff}
#form1 input:focus,#form1 textarea:focus{border:1px solid #0b66c1;box-shadow:0 0 10px #bfbfbf}
.z_contact ul li{float:left;margin-right:60px;width:360px;color:#333;text-align:center;font-size:16px}
.z_contact ul li:last-of-type{margin-right:0}
.z_contact ul li b{display:block;margin:0 auto;margin-bottom: 15px;width:97px;height:97px;border:3px solid #ddd;-webkit-border-radius:50% 50%;-moz-border-radius:50% 50%;border-radius:50% 50%;background-color:#0b66c1;background-position:center center;background-repeat:no-repeat;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;-ms-transition:.3s 0s all ease}
.z_contact ul li:hover b{background-color:#093a6b}
.z_contact ul li:first-of-type b{background-image:url(../images/zicon1.png)}
.z_contact ul li:nth-of-type(2) b{background-image:url(../images/zicon2.png)}
.z_contact ul li:last-of-type b{background-image:url(../images/zicon3.png)}

/*z_news 新闻中心*/
.zpage_tit{border-bottom:1px solid #ddd;line-height:42px;margin-bottom:20px;margin-top:35px}
.zpage_tit a{color:#333;font-weight:lighter;font-size:24px}
.zpage_tit a:last-of-type{font-size:20px;color:#1d3f96}
.z_news ul li{float:left;width:49%;margin-bottom:40px}
.z_news ul li:nth-of-type(even){float:right}
.z_news ul li a{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:28px 15px;position:relative;top:0;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease}
.z_news ul li a:hover{box-shadow:0 0 10px #ddd;top:-5px}
.z_news ul li a:after{display:block;content:'';clear:both}
.z_date{float:left;width:109px}
.z_date h3{font-weight:lighter;font-size:36px;color:#333;line-height:30px}
.z_date span{margin-top:5px;font-size:14px;color:#999}
.z_news_text{float:right;width:445px}
.z_news_text p{font-size:18px;color:#333;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.z_news_text small{margin-bottom:8px;color:#666;height:83px;display:block;line-height:29px;overflow:hidden}
.z_news_text i{font-style:normal;font-size:15px;display:block;color:#1d3f96;margin-top:5px}


/*z_news_info新闻详情*/
.z_news_info{padding:35px 0}
.z_news_info .zpage_tit{margin-top:0}
.newsinfo_l{float:left;width:73%;padding-right:40px;border-right:1px solid #ddd}
.newsinfo_r{float:right;width:20%}
.newsinfo_l>h3{color:#333;font-size:36px;margin-bottom:30px;font-weight:lighter}
.infotime{margin-bottom:32px}
.infotime span{padding-left:28px;margin-right:25px;font-size:15px;color:#797878}
.infotime span:first-of-type{background:url(../images/time.png) no-repeat left center}
.infotime span:last-of-type{background:url(../images/watch.png) no-repeat left center}
.info_share{border-bottom:1px solid #ddd;margin-top:20px}
.info_share span{float:left}
.share{float:left}
.newsinfo_r>h3{font-size:22px;font-weight:lighter;padding-bottom:10px;border-bottom:1px solid #ddd;margin-top:9px;margin-bottom:22px}
.newsinfo_r>p{line-height:35px;color:#666}
.newsinfo_r ul{border-bottom:1px solid #ddd;margin-bottom:35px;padding-bottom:20px}
.newsinfo_r ul li a{color:#444;width:100%;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;line-height:33px}
.newsinfo_r ul li a:hover{color:#1d3f96}


/*z_case工程案例页面*/
.z_case>ul li{float:left;margin-right:20px;margin-bottom:20px}
.z_case>ul li:nth-of-type(4n){margin-right:0}
.z_case>ul li a{display:block;position:relative;width:283px;height:210px;overflow:hidden}
.z_case>ul li a b{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:10px solid #ddd;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}
.z_case>ul li a b img{position:absolute;top:50%;left:50%;max-width:100%;height:auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease}
.z_case>ul li a:hover img{-ms-filter:blur(3px);filter:blur(3px)}
.z_case>ul li a div{background:rgba(0,0,0,.61);position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease}
.z_case>ul li a div p{position:absolute;background:url(../images/zcaseicon.png) no-repeat center;font-size:18px;color:#b12e34;font-weight:700;padding-top:106px;text-align:center;width:100%;margin-top:15px;-webkit-transition:450ms 0s all ease;-moz-transition:450ms 0s all ease;-ms-transition:450ms 0s all ease;-o-transition:450ms 0s all ease;transition:450ms 0s all ease}
.z_case>ul li a:hover div{opacity:1}
.zpage_tit_index{padding-top:35px}
.zpage_tit_index>h3{color:#0b66c1;text-align:center;font-weight:lighter;font-size:35px}
.zpage_tit_index>p{margin:0 auto;margin-bottom:40px;width:890px;color:#878787;text-align:center;font-weight:lighter;font-size:16px;line-height:35px}


/*z_product*/
.z_product_cont{
    float:right;
    width: 888px;
}
.z_product_cont li{float:left;margin-right:9px;margin-bottom:25px;}
.z_product_cont li:nth-of-type(3n){margin-right:0}
.z_product_cont li a{display:block;width:290px}
.z_product_cont li a b{display:block;position:relative;width:100%;height:284px;overflow:hidden}
.z_product_cont li a b p{font-size:14px;color:#fff;text-align:center;background:url(../images/menu.png) no-repeat center top;padding-top:48px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;opacity:0}
.z_product_cont li a:hover b p{opacity:1}
.z_product_cont li a b img{position:absolute;height:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease}
.z_product_cont li a:hover b img{filter:blur(5px) brightness(.5)}
.z_product_cont svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
#shape{stroke-width:6px;fill:transparent;stroke-dasharray:0 400;stroke-dashoffset:-220;transition:1s all ease}
.z_product_cont li a:hover #shape{stroke-dasharray:100% 0;stroke-width:3px;stroke-dashoffset:0;stroke:#fff}
.z_product_cont li a span{width:100%;display:block;line-height:56px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff url(../images/proline.png) no-repeat 98% center;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;font-size:14px;color:#343434;padding-left:26px;overflow:hidden;white-space:nowrap;margin-top:9px;text-overflow:ellipsis}
.z_product_cont li a:hover span{color:#fff;background:#0b66c1 url(../images/prolines.png) no-repeat 98% center}

.proinfo_right{
    float:right;
    width:420px;
}
.proinfo_right h3{
    font-size: 28px;
    font-weight: lighter;
    margin-bottom: 30px;
    color: #cd0404;
    line-height: 45px;
}
.proinfo_right b{
    color: #333;
}
.proinfo_right b span{
    color: #ff811b;
    font-size: 25px;
}
.proinfo_btn{
    display: block;
    width: 200px;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    margin-top: 20px;
    background: #cd0404;
    cursor: pointer;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.proinfo_btn:hover{
    box-shadow: 0 2px 5px #676767;
}
.qzftablebg{
    display: none;
    position: fixed;
    background: rgba(26, 26, 26, 0.46);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.proinfo_close{
    position: absolute;
    right:-30px;
    top:-30px;
    display: block;
    width:30px;
    height: 30px;
    background: url("../images/close.png") no-repeat center;
}
.qzftable{
    padding: 45px;
    position: absolute;
    border-radius: 10px;
    top:50%;
    left:50%;
    box-shadow: 0 0 10px #535353;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;}
.qzfaddorder h2, .qzfaddorder label{font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification{font-size: 11px;}
.qzfaddorder ul{list-style-type:none;list-style-position:outside;margin:0px;padding:0px;}
.qzfaddorder li{padding:12px;border-bottom:1px solid #eee;position:relative;}
.qzfaddorder li:first-child, .qzfaddorder li:last-child{border-bottom:1px solid #777;}
.qzfaddorder h2{margin:0;display: inline;}
.required_notification{color:#133a58;margin:5px 0 0 0;display:inline;float:right;}
.qzfaddorder label{width:150px;margin-top: 3px;display:inline-block;float:left;padding:3px;}
.qzfaddorder input{height:20px;width:220px;padding:5px 8px;}
.qzfaddorder textarea{padding:8px; width:300px;}
.qzfaddorder button{margin-left:156px;}
.qzfaddorder input, .qzfaddorder textarea{border:1px solid #bbb;box-shadow: 0px 0px 3px #eee, 0 10px 15px #eee inset;border-radius:2px;padding-right:30px;-moz-transition: padding .25s;-webkit-transition: padding .25s;-o-transition: padding .25s;transition: padding .25s;}.qzfaddorder input:focus, .qzfaddorder textarea:focus{background: #fff;border:1px solid #ccc;box-shadow: 0 0 2px #aaa;padding-right:70px;}
.qzfaddorder input:required, .qzfaddorder textarea:required{background: #fff url(../Image/red_asterisk.png) no-repeat 98% center;}
.qzfaddorder input:required:valid, .qzfaddorder textarea:required:valid{background: #fff url(../Image/valid.png) no-repeat 98% center;box-shadow: 0 0 5px #5cd053;border-color: #133a58;}
.qzfaddorder input:focus:invalid, .qzfaddorder textarea:focus:invalid{background: #fff url(../Image/invalid.png) no-repeat 98% center;box-shadow: 0 0 5px #133a58;border-color: #133a58}
.form_hint{background: #133a58;border-radius: 3px 3px 3px 3px;color: white;margin-left:8px;padding: 1px 6px;z-index: 999; /* hints stay above all other elements */position: absolute; /* allows proper formatting if hint is two lines */display: none;}
.form_hint::before{content: "\25C0";color:#133a58;position: absolute;top:1px;left:-6px;}
.qzfaddorder input:focus + .form_hint{display: inline;}
.qzfaddorder input:required:valid + .form_hint{background: #28921f;}
.qzfaddorder input:required:valid + .form_hint::before{color:#28921f;}
button.submit{background-color: #68b12f;background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));background: -webkit-linear-gradient(top, #68b12f, #50911e);background: -moz-linear-gradient(top, #68b12f, #50911e);background: -ms-linear-gradient(top, #68b12f, #50911e);background: -o-linear-gradient(top, #68b12f, #50911e);background: linear-gradient(top, #68b12f, #50911e);border: 1px solid #509111;border-bottom: 1px solid #5b992b;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;box-shadow: inset 0 1px 0 0 #9fd574;-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;-moz-box-shadow: 0 1px 0 0 #9fd574 inset;-ms-box-shadow: 0 1px 0 0 #9fd574 inset;-o-box-shadow: 0 1px 0 0 #9fd574 inset;color: white;font-weight: bold;padding: 6px 20px;text-align: center;text-shadow: 0 -1px 0 #396715;}
button.submit:hover{opacity:.85;cursor: pointer;}
button.submit:active{border: 1px solid #20911e;box-shadow: 0 0 10px 5px #356b0b inset;-webkit-box-shadow:0 0 10px 5px #356b0b inset ;-moz-box-shadow: 0 0 10px 5px #356b0b inset;-ms-box-shadow: 0 0 10px 5px #356b0b inset;-o-box-shadow: 0 0 10px 5px #356b0b inset;}
.qzftable table{margin-left:2px;}
.qzftable table th{color:#444444;font-weight:normal;font-size:14px;font-family:'Microsoft YaHei',arial;text-align:center;vertical-align: top;padding-top: 15px;}
.qzftable table td select{font-family: 'Microsoft YaHei',arial;font-size: 14px;width: 278px;height: 32px;text-indent: 8px;border: 1px solid #d2d4d6;margin: 5px auto 6px 5px;	background: #FFF;margin-left:-3px;}
.qzftable table td ul{list-style:none;position:absolute;}
.qzftable table td ul li{	font-family:'Microsoft YaHei',arial;font-size:14px;height:28px;line-height:28px;text-indent:8px;width:276px;height:28px;border-left:1px solid #d2d4d6;border-right:1px solid #d2d4d6;background:#FFF;}
.qzftable table td ul li a{display:block;text-decoration:none;color:#444444;}
.qzftable table td ul li a:hover{color:#fe7d0c;}
.qzftable table td ul li:last-child{border-bottom:1px solid #d2d4d6;}
.qzftable table td input{font-size:14px;width:276px;height:28px;border:1px solid #d2d4d6;margin:5px auto 5px 5px;}
.qzftable table td .yanzheng{width:101px;}
.qzftable table td textarea{resize: none;width:545px;height:178px;border:1px solid #d2d4d6;margin:5px auto 5px 5px;}
.qzftable table td img{vertical-align:middle;margin-left:5px;margin-bottom:4px;margin-bottom:14px;}
.qzftable table td .but{width:74px;height:31px;line-height:27px;background:#2073CF;border-radius:2px;border:none;text-align:center;margin-top:14px;margin-left:5px;font-size:14px;font-family:'Microsoft YaHei',SimHei,sans-serif;color:#FFF;}



.floatbox {
    width: 152px;
    height: 395px;
    background:#fff;
    right: 10px;
    bottom: 50px;
    position: fixed;
    border: 3px #154a9a solid;
    z-index: 10001
}
.floatbox .fl01{display: block; padding: 13px 0px;background: #154a9a;width: 100%;}
.floatbox .fl02{text-align: center;color: #656565;font-size: 15px;padding-top:18px;}
.floatbox .fl02 span{color: #de1805}
.floatbox .fl03{text-align: center;color: #154a9a;font-size: 15px;line-height: 30px;}
.floatbox .fl03 big{font-size: 20px;font-weight: bold;line-height:26px;}
.floatbox .fzixun{width:82px;height:40px;line-height: 40px;border-radius: 20px;color: #fff;

    background: url(../images/fl02.png) left center no-repeat #154a9a;left: 1px;
    margin:0 auto;
    margin-top: 15px;
    padding-left: 49px; display: block;}
.floatbox .fzixun:hover{background:url(../images/fl02.png) left center no-repeat #de1805}
.floatbox .up {
    display: block;
    height: 35px;
    width: 35px;
    position: absolute;
    top: -7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: -9px;
    cursor: pointer;
    background: url(../images/close.png) center center no-repeat;
    background-size: 60% 60%;
}
.floatbox .fweixin{width: 118px;height: 118px;position: absolute;left:16px;top:250px;}
.floatbox .fbox03{width:100%;height: 50px;line-height: 60px;color: #fff; text-align: center; left: 0;bottom: 0;
    /*background: url(../images/top.png) top center no-repeat #154a9a;*/
    position: absolute;}
