/* 公用代码 start*/
html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

table,
td {
    margin: 0;
    padding: 0;
}

b {
    text-decoration: none;
    font-weight: normal;
}

body {
    padding: 0;
    margin: 0;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

* {
    margin: auto;
    padding: auto;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

.Clear {
    clear: both;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


body,
html {
    min-width: 1300px;
}

.slone {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}
.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-12 {
    margin-top: 12px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.container{
    width: 1200px;
    height: auto;
    margin: auto;
    clear: both;
}
/* 公用代码 end*/


/* footer start */
.footer{
    height: 163px;
    background: #35349a;
    position: relative;
}
.footer .DangZjg{
    margin-top: 43px;
}
.footer  .foot-con{
   width: 1009px;
    font-size: 15px;
    color: #a7a6cd;
    text-align: center;
    padding-top: 30px;
    float: left;
}
.footer  .foot-con p{
    height: 32px;
    line-height: 32px;
}
.footer  .foot-con a{
    color: #a7a6cd;
}
.footer  .foot-con a:hover{
    color: #fff;
}
.footer  .foot-con  img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.footer .jiucuo{
float: right;
margin-top: 50px;

}


/* footer end */
