@charset "utf-8";

/*初始化*/
* {
    font-family: Heiti, DroidSans, DroidSansFallback, Arial, "Microsoft YaHei";
}

body, td, th {
    font-size: 12px;
    color: #333333;
}

body {
    background-color: #f2f2f2;
    margin: 0px;
    padding: 0px;
}

a {
    font-size: 12px;
    color: #333333;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

div, ul, li, p, dl, dt, dd, s, b, form, h3, ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

input, button, select, textarea {
    outline: none;
    outline: none;
}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], botton, bottom {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #999999;
    font-size: 18px;
}

textarea {
    -webkit-appearance: none;
}

/*主体*/
#wap {
    width: 100%;
    margin: 0px auto;
    max-width: 640px;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
}

.nk1200 {
    width: 1200px;
    margin: 0 auto;
}

.nk1280 {
    width: 1280px;
    margin: 0 auto;
}

.nk1440 {
    width: 1440px;
    margin: 0 auto;
}

/* flex 样式*/
.flex {
    display: flex;
}

.flex.column {
    flex-direction: column;
}

.flex.wrap {
    flex-wrap: wrap;
}

.flex.acenter {
    align-items: center;
}

.flex.jcenter {
    justify-content: center;
}

.flex.jcb {
    justify-content: space-between;
}

.flex.jca {
    justify-content: space-around;
}

.flex.jce {
    justify-content: flex-end;
}

.flex.center {
    align-items: center;
    justify-content: center;
}

.flex.flex1,
.flex .flex1 {
    flex: 1;
}

.flex .ase {
    align-self: flex-end;
}

.flex .fs {
    flex-shrink: 0;
}

/* 省略号 */
.ellipsis {
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.w10 {
    width: 10px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

/*---上边距---*/
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

/*---右边距---*/
.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

/*---下边距---*/
.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

/*---左边距---*/
.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.bj_fff {
    background-color: #ffffff;
}

.bt1 {
    border-top: solid 1px #f7f7f7;
}

.header {
}

.container {
}

.footer {
}

/*top*/
.top_ui {
    height: 150px;
}

.top_ui .top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 999;
    background-image: url("images/top_bj.png");
    background-repeat: no-repeat;
    background-size: 100% 150px;
    font-size: 50px;
    font-weight: 800;
    color: #FFFFFF;
}

.body_ui {
    width: 1200px;
    height: 200px;
    margin: 20px auto;
    background-image: url("images/body_bj.png");
    background-repeat: no-repeat;
    background-size: 100% 200px;
    border-radius: 10px;
}

.from_ui {
    border-radius: 10px;
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 45px 0;
}

.from_ui .itme {
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 25px;
}

.from_ui .itme .title {
    font-size: 18px;
    color: #333333;
    margin-right: 20px;
    width: 90px;
    text-align: right;
}

.from_ui .itme .input {
    font-size: 18px;
    color: #000000;
    width: 511px;
    height: 16px;
    border: 1px solid #999999;
    border-radius: 5px;
    padding: 15px 13px;
}

.from_ui .itme .select {
    font-size: 18px;
    color: #000000;
    width: 537px;
    height: 46px;
    border: 1px solid #999999;
    border-radius: 5px;
    padding: 0px 13px;
}

.from_ui .itme .input_y {
    font-size: 18px;
    color: #000000;
    width: 151px;
    height: 46px;
    border: 1px solid #999999;
    border-radius: 5px;
    padding: 0px 13px;
    margin-right: 15px;
}

.from_ui .itme .yzm {
    width: 201px;
    height: 46px;
    background: #D9D9D9;
}

.from_ui .tijiao {
    width: 646px;
    height: 50px;
    background: #6E6BFE;
    box-shadow: 0px 5px 13px 0px rgba(110, 107, 254, 0.68);
    border-radius: 10px;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 10px;
}

.jian_ui {
    border-radius: 10px;
    background-color: #fff;
    width: 1140px;
    margin: 20px auto 0 auto;
    padding: 20px 30px 20px 30px;
}

.jian_ui .title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}

.jian_ui .jian p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.foot_ui {
    height: 70px;
    margin-top: 50px;
}

.foot_ui .foot {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
    background: #242424;
}

.foot_ui .foot p, a, span {
    font-size: 14px;
    color: #FFFFFF;
}

.paper_ui {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
}

.paper_ui table {
    border-collapse: collapse;
}

.paper_ui table, th, td {
    border: 1px solid black;
}

.paper_ui td {
    height: 70px;
}

.paper_ui .title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.paper_ui .title2 {
    font-size: 16px;
    color: #333333;
}

.paper_ui .title3 {
    padding: 0 25px;
    font-size: 16px;
    color: #333333;
}

.paper_ui .title4 {
    font-size: 16px;
    color: #333333;
    padding: 25px;
}

.paper_ui .picurl {
    width: 231px;
    height: 282px;
    border-radius: 10px;
    object-fit: cover;
    padding: 15px 80px;
}

.paper_ui .picurl {
    width: 231px;
    height: 282px;
    border-radius: 10px;
    object-fit: cover;
    padding: 15px 80px;
}

.xiazai_ui {
    width: 646px;
    height: 50px;
    background: #6E6BFE;
    border-radius: 10px;
    font-size: 18px;
    color: #FFFFFF;
    margin: 55px auto;
}