/*style reset */

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 "Microsoft YaHei",\5fae\8f6f\96c5\9ed1,Helvetica,Arial,Microsoft Yahei,sans-serif;
}
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: #fff;
    *font-size: small;
    *font: x-small;
}
select, input, button, textarea {
    font-size: 99%;
}
table {
    font-size: inherit;
    font: 100%;
}
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;
}
/*common style*/
.container{
    max-width: 1920px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}
.container .wrap{
    background: url("https://static.web.sdo.com/woool/pic/woool_act/Data/images/bg.jpg") no-repeat top center #111111;
    position: relative;
    margin: 0px auto;
    min-height: 1490px;
}
.container .content-wrap{
    padding-left:20%;
    padding-bottom: 120px;
}
.container .inner{
    position: relative;
    z-index: 1;
    width: 950px;
}
.container .m-inner{
    position: relative;
    display: block;
    width: 760px;
    margin: 0px auto;
}
.container .menu{
    position:absolute;
    display: block;
    width:220px;
    height: 100%;
    left:-230px;
    top: 0px;
    z-index:3;
    opacity:0;
    background:#222222;
    transition:all 0.4s ease-out;  
    -webkit-transition:all 0.4s ease-out;  
    -moz-transition:all 0.4s ease-out;  
}
.container .menu.show{
    left:0px;
    opacity:1; 
}
.container .logo{
    display: block;
    width:162px;
    height: 130px;
    left: 0px;
    margin: 30px auto;
    background: url("https://static.web.sdo.com/woool/pic/woool_act/Data/images/icon.png") no-repeat 0px 0px; 
}
.menu-list span{
    color:#444444;
    font-size: 16px;
    position: absolute;
    left:40px;
    top:26px; 
}
.menu-list li{
    position: relative;
}
.menu-list .sub-menu{
    position: absolute;
    top: 0px;
    left: 220px;
    z-index: 3;
    display: none; 
}
.menu-list li:hover .sub-menu{
    display:block; 
}
.menu-list .sub-menu a{
    width:200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color:#8f1818;
    color:#cc9999; 
}
.menu-list .sub-menu a:hover{
    background-color:#821414; 
}
.menu-list a{
    display: block;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    color: #888888;
    transition:all 0.4s ease-out; 
    -webkit-transition:all 0.4s ease-out; 
    -moz-transition:all 0.4s ease-out; 
}
.menu-list a.forbid{
    cursor: default;
}
.menu-list li:hover a{
    color:#fff;
    background:#9a1a1a; 
}
.menu-list li:after{
    content: "";
    position: absolute;
    top:32px;
    right:32px;
    width: 4px;
    height: 8px;
    background: url("https://static.web.sdo.com/woool/pic/woool_act/Data/images/icon.png") no-repeat -19px -156px; 
}
.menu-list .sub-menu li:after{
    display:none; 
}
.menu-list li.current:after,
.menu-list li:hover:after{
    background-position:0px -156px; 
}
.menu-list li.current a{
    color:#fff;  
}
.menu-list li.current span,
.menu-list li:hover span{
    color: #fff;
}
h1.page-title{
    padding-top: 28px;
    color:#ff9900;
    font-size: 64px;
    text-indent: 6px;
    font-weight: bold;
    line-height:1.4;  
}
.crumbs{
    font-size: 18px;
    color:#ffe4b1;
    padding:10px 0px 20px 0px; 
}
.content{
    position: relative;
}
.content-top{
    background: url("https://static.web.sdo.com/woool/pic/woool_act/Data/images/content-top.png") no-repeat top center;
    width: 950px;
    height: 33px;
    position: absolute;
    display:block;
    left:0px;
    top: 0px;  
}
.content-middle{
    background: url("https://static.web.sdo.com/woool/pic/woool_act/Data/images/content-middle.png") repeat-y top center;
    padding: 62px 0px;
    min-height:1000px;
}
.content-bottom{
    background: url("https://static.web.sdo.com/woool/pic/woool_act/Data/images/content-bottom.png") no-repeat top center;
    width: 950px;
    height: 33px;
    display:block;
    position: absolute;
    left:0px;
    bottom: 0px; 
}
.nav-wrap{
    position: fixed;
    top:270px;
    right: 0px;
    z-index: 9;
    background-color:#333; 
}
.nav-wrap .nav-link{
    display: block;
    position: relative;
    width:50px;
    height: 50px;
    margin-bottom:1px;
    background-color: #222;  
}
.nav-wrap .nav-link:after{
    position: absolute;
    display: block;
    content: "";
    left:50%;
    top: 50%;
    background: url("https://static.web.sdo.com/woool/pic/woool_act/Data/images/icon.png") no-repeat;
}
.nav-wrap .link1:after{
    width: 15px;
    height: 16px;
    margin-left:-7px;
    margin-top: -8px; 
    background-position:-39px -158px;
}
.nav-wrap .link2:after{
    width:19px;
    height: 17px;
    margin-left:-10px;
    margin-top: -8px;  
    background-position:-59px -158px;
}
.nav-wrap .link3:after{
    width:16px;
    height: 16px;
    margin-left:-8px;
    margin-top: -8px;
    background-position:-87px -158px;
}
.nav-wrap .link4:after{
    width:16px;
    height:16px;
    margin-left:-8px;
    margin-top: -8px;
    background-position:-114px -158px;
}
.nav-wrap .link5:after{
    width: 13px;
    height: 13px;
    margin-left: -6px;
    margin-top: -6px;
    background-position: -138px -158px;
}
.nav-wrap .link5{
    margin-bottom: 0px;
}
.nav-wrap .nav-link span{
    display: block;
    width:97px;
    height: 49px;
    display: none;
    line-height: 49px;
    text-indent: 17px;
    position: absolute;
    right:43px;
    top: 0px;
    color: #fff; 
    background: url("https://static.web.sdo.com/woool/pic/woool_act/Data/images/icon.png") no-repeat 0px -192px;  
}
.nav-wrap .nav-link:hover span{
    display:block;
}
.m-inner h2.title{
    font-size:24px;
    color:#665544;
    line-height:2;  
}
.table-wrap{
    position:relative;
    display: block;
}
.table-wrap table{
    width: 100%;
}
.split{
    display: inline-block;
    width:10px;
    text-align: center; 
}
.img-wrap{
    padding:30px 0px;
    position: relative; 
}
.txt-wrap{
    color:#443333;
    padding-top:20px;
    padding-bottom:20px;  
    border-top:1px dashed #d6cbb4;
    border-bottom:1px dashed #d6cbb4;
}
.txt-wrap p{
    line-height:24px; 
}
.txt-wrap p img{
    display: block;
    margin:20px auto;
    max-width:100%;  
}
/*pop*/
.pop{
    display: none;
}
.pop .mask{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 99;
    background: #000;
    background:rgba(0,0,0,0.85);
}
.pop .pop-content{
    position: fixed;
    display: block;
    z-index:199;
    left: 50%;
    top: 50%;
}
.pop .pop-content .close{
    cursor: pointer;
    position: absolute;
    width:42px;
    height: 42px;
    top: 0px;
    right:-46px;
    opacity:0.80; 
    background: url("https://static.web.sdo.com/woool/pic/woool_act/Data/images/icon.png") no-repeat -130px -256px;  
}
.pop .pop-content .close:hover{
    opacity:1;
}
#viewPop .pop-content{
    background: url("https://static.web.sdo.com/woool/pic/woool_act/Data/images/viewPop_bg.png") no-repeat top center;
    width: 780px;
    height: 360px;
    margin-left:-390px;
    margin-top: -180px; 
}
#equipPop .pop-content{
    background: url("https://static.web.sdo.com/woool/pic/woool_act/Data/images/equipPop_bg.jpg") no-repeat top center;
    width: 520px;
    height: 190px;
    margin-left:-260px;
    margin-top: -95px; 
}
#alert{
    background:#9a1a1a;
    color:#fff;
    position: fixed;
    display: block;
    width:320px;
    height:60px;
    left:50%;
    top:50%;
    margin-left:-160px;
    margin-top:-30px;
    z-index:999;     
    font-size:20px;
    text-align: center;
    line-height: 60px;     
}
.loading{
    font-size:24px;
    text-align: center;
    color:#ff8e01;  
}
.loading img{
    display: block;
    margin:14px auto;  
}

.nav-tab li{
    float: left;
    padding: 0px 6px;
}
.nav-tab li.last{
    margin-right: 0px;
}
.history .overlay,
.guide .overlay{
    width:522px;
    overflow: hidden;
    margin: 0px auto; 
}
.nav-tab ul{
    position: relative;
    z-index:5;
    left:0px; 
    transition:left 0.2s ease-out; 
    -webkit-transition:left 0.2s ease-out; 
    -moz-transition:left 0.2s ease-out; 
}
.nav-tab span{
    position: absolute;
    display: block;
    z-index:1;
}
.nav-tab span.btn{
    background: url("https://static.web.sdo.com/woool/pic/woool_act/Data/images/icon.png?v=123") no-repeat;
    width:36px;
    height: 36px;
    top:4px;
    z-index:3;
    cursor: pointer; 
}
.nav-tab span.lbtn{
    left: 0px;
    background-position: 0px -311px;
}
.nav-tab span.lbtn:hover{
    background-position:0px -362px; 
}
.nav-tab span.rbtn{
    right: 0px;
    background-position: -67px -311px;
}
.nav-tab span.rbtn:hover{
    background-position:-67px -362px; 
}
.nav-tab span.line{
    width:100%;
    left: 0px;
    top: 23px;
    border-bottom:1px dashed #ddcead; 
}
.nav-tab li a{
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color:#817867;
    font-size: 18px;
    position: relative; 
    background-color:#f6e9cc;
    border:1px solid #ddcead;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition:all 0.4s ease-out;       
    -webkit-transition:all 0.4s ease-out;       
    -moz-transition:all 0.4s ease-out;       
}
.nav-tab li.current a{
    background-color:#aa0000;
    border:1px solid #aa0000;
    color:#f8e9cb;  
}
.article-title{
    font-size:24px;
    line-height:1.2;
    color: #aa0000;
    font-weight: bold; 
    padding:30px 0px; 
    text-align: center;  
}
/*收起关闭*/
.arrow-more{
    width:80px;
    height:24px;
    position:absolute;
    right:0px; 
    bottom:-30px;    
    text-align: center;
    line-height:24px;
    cursor:pointer;
    color:#888;
    z-index:3; 
    border:1px solid #888;       
}
.arrow-more:hover{
    background:#a00;
    color:#f8e9cb;
    border:1px solid #a00;   
}