* {
    padding: 0;
    margin: 0;
    word-break: break-all;
}

/**
public
 */
a,p{
    text-decoration:none;
    font-family: Microsoft YaHei;
}
.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}
.TitleMain{
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.SubTitle{
    font-size: 20px;
    margin-top: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}
.SubTitle1{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
.ContentCommon{
    width: 80%;
    font-size: 16px;
    margin-top: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

/*  header  */
.HeaderMain {
    height: 110px;
    width: 100%;
    background-color: #F5F5F501;
    z-index: 100;
    position:fixed;/*固定作用*/
    top: 0px;
    /*background-color: #a5a5a5;*/
}
.HeaderMainTop{
    background-color: #a5a5a5;
}
.HeaderMainBody {
    max-width: 1200px;
    min-width: 1024px;
    height: 100%;
    margin: 0 auto;
}

.HeaderTop {
    width: 100%;
    height: 100%;
}

/**
正常
 */
.HeaderLogoC {
    width: 200px;
    height: 50px;
    float: left;
}


.HeaderList {
    float: right;
    margin-left: 30px;
}

.HeaderList ul {
    padding: 0;
    margin: 0;
    font-size: 0;
}
.HeaderList li  {
    font-family: Microsoft YaHei;
    color: #F5F5F5;
    font-size: 18px;
    margin: 0px 20px;
    padding: 5px 5px 5px 5px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
}
/*.HeaderList ul li a span{ color: #F5F5F5;}*/

.HeaderMainCommonColor{
    color: #F5F5F5;
    font-family: Microsoft YaHei;
}
.HeaderMainCommonColorD{
    color: #333333;
    font-family: Microsoft YaHei;
}

/*.HeaderList li::before {*/
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*width: 0%;*/
    /*bottom: 0;*/
    /*left: 100%;*/
    /*border-bottom: 2px solid #464646;*/
    /*transition: all 0.5s;*/
/*}*/

/*.HeaderList li:hover::before {*/
    /*left: 0;*/
    /*width: 100%;*/
/*}*/

/*.HeaderList li:hover ~ li::before {*/
    /*left: 0;*/
/*}*/

.HeaderListItem{
    border-bottom: 4px solid #F5F5F5;
}

.HeaderListItemActive {
    border-bottom: 4px solid #56BA8E;
}



.ContentBody{


}

.FootMain{
    height: 300px;
    width: 100%;
    background-color: #333333;
    z-index: 100;
}
.FootMainBody {
    max-width: 1200px;
    min-width: 1024px;
    height: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.FootMainBody p{
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.FootMainBody a{
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #adadad;
}
.FootMainBody li{
   list-style: none;
}

/**
首页样式
 */
.HomePageBg{
     background: url(../images/main/bg.jpg) no-repeat center 0
     /*background-size:cover;*/
     /*-webkit-background-size:cover;*/
     /*-moz-background-size:cover;*/
     /*background: url(../images/main/bg.jpg) no-repeat;*/
 }
.HomePageBg1{
    background: url(../images/main/bg1.jpg) no-repeat center 0
    /*background-size:cover;*/
    /*-webkit-background-size:cover;*/
    /*-moz-background-size:cover;*/
    /*background: url(../images/main/bg.jpg) no-repeat;*/
}
.HomePageBody{
    max-width: 1200px;
    min-width: 1024px;
    height: 100%;
    margin: 0 auto;

}


