:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c4c4c4; opacity:1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c4c4c4;opacity:1;
}

input:-ms-input-placeholder{
    color: #c4c4c4;opacity:1;
}

input::-webkit-input-placeholder{
    color: #c4c4c4;opacity:1;
}

.header-index {
    border-bottom: none;
}

.header-index .logininfo {
    padding-top: 12px;
}

html, body {
    height: 100%
}

body {
    background: url("../../img/introduce/managebg.png") no-repeat center 46px;
}

.index-nav {
    padding-top: 760px;
}

.manage-nav {
    width: 744px;
    margin: 0 auto;
}

.manage-nav li {
    float: left;
}

.manage-nav li a {
    margin: 0 45px;
    color: #888;
    display: block;
    font-size: 24px;
    font-family: "Arial Black";
    padding-top: 65px;
}

.manage-nav li a:hover, .manage-nav li.active a {
    color: #ee7700;
}

.manage-nav li:nth-child(1) a {
    background: url("../../img/introduce/manage1.png") no-repeat top center;
}

.manage-nav li:nth-child(2) a {
    background: url("../../img/introduce/manage2.png") no-repeat top center;
}

.manage-nav li:nth-child(3) a {
    background: url("../../img/introduce/manage3.png") no-repeat top center;
}

.manage-nav li:nth-child(4) a {
    background: url("../../img/introduce/manage4.png") no-repeat top center;
}

.manage-nav li:nth-child(1) a:hover, .manage-nav li:nth-child(1).active a {
    background: url("../../img/introduce/manage1-active.png") no-repeat top center;
}

.manage-nav li:nth-child(2) a:hover, .manage-nav li:nth-child(2).active a {
    background: url("../../img/introduce/manage2-active.png") no-repeat top center;
}

.manage-nav li:nth-child(3) a:hover, .manage-nav li:nth-child(3).active a {
    background: url("../../img/introduce/manage3-active.png?") no-repeat top center;
}

.manage-nav li:nth-child(4) a:hover, .manage-nav li:nth-child(4).active a {
    background: url("../../img/introduce/manage4-active.png?") no-repeat top center;
}

.manage-header {
    padding: 60px 0 25px 0;
    border-bottom: 1px solid #ddd;
}

.content {
    padding-top: 60px;
    padding-bottom: 30px;
}

.left {
    float: left;
}

.left ul li {
    margin-bottom: 25px;
    height: 35px;
    font-size: 23px;
    border-bottom: 2px solid #f28c13;
}

.left ul li a:hover, .left ul li.active a {
    color: #f28c13;
}

.right {
    float: right;
    width: 1000px;
}

.tab-title p {
    color: #404040;
    font-size: 16px;
    line-height: 1.5;
}

.tab-img {
    margin-top: 20px;
    background: #fff;
    min-height: 400px;
}

.manage-bottom {
    height: 69px;
    background: url("../../img/introduce/bottombg.png") repeat-x;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.manage-bottom .wrap {
    background: url("../../img/introduce/icon1.png") no-repeat left center;
    height: 69px;
    line-height: 69px;
}

.manage-bottom .b1 {
    padding-left: 60px;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    padding-top: 11px;
}

.manage-bottom .input-box {
    margin-left: 35px;
}

.manage-bottom .input-box input {
    width: 289px;
    height: 40px;
    border-radius: 2px;
    border: none;
    text-indent: 4em;
}

.manage-bottom .txt-name {
    background: url("../../img/introduce/icon2.png") no-repeat 15px center #fff;
}

.manage-bottom .txt-tell {
    background: url("../../img/introduce/icon3.png") no-repeat 15px center #fff;
}

.manage-bottom .btn-submit {
    width: 152px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #fc6c00;
    line-height: 40px;
    border-radius: 2px;
    text-align: center;
    margin-top: 15px;
}

.custom {
    background: url("../../img/introduce/manage5bg.png") no-repeat top center;
    padding-top: 380px;
    text-align: center;
    padding-bottom: 100px;
    margin-top: 40px;
}

.custom p {
    font-size: 24px;
    color: #ee861e;
    line-height: 1.5;
}

.custom .input-box {
    margin: 20px;
}

.custom .input-box input {
    width: 420px;
    height: 38px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: none;
    text-align: center;
    font-size: 14px;
}

.custom a {
    width: 235px;
    height: 41px;
    color: #ee861e;
    border: 1px solid #ee861e;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    line-height: 41px;
    border-radius: 3px;
}

.custom a:hover {
    background: #fff;
}




