.centered-box {
    width: 100%;
    background: #fff;
    border: 1px solid #dddddd;
    padding-bottom: 80px;
}

#crumbs {
    margin: 10px 0;
    padding: 0;
}

#banner {
    width: 100%;
    height: 500px;
    background: url(../img/write.jpg) no-repeat left top/cover;
    overflow: hidden;
}

@media (min-width: 640px) {
    .hint {
        width: 310px;
        height: 390px;
        margin-top: 40px;
        margin-right: 50px;
        padding: 0 24px;
        background: url(../img/shading.jpg);
        float: right;
        border-radius: 22px;
    }
}

@media (max-width: 640px) {
    .hint {
        width: 310px;
        height: 390px;
        margin: 40px auto;
        padding: 0 24px;
        background: url(../img/shading.jpg);
        border-radius: 4px;
        overflow: hidden;
    }
}

.hint>h2 {
    font: 24px/24px "微软雅黑";
    color: #3bb4f2;
    margin: 40px 0 40px;
}

.hint>h4 {
    font: 18px/18px "微软雅黑";
    color: #292828;
    font-weight: bold;
    margin: 0;
}

.hint>p {
    font: 16px/28px "微软雅黑";
    color: #4e4e4e;
    margin: 8px 0 14px;
}


/*服务优势*/

.headline {
    padding-top: 90px;
    font: 24px/30px "微软雅黑";
    color: #4c4c4c;
    text-align: center;
}

.ad {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ff633c;
    transform: rotate(45deg);
    margin: 0 28px;
}

#superiority {
    padding: 0 100px 0;
}

.superiority-box>h2 {
    margin-bottom: 70px;
}

#superiority>li {
    text-align: center;
}

#superiority>li>h5 {
    font: 22px/22px "微软雅黑";
    color: #323232;
    margin: 30px 0 34px 0;
}

#superiority>li>p {
    font: 16px/26px "微软雅黑";
    color: #4f4e4e;
}


/*服务优势end*/


/*写作团队*/

@media (min-width: 1024px) {
    .compose-box {
        margin-top: 80px;
        /*margin-bottom: 170px;*/
        padding: 0 108px 0;
    }
}

@media (min-width: 640px) and (max-width:1024px) {
    .compose-box {
        margin-top: 72px;
        margin-bottom: 80px;
    }
}

@media (max-width: 640px) {
    .compose-box {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

.compose-box>h2 {
    text-align: center;
    font: 24px/28px "微软雅黑";
    color: #4c4c4c;
    margin-bottom: 70px;
}

.compose-box>h2>i {
    font-size: 34px;
    color: #4c4c4c;
    padding-right: 10px;
}

#compose>li {
    padding: 0 20px;
    text-align: center;
    transition: 0.5s;
    -webkit-transition:0.5s;
    -moz-transition: 0.5s;
    -moz-transition: 0.5s;
}
#compose>li:hover{
    margin-top: -20px;
}
@media (max-width: 640px) {
    #compose>li {
        margin-bottom: 20px;
    }
}

#compose>li:nth-child(2) div {
    background-color: rgba(224, 94, 13, 1);
    box-shadow: 0px 2px 38px 0 rgba(255, 50, 0, 0.41);
    border-radius: 10px;
}

#compose>li:nth-child(3) div {
    background-color: rgba(218, 71, 119, 1);
    box-shadow: 0px 2px 38px 0 rgba(255, 0, 42, 0.3);
    border-radius: 10px;
}

#compose>li:nth-child(1) div {
    background-color: rgba(33, 100, 173, 0.9);
    box-shadow: 0px 2px 38px 0 rgba(56, 116, 181, 0.5);
    border-radius: 10px;
}

#compose>li>div {
    max-width: 262px;
    padding: 36px 26px 26px;
    margin: 0 auto;
}

#compose>li>div>h3 {
    font: 24px/24px "微软雅黑";
    color: #f9f9f9;
    overflow: hidden;
}

#compose>li>div p:nth-child(2) {
    font: 16px/28px "微软雅黑";
    color: #f9f9f9;
    margin: 24px 0 26px 0;
}

#compose>li>div p:nth-child(3) {
    font: 16px/16px "微软雅黑";
    color: #f9f9f9;
    margin: 36px 0 26px 0;
}

#compose>li>div p:nth-child(4) {
    font: 16px/16px "微软雅黑";
    color: #f9f9f9;
    text-align: right;
    margin: 0 !important;
}

#Dispatch {
    width: 100%;
}

#Dispatch a{
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgb(224, 95, 14);
    font-family: 'Yanone Kaffeesatz';
    font-weight: 700;
    font-size: 20px;
    display: block;
    padding: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 14px;
    -webkit-box-shadow: 0px 9px 0px rgba(219, 31, 5, 1), 0px 9px 25px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0px 9px 0px rgba(219, 31, 5, 1), 0px 9px 25px rgba(0, 0, 0, .7);
    box-shadow: 0px 9px 0px rgb(206, 79, 0), 0px 9px 25px rgba(219, 87, 5, 1);
    margin: 100px auto;
    width: 150px;
    text-align: center;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    letter-spacing: 2px;
}

#Dispatch a:active {
    -webkit-box-shadow: 0px 3px 0px rgba(219, 31, 5, 1), 0px 3px 6px rgba(0, 0, 0, .9);
    -moz-box-shadow: 0px 3px 0px rgba(219, 31, 5, 1), 0px 3px 6px rgba(0, 0, 0, .9);
    box-shadow: 0px 3px 0px rgba(219, 31, 5, 1), 0px 3px 6px rgba(0, 0, 0, .9);
    position: relative;
    top: 6px;
}


/*写作团队end*/


/*代写材料准备*/

#prepare-box {}

.prepare-box>h3 {
    font: 24px/28px "微软雅黑";
    color: #4c4c4c;
    text-align: center;
    margin-bottom: 50px;
}

@media (min-width: 1024px) {
    .prepare-box>ul {
        margin-left: 100px !important;
    }
}

.prepare-box>ul>li {
    font: 16px/46px "微软雅黑";
    color: #333333;
}


/*代写材料准备end*/