@charset "utf-8";

/* water  env */
/* 水环境治理 首页 样式 */


a:hover {
    color: #49b0b0;
}
.shjzl,
.person_title{
    width: 100%;
    height: 73px;
    line-height: 73px;
    text-align: center;
    font-size: 26px;
    color: #49b0b0;
    background: url("/_res/image_env/nav_03.png") no-repeat center center;
}
.box1 {
    min-height: 250px;
    overflow: hidden;
}
.box1 div,
.box2 div{
    width: 345px;
    margin: 0 10px;
    min-height: 240px;
}
.box1 .ph,
.box1 .dy,
.box1 .sd {
    float: left;
    width: 31%;
}
.box2 .fh {
    float: left;
}
.box2 .other {
    float: right;
}
.box1 ul,
.box2 ul{
    padding-top: 20px;
}
.box1 ul li,
.box2 ul li {
    line-height: 30px;
    height: 30px;
    position: relative;
    padding-right: 38px;
    box-sizing: border-box;
}
.box1 ul li .date,
.box2 ul li .date{
    font-size: 13px;
    color: #999999;
    position: absolute;
    top: 0;
    right: 0;
}
.box1 ul li a,
.box2 ul li a{
    display: block;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}
.box2 {
    width: 80%;
    min-height: 250px;
    margin: 0 auto;
    overflow: hidden;
}
.main_container .item_title {
    display: block;
    font-size: 18px;
    color: #49b0b0;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: url("/_res/image_env/tip_07.png") no-repeat center bottom;
}

/*人水和谐*/
a:hover,
.person_title a:hover{
    color: #49b0b0;
}
.slide_wrap {
    min-height: 196px;
    overflow: hidden;
    width: 100%;
    margin: 15px auto;
    position: relative;
}
.slide_wrap ul {
    position: absolute;
    width: 500%;
}
.slide_wrap ul li {
    float: left;
    position: relative;
}
.slide_wrap ul li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0, 0.3);
    text-align: center;
    text-indent: 2em;
    height: 35px;
    line-height: 35px;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
    transition: all 0.3s;
}
.slide_wrap ul li a:hover .title{
    display: block;
}
.slide_wrap ul li .title2 {
    position: absolute;
    width: 100%;
    bottom: -35px;
    left: 0;
    height: 35px;
    text-align: center;
    line-height: 35px;
    /*background: rgba(0,0,0, 0.3);*/
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    box-sizing: border-box;
}
.slide_wrap ul li .title2:hover {
    color: #49b0b0;

}


.rsgx{
    margin: 15px auto;
    height: 196px;
}
.rsgx ul li{
    float: left;
    width: 212px;
    height:196px;
}
.rsgx ul li a img{
    width: 100%;
    height: 160px;
}
.rsgx ul li .title{
    display: none;
}
.rsgx ul li .title2{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}



/*中国有个淠史杭*/
.china {
    width: 100%;
    margin-top: 20px;
}
.china .china_title {
    width: 312px;
    height: 78px;
    margin: 0 auto;
}
.china_title a img{
    width: 100%;
    height: 100%;
}
.china ul li {
    float: left;
    width: 351px;
    height: 32px;
    line-height: 32px;
    position: relative;
    padding-right: 42px;
    box-sizing: border-box;
    margin-right: 12px;
}
.china ul li:nth-of-type(3n){
    margin-right: 0;
}
.china ul li a {
    position: relative;
}
.china ul li a i {
    display: none;
    opacity: 0;
    /*filter: alpha(opacity=0);*/
    /*display: block;*/
    /*width: 70px;*/
    /*height: 65px;*/
    /*position: absolute;*/
    /*top: 30px;*/
    /*left: 140px;*/
    /*left: calc(50% - 35px);*/
    /*z-index: 99;*/
    /*background: url("/_res/image_env/play.png") no-repeat;*/
    /*transition: transform 0.7s, opacity 0.7s ease 0.7s;*/
}
.china ul li:nth-of-type(1) a i,
.china ul li:nth-of-type(2) a i,
.china ul li:nth-of-type(3) a i {
    top: -70px;
    left: calc(50% - 35px);
}
/*.china ul li a:hover i {*/
/*    opacity: 1;*/
/*    -webkit-transform: rotate(360deg);*/
/*            transform: rotate(360deg);*/
/*    -webkit-transition: all 0.7s;*/
/*    transition: all 0.7s*/
/*}*/
.china ul li a {
    float: left;
    width: 96%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.china ul li a span {
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.china ul li .date{
    position: absolute;
    top: 0;
    right: 0;
}
.footer_wrap {
    margin-top: 20px;
}