/*style reset */
@font-face {
    font-family:"MicrosoftYaHei" ;
    src: url("/font/MicrosoftYaHei.ttf");
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font: 14px/1.2 "MicrosoftYaHei";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
}
ol, ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
body {
    background-color: #f7fcff;
    *font-size: small;
}
select, input, button, textarea {
    font-size: 99%;
}
table {
    font-size: inherit;
}
a, area {
    outline: 0;
    text-decoration: none;
}
input{
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}
.input::-ms-clear {
    display: none;
}
img{
    border: 0;
    vertical-align: middle;
    display: block;
}
.clearfix:after{content: "";display: block;height: 0;visibility: hidden;clear: both;}
.clearfix{zoom:1;}
.clear{
    clear: both;
}

a{
    display: inline-block;
    text-decoration: none;
    color: #000000;
}
/*清楚浮动*/
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
/*浮动*/
.float_left{
    float: left;
}
.float_Right{
    float: right;
}
.margin{
    margin: 0 25px 0 18px;
}
.Wrapper{
    width: 100%;
}
.header{
    position: relative;
    height: 790px;
    margin-bottom: 50px;
    overflow: hidden;
    background:url(/image/banner0402.jpg?v=20210330) #ababab center top no-repeat;
}
.head-link{
    display: block; position: absolute; left: 0; top: 0; width: 100%; height: 790px; z-index: 2;
}
.index-play{ position: absolute; display: block; width: 97px; height: 98px; background: url(/image/play.png) no-repeat; left: 50%; top: 565px; margin-left: 520px; z-index: 3; }

.fade{ position: fixed; top: 0%; left: 0%; background: black; z-index: 16; -moz-opacity: 0.85; opacity: .85; filter: alpha(opacity=85); width: 100%; height: 100%; display: none;}
.video-alert{ position: fixed; z-index: 17; display: none; left: 50%; top: 50%; background: #000; width: 800px; border: 2px solid #2c2c5e; margin: -250px 0 0 -400px; }
.alert-close{ position: absolute; right: -40px; top: 0; width: 30px; height: 30px; background: url(/image/close.png) no-repeat; display: block; -webkit-transition: -webkit-transform .3s ease-out; -moz-transition: -moz-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; -ms-transition: -ms-transform .3s ease-out; }
.alert-close:hover{ -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); transform: rotateZ(180deg);}  
.video-info{ height: 500px; }
.index-link{ display: block; position: absolute; left: 0; top: 0; right: 0; height: 1108px; cursor: pointer; }

.media_box {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 790px;
}
.video-area {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 100%;
}
.detail-box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.h-detail{
    width: 292px;
    height: 91px;
    position: absolute;
    left: 740px;
    top: 604px;
}
nav{
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: rgba(255,255,255,0.5);
    position: relative;
    z-index: 3;
}
nav ul{
    width: 1556px;
    height: 100px;
    margin: 0 auto;
}

nav ul li{
    position: relative;
    width: 156px;
    height: 100px;
    float: left;
    text-align: center;
}
nav ul .new-add-tip{
	width: 200px;
	height: 100px;
}
nav ul .new-add-tip p{
	color: red;
	line-height: 100px;
}
li .nav_select{
    width: 160px;
    height: 163px;
    background: -ms-linear-gradient(top,rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));        /* IE 10 */
    background:-moz-linear-gradient(top,rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));/*火狐*/
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.1)));/*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.1)));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.1));  /*Opera 11.10+*/
    background: -webkit-linear-gradient(top,rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
    /*background:url(/image/select_bg.png) no-repeat  0 0;*/
    line-height: 30px;
    position: absolute;
    display: none;
    left: 0;
    bottom: -163px;
}
li .nav_select a{
    width: 100%;
    display: inline-block;
}
nav ul .font_icon{
    margin-top: 38px;
    width: 114px;
    height: 27px;
}
.nav_home{
    background:url(/image/home/nav/shouye.png) 0 0 no-repeat;
}
.nav_ziliao{
    background:url(/image/home/nav/ziliao.png) 20px 0 no-repeat;
}
.nav_xinwen{
    background:url(/image/home/nav/xinwen.png) 20px 0 no-repeat;
}
.nav_center{
    background:url(/image/home/nav/zhongxin.png) 20px 0 no-repeat;
}
.nav_download{
    background:url(/image/home/nav/xiazai.png) 20px 0 no-repeat;
}
.nav_hudong{
    background:url(/image/home/nav/hudong.png) 20px -2px no-repeat!important;
}
.nav_menu .select_title{
    width: 156px;
    margin-top: 38px;
}
.nav_menu:hover .nav_ziliao{
    background-position:19px -28px;
}
.nav_xinwen:hover{
    background-position:19px -28px!important;
}
.nav_menu:hover .nav_center{
    background-position:20px -28px;
}
.nav_menu:hover .nav_download{
    background-position:19px -28px;
}
.nav_menu:hover .nav_hudong{
    background-position:21px -29px!important;
}
.nav_xinwen.default{
    background-position: -1px -28px!important;
}
.h_logo{
    width: 252px;
    height: 77px;
    background:url(/image/logo.png) no-repeat  0 8px;
}
.nav_lines{
    display: inline-block;
    width: 1px;
    height: 28px;
    margin-top: 37px;
    line-height: 100px;
    background: #000;
    float: left;
}
/*导航栏效果*/
.nav_list a:hover{
    background-position: 0 -27px;
    color: #ff0000;
}
.default {
    background-position: 0 -28px;
}
.nav_home:hover{
   background-position: 0 -28px!important;   
}
/*底部样式*/
.footer{
    height: 336px;
    background: url('/image/footer_bg.png') 0 0 no-repeat ;
}
.footer_box{
    width: 865px;
    margin: 0 auto;
}
.copyright-left {
    padding-top: 33px;
    float: left;
}
.copyright-left .lines {
    width: 1px;
    height: 25px;
    border-left: 1px solid #b2b2b2;
    margin-right: 15px;
    margin-bottom: 25px;
    vertical-align: middle;
    display: inline-block;
}
.copyright-left a{
    margin-right: 15px;
}
.copyright-text {
    margin-top: 20px;
    border-left: 1px solid #b2b2b2;
    font-size: 12px;
    padding-left: 16px;
    line-height: 20px;
    float: left;
    text-align: left;
}
.copy-gs img{
    width: 42px;
}
/*视频*/
.radio_list{
    margin: 2px;
    cursor: pointer;
    position: relative;
    float: left;
    margin-right: 15px;
}

.redio_opcity{
    position: absolute;
    width: 290px;
    height: 205px;
    background-color:rgba(0,0,0,0.4);
    top: 0;
    display: block;
}
.play_icon{
    width: 60px;
    height: 38px;
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -30px;
    margin-top: -19px;
    background: url(/image/play_icon.png) 0 0 no-repeat;
}
.radio_list:hover .redio_opcity{
    display: none;
}
.img_box {
    width: 290px;
    height: 205px;
    background: #dcdcdc;
}
.show_opcity{
    display: block;
}
.radio_dotted{
    border: 1px #483d3d dashed;
}
.radio_figrout img{
    width: 226px;
}
.radio_line{
    height: 2px;
    background-color: #000000;
}
.radio_content p{
    width: 280px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*技能进度条*/
.progress_list{
    height: 46px;
}
.progress_value{
    float: left;
    line-height: 37px;
    color: #db472f;
    margin-left: 10px;
}
.progress {
    float: left;
    position: relative;
    width: 300px;
    height: 36px;
    background: url('/image/home/hero_rudus.png') 0 0 repeat  ;
}
.progress .progress-bar{
    position: absolute;
    top:0;
    left: 0;
    height: 36px;
    border-radius: 25px;
    background:url(/image/pro_bg.png?v=1001) #c53631  0 0 repeat;
    z-index: 10;
}
.bar_one{
    width: 80%;
}
.bar_tow{
    width: 60%;
}
.bar_three{
    width: 90%;
}
.bar_four{
    width: 30%;
}
.bar_five{
    width: 60%;
}
.progressBar_font{
    float: left;
    padding-left: 10px;
}
.progressBar_font p{
    display: inline-block;
    color: #fff;
}
.progressBar_font p:nth-of-type(1){
    position: absolute;
    left: 15px;
    top: 5px;
    font-size: 18px;
}
.progressBar_font p:nth-of-type(2){
    left: 34px;
    top: 14px;
    position: absolute;
    font-size: 16px;
}
.progressBar_icon{
    display: inline-block;
    width: 37px;
    height: 36px;
    float: right;
    background-image: url(/image/radio.png);
    background-position: 0 -1px;
    background-size: 37px 37px;
    position: absolute;
    right: -7px;
}
/*引导页*/
.lead_page{
    width: 1200px;
    margin: -53px auto 0;
}
.lead_page span{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
/*gongog*/
.infor_icon{
    cursor: pointer;
    float: left;
    width: 62px;
    height: 30px;
    background-position:0 -30px;
    background-repeat: no-repeat;
}

.table_title{
    padding: 5px 0;
}
.lable_h3 {
    width: 86px;
    line-height: 34px;
    padding: 0!important;
    font-size: 18px!important;
    font-weight: 600;
    color: #000000!important;
    text-align: left!important;
}
.table_title span{
    display: inline-block;
    cursor: pointer;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.table_title span.hover{
    background-color: #eb8a64;
    box-shadow: inset 1px 1px 5px 0px rgba(235, 138, 100, 0.75);
    color: #fff;
    border-radius: 14px;
}
/*页面中表格样式*/
table{
    width: 100%;
    border:0;
}
tr th,td{
    text-align: center;
    border:none;
    padding:0;
    margin:0;
    border-left:1px dashed #666666; ;
}
tr th:nth-of-type(1),td:nth-of-type(1){
    border:none;
}
thead tr{
    width: 33px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    border:none;
    padding:0;
    margin:0;
    height: 50px;
    color: #fff;
    background-color: #333333;
}
tbody tr{
    height: 60px;
}
tbody tr:nth-of-type(2n+1){
    height: 60px;
    background-color: #eeeeee;
}
tbody tr:nth-of-type(2n){
    height: 60px;
    background-color: #ffffff;
}
.ulW{
    position: relative;
}
.p_msg {
    color: red;
    position: absolute;
    right: 40px;
    top: 200px;
}
