body {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #5c5c5c;
    font-weight: normal;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
}

div {
    /*position: relative;*/
    overflow: hidden;
}

ul li {
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

.title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 33px;
    padding-top: 30px;
    margin-bottom:40px;
}

.titleSmall {
    width: 100%;
    height: 25px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 38px;
    color: #b6b6b6;
}

/*---滚动条默认显示样式--*/
/*::-webkit-scrollbar-thumb {
    background-color: rgba(169, 169, 169, 1);
    outline-offset: -2px;
    -webkit-border-radius: 3px;
}*/

/*---鼠标点击滚动条显示样式--*/
/*::-webkit-scrollbar-thumb:hover {
        background-color: rgba(169, 169, 169, 1);
        -webkit-border-radius: 3px;
    }*/

/*---滚动条大小--*/
/*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}*/

/*---滚动框背景样式--*/
/*::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 3px;
}*/

/*-----------------------------------------------------------------------------------------------*/

.head {
    width: 100%;
    height: 80px;
    background-color: #242424;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.headInner {
    width: 1100px;
    height: 80px;
    margin: 0 auto;
}

.headImg {
    width: 160px;
    height: 80px;
    margin-left: 1px;
    background: url(../../image/logoTop1.png) no-repeat;
    background-size: 100% 100%;
    float: left;
}

/*logo*/
.divlogo {
    width: 165px;
    float: left;
}

/*横标*/
.headCenter {
    width: 810px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.headCInner {
    width: 500px;
    height: 50px;
    margin: 0 auto;
    margin-top: 30px;
}

.headDiv {
    width: 100px;
    height: 50px;
    float: left;
}

.headLink {
    font-size: 16px;
    cursor: pointer;
}

.topLink:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.headRight {
    /*width: 128px;*/
    height: 80px;
    float: left;
}

.headBtn {
    width: 110px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #f00;
    border-radius: 25px;
    margin-top: 25px;
    color: #f00;
    cursor: pointer;
}

    .headBtn:hover {
        opacity: 0.65;
        filter: alpha(opacity=65);
    }

    .headBtn a {
        color: #f00;
    }
/*-----------------------------------------------------------------------------------------------*/

.end {
    width: 100%;
    height: 250px;
    background-color: #f2f2f2;
}

.endInner {
    width: 1100px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
    line-height: 30px;
    font-family:Microsoft YaHei,宋体
}

.endLeft {
    width: 130px;
    float: left;
}

.endImg {
    width: 65px;
    height: 65px;
    margin-top: 20px;
}

.endLiTitle {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}
/*链接样式*/
.endCenter ul li a {
    color:#5c5c5c;
}


.endCenter {
    width: 220px;
    float: left;
}

.endRight {
    width: 220px;
    margin-top: 10px;
    float: right;
}

.li_img {
    width:150px;
    height:20px;
    background-image: url(../../image/letter_addr1.png);
    background-repeat:no-repeat;
    margin-top:-22px;
    margin-left:70px;
}

.endR1 {
    font-size: 15px;
    font-weight: 600;
}

.endR2 {
    height: 30px;
}

.endCbImg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    cursor: pointer;
}

.endCbImg1 {
    width: 15px;
    height: 15px;
    margin-left: 15px;
    margin-right: 10px;
    cursor: pointer;
}

.endCb {
    
}

endCbActive {


}


/*
.endCb {
    margin-right: 10px;
}

.endCb1 {
    margin-left: 15px;
    margin-right: 10px;
}*/

.endText {
    width: 210px;
    height: 35px;
    margin: 0 0 0px 0;
    border: 1px solid #eaeaea;
    outline: none;
    font-family:microsoft yahei;
    padding-left:5px;
}

.endBtn {
    width: 95px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    font-family:Microsoft YaHei;
    letter-spacing:2px;
}

    .endBtn:hover {
        opacity: 0.65;
        filter: alpha(opacity=65);
    }

/*-----------------------------------------------------------------------------------------------*/

.bottom {
    width: 100%;
    height: 60px;
    background-color: #242424;
}

.btmInner {
    width: 1100px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
}

.btmLi {
    color: #fff;
    margin-right: 30px;
    float: left;
    cursor: pointer;
}

.btmLi1 {
    color: #8a8a8a;
    margin-left: 400px;
    float: left;
}

