.header {
    height: 1rem;
    box-shadow: 0px 1px 0px #999;
}

.header .hearder-logo {
    padding: 0.15rem 0 0.15rem 0;
    width: 2rem;
    height: 0.75rem;
    display: block;
    margin-left: 0.3rem;
    float: left;
}

.header .header-nav {
    float: right;
}

.header .header-nav li {
    margin-right: 0.30rem;
    float: left;
    color: #000;
}

.header .header-nav a {
    display: inline-block;
    font-size: 0.18rem;
    height: 0.9rem;
    line-height: 0.96rem;
    padding: 0 0.05rem;
}

.conner1 {
    height: 5.5rem;
    background: url(../images/banner.jpg) center top no-repeat;
}

.conner1 .conner1-bgc {
    width: 100%;
    height: 100%;
    position: relative;
}

.conner1 .conner1-bgc .conner1-text {
    width: 2.5rem;
    height: 1rem;
    position: absolute;
    top: 4.5rem;
    left: 0;
    background-color: #1d4b42;
    line-height: 1rem;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    opacity: .8;
}

.conner2 {
    background: url(../images/list_bg.jpg);
}

.conner2 .conner2-bgc {
    background-color: #fff;
    display: flex;
}

.conner2 .conner2-tab {
    float: left;
    width: 2.5rem;
    padding-top: 0.3rem;
    height: 100%;
    font-size: 0.18rem;
}


.conner2 .conner2-tab li {
    width: 2.5rem;
    height: 0.4rem;
    margin-bottom: 0.15rem;
    text-align: center;
    line-height: 0.4rem;
}

.conner2 .conner2-tab li:hover {
    color: #007573;
    cursor: pointer;
}

.conner2 .conner2-tab .hover {
    background-color: #eeeeee;
}

.conner2 .conner2-tab .hover::before {
    content: '';
    display: block;
    float: left;
    background-color: #007572;
    width: 0.04rem;
    height: 0.4rem;
}

.conner2 .conner2-r {
    font-size: 0.14rem;
    width: 8.75rem;
    padding: 0.3rem 0 0 0.30rem;
    position: relative;
}

.conner2 .conner2-r .conner2-r-l {
    width: 9rem;
    position: relative;
    margin-bottom: 0.4rem;
}

.conner2 .conner2-r .conner2-r-l>div:nth-child(1) {
    font-size: 0.18rem;
    color: #007573;
    margin-bottom: 0.2rem;
}

.conner2 .conner2-r .conner2-r-l>div:nth-child(2) {
    padding-top: 0.05rem;
    color: #555;
    text-indent: 2em;
    line-height: 0.28rem;
}

.conner2 .conner2-r .conner2-r-l>div:nth-child(3) {
    position: absolute;
    top: 0.2rem;
    left: 0.25rem;
}

#no-text-indent {
    text-indent: 0;
}

.end {
    background-color: #333333;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    color: #999;
    margin: 0 auto;
    width: 100%;
}

.tab-text .conner2-r:nth-child(2) p:nth-child(1) span:nth-child(1) {
    color: #007573;
    font-size: 0.16rem;
}

.tab-text .conner2-r:nth-child(2) p:nth-child(1) span:nth-child(2) {
    color: #999;
    font-size: 0.14rem;
}

.tab-text .conner2-r:nth-child(2) p:nth-child(2) {
    font-size: 0.14rem;
    color: #555;
    line-height: 0.25rem;
}

.tab-text .conner2-r:nth-child(2) p:nth-child(3) {
    font-size: 0.14rem;
    color: #555;
    line-height: 0.3rem;
    width: 0.9rem;
    height: 0.3rem;
    background-color: #007572;
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    margin-top: 0.2rem;
}

.conner2-r .conner2-r-un {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.2rem;
}

#margin {
    margin-bottom: 2rem;
}

.contact .contact-l p {
    font-size: 0.18rem;
    color: #007573;
}

.contact .contact-l {
    position: relative;
}

.contact .contact-l img {
    position: absolute;
    left: 0.40rem;
    bottom: -0.15rem;
}

.contact .contact-r .contact-r-ul {
    margin-top: 0.3rem;
    color: #555;
}

.contact .contact-r .contact-r-ul .li {
    font-size: 0.16rem;
    color: #007572;
}

.contact .contact-r .contact-r-ul img {
    padding-right: 0.1rem;
}

.contact .contact-r .contact-r-ul li {
    margin-bottom: 0.2rem;
}

.contact .contact-r {
    position: relative;
}

.contact .contact-r .contact-img img {
    position: absolute;
    left: 3.8rem;
    top: 0.3rem;
}

.tool {
    position: fixed;
    right: 0;
    top: 1rem;
}

.tool li {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #666;
    position: relative;
    margin-bottom: 0.02rem;
    font-size: 0.16rem;
}

.tool li:hover {
    cursor: pointer;
}

.tool li img {
    position: absolute;
    left: 0.15rem;
    top: 0.15rem;
}

.tool li span {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    display: none;
}

.tool li:hover img {
    display: none;
}

.tool li:hover span {
    display: block;
}

.tool-share {
    position: fixed;
    font-size: 0.16rem;
    top: 2.86rem;
    right: 0.6rem;
    width: 1.5rem;
    height: 0.6rem;
    background-color: #666;
    margin: 0 auto;
    display: none;
}

.tool-share:hover {
    cursor: pointer;
}

.tool-share .vx-box {
    position: relative;
}

.tool-share .tool-share-img {
    position: relative;
}

.tool-share img {
    position: absolute;
    left: 0.15rem;
    top: 0.2rem;
}

.tool-share span {
    display: block;
    line-height: 0.6rem;
    width: 1rem;
    color: #fff;
    position: absolute;
    left: 0.5rem;
    top: 0;
}

.shareimg {
    position: fixed;
    right: 0;
    top: 3.46rem;
    display: none;
}

.browse {
    width: 1.3rem;
    height: 0.6rem;
    background-color: #666;
    position: fixed;
    top: 2.24rem;
    right: 0.6rem;
    display: none;
}

.browse .browse-img {
    /* position: relative; */
    height: 100%;
}

.browse .browse-img .browse-img-p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.search {
    width: 1.6rem;
    height: 0.6rem;
    position: fixed;
    right: 0.6rem;
    top: 1.62rem;
    background-color: #666;
    display: none;
}

.search .search-inp {
    position: relative;
}

.search input {
    outline: none;
    width: 1.30rem;
    height: 0.25rem;
    line-height: 0.3rem;
    position: absolute;
    left: 0.16rem;
    top: 0.16rem;
}

.search .search-inp img {
    position: absolute;
    right: 0.1rem;
    top: 0.23rem;
}