@charset "utf-8";
.message-chan-1003 {
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    background: #ffffff;
}

.message-chan-1003 .col1 {
    width: 230px;
}

.message-chan-1003 .col2 {
    width: calc(100% - 230px);
}

.message-chan-1003 .pagemenu {
    width: 100%;
    height: auto;
}

.message-chan-1003 .pagemenu .pagemenu-title {
    width: 100%;
    height: 100px;
    background: #c03232 url('/statics/index/image/default/message/chan/1003/1.png') top center no-repeat;
    text-align: center;
}

.message-chan-1003 .pagemenu .pagemenu-title span {
    line-height: 70px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}

.message-chan-1003 .pagemenu .pagemenu-content {
    padding: 20px 0 30px 0;
    background: #f5f5f5;
    border-radius: 0 0 6px 6px;
}

.message-chan-1003 .pagemenu .list {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 5px;
}

.message-chan-1003 .pagemenu .list a {
    display: block;
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    line-height: 40px;
    color: #000000;
    padding-left: 30px;
    border-radius: 20px;
}

.message-chan-1003 .pagemenu .list a:hover {
    background: #c03232;
    color: #ffffff;
}

.message-chan-1003 .pagemenu .list a i {
    margin-right: 10px;
}

.message-chan-1003 .pagemenu .sub a {
    padding-left: 50px;
}

.message-chan-1003 .pagemenu .on a {
    background: #c03232;
    color: #ffffff;
}

.message-chan-1003 .contactmenu {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.message-chan-1003 .contactmenu .contactmenu-title {
    width: 100%;
    height: 100px;
    background: #c03232 url('/statics/index/image/default/message/chan/1003/1.png') top center no-repeat;
    text-align: center;
}

.message-chan-1003 .contactmenu .contactmenu-title span {
    line-height: 70px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}

.message-chan-1003 .contactmenu .contactmenu-content {
    width: 100%;
    padding: 20px 20px 160px 20px;
    background: #f5f5f5 url('/statics/index/image/default/message/chan/1003/3.png') bottom no-repeat;
    background-size: contain;
    text-align: justify;
}

.message-chan-1003 .contactmenu .list {
    width: 100%;
    height: auto;
    line-height: 2em;
    color: #0b1531;
}

.message-chan-1003 .contactmenu .list i {
    width: 16px;
    margin-right: 5px;
}

.message-chan-1003 .contactmenu .list a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.5em;
    color: #000000;
    font-size: 15px;
}

.message-chan-1003 .contactmenu .list a:hover {
    color: #c03232;
}

.message-chan-1003 .contactmenu .tit {
    margin-top: 10px;
}

.message-chan-1003 .pagecontent {
    width: 100%;
    height: auto;
}

.message-chan-1003 .pagecontent .pagecontent-title {
    width: 100%;
    height: 4px;
    background: #c03232;
}

.message-chan-1003 .pagecontent .pagecontent-content {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 40px 20px;
}

.message-chan-1003 .pagecontent .content .message {
    width: 100%;
    height: auto;
}

.message-chan-1003 .pagecontent .content .message .dl {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.message-chan-1003 .pagecontent .content .message .dl:nth-last-child(2) {
    margin-bottom: 0;
}

.message-chan-1003 .pagecontent .content .message .dl .dt {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.message-chan-1003 .pagecontent .content .message .dl .dd input[type='text'] {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #e9f1ff;
    outline: none;
    font-size: 16px;
    border-radius: 4px;
}

.message-chan-1003 .pagecontent .content .message .dl .dd textarea {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    padding: 10px;
    border: 1px solid #e9f1ff;
    outline: none;
    font-size: 16px;
    border-radius: 4px;
}

.message-chan-1003 .pagecontent .content .message .dl .dd button {
    width: 100%;
    height: auto;
    padding: 10px;
    display: block;
    background: #c03232;
    color: #ffffff;
    border: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.message-chan-1003 .pagecontent .content .message .dl .dd button:hover {
    background: #c80000;
}

@media screen and (max-width: 1240px) {
    .message-chan-1003 .col1 {
        display: none;
    }
    .message-chan-1003 .col2 {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .message-chan-1003 .pagecontent .pagecontent-content {
        padding: 30px 15px;
    }
    .message-chan-1003 .pagecontent .content .title {
        font-size: 18px;
    }
    .message-chan-1003 .pagecontent .content .subtitle {
        font-size: 12px;
    }
}