@charset "UTF-8";body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,menu,form,fieldset,blockquote,pre,hr,input,textarea,button,select {
    margin: 0
}
body {
    font-family: Arial, 'Microsoft yahei', simsun, sans-serif;
}
ul,ol,menu,fieldset,legend,input,textarea,button,caption,th,td,blockquote,dir,address {
    padding: 0
}

fieldset,iframe,img,hr {
    border: none
}

html {
    overflow: auto;
    font-family: sans-serif;
    font-size: 100%
}

a {
    text-decoration: none;
    background-color: transparent
}

menu,ul,ol {
    list-style: none
}

pre,code,kbd,samp,var {
    font-family: monospace;
    font-size: 1em
}

pre {
    overflow: auto
}

input,textarea,button,select,optgroup,option {
    font-family: sans-serif;
    font-size: 1em
}

input,button,select {
    overflow: visible;
    *zoom:1}

textarea {
    overflow: auto;
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

[hidden],template {
    display: none
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

html.borderbox *:before,html.borderbox *:before,html.borderbox *:after,html.borderbox *:after {
    box-sizing: border-box
}

input,textarea {
    appearance: none;
    border-radius: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

svg:not(:root) {
    overflow: hidden
}

a,button {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none
}

img {
    max-width: 100%;
    *width: auto;
    _width: auto
}

input,button,textarea {
    outline: none
}

input[type="button"],button {
    background: transparent;
    border: none;
    cursor: pointer
}

.inline-block {
    display: inline-block;
    *display: inline;
    *zoom:1}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix {
    *zoom:1}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.btn,.icon {
    display: inline-block;
    *display: inline;
    *zoom:1;background-repeat: no-repeat;
    background-position: 0 0
}

.txt-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.ui-center {
    text-align: center
}

.ui-right {
    text-align: right
}

.ui-block {
    overflow: hidden
}

.ui-info,.ui-error,.ui-warning,.ui-success {
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    *display: inline;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.ui-info {
    background: #5bc0de;
    border: 1px solid #31b0d5
}

.ui-info:hover {
    background: #31b0d5
}

.ui-error {
    background: #d9534f;
    border: 1px solid #c9302c
}

.ui-error:hover {
    background: #c9302c
}

.ui-warning {
    background: #f0ad4e;
    border: 1px solid #ec971f
}

.ui-warning:hover {
    background: #ec971f
}

.ui-success {
    background: #5cb85c;
    border: 1px solid #449d44
}

.ui-success:hover {
    background: #449d44
}

.ui-ipt-info {
    border-color: #5bc0de !important
}

.ui-ipt-error {
    border-color: #d9534f !important
}

.ui-ipt-warning {
    border-color: #f0ad4e !important
}

.ui-ipt-success {
    border-color: #5cb85c !important
}


.topbar {
    height: 40px;
    background-image: -webkit-linear-gradient(top, #fff, #f6f6f6);
    background-image: linear-gradient(to bottom, #fff, #f6f6f6);
    color: #333;
    background-color: #f6f6f6;
    font-size: 12px
}

.topbar-container {
    *zoom:1;overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 40px
}

.topbar-container:before,.topbar-container:after {
    content: " ";
    display: table
}

.topbar-container:after {
    clear: both
}

.topbar-logo {
    float: left;
    width: 125px;
    height: 40px
}

.topbar-logo a {
    display: block;
    width: 125px;
    height: 40px;
    background: url(/resource/static/images/wbhd.jpg) no-repeat;
    text-indent: -9999em
}

.topbar-nav {
    float: right;
    padding: 10px 0 0 0
}

.topbar-nav-inner {
    *zoom:1}

.topbar-nav-inner:before,.topbar-nav-inner:after {
    content: " ";
    display: table
}

.topbar-nav-inner:after {
    clear: both
}

.topbar-nav li {
    float: left;
    line-height: 20px;
    background: url(/resource/static/images/link_line.gif) right center no-repeat;
    color: #333
}

.topbar-nav a {
    display: block;
    padding: 0 10px;
    color: #333
}

.topbar-nav .nobg {
    background: none
}


.bg{
    position: absolute;
    z-index: -1;
    width: 100%;
    min-width: 1200px;
    left: 0;
}
.bg div {
    background-repeat: no-repeat;
    background-position: center 0;
    height:450px;
}
.bg1 {
    background-image: url(../images/bg_01.jpg);
}
.bg2 {
    background-image: url(../images/bg_02.jpg);
}
.bg .bg3 {
    background-image: url(../images/bg_03.jpg);
    height:449px;
}
.bg .bg4 {
    background-image: url(../images/bg_04.jpg);
    height:1810px;
}

.btn, .icon {
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
}

.main{
    padding-top: 830px;
}

.row{
    width:1200px;
    margin: 0 auto;
    position: relative;
}

.row-1{
    text-align: center;
    vertical-align: middle;
    height: 100px;
}
.row-2{
    text-align: center;
    vertical-align: middle;
    height: 400px;
}
.row-3{
    text-align: center;
    vertical-align: middle;
    height:550px;
}

.row-4{
    height:300px;
}
.row-5{
    text-align: center;
    vertical-align: middle;
    height:570px;
}
.row-1 .btns_1,.row-1 .btns_2{
    position: relative;
    top: -15px;
}
.btns_1 {
    background: url(../images/btn_01.png) no-repeat 0 0;
    width: 285px;
    height: 85px;

}
.btns_1:hover{
    background: url(../images/btn_01.png) no-repeat -297px 0;
}
.btns_2 {
    background: url(../images/btn_01.png) no-repeat 0 -105px;
    width: 285px;
    height: 85px;
}
.btns_2:hover{
    background: url(../images/btn_01.png) no-repeat -296px -103px;
}
.row-2 .weibo-bg{
    width: 1142px;
    height: 344px;
    margin-top: 225px;
}
.weibo-box{
    float: left;
}
.weibo-box textarea {
    width: 470px;
    height: 63px;
    border: none;
    font-size: 14px;
    line-height: 22px;
    color: #5b5161;
    overflow: hidden;
    margin-top: 143px;
    margin-left: 50px;
    padding: 20px;
}
.iframe-box{
    width: 555px;
    height: 346px;
    float: right;
    margin-right: -17px;
    margin-top: 15px;
    border-radius: 10px;
}
.btns_11{
    background: url(../images/btn_03.png) no-repeat -5px -6px;
    width: 147px;
    height: 53px;
    margin-left: 264px;
    margin-top: 10px;
    position: relative;
}
.btns_11:hover{
    background: url(../images/btn_03.png) no-repeat -159px  -7px;
}
.btns_12{
    background: url(../images/btn_03.png) no-repeat -5px -62px;
    width: 147px;
    height: 53px;
}
.btns_12:hover{
    background: url(../images/btn_03.png) no-repeat -157px -63px;
}

.vedio{
    height:333px;
    width: 551px;
   background-color: #0000cc;
    float: left;
    margin-top: 130px;
    margin-left: 31px;
    border-radius: 10px;

}
.row-3 .silderBox {
    left: 573px;
    top: -114px;
    z-index: 1;
}
.silderBox{
    width: 793px;
    height: 603px;
    float: left;
    margin-top: 99px;
    margin-left: 39px;
    position: absolute;
    overflow: hidden;
}
.slider{
    height: 603px;
    width: 715px;
    overflow: hidden;
    left: 0;
    top: 0;
}
.slider ul{
    .clearfix();
}
.slider ul li{
     width: 793px;
     height: 603px;
     display: none;
 }
.slider li a,.slider li img{
    display: block;
    width: 100%;
    height: 100%;
}
.slider li.current{
     display: block;
 }

.slider-point{
.clearfix();
    position: absolute;
    left: 30px;
    bottom: 106px;
}
.slider-point li{
    float: left;
    width: 27px;
    height: 15px;
    background-color: #5b5560;
    margin: 0 6px;
    cursor: pointer;
}
.slider-point li.active{
     background-color: #f34932;
 }
.row-4 ul{
    margin-left:28px;
    margin-top: 80px;
}
.row-4 ul li{
    width: 270px;
    height: 175px;
    float: left;
    margin-right:23px;
}
.row-4 ul li a i{
    width: 60px;
    height: 60px;
    display: block;
    margin-top: 56px;
    margin-left: 110px;
    background: url(../images/btn_vedio.png) no-repeat 0 0;
}
.btn-vedio1{
    background: url(../images/vedio_01.jpg) no-repeat 0 0;
    width: 270px;
    height: 175px;
}
.btn-vedio2{
    background: url(../images/vedio_02.jpg) no-repeat 0 0;
    width: 270px;
    height: 175px;
}
.btn-vedio3{
    background: url(../images/vedio_03.jpg) no-repeat 0 0;
    width: 270px;
    height: 175px;
}
.btn-vedio4{
    background: url(../images/vedio_04.jpg) no-repeat 0 0;
    width: 270px;
    height: 175px;
}
.comments{
    background-color: #ffffff;
    border-radius: 13px;
    padding: 35px;
    margin-top: 31px;
    margin-left: 22px;
    height: 480px;
    overflow-y: scroll;
}
.footer {
    background-color: #000004;
    color: #6a4f50;
    text-align: center;
    font-size: 12px;
    padding-top: 17px;
    padding-bottom: 25px;
}
.footer a {
    color: #6a4f50;
}
.footer img {
    vertical-align: middle;
}









