 body{background-color: #f7f7f7;}
/**首页通用**/
.title:before{
    background: #D30000;
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 5px;
    bottom: -15px;
    left: 50%;
    margin-left: -25px;
}
.seletion{
    position: relative;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    }
/**焦点图**/
.focus{position: relative;}
.focus-hd{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.focus-hd ul li{
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin:0 5px ;
}
.focus-hd ul li.on{background-color:  #FFCC00;;}
.focus-bd ul li{background-size:cover;min-height: 496px;display: flex;flex-flow: wrap;align-items: center;}
.focus-bd ul li div{width:96%;margin:auto;max-width:1200px;letter-spacing: 5px;}
.focus-bd ul li div p{margin:.7rem 0rem}
  .focus-bd ul li div p.bold{font-weight: bold;font-size:2rem}
/**四大优势**/
.advantage ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    text-align: center;
}
.advantage ul li{
    width: 24%;
    background-color: #ECE7CD;
    border-radius: 10px;
    padding: 1.25rem .625rem;
    box-sizing: border-box;
}
.advantage ul li i{
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    background-color: #E4A80E;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
}
.advantage ul li:first-child i{background-image: url("../images/icon-hs.png");background-repeat: no-repeat;background-position: 50% 50%;}
.advantage ul li:nth-child(2) i{background-image: url("../images/icon-gc.png");background-repeat: no-repeat;background-position: 50% 50%;}
.advantage ul li:nth-child(3) i{background-image: url("../images/icon-mn.png");background-repeat: no-repeat;background-position: 50% 50%;}
.advantage ul li:nth-child(4) i{background-image: url("../images/icon-kf.png");background-repeat: no-repeat;background-position: 50% 50%;}
.advantage ul li b{font-size: 1.125rem;color: #474747;font-weight: bold;margin: 10px 0 5px 0;display: block;}
.advantage ul li p{font-size: .875rem;padding-top: 5px;color: #474747;}
/* .advantage ul li:hover{background-color: #FFCC00;color: #fff;} */
input#file-upload-botton{width: 100px;height: 50px;}
/**今日行情**/
.title{text-align: center;font-size: 1.75rem;position: relative;color: #3D3D3D;}
.subtitle{
    font-weight: normal;
    text-align: center;
    margin-top: 25px;
    color: #717171;
}
.metal-market ul{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.metal-market ul li{   
    width: 15.5%;
    color: #A7A7A7;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: .625rem;
    border-radius: 5px;
    background-color: #fff;
    padding: 8px 0;
  margin-right: 1%;
}
.metal-market ul li b{float: left;padding-left: .625rem; }
.metal-market ul li span{
    float: right;
    font-size: 14px;
    padding-right: 5px;
    margin-top: 2px;
}
.metal-market ul li span i{font-weight: bold;}
/**回收范围**/
.recovery-range .container{
    border-top: 3px solid #D30000;
    padding: 1.75rem 1.25rem 1.5rem 1.25rem;
    background-image: url("../images/qghs.png");
    background-repeat: no-repeat;
    background-position-x: -10px;
    background-position-y: -10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.recovery-tab {position: relative;}
.recovery-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 83%;
    margin: auto;
}
.recovery-tab ul li{width: 20%;}
.recovery-tab ul li a{
    padding: 5px 10px 5px 15px;
    display: inline-block;
    position:relative;
    color: #797979;
}
.recovery-tab ul li a::before{
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    background-color: #474747;
    top: 45%;
    left: 5px;
}
.recovery-tab ul li.on a{background-color: #EEB00F;color: #fff;}
.recovery-tab ul li.on a::before{background-color: #fff;}
.recovery-tab .size-14{position: absolute;bottom: 5px;right: 0;color: #D79F0D;}
.recovery-content ul{display: flex;flex-wrap: wrap;justify-content: flex-start}
.recovery-content ul li{
    width: 23%;
    box-sizing: border-box;
    background-color: #fff;
    margin: 1.875rem 1%;
    text-align: center;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.recovery-content ul li img,.metallic-materials ul li img{width: 100%;height: 12.5rem;}
.recovery-content ul li h2, .metallic-materials ul li h2{margin-bottom: 1rem;font-size: 1rem;}
.recovery-content ul li:hover h2 a, .metallic-materials ul li h2 a:hover{color: #DAA520}
.recovery-btn{padding: 10px ;}
.recovery-btn .offer-btn{background-color: #EEB00F;}
.recovery-btn .offer-btn,.recovery-btn .size-12{
    padding:5px 10px;
    border: none;
    margin:0 5px;
    cursor: pointer;  
    border-radius: 3px;
}
.recovery-btn .bgw{border: 1px solid #BBBBBB;}
/**贵金属原料**/
.metallic-materials .metallic-materials-container{
    border-top: 6px solid #D30000;
    padding: 1.75rem 1.25rem 1.5rem 1.25rem;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.metallic-materials ul{margin-top: 1.5625rem;}
.metallic-materials ul li{
    width: 33.333333%;
    box-sizing: border-box;
    padding: 30px ;
} 
.metallic-materials ul li:nth-child(odd){background-color: #F5F6F7;}
.metallic-materials ul li:nth-child(even){background-color: #FFCC00;}
.metallic-materials ul li p{margin-bottom: .9375rem}
.metallic-materials ul li a{padding: 5px 10px;display: block;text-align: center;}
.metallic-materials ul li:nth-child(even) a{color: #FFCC00;background-color: #F5F6F7;}
.metallic-materials ul li:nth-child(odd) a{color: #fff;background-color: #FFCC00;}
.metallic-materials .cw{
    display: block;
    width: 100%;
    padding: 5px 0;
    border-radius: 5px;
    text-align: center;
    background-color: #EEB00F;
    border: 1px solid #EEB00F;
}
.metallic-materials .cw:hover{background-color: #fff;color: #EEB00F;border: 1px solid #EEB00F;}
/**优势icon**/
@-webkit-keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.ys{background: url(../images/ys-bg2.jpg) no-repeat center / cover;padding: 3.75rem 0;margin-top: 2.5rem;}
.ys-list{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.ys-list-tel {display: block;background: url(../images/ys-consult.png) no-repeat left center;line-height: 42px;color: #023793;padding-left: 64px;margin: 30px auto 0;width: 262px;}
.ys-list-tel strong {font-size: 20px;}
.ys-list dl {margin: 0;padding: 50px 0;border-bottom: solid 1px #C4C4C4;}
.ys-list dl:last-child {border-bottom: 0;}  
.ys-list dt {float: right;width: 500px;}
.ys-list dd {margin: 0 550px 0 0;}
.ys-list dd h4 {background: url(../images/ys-line.png) no-repeat 0 bottom;padding-bottom: 15px;margin: 0 0 30px;overflow: hidden;}
.ys-list dd h4 i {float: left;font-style: normal;color: #fff;background-color: #D30000;width: 77px;line-height: 77px;text-align: center;border-radius: 50%;font-family: Impact;font-size: 48px;}
.ys-list dd h4 span {display: block;margin-left: 100px;font-size: 44px;line-height: 1;color: #D30000;padding: 8px 0;}
.ys-list dd h4 small {display: block;color: #333;font-size: 12px;text-transform: uppercase;margin-top: 5px;}
.ys-list dd p {margin: 10px 0 0;line-height: 2;color: #666;background: url(../images/ys-icon.png) no-repeat left center;padding-left: 20px;}
.ys-list dd .text {margin-left: 70px;}
.ys-list dd .btn {margin-top: 30px;}
.ys-list dd .btn a {display: inline-block;margin-right: 15px;line-height: 38px;background-color: #D30000;color: #fff;padding: 0 30px;}
.ys-list dd .btn .tel {display: inline-block;line-height: 38px;background: url(../images/ys-tel.png) no-repeat 0 center;padding-left: 44px;}
.ys-list dd .btn .tel strong {font-size: 22px;color: #D30000;}
.ys-list li {width: 20%;position: relative;background: url(../images/ys2-line.png) no-repeat center;}
.ys-list li .ys-circle {-webkit-animation: circle 10s infinite linear;animation: circle 10s infinite linear;width: 154px;height: 146px;margin: 0 auto;}
.ys-list li .ys-circle img {display: block;width: 100%;height: 100%;}
.ys-list li .icon {position: absolute;top: 0;left: 0;width: 100%;text-align: center;color: #fff;}
.ys-list li .icon img {display: block; margin: 40px auto 4px;}
.ys-list li .icon h3 {margin: 0;font-weight: normal;font-size: 15px;}
/**公司简介**/
.company-profile-list li{width: 24%;}
.company-profile-list li a {display: block;position: relative;}
.company-profile-list li img {display: block;}
.company-profile-list li .bg-img{height: 155px;width: 100%;}
.company-profile-list li .pic{height: 155px;}
.company-profile-list li .icon{position: absolute; color: #fff; width: 100%; text-align: center;}
.company-profile-list li .icon img{display: block; margin: 35px auto 7px;}
.company-profile-list li .icon strong{display: block; font-size: 20px;  line-height: 20px; font-weight: bold;}
.company-profile-list li .icon b{display: block; font-size: 12px; font-weight: normal;}
.company-profile-list li .bg{position: absolute; background-color: rgba(211, 0, 0,0.8); width: 100%; height: 100%; opacity: 0;}
.company-profile-list li:hover .bg{opacity: 1;}
.company-profile-list li .line::before,.company-profile-list li .line::after {
    position: absolute;
    content: '';
    opacity: 0;
}

.company-profile-list li .line::before {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0,1);
    transform-origin: 0 0;
}

.company-profile-list li .line::after {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1,0);
    transform-origin: 100% 0;
}


.company-profile-list li .line::before,
.company-profile-list li .line::after
{
    transition: opacity 0.35s, transform 0.35s;
}


.company-profile-list li:hover .line::before,
.company-profile-list li:hover .line::after {
    opacity: 1;
    transform: scale(1);
}

.company-profile-list li:hover .line::before,
.company-profile-list li:hover .line::after
{
    transition-delay: 0.05s;
}
.company-profile-text dt {width: 44%;}
.company-profile-text dd {width: 52%;}
.company-profile-text dd h4 {margin: 0 0 1.25rem;font-size: 1.375rem;}
.company-profile-text dd h4 small {display: block;color: #999;font-weight: normal;font-size: 14px;}
.company-profile-text dd h4:after {display: block;content: '';width: 38px;height: 3px;margin: 10px 0 0;background-color: #D30000;}
.company-profile-text dd p {margin: 0;text-align: justify;color: #666;line-height: 1.8;overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.company-profile-text dd .btn {margin-top: 1.875rem;}
.company-profile-text dd .btn a {display: inline-block;margin-right: 15px;line-height: 38px;background-color: #D30000;color: #fff;padding: 0 30px;}
/**新闻资讯**/
.news-content-left{width: 74%;border-radius: 5px;box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);margin-bottom: 3px;}
.news-content-left-tab,.news-content-right-tab{border-bottom: 1px solid  #BBBBBB;position:relative}
.news-content-left-tab b,.news-content-left-tab ul{display: inline-block;}
.news-content-left-tab b {
    color: #fff;
    font-size: 18px;
    padding:.625rem 15px .625rem 30px ;
    background-color: #D30000;
    background-image: url(../images/new_bg.png);
    background-repeat: no-repeat;
    background-position: 3px 10px;
    margin-right: 5px;
}
.news-content-left-tab ul li,.news-content-right-tab li.on{padding: .625rem .3rem;display: inline-block;position: relative;height: 22px;}
.news-content-left-tab ul li.on::before,.news-content-right-tab li.on::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #EE3333;
    bottom: -1px;
    left: 0;
}
.news-content-right-tab li.on{margin-left: 40px;}
.news-content-right-tab i{
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 26px;
    color: #D30000;
}
.news-content-right{width: 24%;box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);border-radius: 5px;margin-bottom: 3px;margin-right: 3px;}
.new-right-list{height: 438px;overflow: hidden;}
.news-content-right ul li{padding:1.25rem 1.25rem 0 1.25rem;}
.news-content-right ul li h4{
    padding: 0px 0px 5px 30px;
    display: block;
    background: url(../images/icon_askw.png) no-repeat 0 0;
    margin-bottom: .625rem;
}
.news-content-right ul li p{
    color: #999;
    background: url(../images/icon_askd.png) no-repeat 0 0;
    padding: 0px 0px 1.25rem 30px;
    border-bottom: 1px solid #f7f7f7;
}
.more{position: absolute;right: 10px;top:12px;}
.news-list{padding: 1.875rem;}
.Headlines,.news-content{overflow: hidden;position: relative;}
.Headlines img{height: 230px;width: 230px;float:left}
.Headlines-content{margin-left: 250px;}
.Headlines-content h2{font-size: 1rem;margin-bottom: 1.5625rem;}
.Headlines-content h2:hover a,.news-list ul li a:hover{color: #FFCC00;}
.Headlines-content .news-more{
    position: absolute;
    bottom: 0;
    left: 250px;
    padding: 5px 10px;
    border: none;
    background-color: #FFCC00;
    color: #fff;
}
.news-list ul li{
    width: 48%;
    padding: 8px 82px 8px 15px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
}
.news-list ul li a{display: block;}
.news-list ul li span{position: absolute;right: 0;top: 10px}
.news-list ul li::before{
    position: absolute;
    left: 2px;
    top: 55%;
    content: "";
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 4px solid #ea3516;
    border-bottom: 3px solid transparent;
}

.icon-tianjia_huaban:before{background-color: #EEB00F;color: #fff;margin-right: .3125rem;}
/**联系我们**/
.chat .container{
    background-color: #717171;
    height: 50px;
    margin-bottom: 10px;
    text-align: right;
    margin-bottom: 1.5625rem;
}
.chat .form-group, .chat .form-button{display: inline-block;line-height: 50px;}
.chat .form-group input{height: 30px;padding-left: .625rem;}
.chat .form-button input{
    height: 32px;
    margin-right: 1.25rem;
    padding: 0 1.25rem;
    background-color: #D30000;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
}
.chat .input::-webkit-input-placeholder{color:#333;}
.chat .input::input-placeholder{color: #333;}
/**ie兼容**/
.news-content-left-tab ul li.on::before{bottom:-2px\0}
.header-right{margin-top: 8px\0;}
.logo-info span{margin-top: 5px\0;}
.more{top: 15px\0;}
.news-content-right-tab li.on{height: 23px\0;}
.city{background-position: 8px 6px\0;}
.side-navigation ul li:nth-child(2) .navigation-icon-content p:nth-of-type(3){padding-top: 32px\0;}
.city .headCity{top: 34px\0;}
@media (max-width:1240px) {
  .metal-market ul li{width: 23.5%;}
  .focus-bd ul li{ min-height: 300px;}
    .focus-bd ul li div p.bold{font-size:1.5rem}
}
@media (max-width:992px) {
    .recovery-content ul li{width: 31%;}
    .news-content-left,.news-content-right{width: 100%;box-shadow:none}
    .company-infomantion p{    -webkit-line-clamp:4;}
    .recovery-tab ul{width: 95%;}
    .company-profile-text dt{width: 100%;text-align: center;}
    .company-profile-text dd{width: 100%;}
    .company-profile-text dd .btn{text-align: center;margin-top: .9375rem;}
    .ys{padding: 1.25rem 0;}
    .ys-list li{width: 33.33%;margin: 10px 0;}
    .ys-list li .ys-circle{width: 86px;height: 80px;}
    .ys-list li .icon img{width: 21px;height: 21px;margin-top: 15px;}
    .focus-bd ul li{ min-height: 260px;background-position-x:50%;}
  
}
@media (max-width:756px){
    .focus-hd{bottom: 8px;}
    .focus-hd ul li{width: 8px;height: 8px;}
    .advantage ul li{width: 48%;margin-bottom:10px;}
    .metal-market ul li{width: 48%;}
    .recovery-tab ul{justify-content: space-between;width: 100%;min-width:unset}
    .recovery-tab ul li:not(:nth-child(-n+6)){display: none;}
    .recovery-tab ul li{width: 32%;}
    .recovery-content ul{justify-content: space-between;}
    .recovery-content ul li{width: 48.5%;margin: 1.875rem 0;}
    .metallic-materials ul li{width: 50%;}
    .company-profile-content .company-image,.company-infomantion{width: 100%;text-align: center;}
    .company-infomantion{text-align: center;margin-top: .9375rem;}
    .company-infomantion a,.company-profile-content .company-image img{position: unset;display: inline-block;}
    .company-infomantion p{line-height: 1.8;margin: .625rem 0;}
    .recovery-range .container{background-image: none;}
    .recovery-tab ul li a{display: block;padding: 5px 0 5px 15px;}
    .company-profile-list li{width: 49%;margin-bottom: .9375rem;}
}
@media  (max-width:640px){
    .recovery-content ul li{padding: 0;margin-top: .9375rem;}
    .recovery-content ul li h3{margin-bottom: 5px;padding:0 10px 5px 10px;}
    .recovery-content ul li img{height: 7.5rem;margin-bottom: 5px;}
    .recovery-btn{padding-bottom: 15px;}
    .recovery-btn .offer-btn{display: none;}
    .recovery-content ul{margin-top: 0.5rem;}
    .news-content-left{float: unset;width: 100%;}
    .Headlines img{width: 150px;height: 150px;}
    .Headlines-content{margin-left: 155px;}
    .Headlines-content .news-more{left: 155px;}
    .news-list ul li{width: 100%;}
    .news-content-right{margin-top: 25px;}
    .Headlines-content h4{white-space: unset;}
    .Headlines-content p{display: none;}
    .recovery-tab .size-14{bottom: -20px;}
}

@media (max-width:480px){
    .recovery-content ul li{width: 48.5%;}
    .metallic-materials ul li{width: 100%;}
    .news-list{padding: 1rem;}
    .metal-market ul{justify-content: space-between;}
    .chat .container{height: 100%;padding: .9375rem 2%;}
    .chat .form-button, .chat .form-group{display: block;line-height: 40px;}
    .chat .form-button input,.chat .form-group input{width: 100%;margin-right: 0;padding: 0;}
    .ys-list li:nth-child(4),.ys-list li:nth-child(5){width: 50%;}
  .focus-bd ul li div p{margin:.4rem 0}
}
