/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre,form, fieldset, legend, button, input, textarea,th,td,img{border:medium none;margin:0;padding:0;}
em{font-style:normal;}
ul, ol{list-style: none;}
table{border-collapse: collapse;border-spacing: 0; }
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;outline:none!important;}
a:hover{color:#076fd3;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
body{font-family:微软雅黑;margin:0; padding:0;font-size:15px;}/*commom style*/


.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
/* 阴影 */
.css_shadow{
   /*定义一个宽度*/
   /*定义一个高度*/
    background:#fff;
    color:#333;
    /*以下为重点*/
    -ms-filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');  /* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); /* For IE 5.5 - 7 */
    -moz-box-shadow: 2px 2px 10px #909090;/* for firefox */
    -webkit-box-shadow: 2px 2px 10px #909090;/* for safari or chrome */
    box-shadow:2px 2px 10px #909090;/* for opera or ie9 */
}

.box{width: 1200px;min-height: 600px;margin:0 auto;}
.box .posi{width: 100%;height: 40px;font-size: 13px;color: #333;padding-left: 15px;line-height: 30px;padding-top:10px;}
.box .bg{width: 1000px;height: 154px;margin:0 auto 15px;background: url(tel-bg.png) no-repeat;}
.box .cent{width: 1000px; min-height: 200px;margin:0 auto 20px;}
.box .cent ul{width: 500px;}
.box .cent ul.ul1{width: 500px;background: url(shu.png) repeat-y right 0;}
.box .cent ul li{width: 467px;height: 28px;position: relative;line-height: 28px;margin:8px 3px;background: url(tel.png) no-repeat 0 center; }
.box .cent ul li .sp1{display: inline-block;font-size: 17px;line-height: 28px;position: absolute;top:0;left:30px;background: #fff;padding-right: 20px;}
.box .cent ul li .sp2{display: inline-block;font-size: 17px;line-height: 28px;position: absolute;top:0;right:4px;background: #fff;}


