*{padding:0px;margin:0px;}
body{
    padding:0px;
    margin:0px;
    text-align: center;
    background: #f7f8fc;
}
/* 顶部导航板块 index_nav */
div.index_nav{
    min-width: 1200px;
    width: 100%;
    height: 80px;
    text-align: center;
    background: -webkit-linear-gradient(left, #431fd0,#0873e1);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #431fd0,#0873e1);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #431fd0,#0873e1);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #431fd0,#0873e1);
    /* 标准的语法 */
    padding: 0px;
}
div.index_nav .center{
    position: absolute;
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 2;
    height: 80px;
}
div.index_nav .center .logo{
    float: left;
}
div.index_nav .center .nav{
    float: left;
    margin-left: 120px;
}
div.index_nav .center .nav ul{
    list-style: none;
}
div.index_nav .center .nav ul li{
    float: left;
    line-height:80px;
    height: 80px;
    font-size: 18px;
    width: 100px;
    color: #fff;
    font-weight: lighter;
    text-align: left;
    cursor: pointer;
}

/* 顶部导航板块 index_nav end*/
/* 第一板块 index_new */
div.index_new{
    min-width: 1200px;
    width: 100%;
    min-height: 565px;
    text-align: center;
    position: relative;
    /*border: 1px solid red;*/
    background-color: #E5E5E5;
    overflow: hidden;
}
div.index_new .center{
    padding: 30px 0;
    position: absolute;
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
    /*border: 1px solid blue;*/
    z-index: 2;
    min-height: 500px;
    overflow: hidden;
}
div.index_new #myCenter{
    float: left;
    overflow: hidden;
    height: 505px;
    width: 895px;
    margin:0px auto;
    position: relative;
    /*border: 1px solid blue;*/
    overflow: hidden;
    border-radius: 10px;
}
div.index_new #myCarousel{
    height: 505px;
    width: 895px;
    margin:0px auto;
    position: absolute;
    left:0;
    /*border: 1px solid yellow;*/
    overflow: hidden;
}
div.index_new #myCarousel img{
    width:100%;
    height: 505px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
div.index_new #myCarousel .carousel-indicators li{
    background: #fff;
    filter:alpha(opacity= 40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    border:0px;
}
div.index_new #myCarousel .carousel-indicators .active{
    background: #fff;
    border:0px;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
    opacity: 1;   
}
div.index_new .index1_right{
    float: right;
    width: 293px;
    height: 505px;
}
div.index_new .index1_right .index1_top{
    width: 100%;
    height: 328px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
div.index_new .index1_right .index1_top .index1_tit{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    margin-top: 28px;
}
div.index_new .index1_right .index1_top .nav{
    margin-top: 13px;
    width: 238px;
}
div.index_new .index1_right .index1_top .nav li{
    width: 50%;
    float: left;
}
div.index_new .index1_right .index1_top .nav li{
    width: 50%;
    float: left;
}
div.index_new .index1_right .index1_top .nav > li > a{
    overflow: hidden;
}
div.index_new .index1_right .index1_top .nav > li > a >.img{
    width: 17px;
    height: 17px;
    float: left;
    background:url('/img/index/index1_right.png') 0 -17px no-repeat;
}
div.index_new .index1_right .index1_top .nav > li > a >.img2{
    width: 17px;
    height: 17px;
    float: left;
    background:url('/img/index/index1_right.png') -17px 0 no-repeat;
}
div.index_new .index1_right .index1_top .nav li a span{
    float: left;
    line-height: 17px;
    font-size: 16px;
    margin-left: 5px;
    color: #000;
}
div.index_new .index1_right .index1_top .nav > li > a:focus, .nav > li > a:hover{
    background-color: #fff;
}
div.index_new .index1_right .index1_top .nav .active .img2{
    background-position: -17px -17px;
}
div.index_new .index1_right .index1_top .nav .active .img{
    background-position: 0 0;
}
div.index_new .index1_right .index1_top .nav .active > a >span{
    color: #0873E1;
}
div.index_new .index1_right .index1_top .tab-content{
    overflow: hidden;
}
div.index_new .index1_right .index1_top .tab-content input{
    width: 237px;
    height: 33px;
    border-radius: 5px;
     /*去除未选中状态边框*/
    border: 0; 
     /*去除选中状态边框*/
    outline: none;
     /*透明背景*/
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #B0B1B1;
    float: left;
    clear: both;
    margin-top: 15px;
    padding-left: 10px;
}
div.index_new .index1_right .index1_top .tab-content .code{
    width: 237px;
    overflow: hidden;
    clear: both;
}
div.index_new .index1_right .index1_top .tab-content .code input{
    width: 140px;
    float: left;
}
div.index_new .index1_right .index1_top .tab-content .code button{
    width: 83px;
    border: 0px;
    height: 33px;
    float: right;
    color: #fff;
    font-size: 12px;
    line-height: 33px;
    border-radius: 5px;
    margin-top: 15px;
    background-color: #EFAE3C;
}
div.index_new .index1_right .index1_top .hint{
    width: 237px;
    font-size: 12px;
    color: #b0b1b1;
    height: 22px;
    line-height: 22px;
    margin-top: 15px;
}
div.index_new .index1_right .index1_top .button{
    width: 100%;
    overflow: hidden;
}
div.index_new .index1_right .index1_top .button button{
    width: 236px;
    height: 36px;
     /*去除未选中状态边框*/
    border: 0; 
     /*去除选中状态边框*/
    outline: none;
     /*透明背景*/
    background-color: rgba(0, 0, 0, 0);
    background: url("/img/index/button1.jpg") 0 0 no-repeat;
    float: left;
    margin-top: 10px;
}
div.index_new .index1_right .index1_top .bottom{
    width: 236px;
    overflow: hidden;
    color: #B0B1B1;
    margin-top: 14px;
}
div.index_new .index1_right .index1_top .bottom a{
    color: #B0B1B1;
    font-size: 12px;
    line-height: 16px;
}
div.index_new .index1_right .index1_top .bottom a:hover,a:focus{
    text-decoration: none;
}
div.index_new .index1_right .index1_bottom{
    margin-top: 13px;
    width: 100%;
    height: 164px;
    border-radius: 10px;
    overflow: hidden;
}
/*第一版块切换*/
#front{
    width: 293px;
    height: 505px;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 30px;
}
#back{
    width: 0;
    height: 505px;
    margin: 0 auto;
    display: none;
    padding-left: 30px;
}
#switchLogin{
    position: absolute;    /*绝对定位*/
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    width: 74px;
    background-color: #FF5722;
    color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -18px;
    top: 9px;
    cursor: pointer;
}
/* 第一板块 index_new end */
/* 第二板块 index_2 */
div.index_2{
    min-width: 1200px;
    width: 100%;
    min-height: 784px;
    text-align: center;
    position: relative;
    /*border: 1px solid red;*/
    background-color: #fff;
}
div.index_2 .center{
    position: absolute;
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
    /*border: 1px solid blue;*/
    z-index: 2;
    min-height: 784px;
}
div.index_2 .center .top{
    /*border: 1px solid red;*/
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 120px;
    width: 300px;
}
div.index_2 .center .top img{
    float: left;
    position: absolute;
    top: 44px;
    left: 0px;
    z-index: 3;
}
div.index_2 .center .top div{
    float: left;
    position: absolute;
    top: 69px;
    left: 26px;
    z-index: 4;
    font-size: 25px;
}
div.index_2 .center .middle img:nth-child(1){ 
    position: absolute;
    top: 192px;
    right: 107px;
    z-index: 3;
}
div.index_2 .center .middle img:nth-child(2){ 
    position: absolute;
    top: 440px;
    left: 109px;
    z-index: 3;
}
div.index_2 .center .middle .title{
    position: absolute;
    top: 640px;
    left: 477px;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 3px;
}
div.index_2 .center .middle .content{
    position: absolute;
    top: 685px;
    left: 265px;
    font-size: 15px;
    line-height: 23px;
    /*border: 1px solid red;*/
    width: 680px;
    letter-spacing: 2px;
    font-weight: lighter;
}
div.index_2 .center .middle .video{
    /*border: 1px solid red;*/
    width: 782px;
    height: 441px;
    border-radius: 22px;
    position: absolute;
    top: 159px;
    left: 210px;
    z-index: 4;
    overflow: hidden;
}
div.index_2 .center .middle .video video{
    width: 784px;
    height: 443px;
    margin-top: -1px;
    margin-left: -1px;
}
div.index_2 .center .middle .video .vjs-poster{
    width: 784px;
    height: 443px;
    margin-top: -1px;
    margin-left: -1px;
}
/* 第三板块 index_3 */
div.index_3{
    min-width: 1200px;
    width: 100%;
    height: 600px;
    text-align: center;
    position: relative;
    background-color: #556FBC;
}
div.index_3 .center{
    position: absolute;
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
    /*border: 1px solid blue;*/ 
    z-index: 2;
    height: 600px;
    /*background: url("/img/index/7.jpg");*/
}
div.index_3 .center .top{
    overflow: hidden;
    position: relative;
    /*border: 1px solid red;*/
    height: 130px;
    color: #fff;
}
div.index_3 .center .top .font1{
    position: absolute;
    width: 100%;
    font-size: 40px;
    top: 40px;
}
div.index_3 .center .top .font2{
    position: absolute;
    width: 100%;
    font-size: 21px;
    top: 89px;
}
div.index_3 .center .videos{
    /*border: 1px solid yellow;*/
    overflow: hidden;
    padding-left: 92px;
}
div.index_3 .center .videos .list{
    /*border: 1px solid black;*/
    float: left;
    width: 158px;
    height: 388px;
    margin-left: 10px;
    position: relative;
    margin-top: 50px;
}
div.index_3 .center .videos .list:nth-child(2n){
    margin-top: 13px;
}
div.index_3 .center .videos .list .title{
    width: 92px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 2px;
    z-index: 8;
}
div.index_3 .center .videos .list .titlebg{
    width: 92px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    background: #000;
    filter:alpha(opacity=60);  /* 只支持IE6、7、8、9 */
    -moz-opacity:0.6;  /* FireFox 火狐 */
    -khtml-opacity: 0.6;  /* 兼容老的Safari (1.x) -- */
    opacity: 0.6;    /* 标准浏览器 */
}
div.index_3 .center .videos .list .video{
    width: 157px;
    height: 280px;
    position: absolute;
    z-index: 6;
    /*background-color: blue;*/
    top: 18px;
    overflow: hidden;
}
div.index_3 .center .videos .list .video video{
    width: 157px;
    height: 280px;
}
div.index_3 .center .videos .list .title2{
    width: 135px;
    height: 20px;
    line-height: 35px;
    font-size: 16.5px;
    color: #fff;
    position: absolute;
    top: 312px;
    line-height: 20px;
    left: 10px;
    letter-spacing: 2px;
    z-index: 8;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
div.index_3 .center .videos .list .time{
    width: 135px;
    height: 20px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 340px;
    line-height: 20px;
    left: 10px;
    z-index: 8;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    /*border: 1px solid red;*/
}
div.index_3 .center .videos .list .score{
    width: 135px;
    height: 20px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 360px;
    line-height: 20px;
    left: 10px;
    z-index: 8;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    /*border: 1px solid red;*/
}
/* 第四板块 index_4 */
div.index_4{
    min-width: 1200px;
    width: 100%;
    height: 450px;
    text-align: center;
    position: relative;
    background-color: #FBFBFB;
    overflow: hidden;
}
div.index_4 .center{
    position: absolute;
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
    /*border: 1px solid blue; */
    z-index: 2;
    height: 450px;
    /*background: url("/img/index/9.jpg");*/
}
div.index_4 .center .title{
    font-size: 28px;
    line-height: 30px;
    font-weight: lighter;
    /*border: 1px solid red;*/
    margin-top: 55px;
    letter-spacing: 1px;
}
div.index_4 .center .content{
    /*border: 1px solid red;*/
    width: 1310px;
    margin-left: -47px;
    margin-top: 20px;
}
div.index_4 .center .content .icons{
    margin-top: 45px;
    float: left;
    width: 430px;
    /*border: 1px solid blue;*/
    overflow: hidden;
}
div.index_4 .center .content .icons .font{
    font-size: 17px;
    font-weight: lighter;
    line-height: 25px;
    margin-top: 18px;
}
div.index_4 .center .content .icon4{
    float: left;
    /*border: 1px solid blue;*/
    overflow: hidden;
}
/* 第五板块 footer */
div.footer{
    min-width: 1200px;
    width: 100%;
    height: 450px;
    text-align: center;
    position: relative;
    background-color: #222222;
}
div.footer .center{
    position: absolute;
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
    /*border: 1px solid blue; */
    z-index: 2;
    height: 450px;
    /*background: url("/img/index/10.jpg");*/
}
div.footer .center .top{
    /*border: 1px solid blue;*/
    overflow: hidden;
    padding-left: 148px;
    height: 240px;
    text-align: left;
}
div.footer .center .top .list{
    float: left;
    width: 210px;
    height: 240px;
    margin-left: 70px;
    /*border: 1px solid red;*/
    color: #fff;
}
div.footer .center .top .list .title{
    float: left;
    font-size: 16px;
    clear: both;
    width: 100%;
    line-height: 56px;
    border-bottom: 1px solid #6F6F6F;
    margin-top: 57px;
}
div.footer .center .top .list .address{
    float: left;
    clear: both;
    /*border: 1px solid blue;*/
    width: 100%;
    margin-top: 19px;
}
div.footer .center .top .list .address .i{
    float: left;
    overflow: hidden;
    font-size: 36px;
    line-height: 40px;
    width: 40px;
}
div.footer .center .top .list .address .font{
    float: left;
    width: 150px;
    line-height: 25px;
    height: 55px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
div.footer .center .top .list .phone{
    float: left;
    clear: both;
    width: 100%;
}
div.footer .center .top .list .phone .i{
    float: left;
    font-size: 32px;
    line-height: 40px;
    /*border: 1px solid yellow;*/
    width: 40px;
}
div.footer .center .top .list .phone .font{
    float: left;
    width: 170px;
    font-size: 13px;
    line-height: 25px;
    height: 55px;
    margin-top: 8px;
    overflow: hidden;
}
div.footer .center .bottom{
    margin-top: 33px;
}
div.footer .center .notes{
    width: 810px;
    margin-left: 250px;
    text-align: left;
    color: #e6e6e6;
    margin-top: 30px;
    font-size: 12px;
    padding: 0px;
    word-wrap: break-word;
    word-break: break-all;
}