html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background:#fff;
}
body {
    color: #333;
    font-family: "微软雅黑";
    font-size: 12px;
    position: relative;
}
* {
    margin: 0;
    padding: 0;
}

div {
    display: block;
}

textarea{
    font-size: 12px;
}
fieldset, img {
    border: 0 none;
}
li {
    list-style: none outside none;
}
a {
    text-decoration: none;
    outline:none;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
.f-lf{
    float: left;
}
.f-rt{
    float: right;
}
.head {
    width: 100%;
    height: 60px;
    background: rgba(77,77,77,1);
    opacity: 0.6;
    font-size: 14px;
    font-weight: 300;
    position: fixed;
    top: 0;
    z-index: 100;
}
.head-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.head-menu {
    float: left;
    height: 100%;
    margin-left: 100px;
}
.head-menu a {
    float: left;
    width: 60px;
    line-height: 57px;
    text-align: center;
    text-decoration: none;
    color: rgba(226,226,226,1);
}
.head-menu a+a{
    margin-left: 70px;
}
.head-menu a:hover {
    color: rgba(255,148,70,1);
    border-bottom: 4px solid rgba(241,142,71,1);
}
.head-menu a.selected {
    color: rgba(255,148,70,1);
    border-bottom: 4px solid rgba(241,142,71,1);
}
.head-operation {
    float: right;
    margin-top: 14px;
}
.head-operation a {
    float: left;
    width: 84px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    text-decoration: none;
    color: rgba(214,215,217,1);
    border: 1px solid rgba(203,205,209,1);
    border-radius: 15px;
    margin-left: 20px;
}
.head-operation a:hover {
    color: rgba(255,148,70,1);
    border-color: rgba(241,142,71,1);
}

.foot {
    position: relative;
    background: #312F2D;
}
.foot-content {
    width: 1200px;
    padding: 50px 0 30px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.foot-content-item{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.foot-content-item+.foot-content-item{
    margin-left: 200px;
}
.foot-zx-item2 {
    margin-top: 20px;
}
.foot-zx-title {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: rgba(255,228,209,1);
}
.foot-sqzx-img {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/static/images/home/foot/sqzx.png');
    background-size: 100% 100%;
    vertical-align: middle;
}
.foot-jszc-img {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/static/images/home/foot/jszc.png');
    background-size: 100% 100%;
    vertical-align: middle;
}
.foot-zx-tel {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    color: rgba(255,148,70,1);
}
.foot-zx-qq {
    float: left;
    width: 109px;
    height: 32px;
    line-height: 32px;
    margin: 8px 8px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    background: rgba(94,91,87,1);
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
}
.foot-lx-title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255,228,209,1);
}
.foot-lx-content {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color:rgba(255,255,255,1);
    line-height: 30px;
}
.foot-lx-content p {
    margin: 0;
    padding: 0;
}
.foot-wx{
    text-align: center;
    font-size: 16px;
}
.foot-wx-title {
    font-weight: bold;
    color: rgba(255,228,209,1);
}
.foot-wx-content {
    margin-top: 16px;
}
.foot-wx-content-img {
    width: 160px;
    height: 160px;
}
.foot-wx-content-word {
    margin-top: 10px;
    font-weight: bold;
    color: rgba(255,148,70,1);
}
.foot-copyright {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(86,86,86,1);
    text-align: center;
}
.foot-copyright a {
    color: rgba(86,86,86,1);
}
@media screen and (max-width: 1366px){
    .head-menu{
        margin-left: 60px;
    }
    .head-content{
        width: 1000px;
    }
    .foot-content{
        width:1000px;
        padding: 20px 0 40px;
    }
    .foot-sqzx-img{
        width: 20px;
        height: 20px;
    }
    .foot-jszc-img{
        width:20px;
        height: 20px;
    }
    .foot-zx-title{
        font-size: 12px;
    }
    .foot-zx-tel{
        height: 32px;
        line-height: 32px;
        font-size: 22px;
    }
    .foot-zx-qq{
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }
    .foot-lx-title{
        font-size: 14px;
    }
    .foot-lx-content{
        font-size: 12px;
    }
    .foot-wx{
        font-size: 12px;
    }
    .foot-wx-content-img{
        width:70px;
        height: 70px;
    }
    .foot-copyright{
        bottom: 10px;
    }
}
