* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
    font-size: 12px;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    border: none;
    color: #333;
}

a:hover {
    color: #5e7387;
}

a,
a:visited {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

p {
    line-height: 25px;
}

ol,
ul {
    list-style: none;
}

img {
    vertical-align: middle;
    border: none;
}

input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email] {
    outline-color: transparent;
}

input[type="button"],
input[type="submit"] {
    outline-color: transparent;
    cursor: pointer;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 28px;
    padding: 0 6px;
    line-height: 28px;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea {
    outline-color: transparent;
}

select {
    outline-color: transparent;
}

option {
    outline-color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mt8 {
    margin-top: 8px;
}

.readonly {
    display: inline-block;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.mt {
    margin-top: 20px;
}

.yellow {
    color: #ffbe40;
}

.green {
    color: #0fdab2;
}

.gray {
    color: #aaa;
}

.red {
    color: #ff3a3a;
}

.pink {
    color: #9674ed;
}

.blue {
    color: #21c2f8;
}

.deepblue {
    color: #1973a6;
}

.grayline10 {
    height: 10px;
    background: #f5f5f5;
}

.h10 {
    height: 10px;
}

.ml5 {
    margin-left: 5px;
}

.ml20 {
    margin-left: 20px;
}

.ml40 {
    margin-left: 40px;
}

.boxshadow {
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.02), 2px 0 6px rgba(0, 0, 0, 0.02), 0 -2px 6px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: -2px 0 6px rgba(0, 0, 0, 0.02), 2px 0 6px rgba(0, 0, 0, 0.02), 0 -2px 6px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: -2px 0 6px rgba(0, 0, 0, 0.02), 2px 0 6px rgba(0, 0, 0, 0.02), 0 -2px 6px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.02);
    *border: 1px solid #efefef;
    border: 1px solid #efefef \0;
}

.wrapper {
    width: 100%;
    min-width: 1200px;
    _width: expression_r((document . documentElement . clientWidth | | document . body . clientWidth) < 1200 ? "1200px": "");
    min-height: 1000px;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 46px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(178, 178, 178, 0.5);
}

.header .logo {
    float: left;
    width: 190px;
    height: 46px;
}

.header .logo a {
    display: inline-block;
    height: 46px;
    width: 150px;
}

.header .menumain {
    width: 760px;
    height: 35px;
    line-height: 35px;
    margin: 6px 0;
}

.header .menumain li {
    float: left;
    padding: 0 25px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.header .menumain li a {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
}

.header .menumain li a:hover,
.header .menumain li.current a {
    color: #218fce;
}

.header .other {
    height: 35px;
    line-height: 35px;
    margin: 6px 0;
}

.header .other a {
    display: inline-block;
    /*width: 82px;*/
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    /*border: 1px solid #218fce;*/
    /*border-radius: 6px;*/
}

.header .other .login {
    color: #218fce;
}

.header .other .reg {
    color: #fff;
    margin-left: 10px;
    background: #218fce;
}

.header .other .signOut-box span.sign-out {
    cursor: pointer;
    padding: 0 10px;
    margin: 0 10px;
    border: 0 solid black;
    border-width: 0 1px 0 1px;
}

.header .other .signOut-box .user-btn a {
    color: #218fce;
}


/**/

.container {
    margin-top: 66px;
}

.banner {
    height: 400px;
}

.sitemap {
    margin: 15px auto;
}

.sitemap .sitec {
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    font-size: 13px;
    background: url(../images/home_018761b.png) 0px 0px no-repeat;
}

.sitemap .sitec a {
    color: #1973a6;
    text-decoration: none;
}

.sitemap .sitec i {
    margin: auto 5px;
    font-size: 6px;
}

.offline-footer {
    height: 213px;
    padding-top: 85px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #000 url(../images/offline-footer.jpg) center 0px no-repeat;
}

.offline-footer .hotline {
    font-size: 35px;
    color: #fec701;
    margin-top: 50px;
}


/**/

.footer {
    padding: 30px 0;
    width: 100%;
    background: #33373b;
}

.footer .footer-top {
    width: 1160px;
    margin: auto;
    margin-bottom: 30px;
    padding-left: 70px;
    overflow: hidden;
}

.footer .footer-top .mod {
    display: inline-block;
    width: 150px;
    padding-left: 8px;
    vertical-align: top;
    /*border-left: 2px solid #4b4b4b;*/
}

.footer .footer-top .mod .mod-wrap {
    overflow: hidden;
}

.footer .footer-top .mod .mod-wrap h4 {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
    color: #BDBDBD;
    overflow: hidden;
    margin-bottom: 6px;
}

.footer .footer-top .mod .mod-wrap li {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.footer .footer-top .mod .mod-wrap li a {
    font-size: 12px;
    color: #8f8f8f;
    text-decoration: none;
}

.footer .footer-top .mod-logo {
    padding-top: 20px;
    border: none;
}

.footer .footer-top .mod-d {
    width: 290px;
    border: none;
}

.footer .footer-top .mod-d .contact-p1 {
    font-size: 20px;
    color: #BDBDBD;
}

.footer .footer-top .mod-d .contact-p2 {
    color: #8f8f8f;
    margin: 5px 0;
}

.footer .footer-top .mod-d .contact-btn {
    display: block;
    width: 140px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    color: #888;
    text-decoration: none;
    line-height: 36px;
    border: 1px solid #e4e4e4;
    border-radius: 100px;
}

.footer .footer-top .mod-e {
    width: 160px;
    text-align: center;
    border: none;
}

.footer .footer-top .mod-e p {
    font-size: 20px;
    color: #BDBDBD;
}

.footer .footer-top .mod-e .wechact {
    width: 100px;
    padding: 8px;
    margin: 5px auto;
    background: #4c4f53;
}

.footer .footer-top .mod-e .wechact img {
    width: 100px;
    vertical-align: middle;
}

.footer .copyright {
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #8f8f8f;
    border-top: 1px solid #4B4B4B;
}