@charset "utf-8";

/* import font */
@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url('../../font/SourceHanSansCN-Normal.eot');
    src: url('../../font/SourceHanSansCN-Normal.eot?#font-spider') format('embedded-opentype'),
    url("../../font/SourceHanSansCN-Normal.ttf") format("truetype"),
    url("../../font/SourceHanSansCN-Normal.woff") format("woff"),
    url("../../font/SourceHanSansCN-Normal.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* init style*/
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: "SourceHanSansCN-Normal", "PingFang SC", sans-serif;
    box-sizing: border-box;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke-width: 0.2px;
    -webkit-font-smoothing: antialiased;
}
html{
    font-size: 62.5%;
}
html,body {
    height: 100%;
    width: 100%;
}
ol, ul {
    list-style: none;
}
a{text-decoration:none; color: #cecdcd;}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both;}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-webkit-input-placeholder {
    color: #999;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
/* Firefox < 19 */
input:-moz-placeholder {
    color: #999;
}
input:focus:-moz-placeholder {
    color: transparent;
}
/* Firefox > 19 */
input::-moz-placeholder {
    color: #999;
}
input:focus::-moz-placeholder {
    color: transparent;
}
/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #999;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}
input::-ms-clear{display:none;}
.wrapper {
    height: 100%;
    width: 100%;
}
.toolbar img {
    height: 100%;
}

/* 顶部导航栏 */
.header {
    height: 93px;
    width: 100%;
    background: url("../../image/nav_bg.png") repeat-x;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    padding-top: 10px;
}
.nav_box {
    height: 50px;
    min-width: 1200px;
    color: #cecdcd;
    width:60%;
    margin: 0 auto;
}
.logo {
    height: 32px;
    width: 188px;
    float: left;
}
.nav_list, .nav_list2 {
    float: left;
    margin-left: 20px;
}
.nav_list li{
    float: left;
    font-size: 16px;
    letter-spacing: 2px;
} 
.nav_list li a,.nav_list em{ 
    display: block;
    padding:8px 18px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.nav_list li.drop a{
    background: rgba(0,0,0,.6);
}

.nav_list li em {
    color: #e0e0e0;
}
.nav_sub {
    display: none;
    background: rgba(0,0,0,.6);
    border-radius: 0 0 5px 5px;
}
.nav_list li .nav_sub a,.nav_list li .nav_sub em {
    padding:0 18px 8px;
    border-radius: 0;
    font-size:15px;
    text-align: center;
    background: none;
    color: #cecdcd;
}
.nav_list li .nav_sub em {
    color: #fff;
}
.nav_list li .nav_sub a:hover {
    color: #44b3ea;
}

.nav_list a.none{
    background:none !important;
}
.nav_list a.select{
    background:rgba(0,0,0,.6);
}

/* .search {
    width: 150px;
    height: 23px;
    margin-top: 8px;
    float: left;
}
.search_input {
    width: 80px;
    background: transparent;
    border: 0;
    border-bottom: 1px #cecdcd solid;
    font-size: 17px;
    letter-spacing: 1px;
    color: #cecdcd;
    float: left;
}
.search_img img {
    height: 23px;
    width: 23px;
    margin-top: 2px;
    float: left;
}
.search span {
    height: 23px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-left: 2px;
    margin-top: 5px;
    /*vertical-align: sub;*
} */
.nav_list2 {
    margin-top: 8px;
    margin-top: 4px\0;
}
.reg{
    height: 26px;
    width: 47px;
    float: left;
    margin-left: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    line-height: 32px\0;
    letter-spacing: 1px;
}
.reg a,.reg em{
    display: block;
    height: 100%;
    width: 100%;
    color: #000000;
    border-radius: 5px;
    background-color: #ffffff;
}
.reg a:hover{
    background: #4bb3e8;
    color: #fff;
}
.nav_list2 .quit {
    float: left;
    font-size: 16px;
}
.nav_list2 .quit a {
    margin-left:5px;
    color: #44b3ea;
}
.nav_list2 .quit a:hover {
    color: #fff;
}

.language {
    height: 26px;
    float: left;
    font-size: 16px;
    margin-left: 35px;
    line-height: 26px;
    cursor:pointer;
}
.language a:hover{
    color: #4bb3e8;
}

/* 楼层 相关样式 */
.wms_title {
    text-align: center;
    font-size: 2.4rem;
    color: #4bb3e7;
    line-height: 2.5rem;
    letter-spacing: 1px;
}
.square {
    height: 1.5rem;
    width: 1.3rem;
    background-color: #4bb3e7;
    margin-bottom: -5px;
}
.fba_square {
    display: inline-block;
    margin-right: 5px;
}

/* 底部 相关样式 */
.footer {
    height: 280px;
    width: 100%;
    min-width: 1349px;
    padding-top: 20px;
    background-color: #000000;
}
.footer .service {
    height: 250px;
    width: 67.5%;
    margin: 0px auto;
    color: #adadad;
    text-align: center;
    border-bottom: 1px #adadad solid;
}
.footer .service .contact {
    width: 30%;
    float: left;
    text-align: center;
}
.footer .service .contact img {
    width: 200px;
    height: 160px;
}
.footer .service .contact p {

    font-size: 1rem;
    letter-spacing: 1px;
    margin-top: 20px;
}
.footer .service .contact p span {

    font-size: 1.1rem;
    letter-spacing: 1px;
}
.footer .service .about {
    width: 50%;
    margin-left: 10%;
    float: left;

    font-size: 1rem;
}
.footer .service .about table {
    margin-top: 30px;
    width: 100%;
}
.footer .service .about table th {
    width: 33%;
    height: 40px;

    font-size: 1rem;
    color: #fff;
    font-weight: 400;
}
.footer .service .about table td { text-align:center;}

/*.footer .service .about table td  {*/
    /*width: 33%;*/
/*}*/
.footer .service .about table td a {

    font-size: 0.9rem;
    color: #adadad;
    cursor: pointer;
}
.footer .service .about table td a:hover {
    color: #fff;
}
.footer .copyright {
    height: 30px;
    line-height: 30px;
    text-align: center;

    font-size: 0.7rem;
    letter-spacing: 1px;
    color: #cccccc;
}

