/*liboyuan*/

@charset 'UTF-8';
body {
    font-family: Microsoft YaHei, Verdana, Geneva, sans-serif;
    font-size: 12px;
    background-color: #fff;
}
ul, li, p, dl, dt, dd, h1, h2, h3, h4, a, input, span, strong, body, table {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
ul, li {
    list-style: none;
}
img {
    border: 0 none;
}
div {
    margin: 0 auto;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
}
.clearfix {
    zoom: 1;
}
.hide{
    display: none;
}
body {
    background: #f6f6f6;
}
.wrap {
    min-width: 1050px;
    width: 1050px;
}
.title {
    height: 140px;
    line-height: 140px;
    background: #2f7ed1;
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
.main {
    background: #fff;
    padding: 0 30px;
}
.title_link {
    line-height: 58px;
    font-size: 14px;
}
.com {
    border: 1px solid #e4e4e4;
    padding: 20px 0;
    margin-bottom: 30px;
}
.com_left {
    float: left;
    border-right: 1px solid #e4e4e4;
    width: 390px;
    padding: 0 20px;
}
.com_title {
    font-size: 14px;
}
.com_title span {
    width: 3px;
    background: #2f7ed1;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.com_time p {
    font-size: 14px;
    line-height: 36px;
}
.com_time {
    margin-top: 20px;
    padding-bottom: 0px;
}
.border_d1 {
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 20px;
}
.com_right {
    padding: 0 90px;
    float: left;
    width: 370px;
}
.com_right h3 {
    font-size: 18px;
    color: #666;
    text-align: center;
}
.com_right label {
    font-size: 16px;
    margin-top: 30px;
    display: inline-block;
}
.com_right label input {
    width: 300px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #999;
    padding: 0 10px;
}
.com_right label.error {
    color: #f51e55;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin-top: 0;
    margin-left: 54px;
    visibility: hidden;
}
.sub {
    font-size: 14px;
    display: block;
    margin-left: 48px;
    text-align: center;
    line-height: 36px;
    height: 36px;
    background: #f5800e;
    color: #fff;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 30px;
}
td, th {
    border: 1px solid #e4e4e4;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 14px;
    width: 33%;
}
th {
    background: #2f7ed1;
    color: #fff;
    font-weight: 400;
}
.t_link {
    color: #2f7ed1;
}
.f_left {
    float: left;
    padding: 0 10px;
    width: 475px;
}
.f_left ul {
    margin-top: 10px;
    margin-bottom: 30px;
}
.f_left ul li {
    border-bottom: 1px dashed #e4e4e4;
}
.f_left ul li:last-child {
    border: 0;
}
.f_link {
    font-size: 12px;
    line-height: 36px;
    display: block;
}
.f_link:hover {
    color: #2f7ed1;
}
.footer {
    text-align: center;
    background: #2f7ed1;
}
.footer>p, .footer>p a {
    color: #fff;
}
.foot_link {
    width: 560px;
    line-height: 50px;
    border-bottom: 1px dashed #fff;
    margin: 0 auto;
    padding-top: 15px;
}
.foot_link, .foot_link a {
    font-size: 14px;
    font-weight: 600;
}
.foot_about {
    width: 560px;
    margin: 0 auto;
    margin-top: 15px;
}
.foot_link a, .foot_about a {
    margin: 0 10px;
}
.foot_about a {
    font-size: 12px;
}
.icp {
    padding-bottom: 20px;
}
.pop_box {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}
.pop_com {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 470px;
    height: 310px;
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-left: -235px;
    margin-top: -155px;
}
.close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.pop_form{
    padding:0;
    float: none;
    width: 376px;
}
.pop_form .sub{
    margin-left: 52px;
}
.pop_form h3{
    margin-top: 35px;
}
