/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

/*去掉原样式中的小黑点*/
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select, input {
    vertical-align: middle;
}

/*输入字居中显示*/
select, input, textarea {
    font-size: 12px;
    margin: 0;
}

/**/
textarea {
    resize: none;
}

/*防止拖动*/
img {
    border: 0;
    vertical-align: middle; /*  去掉图片底部默认的3像素空白缝隙*/
}

table {
    border-collapse: collapse; /*合并外连线*/
}

body {
    font: 12px/1.5 "微软雅黑", Arial, Verdana, "\5b8b\4f53"; /*unitedCode的写法，宋体的写法*/
    color: #000;
    background: #fff;
    min-width: 1200px;
    /*height: 3000px;*/
}

.clearfix:before, .clearfix:after {
    /*清除浮动，最好最标准的写法*/
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
    /*兼容IE6下的写法*/
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    /*color: #C81623;*/
    font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}

.col-red {
    color: #C81623 !important;
}

/*公共类*/
.w {
    /*版心 提取 */
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.hide {
    display: none;
}

/*css初始化完成*/

/*通用顶部 B*/
/*顶1 通栏*/
.shortcut {
    height: 42px;
    line-height: 42px;
    background: #444;
}

.shortcut .ad {
    font-size: 14px;
    color: #fff;
}

.moreVer {
    height: 42px;
    margin-right: 20px;
}

.moreVer a {
    display: inline-block;
    height: 42px;
    background-image: url(../images/top.png);
    margin: 0 15px;
}

.ver-phone {
    width: 76px;
    background-position: 0 0;
}

.ver-phone:hover {
    background-position: 0 -42px;
}

.ver-tmall {
    width: 88px;
    background-position: -122px 0;
}

.ver-tmall:hover {
    background-position: -122px -42px;
}

.ver-weibo {
    width: 72px;
    background-position: -254px 0;
}

.ver-weibo:hover {
    background-position: -254px -42px;
}

/*顶2 logo+tell*/
.logoBar .logo {
}

.logoBar .logo a {
    display: block;
    height: 110px;
    width: 516px;
    line-height: 110px;
    background: url(../images/logo.png) no-repeat center;
    text-indent: -9999px;
}

.logoBar .tell {
    width: 480px;
    height: 110px;
    background: url(../images/tell.png) no-repeat center;
}
/*顶3 nav*/
.nav {
    height: 48px;
    position: relative;
    z-index: 3;
    background: #fff;
}
.nav .left-bg {
    width: 7px;
    height: 48px;
    position: absolute;
    left: -7px;
    background: url(../images/nav-bg.png);
}
.nav li {
    float: left;
    position: relative;
    width: 180px;
    height: 36px;
    padding: 6px 0 6px 20px;
    background: url(../images/nav-bg.png) repeat-y right top;
}
.nav i {
    display: block;
    width: 52px;
    height: 12px;
    /*background: url(../images/sprite1.png) no-repeat -1px -40px;*/
}
.nav li b {
    display: block;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
}
.nav-1 i {
    background: url(../images/sprite1.png) no-repeat -118px -40px;
}
.nav-2 i {
    background: url(../images/sprite1.png) no-repeat -59px -40px;
}
.nav-3 i {
    background: url(../images/sprite1.png) no-repeat -1px -40px;
}
.nav-4 i {
    width:48px;
    background: url(../images/sprite1.png) no-repeat -223px -40px;
}
.nav-5 i {
    width: 50px;
    background: url(../images/sprite1.png) no-repeat -173px -40px;
}
.nav-6 i {
    width: 55px;
    background: url(../images/sprite1.png) no-repeat -270px -201px;
}
.nav dl {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 0px;
    padding: 6px 0 6px 20px;
    color: #fff;
}
.nav-1 dl {
    background-color: #ba0420;
}
.nav-2 dl {
    background-color: #e8c019;
}
.nav-3 dl {
    background-color: #689bff;
}
.nav-4 dl {
    background-color: #2e550b;
}
.nav-5 dl {
    background-color: #e8c019;
}

.nav-6 dl {
    background-color: #ba0420;
}
.nav-1 dl i {
    background-position: -118px -201px;
}
.nav-3 dl i {
    background-position: -1px -201px;
}
.nav-4 dl i {
    background-position: -223px -201px;
}
.nav-6 dl i {
    background-position: -330px -201px;
}
.nav-1 a,.nav-3 a,.nav-4 a,.nav-6 a {
    color: #fff;
}
.nav-2 b,.nav-5 b,.nav-2 a,.nav-5 a {
    color: #000;
}
.nav dt {
    margin-bottom: 16px;
}
.nav dd {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    position: relative;
}
.nav dd span{
    position: relative;
}
.nav dd b{
    position: absolute;
    left: 80px;
    top: 5px;
    height: 14px;
    line-height: 14px;
    background: #ca0000;
    margin: 0 10px;
    color: #fff;
    opacity: 0;
    display: none;
}
.nav dd i {
    width: 10px;
    height: 14px;
    position: absolute;
    left: -10px;
    background: url(../images/sprite1.png) no-repeat;
}
.nav-1 dd i{
    background-position: -141px -140px;
}
.nav-2 dd i,.nav-5 dd i{
    background-position: -1px -102px;
}
.nav-3 dd i,.nav-4 dd i,.nav-6 dd i {
    background-position: -141px -156px;
}
.nav dd em{
    float: left;
    line-height: 14px;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}
.nav-1 em,.nav-3 em,.nav-4 em,.nav-6 em {
    color: #000;
}
.nav-2 em,.nav-5 em,{
    color: #fff;
}
.nav-1 dd em{
    background: #FFDE00;
}
.nav-2 dd em,.nav-5 dd em{
    background: #CA0000;
}
.nav-3 dd em,.nav-4 dd em,.nav-6 dd em {
    background: #fff;
}
.nav dd u {
    width: 6px;
    height: 14px;
    position: absolute;
    right: -6px;
    background: url(../images/sprite1.png) no-repeat;
}
.nav-1 dd u{
    background-position: -206px -140px;
}
.nav-2 dd u,.nav-5 dd u{
    background-position: -67px -102px;
}
.nav-3 dd u,.nav-4 dd u,.nav-6 dd u {
    background-position: -206px -156px;
}
/*顶4 大图*/
.nei-banner {
    height: 450px;
    width: 100%;
    min-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.bigBox {
    height: 450px;
    width: 1800px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -900px;
    overflow: hidden;
}
.bigBox img {
    height: 450px;
}
/*底1 联系方式*/
/*.contact {*/
    /*height: 110px;*/
    /*padding: 26px 0 28px;*/
    /*border-bottom: 1px solid #826741;*/
    /*background: #c09860;*/
    /*overflow: hidden;*/
/*}*/
/*.contact .wrap{*/
    /*position: relative;*/
    /*height: 110px;*/
/*}*/
/*.contact .bottomLeft{*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 50%;*/
    /*margin-top: -34px;*/
/*}*/
/*.contact .contacts {*/
    /*float: left;*/
    /*height: 110px;*/
    /*margin: 0 10px;*/
/*}*/
/*底2 地图*/
.map {
    height: 500px;
    position: relative;
    background: url(../images/map.jpg) no-repeat center center;
}
.cotactFont {
    position: absolute;
    top: 68px;
    text-align: center;
    width: 100%;
}
.cotactFont div{
    background: url(../images/sbg.png) no-repeat center bottom;
    margin-top: 40px;
    padding-bottom: 30px;
}
.cotactFont .ctip{
    position: relative;
}
.addresBox {
    position: absolute;
    bottom: 130px;
    text-align: center;
    color: #fff;
    width: 100%;
    background: url(../images/line.png) no-repeat top center;
    padding: 20px 0px 0px;
    font-size: 14px;
}
.addresBox .addresCfont{

}
.addresBox .addresEfont{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 125%;
    margin-top: 5px;
    font-size: 12px;
}
.shareFile {
    width: 164px;
    position: absolute;
    left: 50%;
    margin-left: -82px;
    bottom: 50px;
}
.shareFile a {
    background: url(../images/bottom.png) no-repeat 0px 0px;
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0px 1px;
}
.shareFile .s1:hover{
    background-position: 0px -38px;
}
.shareFile .s2{
    background-position: -47px 0px;
}
.shareFile .s2:hover{
    background-position: -47px -38px;
}
.shareFile .s3{
    background-position: -96px 0px;
}
.shareFile .s3:hover{
    background-position: -96px -38px;
}
/*底2 底部信息*/
.bottomMes {
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
    color: #585858;
    background-color: #dedede;
}
/*返回顶部*/
.backTop {
    display: none;
    width: 45px;
    height: 74px;
    position: fixed;
    bottom: 40px;
    right: 80px;
    z-index: 999;
}
.backTop span{
    cursor: pointer;
    display: block;
    width: 45px;
    height: 74px;
    background: url(../images/backup.png) no-repeat center;
}