﻿.c-img {
    display: block;
    border: none;
    margin: 0 auto;
}

.cimg {
    margin: 10px auto;
}

header {
    position: relative;
}

header img {
    width: 100%;
}

a:hover {
    color: #FF0000;
}

.public1 {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/b3.png) center no-repeat;
    background-size: 100%;
    height: 452px;
}

.public {
    width: 1200px;
    margin: 50px auto;
}

.c-p1 {
    font-size: 28px;
    line-height: 45px;
    font-weight: 300;
    /* text-align: center; */
    margin-bottom: 30px;
}

.c-p2 {
    font-size: 28px;
    line-height: 50px;
    font-weight: 500;
    /* text-align: center; */
    margin-top: 40px;
}

.c-wrap {
    display: flex;
    justify-content: space-between;
}

.c-wrap img {
    width: 780px;
    height: auto;
    margin: 0;
}

#c-table {
    width: 400px;
    font-size: 20px;
    border: 1px solid #000;
}

#c-table tr {
    background: #fff
}

#c-table tr td {
    vertical-align: middle;
    text-align: center;
}

.bm-wrap {
    background: #d40404;
    padding: 30px 0;
}

.bm-title {
    color: #f8ed09;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.form-wrap {
    width: 500px;
    margin: 20px auto;
    /* background: blue; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-wrap li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    background: #f7e9dd;
}

.form-wrap li input {
    width: 350px;
    border: transparent;
    outline: transparent;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

.form-wrap li label {
    /* width: 100px; */
    height: 100%;
    text-align: center;
    padding: 0 15px;
    background: #f7e9dd;
    color: #3c2b37;
    font-weight: bold;
    font-size: 14px;
}

.form-wrap .submit {
    background: #f8ed09;
    color: #ed0b1d;
    outline: transparent;
    border: transparent;
    padding: 10px 120px;
    margin: 10px;
    border-radius: 100px;
    font-weight: bold;
}

.c-form-wrap {
    padding: 10px 0;
    background: red;
    height: 500px;
    position: relative;
    background: url(../images/formbg.jpg) 100% no-repeat;
}

.c-form {
    position: absolute;
    right: 280px;
    top: 50%;
    transform: translateY(-50%);
    height: 400px;
    width: 400px;
    background: #6986fc;
}

.c-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
}

.c-form form h1 {
    color: #fff;
    margin: 50px auto 20px auto;
    font-size: 28px;
}

.cf-ipt {
    width: 94%;
    border: none;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;
}

.c-submit {
    width: 100%;
    background: #d40404;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 18px;
	text-align:center
}