/*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;}
a{color:#333;}
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;}/*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;}
.fl{float:left;}
.fr{float:right;}
a{color:#c0c0c0;}
a:hover{color:#355e92;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.w1000{
    width: 1000px;
    margin: 0 auto;
}

/*顶部样式*/

body {
    background-image: url("bg.jpg");
    background-position:center top;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
.top-tit{
    margin-top:100px;
}
.top-tit a{
    color: #ffffff;
    font-size: 13px;
    padding-left: 2px;
}
.top-tit span{
    color: #FFFfff;
    padding-left: 2px;
}

.nav{
    background: #f39800;
    width: 1000px;
    height: 50px;
    line-height: 50px;
    margin-top: 40px;
}
.nav a{
    color: #FFFFFF!important;
    font-size: 17px;
    display: block;
    font-family:'微软雅黑';
    padding-left: 100px;
}
/**********主体内容样式**********/
.bg-content{
    width: 1000px;
    height: 700px;
    background: #FFFFFF;
}
/**********第一层*********/
.floor-1{
    width: 1000px;
    height: 300px;
}
.slide{
    width: 420px;
    height: 280px;
    margin-left: 20px;
    margin-top: 20px;
}
.right-one{
    width: 520px;
    height: 280px;
    margin:20px 0 0 20px;
}
.title-1{
    font-family: '微软雅黑';
    font-size: 17px;
    font-weight: bold;
    color: #245397;
    line-height: 32px;
}
.content-1{
    font-family:'微软雅黑';
    font-size: 15px;
    color: #333333;
    line-height:26px;
    text-align: left;
}
/********第二层********/
.wz-left{
    width:470px;
    height:360px;
    margin:20px 0 0 20px;
    border: 1px solid #CCCCCC;
    border-top: 2px solid #245397;
}
.wzbt{
    color: #245397;
    font-size: 17px;
    font-weight: bold;
    font-family: '微软雅黑';
    line-height:50px;
    text-align: center;
}
.wz-nr{
    font-family: '微软雅黑';
    font-size: 15px;
    color: #333333;
    padding:0 20px;
    line-height: 26px;
}
/***尾部样式****/
.footer{
    width: 100%;
    height: 110px;
    line-height: 110px;
    background: #FFFFFF;
    margin-top:20px;
}
.footer div{
    font-size: 15px;
    font-family: '微软雅黑';
    color: #333333;
    text-align: center;
}