body {
    padding: 0px;
    margin: 0px;
}

/*头部区域*/
.navBg {
    height: 96px;
    background: #fff;
    display: flex;
    min-width: 1400px;
    align-items: center
}

.nav {
    height: 96px;
    padding-left: 0px;
    margin-left: 50px;
    line-height: 96px;
    /* "FangSong_GB2312", "STSong", */
    font-family: "Microsoft YaHei", "微软雅黑";
}

.nav li {
    float: left;
    list-style: none;
}

.nav li a {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 18px;
    color: #494949;
    text-decoration: none;
}

.nav_sub li a:hover {
    background: #f2702e;
    text-decoration: none;
}

.nav li a:hover {
    color: #817f7f;
}

.nav li a:hover .on {
    background: #fff;
    text-decoration: none;
}

/* .nav li a.on{background:#0060b6;} */
/* .nav li a.on2{background:#0060b6;text-decoration:none;} */
/* .nav li:hover.on{background:#0060b6;text-decoration:none;} */
.nav li {
    position: relative;
}

.nav li ul {
    display: none;
    position: absolute;
    left: -20px;
    z-index: 9999;
}

.nav li ul li {
    float: none;
    display: block;
    position: relative;
    line-height: 20px;
}

.nav li ul li .s {
    position: absolute;
    top: 0;
    left: 100px;
    border-left: 1px solid transparent;
}

.nav li ul li .s li {
    float: none;
}

.nav li ul li a {
    display: block;
    width: 100px;
    height: 20px;
    padding: 8px 0 8px 0px;
    background: #fff;
    /* text-align: center; */
    font-weight: normal;
    font-size: 16px;
    color: #727272;
}

.nav li ul li a:hover {
    color: #fff;
}

.nav_sub {
    padding-inline-start: 0px;
}

.nav_sub li {
    padding-left: 20px;
}

/* .search {
    width: 220px;
    height: 35px;
    border-radius: 20px;
    border: 1px solid #c4c4c4;
    margin-left: 40px;
    display: flex;
    align-items: center;
} */

#search {
    width: 220px;
    height: 35px;
    border-radius: 20px;
    border: 1px solid #c4c4c4;
    margin-left: 40px;
    display: flex;
    align-items: center;
    padding-left: 10px;

    /* margin-left: 5px; */
}

.inp_1 {
    width: 176px;
    background-color: #fff;
}

#search_btn {
    width: 24px;
    height: 24px;
    margin-left: 5px;
    background: url(../images/serch_icon.png);
    cursor: pointer;
}

/* 
去掉输入框有内容，背景自动添加背景色
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;

} */

/* .nav .t,.nav .t:hover{background:url(../images/nav_ico.gif) no-repeat 120px center #0060b6;} */

/*底部区域*/
.footer {
    background-color: #737373;
    display: flex;
    flex-direction: column;
}

.link {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 220px;
    margin-top: 30px;
    margin-bottom: 20px;

}

.link-title {
    color: white;
    font-size: 16px;
    width: 80px;
    height: 20px;
}

.space {
    margin-left: 30px;
}

.space1 {
    margin-left: 80px;
}

.dropselect_box {
    min-width: 220px;
    height: 34px;
    background-color: #737373;
    border: #fff 1px solid;
    color: #fff;
    width: auto;
    padding: 0 2%;
    margin: 0;
}

.option {
    text-align: center;
}

.company-info {
    height: 160px;
    display: flex;
    margin-left: 220px;
    align-items: center;
    min-width: 1500px;
    margin-bottom: 20px;
}

.info {
    display: flex;
    flex-direction: column;
    margin-left: 200px;
    margin-right: 200px;
}

.name {
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
}

.sub {
    color: #fff;
    font-size: 12px;
    padding-bottom: 5px;
}

.code {
    display: flex;
    flex-direction: column;
}

.code img {
    height: 123px;
    width: 126px;
    margin-bottom: 2px;
}

.code span {
    color: #fff;
    font-size: 14px;
    height: 20px;
}

/*---在线留言---*/

.rightarea {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.rightarea .btn_area {
    text-align: center;
    margin: 20px 0px 0px 0px;
    float: left;
    margin-left: 340px;
}

.rightarea .btn {
    width: 100px;
    height: 35px;
    background: #FF7900;
    border-radius: 2px;
    color: #fff;
    padding: 5px 10px;
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    outline: none;
}

table.imagetable {
    border-width: 1px;
    border-color: #ddd;
    border-collapse: collapse;
}

table.imagetable td {
    border-width: 1px;
    padding: 10px 10px;
    border-style: solid;
    border-color: #ddd;
    font-size: 14px;
}

table.imagetable td input,
table.imagetable td textarea {
    border: 1px solid #c0d0d8;
    outline: none;
    height: 26px;
    text-indent: 10px;
    background: #f3f9fc;
}

table.imagetable td textarea {
    width: 580px;
    padding: 0 5px;
}

input.input_button {
    width: 100px;
    height: 35px;
    background: #FF7900;
    border-radius: 2px;
    color: #fff;
    padding: 5px 10px;
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

table.imagetable2 {
    border-width: 1px;
    border-color: #ddd;
    border-collapse: collapse;
    font-size: 12px;
}

table.imagetable2 td {
    border-width: 1px;
    padding: 5px 10px;
    border-style: solid;
    border-color: #ddd;
    line-height: 24px;
}

.imagetable td span {
    color: red;
}

/*---在线留言---*/
.rightarea {
    /*width:80%; padding:20px 8% 15px 8%;*/
    overflow: hidden;
    zoom: 1;
}

.rightarea .btn_area {
    text-align: center;
    margin: 20px 0px 0px 0px;
    float: left;
    margin-left: 340px;
}

.rightarea .btn {
    width: 100px;
    height: 35px;
    background: #FF7900;
    border-radius: 2px;
    color: #fff;
    padding: 5px 10px;
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    outline: none;
}

table.imagetable {
    border-width: 1px;
    border-color: #ddd;
    border-collapse: collapse;
}

table.imagetable td {
    border-width: 1px;
    padding: 10px 10px;
    border-style: solid;
    border-color: #ddd;
    font-size: 14px;
}

table.imagetable td input,
table.imagetable td textarea {
    border: 1px solid #c0d0d8;
    outline: none;
    height: 26px;
    text-indent: 10px;
    background: #f3f9fc;
}

table.imagetable td textarea {
    width: 580px;
    padding: 0 5px;
}

input.input_button {
    width: 100px;
    height: 35px;
    background: #FF7900;
    border-radius: 2px;
    color: #fff;
    padding: 5px 10px;
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

table.imagetable2 {
    border-width: 1px;
    border-color: #ddd;
    border-collapse: collapse;
    font-size: 12px;
}

table.imagetable2 td {
    border-width: 1px;
    padding: 5px 10px;
    border-style: solid;
    border-color: #ddd;
    line-height: 24px;
}

.imagetable td span {
    color: red;
}

.manageBtn #EBtnSubmit {
    text-indent: 0px;
    width: 100px;
    height: 35px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    color: #FFF;
    line-height: 30px;
    background-color: #0082c8;
    border-radius: 3px;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.manageBtn #BtnCancel {
    text-indent: 0px;
}