
body{
    outline: none;
    height:100%;
}
/* .headLink>div>div{
    position: fixed;
    top: 5px;
    z-index: 999;
} */

@media screen and (max-width: 1025px){
    html {
        font-size: 100%;
   }
    body{
        font-family: Microsoft YaHei;
        background: url(../images/body_bg.png);
        background-size: contain;
        height:100%;
        position: relative;
        font-size:1em;
        outline: none;
    }
    
    /* content */
    .contentNav{
        width:100%;
        background:url(../images/menu_bar.jpg) repeat-x;
    }
    .contentNav>.tab{
        max-width:64em;
        margin: 0 auto;
        overflow: hidden;
    }

    .tabButton{
        background-color:transparent;
        position: relative;
        float: left;
        height: 76px;
        width: 25%;
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-size: 22px;
        border: 0px;
        border-radius: 10px 10px 0 0;
    }
   
    
    /*.showButton{
        outline: -webkit-focus-ring-color auto 0px;
        color: #fff;
        width:25%;
        text-align: center;
        height: 76px;
        background-color: #a347af;
        border: 0;
        border-radius: 10px 10px 0 0;

    }*/
    .showButton {
        background: #FFAF60;
        background: -webkit-gradient(linear, left top, left bottom, from(#FFE66F), to(#FF7F24),color-stop(0.4,#FFA042));
        background: -moz-linear-gradient(top, #FFE66F, #FF7F24);
        color: #fff;
        padding: 22px 42px;
        height: 76px;
        border: 0;
        text-align: center;
        border-radius: 10px 10px 0 0;
    }
    .tab-content{
        max-width:64em;
        margin: 0 auto;
    }
   
    .carousel-indicators{
        position: absolute;
        bottom:0px;
    }
    .carousel-indicators>li{
        width: 40px;
        height: 10px;
        border-radius: 5px;
        background-color: #fff;
        opacity: .4;
        border: 0px;
    }
        .carousel-indicators .active {
            width: 40px;
            height: 10px;
            border-radius: 4px;
            background-color: #843900;
            border: 0px;
            margin-bottom: 1.5px;
        }
    
    /* data */
    .indexData{
        overflow: hidden;
        background-color: #fff;
    }
    .indexData>:nth-child(1){
        float: left;
        width:25%; 
        position: relative;
        right: 0;
    }
    .indexData>:nth-child(1)>img{
        float: right;
        width: 65%;
    }
    .indexData>:nth-child(2){
        float: left;
        width:73%; 
    }
    
    .indexDataContent{
        margin: 2em .625px;
    }
    
    .indexDataContentData{
        margin-bottom: 1.25em;
    }
    .indexDataContentData>span,
    .indexDataContentWrite>span
    {
        font-size: 0.875em;
    }
    .indexDataContentData>div, 
    .indexDataContentWrite>div{
       display: inline-block;
       font-size: 0.875em;
    }
    .indexDataContentData>div>input{
        width:10em;
        border: 1px solid #c9c9c9;
        border-radius: 3px;
        height: 30px;
        line-height: 30px;
        padding-left: 6px;
        color: #f36c21 ;
        background: url(../images/icon_cal1.png) no-repeat 110px 5px ;
        background-size: 15%;
    }
    .indexDataContentData>div>input:focus{
        outline: none;
    }
    .indexDataContentWrite>div{
        margin-left: 1.562em;
    }
    .indexDataContentWrite>div>input{
        width:25.3em;
        border: 1px solid #c9c9c9;
        border-radius: 3px;
        height: 30px;
        line-height: 30px;
    }
    .indexDataContentWrite>div>input[placeholder]{
        font-size: 0.875em;
        padding: 0 3px;
        color: #eeeeee;
        padding-left: 6px;
        margin-left: 6px;
        color: #f36c21 ;
    }
    .indexDataContentWrite>div>input[placeholder]:focus{
        outline: none;
    }
    .indexButton>button{
        margin-left: 4px;
        font-size: 16px;
        background-color:#f49300;
        color: #fff;
        height: 34px;
        line-height: 30px;
        width:100px;
        border: none;
        border-radius: 5px;
    }
    
    /* Condition */
    .indexCondition-content{
        max-width:64em;
        background-color: #ffffff;
        overflow: hidden;
        border-radius:10px 10px 0 0; 
        padding: 0 20px;
        border-top-left-radius: 5.2px;
        border-top-right-radius: 5.2px;
    }
    .indexCondition-contentTwo{
        max-width:64em;
        background-color: #ffffff;
        overflow: hidden;
        padding: 0 20px;
        
    }
    .indexCondition > .indexCondition-contentTwo:first-of-type{
        border-top-left-radius: 5.2px;
        border-top-right-radius: 5.2px;
    }

    .indexCondition{
        margin: 30px auto 0 auto;
        max-width:64em;
        border-top-left-radius: 5.2px;
        border-top-right-radius: 5.2px;
    }
    .indexConditionOneContentTwo{
        margin: 0px auto 0 auto;
        max-width:64em;
    }
    
    .indexConditionOneContent{
        overflow: hidden;
        border-bottom: 1px solid #edebf9;
      
    }
    .indexConditionOneContent>:nth-child(1){
       float:left;
       width:80%;
       height: auto;
    }
    .indexConditionOneContent>:nth-child(2){
      float:right;
      width:19%;
    }
    .indexConditionOneContent>:nth-child(1)>div{
      float:left;
    }
    .indexConditionOneImg{
        position: relative;
    }
    .indexConditionOneImg>img{
        position: absolute;
        width:8%;
        top:-5px;
    }
    .indexConditionOneContentData{
        width: 25%;
        padding:4em 1em 0px 1.5em;
    }
    .indexConditionOneContentData>:nth-child(1){
        overflow: hidden;
    }
    .indexConditionOneContentData>:nth-child(1)>span,
    .indexConditionOneContentData>:nth-child(2)>span
    {
        display: inline-block;
    }
    .indexConditionOneContentData>:nth-child(1)>:nth-child(1){
       font-size:1.375em;
       float:left;
       color: #666666;
    }
    .indexConditionOneContentData>:nth-child(1)>:nth-child(2){ 
        margin-top: 2px;
        padding: 0 5px;
        float:left;
        font-size: 0.875em;
        color:#808080;
    }
    .indexConditionOneContentData>:nth-child(2){
        margin-left: 2.8125em;
    }
    .indexConditionOneContentData>:nth-child(2)>:nth-child(1){
        font-size: 2em;
        color:#808080;
    }
    .indexConditionOneContentData>:nth-child(2)>:nth-child(2){
        padding: 0 3px;
        font-size: 0.8125em;
    }
    .indexConditionOneContentData>:nth-child(3){
      text-align: center;
       width: 9.45em;
       height:1.6875em;
       line-height: 1.6875em;
       background: #cdcdcd;
       font-size: 14px;
    }
    
    .indexConditionOneContentMessage{
        width: 73%;
        margin-top: 2.5em;
        margin-bottom: 1.875em;
        margin-left: 5px;
    }
    .indexConditionOneContentMessage>div{
        height: auto;
        line-height: 1.875em;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: normal;
    }
    .indexConditionOneContentMessage>div>span{
       font-size:1em;
     }

    .indexConditionOneContentMessage>div .title-content{
       display: block;
       margin-left: 7em;
       margin-top: -2em;
     }
    .indexConditionOneContentMessage>div>img{
        width: 4%;
    }
    .indexConditionOneContentMessage>:nth-child(1)>span{
       color:#f36c21 ;
    }
    .indexConditionOneContentMessage>:last-child(1){
        position: relative;
    }
    .article-time-line{
       border-bottom: 1px solid #fff;
       width: 21px;
       height: 0.937em;
       display: inline-block;
       position: absolute;
    
    }
    .article-time{
        display: inline-block;
        text-align: center;
        width: 1.313em;
        height:1.5em;
        line-height:1.5em;
        color: #fff;
        font-size: 1.125em;
        border-radius:0.25em;
        background-color: orange;
    }
   
    .indexButtonSubmit>button{
        font-size: 16px;
        background-color:#f49300;
        color: #fff;
        height: 34px;
        line-height: 34px;
        width:100px;
        border: none;
        border-radius: 5px;
        margin-top: 50%;
    }
    .attention{
        padding-top: 0.625em;
        padding-bottom: 250px;
        padding-left: 45px;
    }
    .attention>div{
        margin: 2.5em 0 1.25em 0;
        color:orange;
        font-size: 1.25em;
    }
    .attention>p{
        margin: 0 0 0.875em;
        font-size: 0.875em;
    }
    .attention>:nth-last-child(1){
        margin-top: 1.875em;
    }
    
    .questionnaire-survey-question8{
        position: relative;
        z-index: 4;
        }
    .questionnaire-survey-btn-group{
        position: relative;
        z-index: 4;
    }
    #one{
        display: block;
    }
    .carousel{
        display: none;
    }
}

@media screen and (min-width: 1025px) {

    body{
        font-family: Microsoft YaHei;
        background: url(../images/body_bg.png);
        background-size: contain;
        position: relative;
        outline: none;
    }
    
    /* content */
    .contentNav{
        width:100%;
        background:url(../images/menu_bar.jpg) repeat-x;
    }
    .contentNav>.tab{
        width:1200px;
        margin: 0 auto;
        height: 76px;
        overflow: hidden;
    }
    
    .tabButton{
        background-color:transparent;
        position: relative;
        outline:none;
        float: left;
        height: 76px;
        padding: 22px 42px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-size: 22px;
        border: 0;
        border-radius: 10px 10px 0 0;
    }

    .showButton {
        background: #FFAF60;
        background: -webkit-gradient(linear, left top, left bottom, from(#FFE66F), to(#FF7F24),color-stop(0.4,#FFA042));
        background: -moz-linear-gradient(top, #FFE66F, #FF7F24);
        color: #fff;
        padding: 22px 42px;
        height: 76px;
        border: 0;
        text-align: center;
        border-radius: 10px 10px 0 0;
    }

    /*.showButton:hover {
        background: #f47c20;
        background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
        background: -moz-linear-gradient(top, #f88e11, #f06015);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
    }*/

    /*.showButton:active {
        color: #fcd3a5;
        background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
        background: -moz-linear-gradient(top, #f47a20, #faa51a);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
    }*/

    /*.showButton_history{
        outline: -webkit-focus-ring-color auto 0px;
        color: #fff;
        padding: 22px 42px;
        height: 76px;
        background-color: #a347af;
        border: 0;
    }*/

    .tab-content{
        width:1200px;
        margin: 0 auto;
    }
    .carousel>div>div>img{
        height: 600px;
    }
    .carousel-indicators{
        position: absolute;
        bottom:0px;
    }
    .carousel-indicators>li{
        width: 40px;
        height: 10px;
        border-radius: 5px;
        background-color: #fff;
        opacity: .4;
        border: 0px;
        margin-bottom: 1.5px;
        margin-left: 10px;
    }
        .carousel-indicators .active {
            width: 40px;
            height: 10px;
            border-radius: 5px;
            background-color: #843900;
            border: 0px;
            margin-bottom: 1.5px;
            margin-left: 10px;
        }
    
    /* data */
    .indexData{
        overflow: hidden;
        background-color: #fff;
    }
    .indexData>:nth-child(1){
        float: left;
        width:20%; 
        position: relative;
        right: 0;
    }
    .indexData>:nth-child(1)>img{
        float: right;
        width:65%;
    }
    .indexData>:nth-child(2){
        float: left;
        width:60%; 
    }
    
    .indexDataContent{
        margin: 30px 10px;
    }
    
    .indexDataContentData{
        margin-bottom: 20px;
    }
    .indexDataContentData>span,
    .indexDataContentWrite>span
    {
        font-size: 14px;
    }
    .indexDataContentData>div, 
    .indexDataContentWrite>div{
       display: inline-block;
       font-size: 14px;
    }
    .indexDataContentData>div>input{
        width:160px;
        border: 1px solid #c9c9c9;
        border-radius: 3px;
        height: 40px;
        line-height: 40px;
        padding-left: 6px;
        color: #f36c21 ;
        
        background: url(../images/icon_cal1.png) no-repeat 130px 8px ;
        background-size: 15%;
    }
    .indexDataContentData>div>input:focus{
        outline: none;
    }
    .indexDataContentWrite>div{
        margin-left: 23px;
    }
    .indexDataContentWrite>div>input{
        width:350px;
        border: 1px solid #c9c9c9;
        border-radius: 3px;
        height: 40px;
        line-height: 40px;
    }
    .indexDataContentWrite>div>input[placeholder]{
        font-size: 14px;
        padding: 0 6px;
        color: #c9c9c9;
        padding-left: 6px;
        margin-left: 6px;
        color: #f36c21 ;
    }
    .indexDataContentWrite>div>input[placeholder]:focus{
        outline: none;
    }
    .indexButton>button{
        margin-left: 20px;
        font-size: 16px;
        background-color:#f49300;
        color: #fff;
        height: 40px;
        line-height: 40px;
        width:110px;
        border: none;
        border-radius: 5px;
    }


     /* Condition */
    .indexCondition-content{
        width:1200px;
        margin: 0 auto;
        background-color: #ffffff;
        overflow: hidden;
        border-radius:10px 10px 0 0; 
        padding: 0 20px;
        border-top-left-radius: 5.2px;
        border-top-right-radius: 5.2px;
    }
    .indexCondition-contentTwo{
        width:1200px;
        margin: 0 auto;
        background-color: #ffffff;
        overflow: hidden;
        padding: 0 20px;
        
    }
    .indexCondition > .indexCondition-contentTwo:first-of-type{
        border-top-left-radius: 5.2px;
        border-top-right-radius: 5.2px;
    }
  
    .indexCondition{
        margin: 24px auto 0 auto;
        width: 1200px;
        border-top-left-radius: 5.2px;
        border-top-right-radius: 5.2px;
    }
    .indexConditionOneContentTwo{
        margin: 0px auto 0 auto;
        width: 1200px;
    }
    
    .indexConditionOneContent{
        overflow: hidden;
        border-bottom: 1px solid #edebf9;
        height: auto;
    }
    
    .indexConditionOneContent>:nth-child(1){
       float:left;
       width:80%;
    }
    .indexConditionOneContent>:nth-child(2){
      float:right;
      width:15%;
    }
    .indexConditionOneContent>:nth-child(1)>div{
      float:left;
    }
    .indexConditionOneImg{
        position: relative;
    }
    .indexConditionOneImg>img{
        position: absolute;
        top: -6px;
        left: -6px;
    
    }
    .indexConditionOneContentData{
        width: 25%;
        padding:63px 50px 0px 55px;
    }
    .indexConditionOneContentData>:nth-child(1){
        overflow: hidden;
    }
    .indexConditionOneContentData>:nth-child(1)>span,
    .indexConditionOneContentData>:nth-child(2)>span
    {
        display: inline-block;
    }
    .indexConditionOneContentData>:nth-child(1)>:nth-child(1){
       font-size:22px;
       float:left;
       color: #666666;
    }
    .indexConditionOneContentData>:nth-child(1)>:nth-child(2){ 
        margin-top: 2px;
        padding: 0 5px;
        float:left;
        font-size: 14px;
        color:#808080;
    }
    .indexConditionOneContentData>:nth-child(2){
        margin-left: 45px;
    }
    .indexConditionOneContentData>:nth-child(2)>:nth-child(1){
        font-size: 38px;
        color:#808080;
    }
    .indexConditionOneContentData>:nth-child(2)>:nth-child(2){
        padding: 0 3px;
        font-size: 13px;
    }
    .indexConditionOneContentData>:nth-child(3){
      text-align: center;
       width: 140px;
       height:27px ;
       line-height: 27px;
       background: #cdcdcd;
       font-size: 14px;
    }
    
    .indexConditionOneContentMessage{
        width: 75%;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .indexConditionOneContentMessage>div{
        height: auto;
        line-height: 30px;
    }
    .indexConditionOneContentMessage>div>span{
       font-size:16px;
     }
    .indexConditionOneContentMessage>div .title-content{
       display: block;
       margin-left: 7em;
       margin-top: -2em;
     }
    .indexConditionOneContentMessage>div>img{
        width: 3%;
    }
    .indexConditionOneContentMessage>:nth-child(1)>span{
       color:#f36c21 ;
    }
    .indexConditionOneContentMessage>:last-child(1){
        position: relative;
    }
    .article-time-line{
       border-bottom: 1px solid #fff;
       width: 21px;
       height: 15px;
       display: inline-block;
       position: absolute;
    
    }
    .article-time{
        display: inline-block;
        text-align: center;
        width: 21px;
        height:24px;
        line-height: 24px;
        color: #fff;
        font-size: 18px;
        border-radius:4px;
        background-color: orange;
    }
    .indexButtonSubmit>button{
        margin-left: 18px;
        font-size: 16px;
        background-color:#f49300;
        color: #fff;
        height: 40px;
        line-height: 40px;
        width:110px;
        border: none;
        border-radius: 5px;
        margin-top: 50%;
    }
   
    .attention{
        padding-top: 10px;
        padding-bottom: 300px;
        padding-left: 65px;

    }
    .attention>div{
        margin: 40px 0 20px 0;
        color:orange;
        font-size: 20px;
    }
    .attention>p{
        margin: 0 0 5px;
        font-size: 14px;
    }
    .attention>:nth-last-child(1){
        margin-top: 30px;
    }
    .questionnaire-survey-question8{
        position: relative;
        z-index: 4;
    }
        .questionnaire-survey-btn-group{
        position: relative;
        z-index: 4;
    }
    #one{
        display: block;
    }
    .carousel{
        display: none;
    }

    }
    .fixed-top{
        position: fixed;
        width: 100%;
        height: 72px;
        z-index: 999999;
        background-color: #ffffff;
        box-shadow: 0 0 40px rgba(0,0,0,.1);
    }
