.form_email {
    background: #363636;
}

.form_e_c {
    padding: 40px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.fe_title {
    font-weight: 800;
    font-size: 18px;
    color: #fff;
}

.form_e_l {
    float: left;
}

.form_e_con {
    margin-top: 10px;
}

.form_e_cen {
    float: left;
    margin-left: 30px;
}

.input_ee input {
    width: 260px;
    height: 18px;
    color: #666666;
    background: #fff;
    border-radius: 24px;
    padding: 15px 20px;
}

.input_ee,
.input_btn {
    display: inline-block;
}

.input_btn {
    text-align: center;
}

.form_e_r {
    margin-left: 50px;
    float: left;
}

.input_btn button {
	padding: 0;
    font-weight: 600;
    margin-left: 21px;
    display: inline-block;
    border: none;
    border-radius: 24px;
    background: #000;
    width: 120px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
}

.form_e_r ul li {
    float: left;
    margin-right: 10px;
}

.form_e_r ul li:last-child {
    margin-right: 0;
}

.newfoot {
    background: #111111;
}

.footer_left {
    width: 59%;
    float: left;
}

.footer_right {
    border-left: 1px solid #666666;
    padding: 80px 0;
    float: left;
    width: 40%;
}

.one_level a span {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.footer_nav ul .one_level {
    width: 27%;
    margin-right: 5%;
    text-align: left;
    display: block;
    float: left;
}

.footer_nav ul .one_level:last-child {
    margin-right: 0;
}

.two_level {
    margin-top: 30px;
}

.two_level ul .two_items {
    margin-bottom: 20px;
}

.two_level ul .two_items a span {
    color: #fff;
    font-size: 14px;
}

.footer_left {
    padding: 80px 0;
}

.footer_add {
    margin-left: 60px;
}

.conpany_content {
    border-bottom: 1px solid #666666;
    margin-top: 20px;
}

.conpanty_name {
    font-size: 24px;
    color: #fff;
}

.telbt {
    margin-top: 20px;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}

.service_time {
    margin-top: 15px;
}

#footer {
    background: #000000;
}

#footer p {
    padding: 30px 0;
}

.#footer p span.ellipsis {
    display: block;
    float: left;
}

.ellipsis_r {
    display: block;
    float: right;
}

.ellipsis_r a {
    color: #fff;
    font-size: 16px;
    margin-right: 30px;
}

.home_tc_cc {
    padding: 0 20px;
}

.home_tc {
	border-radius: 15px;
	background-color: #fff;
position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 720px;
    height: 400px;
}

.tanc_bg {
    display: none;
    top: 0px;
    z-index: 999;
    background: rgba(20, 20, 20, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
}

.tc_jianjie {
    color: #000;
    font-size: 24px;
}

.home_tc_cc {
  width: 100%;
}

.tc_title {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

.tc_text {
    color: rgb(20, 20, 20);
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
}

.tc_btn a {
    font-size: 16px;
    color: #fff;
}

.tanc_content {
    top: 30%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tc_btn {
    width: 100%;
    height: 36px;
    background-color: rgb(20, 20, 20);
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
    margin-top: 24px!important;
}

.colse_p {
    right: 15px;
    top: 11px;
    position: absolute;
}

.colse_p img {
    width: 36px;
}