@import "common.css";
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
html,body{
    overflow-x:hidden;
}
li, ol, ul {
    list-style: none;
}
a{
    transition:color .45s cubic-bezier(.215,.61,.355,1);
}
.action {
    border-bottom: 2px solid #022a6f
}

.pppp {
    border-bottom: 4px solid #022a6f
}

body, button, input, select, textarea {
    font: 12px/1.5 arial, helvetica, clean, sans-serif;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
}

a {
    text-decoration: none;
}

div {
    display: block;
}

.icon-buysell, .icon-new, .icon-sale, .icon-step, .iconbg, .slide-ctrl, .slide-next, .slide-prev {
    background-repeat: no-repeat;
    background-image: url(../img/m-4.png);
}

.ycGreyLogo{
    width:150px;
    height:90px;
    float:left;
    margin-left:40px;
    margin-top: -15px;
    background-position:-154px -100px;
}
.ycGreyLogo >img{
    width:100%;
    height:100%;
}
.footer {
    padding: 50px 0 5px;
    background: #333333;
    width:100%;
    overflow:auto;
}


.footer-link {
    width: 1100px;
    padding: 0 0 0 90px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.link-tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 28px;
    font-size: 16px;
}

.close-box, .open-box {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 9px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.footer-company {
    width: 1300px;
    height: 90px;
    margin: 0 auto;
    color: #b8b8b8;
    padding-bottom: 20px;
}

.open-box {
    top: 10px;
    background-position: -70px -100px;
}

.footer-logo {
    width: 102px;
    height: 90px;
    background-position: -154px -100px;
    float: left;
    margin-left: 40px;
}

.friendly-active .open-box, .footer-link .close-box {
    display: none;
}

.close-box {
    bottom: 10px;
    background-position: -90px -100px;
}

.footer-link a {
    color: #666;
    line-height: 28px;
    margin-right: 20px;
    display: inline-block;
}

.footer-link a:hover, .link-tit {
    color: #666;
}

.contact-way {
    float: left;
    width: 230px;
    padding-left: 50px;
}

.contact-way p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    color: #b8b8b8;
    font-weight: 700;
    font-size: 14px;
}

.qr-img {
    display: block;
    float: left;
    width: 85px;
    height: 85px;
    margin-top: 4px;
}

.ewm-tit {
    width: 82px;
    line-height: 22px;
    font-size: 14px;
    float: left;
    padding-left: 8px;
}

.footer-company .basic-info {
    float: left;
    width: 390px;
    padding-left: 20px;
    background: transparent;
    margin: 0;
}
.footer-link > a:hover{
    color:#cccccc;
}
.footer > .footer-bottom{
    margin-top: 10px;
    border-top:1px solid hsla(0,0%,91%,.1)
}
.footer-bottom > span{
    margin:20px auto 0;
}
.credit{
    margin-top:10px;
    text-align:center;
}
.credit >img{
    margin:0 10px;
}
.info-link {
    line-height: 22px;
    font-size: 14px;
    padding-bottom: 8px;
}

.info-link a, .info-link a:hover {
    color: #b8b8b8;
}

.info-link a {
    margin-right: 35px;
}

.arc-info {
    line-height: 20px;
    font-family: simhei;
    font-size: 8px;
}

.protect {
    padding-top: 3px;
    height: 28px;
    line-height: 28px;
}

.protect .police {
    display: inline-block;
    text-decoration: none;
    color: #939393;
    line-height: 28px;
    padding-left: 24px;
    position: relative;
    font-size: 12px;
}
