ul,li,ol{list-style: none}
a, a:hover, a:focus input, select, * {outline: none;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0px;padding: 0px}
a {text-decoration: none;background-color: transparent;color: #333333}
p {
    display: block;
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
body{margin:0px}
#content-header{
    height: 74px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
#content-header-nav{
    height: 74px;
    background: #fff;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    padding-top: 0;
    position: relative;
    z-index: 100;
}
#content-header-container{
    width: 100% !important;
    max-width: 1128px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 155px;
    padding-right: 11px;
    height: 74px;
}
#yt_logo{
    display: inline-block;
    overflow: hidden;
    margin-right: 40px;
    float: left;
}
#yt_logo a img{
    height: 74px;
}
#yt_nav{
    display: inline-block;
    float: left;
}
#content-header #yt_nav > ul{
    -webkit-transition: -webkit-transform 0.5s, opacity 3s;
    -webkit-transition: opacity 3s, -webkit-transform 0.5s;
    transition: opacity 3s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 3s;
    transition: transform 0.5s, opacity 3s;
    transition: transform 0.5s, opacity 3s, -webkit-transform 0.5s;
    opacity: 1;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
#yt_nav > ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: table;
    float: left;
    position: static;
    height: 74px;
    margin-top: 0px;
}
#yt_nav > ul > li{
    display: table-cell;
    vertical-align: middle;
    padding-left: 14px;
    padding-right: 14px;
    letter-spacing: -0.32em;
    border-bottom: 3px solid transparent;
}
.yt_nav_home{
    font-size: 18px;
    vertical-align: top;
    display: inline-block;
    color: #282828;
    letter-spacing: normal;
    margin-top: 3px;
}
#yt_nav_items li a:hover{
    color:#F19919
}

#content-copyright{
    width: auto;
    height: 60px;
    background: #fff;
    font-size: 13px;
    line-height: 60px;
    border-top: 1px solid #e6e6e6;
    margin-top: 70px;
}
.content-copyright-foot{
    width: 800px;
    margin: auto;
}
.content-copyright-left{
    width: 400px;
    float: left;
    color: #777177;
}
.content-copyright-beian{
    width: auto;
    float: right;
    left: 100px;
}
.content-copyright-beian a{
    color: #777177;
}
#content-copyright-beianLogo{
    vertical-align: middle;
}
#content-foot{
    height: 160px;
    background: url(../../images/footBg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
#content-foot>div{
    display: inline-block;
    padding: 43px 60px 0 60px;
    position: relative;
    z-index: 2;
}
#content-foot>div>.img{
    display: inline-block;
    width: 66px;
    height: 66px;
    vertical-align: middle;
}
#content-foot>div:hover>.img>img {
    width: 100%;
    filter: alpha(opacity=60);
    opacity: .6;
    transition: all .3s;
}
#content-foot>div>.img>img {
    width: 100%;
    filter: alpha(opacity=60);
    opacity: .6;
    transition: all .3s;
}
#content-foot>div>.text{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: rgba(255,255,255,.8);
    padding: 0 0 0 10px;
    transition: all .3s;
}
.light {
    font-family: Microsoft YaHei Light;
}
#content-foot>div>.qr{
    width: 200px;
    height: 200px;
    line-height: 200px;
    position: absolute;
    z-index: 2;
    background: #fff;
    text-align: center;
    top: -180px;
    left: 38px;
    box-shadow: 5px 5px 20px rgba(0,0,0,.12);
    border-radius: 10px;
    display: none;
}
.qrImg{
    border: 0px none;
    vertical-align: middle;
    outline: none;
}

