.add-new-header-box{
    position:relative;
    z-index:10000;
}
.add-new-header-box #header{
   
}
.add-head-info{
    height:32px;
    background-color: #ece8e8;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.add-head-info-hide{
    height:0;
    overflow: hidden;
}
.add-head-info .welcom-text{
    line-height:32px;
    color:black;
    font-size:14px;
}
.add-head-info .email,.add-head-info .phone{
    font-size:13px;
    height:32px;
    line-height: 32px;
    border-left:1px solid #eee;
    color:#777;
    padding:0 6px 0 6px;
}
.add-head-info .email{
    width:260px;
}
.add-head-info .phone{
    width:160px;
}
.add-head-info .contact {
    display: flex;
    flex-flow: row nowrap;
    align-content: flex-end;
}
.add-menu-bg{
    background-color: rgb(212, 216, 22);
}
.add-s-direct-pre{
    margin-left: 80px;
}
.add-s-direct-next{
    margin-right: 80px;
}
.add-footer .footer{
    background: #282828;
    text-align: left;
}
.add-footer .footer-main {
    padding: 15px 0;
    width: 1200px;
    margin: 0 auto;
}
.add-footer .clearfix{
    zoom: 1;
}
.add-footer .footerLeft {
    float: left;
}
.add-footer .footerLeft-cls {
    width: 170px;
    float: left;
}
.add-footer .fooLe-tit a {
    font-size: 20px;
    color: #fff;
}
.add-footer .fooLe-tex {
    margin-top: 10px;
}
.add-footer .fooLe-tex p {
    font-size: 14px;
    color: #afafaf;
}
.add-footer .fooLe-tex p a {
    color: #afafaf;
}
.add-footer .footerLeft .four {
    width: 260px;
}
.add-footer a {
    text-decoration: none;
    color: inherit;
    transition: .3s;
    cursor: pointer;
}
.add-footer .footerRight {
    width: 150px;
    float: right;
}
.add-footer img {
    vertical-align: middle;
}
.add-footer .footQt {
    font-size: 14px;
    line-height: 32px;
    color: #afafaf;
    margin-top: 30px;
}
.add-footer .footer-lost {
    width: 100%;
    height: 55px;
    background: #222222;
    line-height: 55px;
}
.add-footer .fooLast-mainn {
    width: 1200px;
    margin: 0 auto;
}
.add-footer .fooLast-left {
    font-size: 14px;
    color: #999;
    float: left;
}
.add-footer .fooLast-left a {
    color: #999;
    margin-left: 24px;
}
.add-footer .fooLast-right {
    float: right;
}
.add-footer .fooLast-post {
    float: left;
}
.add-footer .fooLast-post a {
    color: #999;
    display: inline-block;
    padding: 0 10px;
    background: url(../images/topx.png) no-repeat left center;
}
.add-footer .fooLast-post a:first-child {
    background: none;
}
.add-footer .fb-right {
    float: left;
    margin-left: 30px;
    margin-top: 11px;
    position: relative;
}
.add-footer .fb-otherweb {
    width: 208px;
    height: 30px;
    border: 1px solid #555;
    line-height: 30px;
    font-size: 14px;
    color: #afafaf;
    text-indent: 20px;
    background: url(../images/jianjianzi.png) no-repeat 180px center;
}
.add-footer .weblist {
    width: 208px;
    background: #fff;
    position: absolute;
    top: -136px;
    text-align: center;
    left: 0;
    display: none;
    line-height: 40px;
    padding-left: 0;
}
.add-footer .fb-otherweb:hover .weblist {
    display: block;
}
.add-footer ol, .add-footer ul {
    list-style: none;
}
.add-footer li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.add-footer .weblist a:hover {
    color: #f39800;
}
.add-mes .table {
    width: 100%;
    margin-bottom: 20px;
}
.add-mes div.EditingFormTable div.tr:nth-child(odd) {
    clear: both;
}
.add-mes div.EditingFormTable div.tr {
    width: 45%;
    float: left;
    margin-right: 5%;
    margin-bottom: 20px;
}
.add-mes label {
    padding: 5px 0;
    margin: 0;
    font-weight: 700;
}
.add-mes .label,.add-mes label {
    color: #333;
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
}
.add-mes .form-control,.add-mes input {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.add-mes .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.add-mes .DropDownField,.add-mes input[type=text],.add-mes input[type=password] {
    border: 1px solid #e9e9e9;
    line-height: 100%;
    height: 2.57em;
    padding: 0 5px;
    vertical-align: middle;
    background: #f7f7f7;
    box-shadow: none;
    color: #333;
}
.add-mes .FieldLabel{
    text-align: left;
}
.add-mes div.EditingFormTable .input-width-15,.add-mes div.EditingFormTable .input-width-20 {
    display: inline;
    margin: 0 5px;
    text-align: center;
    width: 40px;
}
.add-mes div.EditingFormTable .input-width-20 {
    width: 18%;
}
.add-mes div.EditingFormTable .phone .input-width-60 {
    width: 230px;
    display: inline-block;
}
.add-mes #Phone .input-width-60 {
    display: inline;
    width: 71%;
}
.add-mes {
    text-align: left;
}
.add-mes textarea.form-control {
    height: auto;
}
.add-mes div.EditingFormTable textarea {
    min-height: 100px;
}
.add-mes #CaptchaSlide {
    width: 100%;
}
.add-mes .btn,.add-mes .btn-link,.add-mes .button {
    font-weight: 700;
    border: none;
    color: #fff;
    display: inline-block;
    line-height: .85em;
    height: 36px;
    padding: 13px 25px;
    text-transform: uppercase;
    vertical-align: middle;
}
.add-mes .RegisterButton,.add-mes .btn-primary,.add-mes .button.primary {
    background: #ed1a3b;
    color: #fff;
}
.add-mes button, html .add-mes input[type=button],.add-mes input[type=reset],.add-mes input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}
.add-other-mes.main .main_bort {
    border-top: 2px solid rgba(234,53,22,.7);
}
.add-other-mes.main .main_bor {
    border: 1px solid #efefef;
    overflow: hidden;
    margin-top: 10px;
    background-color: #fff;
}
.add-other-mes.main .main_bort .ktit {
    background: -webkit-linear-gradient(bottom, #f5f5f5, #eee);
    background: -moz-linear-gradient(bottom, #f5f5f5, #eee);
    background: -o-linear-gradient(bottom, #f5f5f5, #eee);
    background: linear-gradient(bottom, #f5f5f5, #eee);
    line-height: 44px;
    padding: 0 20px;
    font-weight: 700;
    color: #000000;
    overflow: hidden;
    box-shadow: 0 0 2px #eee;
}
.add-other-mes.main .fl {
    float:left;
}
.add-other-mes.main .fr {
    float: right;
}
.add-other-mes.main .main_bort .ktit .fr {
    color: #888;
}
.add-other-mes.main .main_bort .ktit .fr em {
    color: red;
}
.add-other-mes.main em, i {
    font-style: normal;
}
.add-other-mes.main .messdd {
    padding: 20px;
    overflow: hidden;
}
.add-other-mes.main .messdd li {
    float: left;
    width: 156px;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 115px;
}
.add-other-mes.main label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.add-other-mes.main .messdd li label {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 42px;
    width: 110px;
    text-align: right;
}
.add-other-mes.main .messdd li label i {
    color: red;
    margin-right: 2px;
}
.add-other-mes.main em, i {
    font-style: normal;
}
.add-other-mes.main .messdd li input[type=text] {
    border: 1px solid #eee;
    width: 128px;
    height: 40px;
    float: left;
    padding: 0 10px;
}
.add-other-mes.main .messdd li.all {
    width: 752px;
    margin-top: 15px;
}
.add-other-mes.main .messdd li textarea {
    border: 1px solid #eee;
    width: 670px;
    height: 80px;
    float: left;
    padding: 10px;
}
.add-other-mes.main .messdd li .ms {
    padding: 5px 0 0 0;
    overflow: hidden;
    float: left;
    font-size: 12px;
    color: #888;
}
.add-other-mes.main .messdd li input[type=submit] {
    border: 0;
    width: 100px;
    height: 36px;
    float: left;
    padding: 0 10px;
    background: #000000;
    color: #fff;
    cursor: pointer;
    transition: all .7s;
}
.add-other-mes.main .messdd li input[type=reset] {
    border: 0;
    width: 100px;
    height: 36px;
    float: left;
    margin-left: 20px;
    background: #363a8f;
    color: #fff;
    cursor: pointer;
    transition: all .7s;
}