@charset "UTF-8";
.banner {
    position: relative;
}

.free {
    width: 800px;
    height: 165px;
    z-index: 99;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -400px;
    text-align: center;
}

.free p {
    color: #fff;
    font-size: 24px;
}

.free h1 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
}

.free-btn {
    float: left;
}

.free input {
    width: 660px;
    height: 49px;
    padding: 0 0 0 20px;
    background-color: #fff;
    float: left;
}

.free button {
    width: 120px;
    height: 49px;
    background-color: #f00;
    color: #fff;
    font-size: 16px;
    padding: 0;
    float: left;
}


/*版权登记register-inquiry*/

.register-inquiry {
    width: 100%;
    background-color: #ebebeb;
    float: left;
}

.inquiry-title li {
    width: 25%;
    margin: 15px 0;
    padding: 0 15px;
    border-right: 1px solid #ccc;
    float: left;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.inquiry-title li:last-child {
    border-right: 0;
}

.inquiry-title img {
    width: 30%;
    padding: 5px 19px 5px 0;
    float: left;
}

.inquirt-tit {
    width: 70%;
    float: left;
}

.inquiry-title h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

.inquiry-title p,
.inquiry-title p a {
    line-height: 20px;
    color: #999;
}

.inquiry-title li:hover {
    padding: 0 20px;
    cursor: pointer;
}

.inquiry-title li:hover h3 {
    color: #f00;
}


/*版权登记的重要性*/

.register-ahead {
    width: 100%;
    background-color: #fff;
    float: left;
}

.ahead-seach,
.ahead-con {
    width: 100%;
    float: left;
}

.ahead-title {
    width: 100%;
    float: left;
    margin: 20px 0;
    text-align: center;
    cursor: default;
}

.ahead-title h2 {
    font-size: 32px;
    line-height: 60px;
    color: #f00;
    margin-bottom: 8px;
}

.ahead-title p {
    color: #999;
    font-size: 14px;
}

.ahead-reason {
    width: 20%;
    min-height: 320px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: left;
    cursor: default;
    margin-top: 10px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.ahead-reason:last-child {
    border: 1px solid #ccc;
}

.ahead-reason:hover {
    box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    cursor: pointer;
    margin-top: 0;
}

.reason {
    width: 100%;
    background-color: #ebebeb;
    display: inline-block;
    padding: 15px;
    float: left;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.ahead-reason:hover .reason {
    background-color: #f00;
}

.ahead-reason:hover .reason h3,
.ahead-reason:hover .reason p {
    color: #fff;
}

.reason img {
    width: 30%;
    float: left;
}

.reason-tit {
    width: 70%;
    padding-left: 20px;
    float: left;
}

.reason h3 {
    font-size: 18px;
    margin-bottom: 8px;
    display: inline-block;
}

.reason p {
    color: #999;
    font-size: 14px;
}

.reason-con {
    width: 100%;
    padding: 10px 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    float: left;
}


/*一般作品登记*/

.register-query {
    width: 100%;
    background-color: #fff;
    float: left;
}

.query-flow,
.query-con {
    width: 100%;
    float: left;
}

.query-con li {
    width: 16.65%;
    min-height: 180px;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    float: left;
    cursor: default;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.query-con li:hover {
    padding-top: 5px;
    cursor: pointer;
}

.query-con li:last-child {
    border-right: 1px solid #ebebeb;
}

.query-con ul:last-child li {
    border-bottom: 1px solid #ebebeb;
}

.query-con span {
    color: #999;
    line-height: 30px;
    font-size: 12px;
}


/*版权登记*/

.copyright,
.copy,
.copy-con,
.copy-flow {
    width: 100%;
    float: left;
}

.copy-flow li {
    width: 20%;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 30px;
    float: left;
}

.copy-flow li:last-child {
    margin-right: 0;
}

.copy-flow span {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin: 10px 0;
    color: #fff;
    background-color: #a00;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.copy-flow span img {
    width: 40px;
    height: 40px;
    margin: 20px;
}

.copy-flow h3 {
    font-size: 18px;
    line-height: 40px;
}

.copy-flow p {
    color: #999;
    line-height: 30px;
    font-size: 14px;
}


/*案例分析*/

.register-commend {
    width: 100%;
    height: 680px;
    float: left;
    /* background: url(../img/commend.jpg); */
    padding: 20px 0;
}

.commend {
    width: 100%;
    height: 640px;
    padding: 15px;
    background-color: rgba(255, 255, 255, .2);
}

.commend li {
    width: 23.5%;
    height: 270px;
    background-color: #fff;
    margin-right: 2%;
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    cursor: pointer;
}

.commend li:first-child {
    background-color: rgba(255, 255, 255, 0);
}

.commend-tit {
    padding-top: 50px 0 0 20px;
}

.commend-tit p {
    line-height: 30px;
    color: #fff;
}

.commend-tit h2 {
    line-height: 40px;
    font-size: 18px;
    color: #fff;
}

.commend img {
    width: 50%;
    border: 1px solid #ccc;
    margin: 30px 25%;
}

.commend li button {
    width: 60%;
    height: 30px;
    background-color: #f00;
    color: #fff;
    margin: 0 20%;
    border-radius: 10px;
}

.commend li:hover img {
    width: 40%;
    margin: 15px 30%;
}

.com-classify {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    text-align: center;
    overflow: hidden;
}

.com-classify b {
    color: #f00;
}

.commend span {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #f00;
    font-weight: bold;
    border-top: 1px solid #ccc;
    display: inline-block;
}


/*版权登记事项*/

.register-about {
    width: 100%;
    float: left;
    background-color: #fff;
    margin: 30px 0;
}

.about-service {
    width: 100%;
    float: left;
}

.about-con {
    width: 100%;
    height: 280px;
    float: left;
    background: url(../img/about-bg.jpg);
}

.about-con h3 {
    padding: 20px 0 0 50px;
    font-size: 24px;
    color: #fff;
}

.about-con ol {
    padding-left: 50px;
}

.about-con ol li {
    list-style-type: decimal;
    list-style-position: inside;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.footer {
    width: 100%;
    float: left;
}