﻿@charset "utf-8";
/* CSS Document */

body {
    font-family: Microsoft yahei, pingfang;
    background-color: #f7f7f7;
    font-size: 14px;
    color: #333;
}

input, select {
    font-family: Microsoft yahei, pingfang;
}

a:hover {
    text-decoration: none;
}

.header {
    height: 168px;
    background-color: #fff;
}

.header_bg {
    background-color: #efefef;
    text-align: right;
    padding: 5px;
}

.header_bg > div {
    width: 1000px;
    margin: 0 auto;
}

.header_bg a {
    display: inline-block;
    color: #1a56a8;
    padding: 3px 10px;
    border-radius: 3px;
}

.header_inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.header_inner .logo {
    position: absolute;
    width: 854px;
    height: 121px;
    background: url(../images/logo1.png) no-repeat;
    left: 0;
    top: 0;
}

.main_menu {
    position: relative;
    height: 50px;
    margin-bottom: 30px;
    background: #1a56a8;
}

.main_menu_inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.main_menu .item {
    float: left;
    width: 125px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.main_menu .item.current {
    background-color: #3671bf;
    color: #fff;
}


.footer {
    width: 100%;
    height: 150px;
    background-color: #fff;
    margin-top: 20px;
    border-top: 1px solid #166bc1;
    color: #a6a6a6;
}

.footer li {
    list-style: none;
}

.footer-middle {
    width: 1100px;
    height: 110px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 15px;
}

.footer .vcode_img {
    width: 70px;
    height: 70px;
}

.footer .vcode_title {
    color: #fff;
    font-size: 12px;
    background: #1369c0;
}

.footer a {
    font-size: 12px;
}

.footer-middle-middle {
    width: 700px;
    height: 80px;
    padding: 20px 0 5px 10px;
    line-height: 1.6em;
    float: left;
}

.footer-middle-middle p {
    margin-bottom: 0;
}

.footer-middle-left {
    width: 210px;
    height: 80px;
    margin-top: 30px;
    float: left;
}

.footer-middle-middle p {
    color: #a6a6a6;
    font-size: 13px;
    line-height: 25px;
}

.footer-middle-middle p span {
    color: #a6a6a6;
    margin: 0 5px;
}

.footer-middle-middle p a {
    color: #a6a6a6;
}

.footer-middle-middle img {
    display: inline-block;
    vertical-align: top;
}

.footer-middle-right ul li {
    float: left;
    margin-top: 10px;
}

.footer-middle-right ul li p {
    text-align: center;
    color: #a6a6a6;
}

.footer-middle-right li {
    margin-left: 20px;
}


.breadcrumbs {
    position: relative;
    width: 1000px;
    margin: -10px auto 10px;

}


.content {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}

.site_path {
    background: url(../images/ico_path.png) no-repeat 31px center;
    height: 14px;
    line-height: 14px;
    width: 1000px;
    padding: 20px 0 20px 47px;
    color: #888;
    font-size: 12px;
}


/*Form*/
.com_form_a {
}

.com_form_a .field {
    height: auto;
    margin-bottom: 20px;
    line-height: 30px;
}

.com_form_a .field dt {
    float: left;
    width: 210px;
    text-align: right;
    line-height: 30px;
    color: #444;
}

.com_form_a .field dd {
    float: left;
    width: 750px;
}

.com_form_a .field .ifmust {
    color: #e00;
    padding: 0 3px;
}

.com_form_a .field .input_txt {
    width: 488px;
    height: 18px;
    margin-right: 8px;
    line-height: 18px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
}

.com_form_a .field .input_txt_short {
    width: 258px;
}

.com_form_a .field .tip_txt {
    color: #999;
}

.com_form_a .field .tip_wrong {
    color: #f00;
}

.com_form_a .field div.tip_wrong {
    margin-bottom: -10px;
    line-height: 22px;
}

.com_form_a .field .psd_power {
    position: relative;
    height: 14px;
    margin-top: 5px;
    margin-bottom: -10px;
    background: url(../images/psd_power.png) no-repeat 0 0;
}

.com_form_a .field .btn_get_code {
    display: inline-block;
    width: 140px;
    height: 30px;
    border: none;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-weight: bold;
    background: url(../images/btns.png) no-repeat 0 -74px;
    vertical-align: middle;
    cursor: pointer;
}

.com_form_a .field .btn_get_code:hover {
    text-decoration: none;
}

.com_form_a .field .btn_get_code:active {
    top: 1px;
}

.com_form_a .field select {
    min-width: 269px;
    margin-right: 8px;
}

.com_form_a .field .chkbox, .com_form_a .field .radio {
    margin: 5px 5px 5px 2px;
    vertical-align: middle;
}

.com_form_a .field label {
    display: inline-block;
}

.form_group {
    margin-top: -1px;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.group_tit {
    margin-bottom: 30px;
    line-height: 30px;
    padding-left: 57px;
    color: #999;
}

.group_tit strong {
    color: #333;
}

.form_group_even {
    padding: 25px 0;
    background: #f5f5f5;
    border: 1px solid #fff;
}


/*公用按钮*/
.btn_orange {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    background: url(../images/btns.png) no-repeat 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
}

.btn_orange:hover {
    text-decoration: none;
    color: #fff;
}

.btn_orange:active {
    top: 1px;
}

.btn_orange_s {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: none;
    background: url(../images/btns.png) no-repeat -154px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
}

.btn_orange_s:hover {
    text-decoration: none;
    color: #fff;
}

.btn_orange_s:active {
    top: 1px;
}

.btn_orange_bold {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    background: url(../images/btns.png) no-repeat 0 0;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-shadow: #666 1px 1px 2px;
    font-family: Microsoft yahei;
    vertical-align: middle;
}

.btn_orange_bold:hover {
    text-decoration: none;
    color: #fff;
}

.btn_orange_bold:active {
    top: 1px;
}

.btn_blue_bold {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    background: url(../images/btns.png) no-repeat -259px 0;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-shadow: #666 1px 1px 2px;
    font-family: Microsoft yahei;
    vertical-align: middle;
}

.btn_blue_bold:hover {
    text-decoration: none;
    color: #fff;
}

.btn_blue_bold:active {
    top: 1px;
}

.btn_blue {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    background: url(../images/btns.png) no-repeat -259px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-shadow: #666 1px 1px 2px;
    font-family: Microsoft yahei;
    vertical-align: middle;
}

.btn_blue:hover {
    text-decoration: none;
    color: #fff;
}

.btn_blue:active {
    top: 1px;
}


.btn_disable {
    cursor: default;
    color: #999999;
}

.ti2 {
    text-indent: 2em;
}

.underline {
    text-decoration: underline;
}

.ta_c {
    text-align: center;
}

.ta_r {
    text-align: right;
}

.ta_l {
    text-align: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt_5 {
    margin-top: 5px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.ml_5 {
    margin-left: 5px;
}

.ml_10 {
    margin-left: 10px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_30 {
    margin-left: 30px;
}

.mr_5 {
    margin-right: 5px;
}

.mr_10 {
    margin-right: 10px;
}

.mr_20 {
    margin-right: 20px;
}

.mr_30 {
    margin-right: 30px;
}

.mb_5 {
    margin-bottom: 5px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_50 {
    margin-bottom: 50px;
}

.pt_5 {
    padding-top: 5px;
}

.pt_10 {
    padding-top: 10px;
}

.pt_20 {
    padding-top: 20px;
}

.pt_30 {
    padding-top: 30px;
}

.pt_50 {
    padding-top: 50px;
}

.pt_80 {
    padding-top: 80px;
}

.pl_5 {
    padding-left: 5px;
}

.pl_10 {
    padding-left: 10px;
}

.pl_20 {
    padding-left: 20px;
}

.pl_30 {
    padding-left: 30px;
}

.pr_5 {
    padding-right: 5px;
}

.pr_10 {
    padding-right: 10px;
}

.pr_20 {
    padding-right: 20px;
}

.pr_30 {
    padding-right: 30px;
}


.f_14 {
    font-size: 14px;
}

.f_orange {
    color: #ff3300;
}

.f_yellow {
    color: #ff6600;
}

.f_blue {
    color: #004080;
}

.f_lightblue {
    color: #06c;
}

.f_666666 {
    color: #666666;
}

.f_888888 {
    color: #888888;
}

.f_999999 {
    color: #999999;
}

.f_darkred {
    color: #c00;
}

.a_orange {
    color: #ff3300;
}

.a_yellow {
    color: #ff6600;
}

.a_blue {
    color: #0073e6;
}

.a_grayblue {
    color: #0061ae;
}

.a_gray {
    color: #666;
}

.a_gray:hover {
    color: #f60;
}

.a_darkred {
    color: #c00;
}

.a_darkred:hover {
    color: #f00;
}

.f_bold {
    font-weight: bold;
}

.f_arial {
    font-family: Arial, Helvetica, sans-serif;
}

.btn_orange {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    background: url(../images/btns.png) no-repeat 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
}

.btn_orange:hover {
    text-decoration: none;
    color: #fff;
}

.btn_orange:active {
    top: 1px;
}

.btn_orange_s {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: none;
    background: url(../images/btns.png) no-repeat -154px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
}

.btn_orange_s:hover {
    text-decoration: none;
    color: #fff;
}

.btn_orange_s:active {
    top: 1px;
}

.btn_orange_bold {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    background: url(../images/btns.png) no-repeat 0 0;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-shadow: #666 1px 1px 2px;
    font-family: Microsoft yahei;
    vertical-align: middle;
}

.btn_orange_bold:hover {
    text-decoration: none;
    color: #fff;
}

.btn_orange_bold:active {
    top: 1px;
}

.btn_blue_bold {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    background: url(../images/btns.png) no-repeat -259px 0;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-shadow: #666 1px 1px 2px;
    font-family: Microsoft yahei;
    vertical-align: middle;
}

.btn_blue_bold:hover {
    text-decoration: none;
    color: #fff;
}

.btn_blue_bold:active {
    top: 1px;
}

.btn_blue {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    background: url(../images/btns.png) no-repeat -259px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-shadow: #666 1px 1px 2px;
    font-family: Microsoft yahei;
    vertical-align: middle;
}

.btn_blue:hover {
    text-decoration: none;
    color: #fff;
}

.btn_blue:active {
    top: 1px;
}


.btn_com_gray {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    padding: 0 15px;
    margin: 0;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: content-box;
    background: #999;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
}

button.btn_com_gray {
    top: 1px;
}

.btn_com_gray:hover {
    color: #fff;
    text-decoration: none;
}

.btn_com_gray[disabled] {
    background: #aaa;
    color: #ccc;
}
