/*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:#355e92;}
.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 */
}


.main{
    background:url(dt11.png) no-repeat;
    width:1250px;
    margin:0 auto;
    /* min-height:790px; */
    margin-top:40px;
    padding:50px 50px 0px 50px;
    margin-bottom:20px;
}
.tutu{
    height:225px;
    background:url(fw04.png) no-repeat  center bottom;
    padding-top:20px;
    margin-bottom:20px;
}
.tutu a{
    display:inline-block;
    margin-left:150px;
}
.tutu a:first-child{
    margin-left:250px;
}

.tit img{
    display: block;
    margin:0 auto;
    z-index: 999;
}
.hengxian{
    border:2px solid #dedede;
    margin-top:-17px;
}

.con{
    background:url(fw05.png) no-repeat 90px bottom;
    font-size: 17px;
    line-height: 35px;
    padding:20px;
    /* height:535px; */
}
.con span{
    display: block;
}

.zxbl{
    display: block;
    width:210px;
    height:55px;
    line-height:55px;
    color:#fff;
    background:#056fd3;
    text-align: center;
    margin: 40px auto;
    font-size: 19px;
}