
    /*header start*/
    *{
        padding:0;
        margin:0;
    }
    header{
        width:100%;
        position:fixed;
        z-index: 3;
        top: 0;
        left: 0;
        background:#222222 url(../picture/title-line.png) repeat-x bottom center;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
    }
    .header{
        width:1132px;
        height:110px;
        overflow:hidden;
        margin:0 auto;

    }
    .logo {
        text-align: center;
        padding-top: 23px;
    }

    .cd-auto-hide-header.is-hidden {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .logo-text{
        text-align: right;
        color: #999999;
        margin-top: 5px;
        font-size:12px;
    }
    #nav{
        float:right;
        height:100px;
        line-height:100px;
    }
    #nav li{
        float: left;
        height: 100px;
        text-align:center;
    }
    #nav li a{
        color: #999999;
        font-size: 20px;
        padding: 34px 29px;
        text-decoration:none;
    }
    .active_nav{
        color:#f08200!important;
        border-bottom:3px solid #f08200;
    }
    .bottom_active_nav{
        color:#008af5!important;
    }
    .loginwrap{
        width:1132px;
        height:50px;
        margin:0 auto;
    }
    .loginBox{
        float:right;
        height:50px;
        line-height:50px;
    }
    .adlogin,.medialogin{
        color:#90711c;
        font-size:14px;
        margin-right:36px;
    }
    .adlogin:hover,.medialogin:hover{
        color:#c66c00;
        transition:1s ease all;
    }
    .username,.password{
        width:150px;
        border:1px solid #c66c00;
        background:none;
        font-size:14px;
        padding:7px;
        color:#666666;
        margin-right:8px;
        line-height: normal;
        box-sizing:border-box;
        height:32px;
        font-family:"微软雅黑"!important;
    }
    .username:focus,.password:focus{
        animation:inputfocus 3s linear infinite forwards;
    }
    @keyframes inputfocus{
        0%{
            -moz-box-shadow:0 0 10px 1px #c66c00;
            -webkit-box-shadow:0 0 10px 1px #c66c00;
            box-shadow:0 0 10px 1px #c66c00;
        }
        50%{
            -moz-box-shadow:0 0 0px 1px #c66c00;
            -webkit-box-shadow:0 0 0px 1px #c66c00;
            box-shadow:0 0 0px 1px #c66c00;
        }
        100%{
            -moz-box-shadow:0 0 10px 1px #c66c00;
            -webkit-box-shadow:0 0 10px 1px #c66c00;
            box-shadow:0 0 10px 1px #c66c00;
        }
    }
    .subbtn{
        border:1px solid #c66c00;
        background:#864d0c;
        color:#ffffff;
        font-size:14px;
        padding:7px 25px;
        line-height:normal;
        cursor:pointer;
        font-family:"微软雅黑"!important;
    }

    /*header end*/

    a:link{
        text-decoration:none;
    }
    footer{
        width:100%;
        overflow:hidden;
        border-top:2px solid #f08200;
    }
    .footer_con{
        width:1132px;
        padding:60px 0 35px;
        margin:0 auto;
        overflow:hidden;
    }
    .company{
        width:50%;
        float:left;
    }
    .company-word{
        font-size:14px;
        color:#838383;
        margin-bottom:25px;
    }

    .jump{
        color:#838383;
    }
    .jump:hover,.company-notice p:hover{
        color:#f08200;
        transition:1s ease all;
    }
    .company-notice{
        float:right;
        width:205px;
        margin-left:55px;
        margin-top:5px;
        border-left:1px solid #333333;
    }
    .company-notice p{
        color:#838383;
        margin-left:30px;
        line-height:40px;
    }
    #gotop{
        width:44px;
        height:74px;
        position:fixed;
        margin:auto;
        left:0;
        right:-1132px;
        bottom:40px;
        display:none;
        z-index:999;
    }


/*新增*/
.wrapper {
    width: 1132px;
    margin: 0 auto;
}

.content-about {
    background: url(../picture/title-line.png) repeat-x bottom center;
    padding-bottom: 78px;
}


.about-title {
    text-align: center;
    padding-top: 60px;
}

.about-title span {
    font-size: 34px;
    color: #c66b02;
    display: inline-block;
    height: 78px;
    line-height: 78px;
    padding: 0 130px;
    background: url(../picture/title-line.png) repeat-x bottom center;
}

.about-content {
    color: #838383;
    font-size: 14px;
    padding-top: 55px;
}

.about-content p {
    text-indent:28px;
    padding-top: 10px;
    line-height: 24px;
}

.content_first {
    background: url(../picture/title-line.png) repeat-x bottom center;
    padding-bottom: 58px;
}

.footer_con .link {
    color: #838383;
}

.footer_con .link p {
    font-weight: bold;
}

.footer_con .link ul {
    padding: 10px 0 50px 0;
}

.footer_con .link li {
    float: left;
    width: 10%;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    line-height: 30px;
}

.link li a {
    cursor: pointer;
    color: #838383;
}

.link li a:hover {
    color: #fff;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}