/* path */
.pub_left {
    position: absolute;
    top: 625px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 680px;
    height: 64px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 32px;
    padding: 0px 64px;
    box-sizing: border-box;
}

.pub_left li {
    width: auto;
    margin-right: 58px;
}

.pub_left li:last-child {
    margin-right: 0px;
}

.pub_left a {
    color: #fff;
    border-right: none;
    font-size: 2rem;
    padding: 23px 0px 21px;
    line-height: 1;
}

.pub_left a.hover {
    color: #F8C208;
}

/* 联系我们 */
.contact {
    margin-bottom: 9%;
}

.contact-info li {
    margin-right: 42px;
    margin-bottom: 4%;
    width: 31%;
    border: 1px solid rgba(181, 181, 181, 1);
    text-align: center;
    box-sizing: border-box;
    padding-top: 4%;
    padding-bottom: 3%;
}

.contact-info li:last-child {
    margin-right: 0px;
}

.contact-info li:last-child span {
    padding: 0px 32px;
}

.contact-info li img {
    display: block;
    margin: 0 auto 24px;
}

.contact-info li p {
    font-size: 24px;
    color: #6F6F6F;
    margin-bottom: 14px;
}

.contact-info li span {
    display: block;
    color: #797979;
    font-size: 1.6rem;
}

#map img {
    max-width: inherit;
}

/* 全国网点 */
.network {
    margin-bottom: 9%;
}
.network-info p {
    line-height: 60px;
    border: 1px solid rgba(220, 220, 220, 1);
    color: #000;
    margin-top: 3px;
    font-size: 1.8rem;
    text-align: center;
}

.network-info li {
    float: left;
    width: 32%;
    text-align: center;
    margin-right: 7px;
    padding: 15px 0px;
    border-bottom: 1px solid #BFBFBF;
}
.network-info li:hover{
    color: #53b140;
}
.network-info li:nth-child(3n+3) {
    margin-right: 0px;
}

.network-info ul {
    margin-bottom: 11%;
}
/* 联系我们 */
.message {
    margin-bottom: 9%;
}

.message input {
    width: 32%;
    height: 55px;
    font-size: 1.6rem;
    text-indent: 14px;
}

.message input[type="text"] {
    margin-right: 17px;
    margin-bottom: 30px;
}

.message input[name="tel"] {
    margin-right: 0px;
}

.message input[type="submit"] {
    display: block;
    width: 300px;
    line-height: 55px;
    background: rgba(83, 177, 64, 1);
    border-radius: 2px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    text-indent: 0px;
    margin:0 auto;
    margin-top: 4%;
    border-color: transparent;
}
.message .img{
    margin-bottom:4%;
}
.message input[name="addre"] {
    width: 100%;
    height: auto;
    padding-bottom: 10%;
    padding-top: 18px;
}
.message .textarea textarea{
    width: 100%;
    height: 266px;
    line-height: 50px;
    font-size: 1.6rem;
    
    padding: 0 10px;
}

.message .mess_input input:last-child{
    display: none;
}


/* 新闻 */
.news {
    margin-bottom: 80px;
}

.news .pub_left {
    width: 521px;
}

.news .news_list {
    margin-bottom: 60px;
}
.news ul.row{
    margin:0 -10px;
}
.news ul.row li{
    position: relative;
    top: 0px;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
   
    padding-bottom: 10px;
    
    transition: top 0.3s ease-in-out;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
}
.news ul.row li a{
    display: block;
    height: 100%;
    border-bottom: 1px solid #B5B5B5;
}
.news ul.row li:hover {
    top: -10px;
    box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.1);
}

.news ul.row li h4 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #53B140;
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 19px;
    margin-bottom: 14px;
}

.news ul.row li .new-info {
    box-sizing: border-box;
    padding: 0px 16px;
    height: 140px;
}
.news ul.row .new-img img{
    width: 100%;
}
.news ul.row li span {
    display: block;
    color: #7D7D7E;
    margin-bottom: 19px;
    line-height: 1;
}
.news ul.row li p{
    
}
.cc_book {
    margin-top: 60px;
    padding: 20px 0px 0px;
    border-top: 1px solid #eee;
}

.news_read .time {
    text-align: center;
}

.news_read .read_con {
    margin-top: 40px;
    line-height: 26px;
}
.news_read .read_con img{
display: inline;
    max-width: 100%;
    width: auto;
    
}
.cc_book i {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-position: center;
    background-color: #f5f5f5;
    margin-right: 10px;
    vertical-align: middle;
}

.cc_book .lis2 i {
    background-image: url('./../images/honor_left.png');
    background-repeat: no-repeat;
}

.cc_book .lis2 i:hover {
    background-color: #53b140;
    background-image: url('./../images/honor_left2.png');
}

.cc_book .lis1 i {
    background-image: url('./../images/honor_prv.png');
    background-repeat: no-repeat;
}

.cc_book .lis1 i:hover {
    background-color: #53b140;
    background-image: url('./../images/honor_prv2.png');
}

/* 常见问题 */
.problem .pub_left {
    width: 521px;
}

.problem_list a {
    overflow: hidden;
    display: block;
}

.problem_list .new-info {
    position: relative;
    margin-left: 29px;
    height: 160px;
    width: 79%;
}

.problem_list li {
    border-bottom: 1px solid #d5cfcf;
    padding-bottom: 26px;
    margin-bottom: 26px;
}

.problem_list h4 {
    font-size: 2.4rem;
    font-weight: 400;
    
    line-height: 1;
    margin-bottom: 24px;
}

.problem_list a:hover h4{
    color: rgba(83, 177, 64, 1);
}

.problem_list p {
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    opacity: 0.6;
    margin-bottom: 28px;
    line-height: 30px;
}

.problem_list span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(84, 84, 84, 1);
}

/* 关于索尔 */
.about-content {
    background: #F8F8F8;
    overflow: hidden;
}

.about-content .fr {
    width: 45%;
    padding: 6% 5%;
}

.about-content .fr p {
    line-height: 30px;
    color: #666666;
}

.about-title{
    text-align: center;
    margin-bottom:3%;
    margin-top:4%;
}
.about-title h1 {
    color: #53B140;
    text-align: center;
    font-size: 3rem;
    display: inline-block;
}

.about-title i {
    display: inline-block;
    margin-right:5px;
    width: 33px;
    height: 26px;
    background: url(./../images/type.png) no-repeat 0px;
}

.about-title p {
    margin-top:1%;
    font-size: 1.8rem;
    text-align: center;
    color: #737871;
}



.about-value{
    overflow: hidden;
}
.about-value img{
    display:inline-block;
}
.about-value .ul_box{
    display: flex;
}
.about-value .ul_box>li{
    
}


.about-value .uls1{
    margin:0 -4px;
}
.about-value .uls1 .value_con2{
    height: 100%;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
   background-color: #a7b1a7;
}
.about-value .uls1 .con2{
    
    
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
}



.about-value .uls2{
    
    margin:0 -4px;
    margin-top: 8px;
}
.about-value .value_con1{
    height: 100%;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
   background-color: #e9ebe9;
}
.about-value .con1{
    
    text-align: center;
    color: #636363;
    font-size: 1.6rem;
    line-height: 30px;
    
}

.about-value .uls3{
    margin:0 -4px;
    margin-top: 8px;
}



.about-value .value_con3{
    height: 100%;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
   background-color: #5d7f57;
}
.about-value .con3{
   
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    
}






.about-ecosphere{
    margin-bottom:8%;
}
.about-ecosphere ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.about-img{
    box-sizing:border-box;
    padding:0px 4%;
}
.about-ecosphere li{
    position: relative;
    
}

.about-ecosphere .icon{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
}
.about-ecosphere li .li_box{
    display: flex;
    width: 100%;
    background:#F8F8F8;
}

.about-ecosphere li .img{
    width: 50%;
}
.about-ecosphere .about-img{
    width: 50%;
}
.about-ecosphere li img{
    width:100%;
}
.about-ecosphere h1{
    font-size:2.4rem;
    color:#53B140;
    line-height:1;
    margin-top:13%;
    margin-bottom:1.8rem;
}
.about-ecosphere li .sum{
    color: #636363;
    line-height: 1.8rem;
    line-height: 24px;
}
.ecosphere-img{
    width:80%;
    margin:0 auto;
}


.problem2 .more{
    width: 150px;
    margin: 2% auto;
}
.problem2 .more a{
    display: block;
    font-size: 1.6rem;
    text-align: center;
    line-height: 46px;
    border:1px solid #ccc;
    border-radius: 10px;
    transition: all ease-in-out 0.2s;
}
.problem2 .more a:hover{
    color: #fff;
    background-color: #53b140;
}

.problem2 .typename{
   
    background: url(../images/type_icon.png) no-repeat bottom center;
}