@charset "utf-8";
/* CSS Document */
html {font-size:62.5%;}
body {
	position: relative;
    margin: 0 auto;
	width:100%;
	color:#333;
	font-size:14px;
    font-size: 1.4rem;
    line-height: 1;
	font-family:'Microsoft YaHei',Arial,Helvetica,sans-serif,Verdana;
	background-color:#fdfdfd;
}
ol,ul{list-style-type:none;}
img{max-width:100%;vertical-align: bottom;border:none}
a {text-decoration:none;}
/*普通链接颜色*/
a:link {color:#333;}
/*访问过链接颜色*/
a:visited {color:#333;}
/*鼠标经过的链接颜色*/
a:hover{color:#F50;}
/*点击鼠标未松开时、点击鼠标松开后的链接颜色*/
a:active,a:focus{color:#FF1900;}
.fl{float:left;}
.fr{float:right;}
.clear{clear: both;*zoom:1;}
.clear:after{content:"";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block;margin:0;padding:0}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}


body{    
    min-width: 980px;
}
.wrap{
    margin: 0 auto;
    width: 90%;
    max-width:1200px;
}

header{
    background-color: #FFFFFF;
}
header .top{
    display: flex;
    justify-content: space-between;
}
header .top .logo{
    float: left;
    width: 43%;
}
header .tel{
    float: right;
    display: flex;
    text-align: right;
    align-items: center;
}
header .tel .txt{
    flex: 1;
    float: right;
}
header .tel span{
    padding-right: 12px;
    line-height: 2;
}
header .tel p{
    padding-right: 6px;
    font-size: 24px;
    font-weight: bold;
    color: #1651b8;
}
header .tel img{
    float: right;
    width: 39px;
    height: 39px;
    margin-top: 1rem;
}
nav{
    margin-bottom: 1px;
    line-height: 60px;
    background-color: #1651b8;
}
nav .wrap{
    display: flex;
    justify-content: space-between;
}
nav .wrap li{
    float: left;
    width: 16%;
    text-align: center;
}
nav .wrap a{
    display: block;
    font-size: 1.6rem;
    color: #FFFFFF;
}
nav .wrap li:hover{
    background-color: #A70002
}


/*
footer
*/
footer{
    margin-top: 15rem;
    padding-top: 5.5rem;
    color: #ffffff;
    background-color: #00295f;
}
footer a{
    color: #ffffff!important;
}
footer .info{
    display: flex;
}
footer .item{
    float: left;
    width: 30%;
}
footer .item:first-child{
    width: 36%;
    padding-right: 3%;
    border-right: 1px solid #575757;
}
footer .item:nth-child(2){
    flex: 1;
    padding: 0 0% 0 3%;
}
footer .item:last-child{
    float: right;
    width: 24%;
    padding-left: 3%;
    border-left: 1px solid #575757;
}
footer .item b{
    display: block;
    padding-bottom: 1.75rem;
    font-size: 1.6rem;
}
footer .contact p{
    display: flex;
    padding-bottom: 0.5rem;
    line-height: 1.75;
}
footer .contact span{
    flex: 1;
}
footer .xm{
}
footer .xm a{
    display: inline-block;
    float: left;
    width: 33.333%;
    padding-bottom: 2rem;
}
footer .qr{
    margin-left: -5%;
    line-height: 2;
    text-align: center;
}
footer .qr div{
    float: left;
    width: 44%;
    margin-left: 5%;
}
footer .qr div:first-child{
}
footer .qr img{
    width: 96%;
    padding: 4%;
    background-color: #FFFFFF;
}
footer .copyright{
    margin-top: 3.5rem;
    padding: 2rem 0;
    line-height: 1.5;
    text-align: center;
    border-top: 1px solid #575757;
}


.p-title .h{
    padding-top: 10rem;
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
}
.p-title .et{
    line-height: 2;
    font-size: 1.2rem;
    text-align: center;
    color: rgb(153, 153, 153);
}
.p-title .line{
    display: block;
    width: 3rem;
    margin: 0 auto 1.5rem auto;
    border-top: 4px solid #1651b8;
}

/*
分页
*/
.paging{
    padding-top: 5%;
    text-align: center;
}
.paging a,
.paging span{
    display: inline-block;
    margin: 0 .2rem;
    line-height: 2.5rem;
    padding: 0 1rem;
    border:1px solid #969696;
    border-radius: .5rem;
}
.paging select{
    min-width: 4rem;
    height: 2.5rem;
    text-align: center;
    background-color: transparent;
    border:1px solid #969696;
    border-radius: .5rem;
}
.paging .current{
    color: #FFFFFF;
    background-color: #1651b8;
}

/*
home
*/
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.home-notice{
    position: relative;
}
.home-notice .wrap{
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    height: 6rem;
    line-height: 6rem;    
    background-color: #FFFFFF;
    border-radius: .5rem;
}
.home-notice .wrap b{
    margin-left: 3%;
}
.home-notice .wrap p{
    flex: 1;
    margin-right: 3%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.home-notice .wrap p a{
    margin-left: 1%;
}

.recycle{
    padding-bottom: 7rem;
    background-color: #f5f5f5;
}
.recycle .tab{
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    margin-bottom: 2rem;
}
.recycle .tab a{
    margin: 1% 1%;
    padding: 0 2.5rem;
    line-height: 4rem;
    background-color: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 2rem;
}
.recycle .tab .active {
    color: #FFFFFF;
    background-color: #1651b8;
}
.recycle .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recycle .list li{
    width: 24%;
    margin-bottom: 2rem;
    line-height: 1.5;
    text-align: center;
}
.recycle .list li:nth-child(2){
    
}
.recycle .img{
    display: block;
    padding: 4%;
    background-color: #FFFFFF;
}
.recycle .img img{
    width: 100%;
    max-height: 23.5rem;
}
.recycle .list .t{
    display: block;
    line-height: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.6rem;
}
.recycle .list p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    color: rgb(161, 161, 161);
}
.home-youshi{
    padding-bottom: 3%;
    background-position: center top;background-repeat: no-repeat;
    background-color: #FFFFFF;
}
.home-youshi h3{
    padding-top: 2rem;
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    color: #FFFFFF;
}
.home-youshi .et{
    padding-top: 2.5rem;
    text-align: center;
    color: #FFFFFF;
}
.home-youshi-tip{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5rem 0 5rem 0;
}
.home-youshi .t{
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 8rem;
    height: 17.5rem;
    background-image: url("/public/home/images/home-youshi-bg2.png");
    background-position: center;    
}
.home-youshi .t b{
    display: block;
    width: 2.4rem;
    padding: .8rem 0 0 2.5rem;
    line-height: 1.4;
    font-size: 2.4rem;
    color: #FFFFFF;
}
.home-youshi .ti1{
    font-size: 3rem;
    color: #1651b8;
}
.home-youshi .ti2{
    padding: 1rem 0;
    line-height: 1.5;
    font-size: 2.4rem;
}
.home-youshi .tx{
    line-height: 2;
    color: #6E6A6A;
}
.home-youshi .ys1{
    margin-top: 4rem;
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.home-youshi .ys1 .t{
    left: -4rem;
}
.home-youshi .ys1 img{
    width: 29%;
}
.home-youshi .ys1 .info{
    width: 50%;
}
.home-youshi .ys2{
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.home-youshi .ys2 .t{
    right: -4rem;
}
.home-youshi .ys2 img{
    width: 70%;
    padding: 0 6%;
}
.home-youshi .ys3{
    border-left: 1px solid #D8D8D8;
}
.home-youshi .ys3 .t{
    left: -4rem;
}
.home-youshi .ys3 img{
    width: 22%;
    margin: 0 6%;
}
.home-youshi .ys3 .info{
    width: 50%;
}
.home-news{
    padding-top: 5rem;
}
.home-news a{
    color: #FFFFFF;
}
.home-news .t{
    line-height: 55px;
    font-size: 1.6rem;
    color: #FFFFFF;
}
.home-news .about .t{
    display: flex;
    align-items: center;
    padding: 0 5%;
    text-indent: 1rem;
    background-color: #1651b8;
}
.home-news .about{
    float: left;
    width: 37%;
}
.home-news .about .info{
    padding: 1%;
}
.home-news .about .info p{
    line-height: 2;
    text-indent: 2.8rem;
    color: #6E6A6A;
}

.home-news .list{
    float: right;
    width: 60%;
}
.home-news .list .tab a{
    float: left;
    display: inline-block;
    width: 50%;
    text-align: center;
    background-color: #137be3
}
.home-news .list .tab .active{
    background-color: #d1241c;
}
.home-news .list .info li{
    margin: 0 1%;
    padding: 1.5rem 0;
    border-bottom: 1px dashed #575757;
}
.home-news .list .info a{
    display: inline-block;
    padding-bottom: 1rem;
    font-size: 1.6rem;
    color: #333;
}
.home-news .list li p{
    height: 4.5rem;
    overflow: hidden;
    line-height: 1.5;
    color: #6E6A6A;
    text-indent: 2.8rem;
}

/*
回收项目
recycle
*/
.left_side{
    float: left;
    position: relative;
    z-index: 1;
    width: 20%;
    max-width:240px;
    min-height: 500px;
}
.left_side_box{
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 2;
    width:100%;
}
.left_side .menu{
    background-image: url("../../recycle/images/left_menu_bg.png");
    background-repeat: no-repeat;
    background-position: left 0px;
    border-top-right-radius: 0.4rem;
}
.left_side .menu .title{
    padding:15px 12%;
}
.left_side .menu .title em{
    display: block;
    font-size: 18px;
    color:#7e7e7e;
}
.left_side .menu .title b{
    line-height: 2;
    font-size: 20px;
    color:#2577e3;
}
.left_side .menu ul{
    width:97%;
    text-align: center;
    color:#fff;
    background-color: #2577e3
}
.left_side .menu ul li{
    margin: 0 auto;
    width:90%;
    line-height:50px;
    border-bottom: 1px solid #aaa;
}
.left_side .menu ul li a{
    color:#fff;
}
.left_side-tags{
    display: flex;
    align-items: center;
    height: 16rem;
    text-align: center;
    background-image: url("../../recycle/images/side-tags.jpg");
}
.left_side-tags-info{
    width: 80%;
    padding: 1.5rem 0;
    margin: 0 auto;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.6);
}
.left_side-tags-info b{
    font-size: 2rem;
}
.left_side-tags-info p{
    padding-top: 1rem;
    font-size: 1.8rem;
}
.p-recycle .right_content{
    float: right;
    width:77%;
    margin:1% 0;
}
.p-recycle .local{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #C7C7C7;
}
.p-recycle .local h1,
.p-recycle .local .h2{
    font-size: 1.6rem;
}
.p-recycle .local a{
    padding: 0 0.5rem;
}
.p-recycle .list ul{
    margin-left: -2%;
}
.p-recycle .list li{
    float: left;
    width: 29.33333%;
    margin:0 0 2% 2%;
    padding: 1%;
    text-align: center;
    background-color: #F7F7F7;
    box-shadow: 1px 4px 4px #cecece;
    transition: all 0.5s;
}
.p-recycle .list li:hover{
    background-color: rgb(35, 190, 0);
}
.p-recycle .list li:hover a{
    color: #ffffff;
}
.p-recycle .list img{
    border-radius: 1rem;
}
.p-recycle .list .title{
    display: block;
    padding-top: 1rem;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.p-recycle .content{
    border: 1px solid #f7f7f7
}
.p-recycle .brief .pics{
    float: left;
    width: 40%;
}
.p-recycle .brief .info{
    float: right;
    width: 57%;
}
.p-recycle .brief h1{
    padding: 1rem 0 1rem 0;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: normal;
    border-bottom: 1px dashed #D9D9D9;
}
.p-recycle .brief .tel{
    padding: 6% 0;
}
.p-recycle .brief .txt .tel i{
    float: left;
    display: inline-block;
    width: 5rem;
    height: 5rem;
    background-image: url("../../images/ico-tel2.png");
    background-size: 100%;
}
.p-recycle .brief .tel-tx{
    float: left;
}
.p-recycle .brief .tel-tx span{
    display: block;
    margin: 0.3rem 0 0.7rem 0.8rem;
}
.p-recycle .brief .tel-tx p{
    margin-left: .6rem;
    font-size: 2.4rem;
}
.p-recycle .brief .feedback{
    display: inline-block;
    padding: 0 2rem;
    line-height: 2.2;
    font-size: 1.8rem;
    color: #FFFFFF;
    background-color: #8E0002;
    border-radius: 0.6rem;
}
.details{
    margin-top: 3rem;
}
.details .tab{
  line-height: 45px;
  background-color: #f7f7f7;
  border-bottom: 2px solid #df3033;
}
.details .tab .cur{
  color: #FFF;
  background-color: #df3033;
}
.details .tab span{
  display: inline-block;
  padding: 0 35px;
  text-align: center;
}
.details .txt{
    padding: 3% 1%;
}
/*
news
*/
.news{}
.news .menu{
    margin: 3rem auto;
    text-align: center;
}
.news .menu a{
    display: inline-block;
    margin: 0 1%;
    padding: 0 5%;
    line-height: 3;
    font-size: 1.8rem;
    border:1px solid #E0E0E0;
}
.news .menu .active{
    color: #FFFFFF;
    background-color: #1651b8
}
.news .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news .list li{
    display: flex;
    align-items: center;
    width: 48%;
    padding: 3rem 0;
    border-bottom: 1px dashed #D1D1D1;
}
.news .list .date{
    margin-right: 1rem;
    width: 6rem;
    height: 6rem;
    color: #FFFFFF;
    text-align: center;
    background-color: #1651b8
}
.news .list .date span{
    display: block;
    padding: 1rem 0 0.4rem 0;
    font-size: 2.4rem;
    font-weight: bold;
}
.news .list .date i{
    display: block;
    font-size: 1.2rem;
    font-style: normal;
}
.news .list .info{
    flex: 1;
    overflow: hidden;
}
.news .list .info a{
    display: block;
    padding-bottom: .5rem;
    font-size: 1.6rem;
    font-weight: 600;
}
.news .list .info p{
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
    color: #686868;
}
.news .info h1{
    padding: 3% 0 1rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 2.6rem;
    color: #0049d5;
}
.news .info .author{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 1rem 0;
    line-height: 1.5;
    text-align: center;
    font-size: 1.2rem;
}
.news .info .author span{
    margin: 0 1%;
}
.news .info .summary{
    color: #868686;
    background-color: #FBFBFB;
    border: 1px solid #ECECEC;
}
.news .info .summary p{
    max-height: 4.5rem;
    overflow: hidden;
    margin: 1rem 1.5rem;
    line-height: 1.75;
    font-size: 1.2rem;
}
.news .info .content{
    margin-top: 1rem;
    padding: 2% 1.5rem;
    line-height: 2;
    border: 1px solid #ECECEC;
}
.news .info .more{
    margin-top: 2%;
    line-height: 2;
}
/*
feedback
*/
.feedback-form ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90rem;
    margin: 0 auto;
}
.feedback-form li{
    display: flex;
    align-items: center;    
    width: 48%;
    margin: 2rem 0;
}
.feedback-form li i{
    width: 2rem;
    color: red;
}
.feedback-form .subject,
.feedback-form .msg{
    width: 100%;
}
.feedback-form li input{
    flex: 1;
    height: 4rem;
    padding: 0 5px;
    border: 1px solid #D8D8D8;
}
.feedback-form li textarea{
    flex: 1;
    padding: 5px;
    min-height: 28rem;
    border: 1px solid #D8D8D8;
}
.feedback-form .sub{
    justify-content: center;
    width: 100%;
    text-align: center;
}
.feedback-form .sub button{
    line-height: 2.5;
    padding: 0 3rem;
    color: #FFFFFF;
    font-size: 2rem;
    background-color: #e30000;
    border: none;
    cursor: pointer;
}
