.index-banner .swiper-slide {
            width: 100%;
            float: left;
        }
        .index-banner{
            width: 100%;
        }
        .swiper-slide a{
            display: block;
            height: 630px;
        }
        .swiper-wrapper,
        .swiper-container {
            width: 100%;
            overflow: hidden;
            position: relative;
        }
        .index-banner .swiper-slide,
        .index-banner .swiper-wrapper {
            height: 630px;
        }
        .index-banner {
            position: relative;
            height: 630px;
            text-align: center;
        }
        .inban-item{
            height: 630px;
        }
        .index-banner .pagination {
            font-size: 0;
            text-align: center;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 30px;
            margin: auto;
            z-index: 100;
        }
        .index-banner .pagination li {
            display: inline-block;
            vertical-align: bottom;
            width: 40px;
            height: 3px;
            background-color: #ffffff;
            border-radius: 3px;
            opacity: 0.5;
            margin: 0 4px;
            cursor: pointer;
        }
        .index-banner .pagination li.active {
            opacity: 1;
        }
        .container{
            width: 1180px;
            position: relative;
            margin: 0 auto;
        }
        .wsc-logo_left{
            float: left;
        }
        .logo_left{
            float: left;
            margin-top: 22px;
        }
        .logo_right{
            margin-top: 32px;
            float: left;
        }
        .left{
            float: left;
        }
        .right{
            float: right;
        }
        .wsc-headNav .wsc-logo_left a{
            display: block;
            width: 392px;
            height: 100px;


        }

        .wsc-NavCon .wsc-logo a{
            height: 100px;
            display: block;
        }
        .wsc-NavCon .wsc-logo{
            height: 100px;
        }
        .logo_line{
            width: 1px;
            height: 28px;
            background-color: #dfe7ee;
            float: left;
            margin: 38px 12px 0 12px;
        }
        .search_icon{
            position: relative;
        }
        .wsc-headNav .hn-item{
            margin: 0 0 0 37px;
            position: relative;
        }
        .wsc-headNav .hn-item:first-of-type{
            margin-left: 0;

        }
        .wsc-headNav  .hn-text:hover{
            color: #2653bc;
            transition: 0.2s;
        }
        .wsc-headNav .hn-text{
            line-height: 100px;
            font-size: 16px;
            color: #222222;
            font-weight: bold;
            transition: 0.2s;
            margin-top: 0;
            padding-bottom: 0;
        }
        .wsc-headNav .hn-search{
            margin-left: 0;
        }
        .search_select{
            display: none;
            position: absolute;
            box-shadow: 0px 3px 5px
            rgba(0, 0, 0, 0.1);
        }
        .wsc-headNav .hn-drop{
            position: absolute;
            text-align: center;
            background-color: rgba(255,255,255,0.9);
            z-index: 9;
            display: none;
            border-top: none;
            top: 100px;
            box-shadow: 0px 3px 5px
            rgba(0, 0, 0, 0.1);
        }
        .wsc-headNav .hn-drop a{
            font-size: 16px;
            line-height: 36px;
            height: 36px;
            color: #444444;
            display: block;
        }

        .search_icon{
            width: 56px;
            height: 100px;
            background: url("../images/indexSearch.png") no-repeat right center;
            cursor: pointer;
            position: relative;
        }
        .iHP{
            position: absolute;
            top: 100px;
            left: 0;
            width: 100%;
            height: 310px;
            background-color: rgba(255,255,255,0.9);
            box-shadow: 0px 3px 5px
            rgba(0, 0, 0, 0.1);
            z-index: 9;
            padding-top: 40px;
            box-sizing: border-box;
            display: none;
        }
        .iHP li{
            float: left;
            text-align: center;
            position: relative;
        }
        .iHPli1 .right{
            margin-left: 42px;
        }
        .iHP h3{
            height: 20px;
            font-size: 20px;
            line-height: 20px;
            text-align: left;
            color: #333;
            margin-bottom: 15px;
            margin-top: 13px;
        }
        .iHP a{
            display: block;
        }

        .menu-more{
            height: 14px;
            font-size: 14px;
            line-height: 14px;
            color: #888;
            display: inline-block!important;
            padding-right: 12px;
            background: url("../images/indexPJ01.png") right center no-repeat;
        }
        .menu-more:hover{
            color: #2653bc;
            background: url("../images/indexPJ.png") right center no-repeat;
        }
        .fadein-top {
            animation:fadeinT 1s ease-out backwards;
        }
        @keyframes fadeinT {
            0% {
                opacity:0;
                -webkit-transform:translateY(-50px)
            }
            to {
                opacity:1;
                -webkit-transform:translateY(0)
            }
        }
        .searchInput input ::-webkit-input-placeholder { /* WebKit browsers */
            color: #b1b1b1;
            font-size: 14px;
        }
        .searchInput input ::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #b1b1b1;
            font-size: 14px;
        }
        .searchInput input :-ms-input-placeholder { /* Internet Explorer 10+ */
            color: #b1b1b1;
            font-size: 14px;
        }
        .search_keyword a{
            color: #2653bc;
            font-size: 14px;
            height: 14px;
            line-height: 17px;
            margin-top: 19px;
            margin-left: 29px;
            display: block;
            float: left;
        }
        .search_keyword a:hover{
            color: #006ccf;
        }
        .search_keyword a:first-of-type{
            margin-left: 215px;
        }
        .search_select{
            position: absolute;
            width: 100%;
            background-color: rgba(255,255,255,0.9);
            height: 210px;
            top: 100px;
            left: 0;
            z-index: 9;

        }
        .search_selectMain{
            width: 1180px;
            margin: 0 auto;
            box-sizing: border-box;
            position: relative;
        }
        .searchInput{
            width: 780px;
            margin-left: 200px;
            margin-top: 68px;
        }
        .searchInput input{
            width: 680px;
            height: 48px;
            line-height: 48px;
            font-size: 14px;
            box-sizing: border-box;
            padding-left: 16px;
            border: 1px solid #e5e5e5;
        }
        .searchFInput input ::-webkit-input-placeholder { /* WebKit browsers */
            color: red;
            font-size: 14px;
        }
        .searchFInput input ::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #999999;
            font-size: 14px;
        }
        .searchFInput input:-ms-input-placeholder { /* Internet Explorer 10+ */
            color: #999999;
            font-size: 14px;
        }
        .searchInputIcon{
            width: 100px;
            height: 48px;
            background-color: #2653bc;
            text-align: center;
            line-height: 48px;
            box-sizing: border-box;
            color: #ffffff;
            font-size: 16px;
            cursor: pointer;
        }
        .search_error{
            position: absolute;
            width: 18px;
            height: 18px;
            cursor: pointer;
            background: url("../images/searCherror.png") no-repeat center;
            top: -38px;
            right: 0;
        }
        .wsc-foot{
            width: 100%;
            padding-top: 60px ;
            padding-bottom: 0;
            background-color: #2e333e;
        }
        .le805 .searchFInput{
            width: 680px;
            height: 50px;
            box-sizing: border-box;
        }
        .le805 .searchFInput input.import{
            /* border: solid 1px #3b414f; */
            /* background-color: #282d38; */
            width: 486px;
            height: 49px;
            /* padding-left: 28px; */
            box-sizing: border-box;
            /* color: #333; */
            /* caret-color: #333!important; */
            float: left;
        }
        .le805 .ft-search form{
            padding-right: 0;
            border: solid 1px #3b414f;
            background-color: #282d38;
            width: 584px;
            height: 50px;
            /* padding-left: 28px; */
            box-sizing: border-box;
            color: #333;
            caret-color: #333!important;
        }
        .le805 .searchFInputB{
            width: 96px;
            height: 50px;
            background-color: #2653bc;
            line-height: 50px;
            text-align: center;
            color: #ffffff;
            font-size: 16px;
            cursor: pointer;
            transition: 0.3s;
            float: right;
        }
        .le805 .searchFInputB:hover{
            transition: 0.3s;
            background-color: #103fad;
        }
        .footer_list{
            margin-top: 38px;
            width: 100%;
        }
        .le805{
            width: 805px;
        }
        .footer_list li{
            float: left;
            margin-left: 64px;
        }
        .links span:last-of-type{
            display: none;
        }
        .footer_list li:first-of-type{
            margin-left: 0;
        }
        .footer_list  h3{
            font-size: 14px;
            line-height: 36px;
            color: #fff;
        }
        .footer_list div{
            color: #9f9f9f;
            font-size: 14px;
            line-height: 36px;
        }
        .footer_sLine{
            width: 1px;
            height: 335px;
            background-color: #1c212b;
            float: left;

        }

        .footer_listRight h3{
            color: #ffffff;
            font-size: 18px;
            height: 18px;
            line-height: 18px;
        }
        .footer_phone{
            margin-top: 23px;
        }
        .footer_phoneTxt{
            font-size: 14px;
            color: #aaaaaa;
            height: 14px;
            line-height: 14px;
        }
        .footer_phoneInfo{
            font-size: 26px;
            color: #ffffff;
            height: 26px;
            line-height: 26px;
            margin-top: 12px;
        }
        .footer_email{
            margin-top: 14px;
            height: 15px;
            line-height: 15px;
            color: #5784f3;
            margin-bottom: 25px;
        }
        .footer_email span{
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 14px;
            letter-spacing: 0px;
            color: #aaaaaa;
        }
        .gzImg{
            width: 90px;
            height: 90px;
        }
        .footer-wx{
            margin-left: 16px;
        }
        .gzTxt{
            color: #aaaaaa;
            font-size: 14px;
            line-height: 14px;
            height: 14px;
            margin-top: 11px;
            text-align: center;
        }
        .footer_onLine a{
            display: block;
            width: 195px;
            height: 50px;
            border-radius: 3px;
            line-height: 50px;
            text-indent: 77px;
            background:#f4384a url("../images/footerMss.png") no-repeat 44px 17px;
            font-size: 18px;
            color: #ffffff;
            margin-top: 29px;
        }
        .footer_onLine a:hover{
            background-color: #d12838;
        }
        .links{
            font-size: 14px;
            height: 16px;
            line-height: 16px;
            margin-top: 14px;
            color: #5c6067;
        }
        .links span{
            margin: 0 8px;
            display: inline-block;
        }
        .wsc-footConBottom{
            height: 66px;
            line-height: 66px;
            background-color: #1f232c;
            width: 100%;
            font-size: 14px;
            margin-top: 50px;
        }
        .wsc-footConBottom .left{
            color: #5c6067;
        }
        .wsc-footConBottom .right{
            color: #5c5f66;
        }
        .footer_logo{
            width: 136px;
            height: 38px;
            margin-right: 18px;

        }
        .wsc-footConBottom span{
            margin: 0 5px;
        }
        .indexHXImg>div{
            position: relative;
            width: 580px;
            height: 360px;
            overflow: hidden;
        }
        .indexHXImg>div:hover img{
            transform: scale(1.2);
            transition: 0.3s;
        }
        .indexHXImg img{
            transition: 0.3s;
        }
        .index-hx{
            padding: 60px 0;
        }
        .indexHxProH{
            height: 32px;
            font-size: 32px;
            line-height: 32px;
            color: #222222;
            margin-bottom: 30px;
            text-align: center;
            font-weight: normal;
        }
        .indexHxProT{
            font-size: 16px;
            line-height: 28px;
            color: #777777;
            margin-bottom: 32px;
        }
        .indexHXa {
            width: 580px;
            height: 360px;
            display: block;
        }
        .proAH{
            position: absolute;
            left: 30px;
            bottom: 35px;
        }
        .proAH a{
            display: block;
            color: #ffffff;
            font-size: 32px;
            font-weight: bold;
            height: 32px;
            line-height: 32px;
            margin-bottom: 20px;
            background: url("../images/hxjt.png") no-repeat right center;
            padding-right: 39px;
            transition: 0.3s;
        }
        .indexHXImg>div:hover .proAH a{
            transform: translateX(10px);
            transition: 0.3s;
        }
        .proAH p{
            height: 18px;
            font-size: 18px;
            line-height: 18px;
            color: #ffffff;
            opacity: 0.8;
        }
        .index_cp{
            padding: 60px 0;
            background:url("../images/index_pcB.jpg")no-repeat left top;
            background-size: 100% 100%;
        }
        .index_cpInfo li{
            float: left;
            margin-left: 20px;
            position: relative;
            transition: 0.3s;
        }
        .index_cpInfo li:hover{
            transform:translateY(-10px) ;
            transition: 0.3s;
        }
        .index_cpInfo li:first-of-type{
            margin-left: 0;
        }
        .index_cpTxt{
            position: absolute;
            left: 0;
            top: 35px;
            height: 24px;
            text-indent: 30px;
            font-size: 24px;
            line-height: 24px;
            color: #444444;
            background: url("../images/index_cpjt.png") no-repeat 230px center;
            padding-right: 106px;
            width: 100%;
        }
        .index_xcVideo{
            width: 100%;
            height: 680px;
            background: url("../images/videoB.png") no-repeat center ;
            background-size: cover;
            position: relative;
        }
        .xcVideoTxt{
            position: absolute;
            width: 100%;
            text-align: center;
            top: 0;

        }
        .xcVideoH{
            margin-top: 170px;
            font-size: 32px;
            line-height: 32px;
            height: 32px;
            text-align: center;
            color: #ffffff;
        }
        .xcVideoT{
            width: 980px;
            font-size: 16px;
            line-height: 32px;
            color: #ffffff;
            text-align: left;
            margin: 30px auto 80px auto;
        }
        .xcVideoBtn{
            margin: 0 auto;
            width: 500px;
        }
        .xcVideoBtn a,.xcVideoBtn div{
            width: 200px;
            height: 50px;
            border-radius: 3px;
            display: block;
            border: solid 1px #fff;
            float: left;
            margin-left: 24px;
            line-height: 50px;
            color: #fff;
            text-align: left;
            cursor: pointer;
        }
        .xcVideoBtn div:first-of-type{
            margin-left: 0;
        }

        .allVideo{
            text-indent: 38px;
            background: url("../images/videoIcon.png") no-repeat 143px center;
        }
        .knowMore{
            text-indent: 46px;
            background: url("../images/videoJt.png") no-repeat 155px center;
        }
        .indexThreeS{
            width: 100%;
            background-color: #f6f6f6;
            padding: 60px 0;
        }
        .indexThreeS li{
            float: left;
            width: 380px;
            height: 280px;
            position: relative;
            margin-left: 20px;
            transition: 0.3s;
            overflow: hidden;
        }
        .indexThreeS li:hover .indexThreeIm img{
            transform: scale(1.2);
            transition: 0.3s;
        }
        .indexThreeS li:hover .indexThreeH a{
            transform: translateX(10px);
        }
        .indexThreeS li:first-of-type{
            margin-left: 0;
        }
        .indexThreeIm img{
            transition: 0.3s;
        }
        .indexThreeH{
            position: absolute;
            left: 30px;
            bottom: 25px;
            color: #fff;
        }
        .indexThreeH a{
            font-size: 24px;
            line-height: 24px;
            height: 24px;
            margin-bottom: 12px;
            display: block;
            padding-right: 28px;
            background: url("../images/threeIcon.png") no-repeat right;
            width: max-content;
            transition: 0.3s;
        }
        .indexThreeH p{
            font-size: 16px;
            line-height: 16px;
            height: 16px;
        }
        .InewsImg{
            width: 540px;
            height: 304px;
            display: block;
        }
        .InewsImg img{
            width: 540px;
            height: 304px;
            transition: 0.3s;
        }
        .indexNews{
            padding: 60px 0;
            max-height: 740px;
        }
        .InewsTime{
            font-size: 14px;
            color: #888888;
            height: 14px;
            line-height: 14px;
            margin: 26px 0 21px 0;
        }
        .InewsH{
            color: #444444;
            height: 18px;
            line-height: 18px;
            font-size: 18px;
            width: 240px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin-bottom: 13px;
        }
        .InewsP{
            width: 540px;
            font-size: 14px;
            line-height: 24px;
            color: #888888;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            max-height: 72px;
        }
        .InewsBtn div{
            float: left;
            width: 40px;
            height: 40px;
            margin-top: 30px;

        }
        .newLBtn{
            background: url("../images/InewsY.png") no-repeat center;
        }
        .newLBtn:hover{
            background: url("../images/InewsYB.png") no-repeat center;
        }
        .newRBtn{
            background: url("../images/InewsY01.png") no-repeat center;
            margin-left: 5px;
        }
        .newRBtn:hover{
            background: url("../images/InewsYB01.png") no-repeat center;
        }
        .sLnews li{
            height: 80px;
            border-bottom: 1px solid #f0f0f0;
            width: 610px;
            box-sizing: border-box;
            padding:  0 30px 0 30px;
            transition: 0.3s;
            margin-top: 24px;
        }
        .sLnews li:first-of-type{
            margin-top: 0;
        }
        .sLnews li:hover .newRP{
            color: #2653bc;
            transition: 0.3s;
        }
        .newRTime{
            color: #888888;
            font-size: 14px;
            height: 14px;
            line-height: 14px;
            margin-bottom: 20px;
            margin-top: 0;
        }
        .newRP{
            height: 18px;
            font-size: 18px;
            line-height: 18px;
            color: #444444;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .ImoreNews a{
            display: block;
            height: 16px;
            font-size: 16px;
            line-height: 16px;
            color: #888888;
            width: 111px;
            background: url("../images/indexPJ01.png") no-repeat right center;
            margin-top: 20px;
            margin-left: 30px;
        }
        .ImoreNews a:hover{
            color: #2653bc;
            background: url("../images/indexPJ.png") no-repeat right center;
        }
        .fixedTop{
            position: fixed;
            right: 0;
            top: 500px;
            width: 80px;
        }
        .fixedTop>div{
            width: 80px;
            height: 60px;
            background-color: #e83a48;
            border-radius: 3px;
            margin-bottom: 1px;
            transition: 0.2s;
            float: right;
            position: relative;
            cursor: pointer;

        }
        .right_kefu a{
            display: block;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            padding-top: 37px;
            color: #ffffff;
            font-size: 13px;
            line-height: 13px;
            text-align: center;
            background: url("../images/fixedMessage.png") no-repeat center 8px;

        }
        .right_kefu:hover{
            transition: 0.2s;
            width: 92px;
        }
        .fixedTop .right_wuxi {
            background: #e83a48 url("../images/fixedWxIcon.png") no-repeat center 9px;
            color: #fff;
            font-size: 13px;
            text-align: center;
            box-sizing: border-box;
            padding-top: 36px;
            line-height: 13px;
            transition: 0.3s;
        }
        .right_wuxi:hover .right_wx_fixed{
            display: block;
            transition: 0.3s;
        }
        .right_wx_fixed{
            position: absolute;
            width: 102px;
            height: 102px;
            text-align: center;
            line-height: 102px;
            top: 0;
            left: -102px;
            background-color: #e83a48;
            display: none;
        }
        .right_back{
            background: #e83a48 url("../images/fixedTop.png") no-repeat center 9px;
            color: #fff;
            font-size: 13px;
            text-align: center;
            box-sizing: border-box;
            padding-top: 37px;
            line-height: 13px;
            transition: 0.3s;
        }
        .right_back:hover{
            transition: 0.2s;
            width: 92px;
        }
        .phoneFH{
            height: 60px;
            width: 253px;
            background-color: #e83a48;
        }
        .right_fuwu:hover{
            transition: 0.3s;
            width: 253px;
        }
        .phoneFH span{
            float: left;
        }
        .phoneFH01{
            width: 80px;
            height: 60px;
            color: #fff;
            font-size: 13px;
            line-height: 13px;
            box-sizing: border-box;
            background: url("../images/fixedPhone.png") no-repeat center 8px;
            padding-top: 37px;
            text-align: center;
        }
        .phoneLine{
            width: 1px;
            height: 34px;
            background-color: #ffffff;
            opacity: 0.4;
            margin-top: 13px;
        }
        .phoneFH02{
            line-height: 60px;
            text-align: center;
            color: #ffffff;
            font-size: 22px;
            width: 172px;
        }
        .links a:hover{
            color: #fff;
        }
        .wsc-footConBottom a:hover{
            color: #fff;
        }
        #video-media{
            height: 100%;
            width: 100%;
        }
        .indexNewsH{
            color: #222222;
            font-size: 32px;
            line-height: 32px;
            height: 32px;
            text-align: center;
            margin-bottom: 50px;
        }

        .indexNews .bigNews{
            height: 538px;
        }
        .indexNews .bigNews .right{
            height: 538px;
        }
        .search_icon:hover{
            background: url("../images/blueSIcon.png") no-repeat right center;
            transition: 0.3s;
        }
        .search_icon.active{
            background: url("../images/blueSIcon.png") no-repeat right center;
        }

        .arrowLeft01{
            width: 61px;
            height: 61px;
            background: url("../images/iSwiperL.png") no-repeat center;
            position: absolute;
            left: 40px;
            top: 285px;
            transition: 0.3s;
            cursor: pointer;
        }
        .arrowLeft01:hover{
            transition: 0.3s;
            background: url("../images/iSwperLH.png") no-repeat center;
        }
        .arrowRight01:hover{
            transition: 0.3s;
            background: url("../images/iSwiperRH.png") no-repeat center;
        }
        .arrowRight01{
            width: 61px;
            height: 61px;
            position: absolute;
            background: url("../images/iSwiperR.png") no-repeat center;
            right: 40px;
            top: 285px;
            transition: 0.3s;
            cursor: pointer;
        }
        .footer_email a:hover{
            color: #2653bc;
        }
        .links a:hover{
            color: #777c85;
        }
        .wsc-footConBottom .right a:hover{
            color: #777b84
        }
        .footer_list a:hover{
            color: #c6c6c6;
        }

        .footer_email a:hover{
            color: #2653bc;
        }
        .links a:hover{
            color: #777c85;
        }
        .wsc-footConBottom .right a:hover{
            color: #777b84
        }
        .footer_list a:hover{
            color: #c6c6c6;
        }
        .bigNewsLi .left img{
            transition: 0.3s;
        }
        .bigNewsLi .InewsImg{
            overflow: hidden;
        }
        .bigNewsLi .left:hover  img{
            transition: 0.3s;
            transform: scale(1.2);
        }
        .InewsH a:hover{
            color: #2653bc;
        }


        .wsc-logo img{
            vertical-align: unset;
        }

        .videobg{
            position: absolute;
            background: rgba(0,0,0,0.45);
            top: 0;
            height: 680px;
            overflow: hidden;
            width: 100%;
        }


        .indexProImg img{
            transition: 0.3s;

        }

        .indexProImg:hover img{
            transition: 0.3s;
            transform: scale(1.1);
        }
        .sLnews li{
            width: 610px;
            height: 100px;
            background-color: #ffffff;
            padding: 24px 30px 0 30px;
            margin-top: 0;
        }
        .newRTime{
            margin-bottom: 21px;
        }
        .sLnews li:hover{
            box-shadow: 0px 0px 10px 0px
            rgba(0, 0, 0, 0.07);
            position: relative;
            z-index: 9;

        }



        .le805 .searchFInput input:focus{
            border-color: #3b414f;
            background-color: #fff;
            caret-color: #DEDEDE;
        }
        .wsc-headNav .hn-drop a{
            height: 40px;
            line-height: 40px;
        }

        .allVideo:hover{
            background: #fff url("../images/lanse01.png") no-repeat 143px center;
            color: #2653bc;
        }

        .knowMore:hover{
            color: #fff;
            background-color: #2653bc;
            border-color:#2653bc ;
        }

        .right_wuxi:hover{
            border-radius: 0;
        }
        .iHP .right{
            text-align: left;
        }
        .bigNewsLi{
            overflow: inherit;
        }
        .footer_list h3 a{
            color: #ccc;
            transition: 0.3s;
        }
        .footer_list h3 a:hover{
            color: #fff;
            transition: 0.3s;
        }

        .index_cpInfo h3{
            color: #888;
            font-size: 16px;
            font-weight: normal;
            position: absolute;
            text-indent: 30px;
            left: 0;
            top: 71px;
        }
        .iHP p{
            color: #666666;
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 18px;
            text-align: left;
        }


        .iHP li:hover h3{
            color: #2653bc;
        }



        #video-container {
            height: 400px;
            width: 800px;
            position: relative;
            cursor: pointer;
        }


        #video-container .pause_ico{
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 1000;
            width: 91px;
            height: 91px;
            background: url(../images/bigVideoBtn.png) no-repeat center center;
        }
        .newaddbbi .InewsH{
            width: 540px;
        }
