@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font: 14px/1.5 "arial";
    color: #333;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

img {
    border-width: 0px;
}

table {
    border-collapse: collapse;
}

button,
input,
select,
textarea {
    outline: none;
}

.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.container-wrap {
    width: 100%;
    min-width: 1200px;
}

.container {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.txtcenter {
    text-align: center !important;
}

.ml3 {
    margin-left: 3px;
}

.ml5 {
    margin-left: 5px;
}

.ml8 {
    margin-left: 8px;
}

.ml15 {
    margin-left: 15px;
}

.ml25 {
    margin-left: 22px!important;
}

.mt15 {
    margin-top: 15px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb7 {
    margin-bottom: 7px;
}

.pd20 {
    padding: 20px;
}

.mr8 {
    margin-right: 8px;
}

.mr15 {
    margin-left: 15px;
}

.mt6 {
    margin-top: 6px;
}

.onetleft {
    float: left;
}

.onetright {
    float: right;
}

.font-weight {
    font-weight: bold;
}

.line_height_normal {
    line-height: normal;
}

.color_white {
    color: #fff;
}

.color_ff6000 {
    color: #FF6000;
}

.color_1184ff {
    color: #1184ff;
}

.m05 {
    margin: 0 5px;
}


/* top-tips-box */

.top-tips-box {
    width: 100%;
    min-width: 1200px;
    position: relative;
    height: 40px;
    line-height: 40px;
    float: left;
    background-color: #333333;
}

.welcome-tips {
    width: 240px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: left;
    float: left;
    color: #cccccc;
}

.top-login-lists {
    width: 112px;
    height: 40px;
    color: #cccccc;
    margin-left: 60px;
    border-right: 1px solid #ccc;
    float: left;
}

.top-login-lists li {
    float: left;
    width: 56px;
    text-align: center;
    height: 40px;
}

.top-login-lists .currunt {
    background-color: #c40500;
}


/* top-tips-box  end*/


/* header-seach-box start */

.header-seach-box {
    height: 103px;
    background-color: #fff;
    min-width: 1200px;
    float: left;
    width: 100%;
}

.header-seach-box .companyLogo {
    height: 50px;
    float: left;
    margin-top: 26px;
}

.header-help-link {
    float: right;
    color: #ccc;
}

.header-help-link img {
    float: left;
    margin-top: 12px;
    margin-right: 6px;
}

.header-help-link p {
    float: left;
}

.header-seach-input {
    float: right;
}

.header-seach-input input {
    width: 300px;
    height: 39px;
    border-radius: 2px;
    border: solid 1px #cccccc;
    float: left;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    margin-right: 4px;
    color: #999999;
    text-indent: 15px;
    line-height: 39px;
    margin-top: 32px;
}

.header-seach-input a {
    width: 66px;
    height: 40px;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: block;
    margin-top: 32px;
    background-color: #015293;
    border-radius: 2px;
}


/* header-seach-box end */


/*header-nav start*/

.header-nav {
    width: 100%;
    height: 52px;
    background-color: #c9151e;
    float: left;
    min-width: 1200px;
}

.header-nav li {
    line-height: 52px;
    font-size: 16px;
    letter-spacing: 2px;
    width: 170px;
    text-align: center;
    float: left;
    color: #fff;
    cursor: pointer;
}

.header-nav li a {
    width: 170px;
    height: 52px;
    display: block;
}

.header-nav .currunt {
    background-color: #8a0300;
}


/*header-nav end*/

.child-bannner {
    width: 100%;
    float: left;
}

.child-bannner img {
    width: 100%;
    float: left;
}

.commom-box-title {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 35px;
    height: 60px;
    text-align: center;
}

.commom-box-title p {
    font-size: 28px;
    width: 100%;
    float: left;
    font-weight: 600;
    white-space: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.commom-box-title em {
    position: absolute;
    width: 50px;
    height: 6px;
    background-color: #c9151e;
    left: 50%;
    margin-left: -25px;
    margin-top: 50px;
}

.footer-box {
    width: 100%;
    float: left;
    height: 170px;
    background-color: #4d4d4d;
    min-width: 1200px;
    margin-top: 70px;
}

.footer-info-list {
    width: 750px;
    float: left;
    margin-top: 40px;
}

.footer-info-list li {
    width: 370px;
    float: left;
    margin-top: 20px;
    color: #cccccc;
}

.footer-info-list .label {
    width: 80px;
    float: left;
}

.footer-info-list .content {
    width: 290px;
    float: left;
}