* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    font-family: "sans serif", tahoma, verdana, helvetica;
}

ul {
    list-style: none;
}

textarea {
    color: #333333;
}

a {
    text-decoration: none;
}

img {
    display: inline-block;
    max-width: 100%;
    border: none;
}

.wapmenu,
.wapmask {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}

.topzw {
    width: 100%;
    height: 80px;
}

.top {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
    /* box-shadow: 0px 2px 3px rgba(0, 0, 0, .1); */
}

.top .center {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
}

.top .center::after {
    content: '';
    display: block;
    clear: both;
}

.top .center:before,
.top .center:after {
    content: "";
    display: table;
}

.top .center:after {
    clear: both;
}

.top .center {
    zoom: 1;
}

.top .center h1 {
    position: absolute;
    height: 60px;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

.top .center h1 img {
    display: block;
    height: 100%;
    width: auto;
}


/* 导航 */

.top .center .nav {
    float: right;
}

.top .center .nav>ul>li {
    float: left;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
    width: 90px;
    margin-left: 10px;
}

.top .center .nav>ul>li:hover {
    border-bottom: 1px solid #00a199;
}

.top .center .nav>ul>li:hover:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #00a199;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -8px;
}

.top .center .nav>ul>li>a {
    display: block;
}

.top .center .nav>ul>li.Dmenu {
    background: url(../images/arr_down.png) no-repeat top 33px right 0px;
    background-size: 14px auto;
}

.top .center .nav>ul>li.Dmenu:hover {
    background: url(../images/arr_up.png) no-repeat top 33px right 0px;
    background-size: 14px auto;
}

.top .center .nav>ul>li.Dmenu ul {
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    top: 80px;
    background: #fff;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, .1);
    z-index: 999999;
    border-radius: 2px 2px 5px 5px;
    padding: 10px 20px;
    display: none;
    z-index: 999999999999999999999999999999999999999999999;
}

.top .center .nav>ul>li.Dmenu li {
    display: block;
    height: 40px;
    line-height: 40px;
    /* border-bottom: 1px solid #e4e4e4; */
}

.top .center .nav>ul>li.Dmenu li a {
    display: block;
}

.top .center .nav>ul>li.Dmenu li:hover {
    background: #00a199;
    border-radius: 50px;
}

.top .center .nav>ul>li.Dmenu li:hover a {
    color: #fff;
}


/* 首页幻灯广告 */

#banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#banner img {
    width: 100%;
    display: block;
    border: none;
}

#banner ul {
    position: relative;
    /* width: 400%; */
    overflow: hidden;
    margin-left: -100%;
}

#banner ul li {
    float: left;
    /* width: 25%; */
}

#banner .btn a {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

#banner .btn a.prev {
    left: 2%;
    background: url(../images/banner_left.png) center center no-repeat;
    background-size: 100% auto;
}

#banner .btn a.next {
    right: 2%;
    background: url(../images/banner_right.png) center center no-repeat;
    background-size: 100% auto;
}

#banner ol {
    position: absolute;
    left: 0px;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

#banner ol li {
    display: inline-block;
    width: 12px;
    height: 12px;
    /* background-color: #fff; */
    border-radius: 50%;
    margin: 0;
    transition: all 0.3s;
    margin: 0 5px;
    /* border: 1px solid #058555; */
    border: 2px solid #8e8987;
}

#banner ol li.current {
    background-color: #058555;
    border: 2px solid #058555;
}


/* 其他模板 */

.section {
    width: 100%;
    padding: 60px 0px;
}

.section .title {
    width: 100%;
    text-align: center;
}

.section .title h2 {
    font-size: 26px;
    font-weight: bold;
    color: #585858;
}

.section .title h3 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 6px;
    color: #9c9c9c;
    letter-spacing: 1px;
}

.section .i_about {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.section .i_about::after {
    content: '';
    display: block;
    clear: both;
}

.section .i_about:before,
.section .i_about:after {
    content: "";
    display: table;
}

.section .i_about:after {
    clear: both;
}

.section .i_about {
    zoom: 1;
}

.section .i_about:before,
.section .i_about:after {
    content: "";
    display: table;
}

.section .i_about:after {
    clear: both;
}

.section .i_about {
    zoom: 1;
}

.section .i_about .left {
    float: left;
    width: 56%;
    padding-right: 80px;
    padding-top: 30px;
    position: relative;
}

.section .i_about .left .ico {
    height: 1px;
    width: 40%;
    background-color: #ccc;
    position: absolute;
    top: 80px;
    right: 0;
}

.section .i_about .left .ico i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -18px;
    border: 1px solid #ccc;
}

.section .i_about .left .title {
    text-align: left;
}

.section .i_about .left .content {
    font-size: 14px;
    line-height: 28px;
    margin-top: 30px;
    text-indent: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.section .i_about .left .content p {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.section .i_about .left .content p:first-child {
    margin-top: 0px;
}

.section .i_about .left .more {
    margin-top: 35px;
}

.section .i_about .right {
    float: right;
    width: 44%;
}

.section .i_about .right img {
    width: 100%;
    height: auto;
}


/* 企业文化 */

.bgls {
    background: #00a199;
    position: relative;
    overflow: hidden;
}

.bgls .earth {
    position: absolute;
    left: 50%;
    margin-left: -45%;
    top: 150px;
    width: 90%;
    z-index: 0;
}

.bgls .earth img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    animation: myfirst 60s linear infinite;
    -webkit-animation: myfirst 60s linear infinite;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    opacity: .3;
}

@keyframes myfirst {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.culture {
    z-index: 3;
}

.section .i_culture {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.section .i_culture .title h2,
.section .i_culture .title h3 {
    color: #fff;
}

.section .i_culture .content {
    margin-top: 80px;
}

.section .i_culture .content::after {
    content: '';
    display: block;
    clear: both;
}

.section .i_culture .content:before,
.section .i_culture .content:after {
    content: "";
    display: table;
}

.section .i_culture .content:after {
    clear: both;
}

.section .i_culture .content {
    zoom: 1;
    /* 这行是为了 IE 6/7 (触发 hasLayout) */
}

.section .i_culture .content li {
    float: left;
    width: 25%;
    text-align: center;
}

.section .i_culture .content li .img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    /* background-color: #000; */
    margin-bottom: 30px;
}

.section .i_culture .content li .img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.section .i_culture .content li:nth-child(2) {
    width: 50%;
}

.section .i_culture .content li h2 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}

.section .i_culture .content li p {
    color: #fff;
    font-size: 14px;
}


/* 业务范围 */

.section .i_business {
    max-width: 1200px;
    margin: 0 auto;
}

.section .i_business .content::after {
    content: '';
    display: block;
    clear: both;
}

.section .i_business .content:before,
.section .i_business .content:after {
    content: "";
    display: table;
}

.section .i_business .content:after {
    clear: both;
}

.section .i_business .content {
    zoom: 1;
    /* 这行是为了 IE 6/7 (触发 hasLayout) */
}

.section .i_business .content {
    margin-top: 50px;
}

.section .i_business .content li {
    margin-left: 2%;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
    width: 23.5%;
}

.section .i_business .content li .img {
    width: 100%;
}

.section .i_business .content .img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.section .i_business .content li .mask {
    background: rgba(0, 161, 153, .6) url(../images/bgk1.png) no-repeat center center;
    background-size: 80% auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 4px;
}

.section .i_business .content li .h2p {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    height: 80px;
    z-index: 2;
    vertical-align: middle;
}

.section .i_business .content li .h2p h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.section .i_business .content li .h2p span {
    display: block;
    background: #fff;
    width: 20px;
    margin: 0 auto;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.section .i_business .content li .h2p p {
    color: #fff;
}

.section .i_business .content li:hover .mask {
    background: rgba(255, 255, 255, .8) url(../images/bgk2.png) no-repeat center center;
}

.section .i_business .content li:hover .h2p h2,
.section .i_business .content li:hover .h2p p {
    color: #00a199;
}

.section .i_business .content li:hover .h2p span {
    background-color: #00a199;
}

.section .i_business .content li:first-child {
    margin-left: 0px;
}


/* 仓储管理 */

.bghs {
    background: #f0f0f0;
}

.section .i_storage {
    max-width: 1200px;
    margin: 0 auto;
}

.section .i_storage .content {
    margin-top: 50px;
}

.section .i_storage .content::after {
    content: '';
    display: block;
    clear: both;
}

.section .i_storage .content:before,
.section .i_storage .content:after {
    content: "";
    display: table;
}

.section .i_storage .content:after {
    clear: both;
}

.section .i_storage .content {
    zoom: 1;
    /* 这行是为了 IE 6/7 (触发 hasLayout) */
}

.section .i_storage .content .left {
    float: left;
    width: 49%;
    height: auto;
}

.section .i_storage .content .left img {
    width: 100%;
    height: auto;
}

.section .i_storage .content .right {
    float: right;
    width: 49%;
    /* background-color: #00a199; */
}

.section .i_storage .content .right .img {
    width: 100%;
    height: auto;
    margin-top: 2.7%;
}

.section .i_storage .content .right .img:first-child {
    margin-top: 0px;
}

.section .i_storage .content .right .img img {
    width: 100%;
    height: 100%;
}


/* 新闻动态 */

.section .i_news {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.section .i_news .content {
    margin-top: 50px;
}

.section .i_news .content::after {
    content: '';
    display: block;
    clear: both;
}

.section .i_news .content .left {
    float: left;
    width: 49%;
    background: #f8f8f8;
}

.section .i_news .content .left .img {
    width: 100%;
    min-height: 292px;
}

.section .i_news .content .left .img a {
    display: block;
    width: 100%;
    min-height: 292px;
}

.section .i_news .content .left .img img {
    width: 100%;
}

.section .i_news .content .left::after {
    content: '';
    display: block;
    clear: both;
}

.section .i_news .content .left:before,
.section .i_news .content .left:after {
    content: "";
    display: table;
}

.section .i_news .content .left:after {
    clear: both;
}

.section .i_news .content .left {
    zoom: 1;
    /* 这行是为了 IE 6/7 (触发 hasLayout) */
}

.section .i_news .content .left .date {
    width: 20%;
    max-width: 80px;
    height: 80px;
    background: #00a199;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 80px;
    font-size: 16px;
}

.section .i_news .content .left .con {
    float: left;
    width: 80%;
    height: 80px;
    padding: 15px;
    cursor: pointer;
}

.section .i_news .content .left:hover {
    background: #00a199;
}

.section .i_news .content .left:hover .con h2 a,
.section .i_news .content .left:hover .con p {
    color: #fff;
}

.section .i_news .content .left .con h2 {
    font-weight: normal;
    font-size: 14px;
}

.section .i_news .content .left .con p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.section .i_news .content .left .con p a {
    font-size: 13px;
    color: #929292;
}

.section .i_news .content .right {
    float: right;
    width: 49%;
    /* background-color: #00a199; */
}

.section .i_news .content .right li {
    display: block;
    width: 100%;
    height: auto;
    background: #f7f7f7;
    margin-top: 17px;
}

.section .i_news .content .right li:hover {
    background: #00a199;
}

.section .i_news .content .right li:hover .con h2 a,
.section .i_news .content .right li:hover .con p a {
    color: #fff;
}

.section .i_news .content .right li:first-child {
    margin-top: 0px;
}

.section .i_news .content .right li::after {
    content: '';
    display: block;
    clear: both;
}

.section .i_news .content .right li:before,
.section .i_news .content .right li:after {
    content: "";
    display: table;
}

.section .i_news .content .right li:after {
    clear: both;
}

.section .i_news .content .right li {
    zoom: 1;
    /* 这行是为了 IE 6/7 (触发 hasLayout) */
}

.section .i_news .content .right li .date {
    width: 20%;
    max-width: 80px;
    height: 80px;
    background: #00a199;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 80px;
    font-size: 16px;
}

.section .i_news .content .right li .con {
    float: left;
    height: 80px;
    padding: 15px;
    width: 80%;
}

.section .i_news .content .right li .con h2 {
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .i_news .content .right li .con p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.section .i_news .content .right li .con p a {
    font-size: 13px;
    color: #929292;
}


/* 底部内容 */

.footer {
    width: 100%;
    background: #00a199;
}

.footer .header::after {
    content: '';
    display: block;
    clear: both;
}

.footer .header:before,
.footer .header:after {
    content: "";
    display: table;
}

.footer .header:after {
    clear: both;
}

.footer .header {
    zoom: 1;
    /* 这行是为了 IE 6/7 (触发 hasLayout) */
}

.footer .header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
}

.footer .header .left {
    float: left;
}

.footer .header .left::after {
    content: '';
    display: block;
    clear: both;
}

.footer .header .left:before,
.footer .header .left:after {
    content: "";
    display: table;
}

.footer .header .left:after {
    clear: both;
}

.footer .header .left {
    zoom: 1;
    /* 这行是为了 IE 6/7 (触发 hasLayout) */
}

.footer .header .left>ul>li {
    float: left;
    text-align: left;
    margin-right: 70px;
}

.footer .header .left>ul>li>span {
    background: #fff;
    display: block;
    width: 30px;
    height: 1px;
    margin-bottom: 10px;
}

.footer .header .left>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    height: 40px;
    line-height: 40px;
}

.footer .header .left>ul>li>ul>li {
    height: 30px;
    line-height: 30px;
}

.footer .header .left>ul>li>ul>li>a {
    display: block;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer .header .right {
    float: right;
    width: 90px;
}

.footer .header .right img {
    width: 100%;
    height: auto;
}

.footer .header .right p {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

.footer .foot {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #6abfb9;
}

.footer .foot .center {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    font-size: 13px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
}

.footer .foot .center img {
    vertical-align: middle;
}

.footer .foot .center .left {
    float: left;
    font-size: 13px;
    color: #ddeeed;
}

.footer .foot .center .right {
    float: right;
    font-size: 13px;
    color: #ddeeed;
}

.footer .foot .center .left a,
.footer .foot .center .right a {
    font-size: 13px;
    color: #ddeeed;
}

.footer .foot .center a,
.footer .foot .center,
.footer .header .right p,
.footer .header .left>ul>li>ul>li>a,
.footer .header .left>ul>li>a {
    color: #ddeeed;
}


/* 二级页面 */

.o_banner {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
}

.o_banner .img {
    width: 1920px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    bottom: 0px;
}

.o_banner .img img {
    width: 100%;
    height: auto;
    display: block;
}

.navigation {
    width: 100%;
    background: #f0f0f0;
}

.navigation .centre {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0px;
    height: 50px;
    line-height: 50px;
}

.navigation .centre::after {
    content: '';
    display: block;
    clear: both;
}

.navigation .centre:before,
.navigation .centre:after {
    content: "";
    display: table;
}

.navigation .centre:after {
    clear: both;
}

.navigation .centre {
    zoom: 1;
    /* 这行是为了 IE 6/7 (触发 hasLayout) */
}

.navigation .centre .left {
    float: left;
}

.navigation .centre .left li {
    float: left;
    margin-right: 15px;
}

.navigation .centre .left li a {
    display: block;
    padding: 0 35px;
}

.navigation .centre .left li a:hover,
.navigation .centre .left li a.on {
    background: #00a199;
    color: #fff;
}

.navigation .centre .right {
    float: right;
    font-size: 13px;
    background: url(../images/home.svg) no-repeat 40px center;
    background-size: 18px auto;
    padding-left: 70px;
    border-left: 1px solid #d3d3d3;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.container .title {
    width: 100%;
    text-align: center;
}

.container .title h2 {
    font-size: 26px;
    font-weight: bold;
    color: #585858;
}

.container .title h3 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 6px;
    color: #9c9c9c;
    letter-spacing: 1px;
}

.container .content {
    padding-top: 30px;
}

.container .content,
.container .content p {
    line-height: 28px;
}

.container .content p {
    margin-top: 15px;
}

.container .content p:first-child {
    margin-top: 0px;
}

.o_main {
    width: 100%;
    background-color: #00a199;
    background: #fff url(../images/bg.jpg) center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 50px;
}

.o_main .centre {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    left: 0px;
    top: 0px;
}

.o_main .centre:before,
.o_main .centre:after {
    content: "";
    display: table;
}

.o_main .centre:after {
    clear: both;
}

.o_main .centre {
    zoom: 1;
    /* 这行是为了 IE 6/7 (触发 hasLayout) */
}

.o_main .left {
    float: left;
    width: 250px;
    position: absolute;
    /* position: fixed; */
    left: 50%;
    margin-left: -600px;
    top: -80px;
    background: #00a199;
    padding-left: 12px;
}

.o_main .left .title {
    background: #00a199;
    height: 80px;
    line-height: 80px;
    padding-left: 23px;
    font-size: 22px;
}

.o_main .left .title h2 {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}

.o_main .left ul {
    background: #f4f4f4;
}

.o_main .left ul li {
    height: 55px;
    line-height: 55px;
    padding-left: 23px;
    background: url(../images/l_right.png) no-repeat top 20px right 20px;
    background-size: 15px auto;
    position: relative;
    transition: all .5s;
}

.o_main .left ul li::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    left: 0px;
    bottom: -1px;
}

.o_main .left ul li:last-child::before {
    content: '';
    height: 0px;
}

.o_main .left ul li a {
    display: block;
    font-size: 14px;
}

.o_main .left ul li:hover,
.o_main .left ul li.on {
    background: #dcdcdc url(../images/l_right.png) no-repeat top 20px right 20px;
    background-size: 15px auto;
}

.o_main .left ul li:last-child {
    border-bottom: none;
}

.o_main .right {
    float: right;
    width: 900px;
    /* background: #f4f4f4; */
    /* border-radius: 4px; */
    padding: 0px;
    padding-top: 0px;
    margin-top: 15px;
    margin-bottom: 40px;
    position: relative;
    left: 0;
    top: 0;
}

.o_main .right .locltion {
    border-bottom: 1px solid #e0e0e0;
    height: 50px;
}

.o_main .right .locltion::after {
    content: '';
    display: block;
    clear: both;
}

.o_main .right .locltion:before,
.o_main .right .locltion:after {
    content: "";
    display: table;
}

.o_main .right .locltion:after {
    clear: both;
}

.o_main .right .locltion {
    zoom: 1;
    /* 这行是为了 IE 6/7 (触发 hasLayout) */
}

.o_main .right .locltion h2 {
    float: left;
    position: relative;
    padding: 0px 8px;
    font-size: 20px;
    font-weight: normal;
    color: #00a199;
}

.o_main .right .locltion h2::before {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #00a199;
}

.o_main .right .locltion span {
    float: right;
    background: url(../images/home.svg) no-repeat left center;
    background-size: 15px auto;
    padding-left: 25px;
    margin-top: 20px;
}

.o_main .right h2 {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
}

.o_main .right .content {
    width: 100%;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 0px;
}

.o_main .right .content .title {
    margin-bottom: 30px;
    /* background: #f4f4f4; */
    padding-top: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.o_main .right .content .title h2 {
    width: 100%;
    height: auto;
    font-size: 22px;
    text-align: center;
    line-height: 35px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    color: #00a199;
    /* background-color: #058555; */
}

.o_main .right .content .title i {
    display: block;
    margin-top: 0px;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    margin-top: 8px;
    /* background-color: #00a199; */
}

.o_main .right .content .con {
    line-height: 28px;
    margin-top: 0px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 50px;
}

.o_main .right .content .con .indexphoto {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}

.o_main .right .content .con table {
    margin-bottom: 20px;
    background-color: #00a199;
}

.o_main .right .content .con table .boxtit {
    width: 90px;
    text-align: center;
    background-color: #00c0b6;
    color: #fff;
}

.o_main .right .content .con table td {
    padding-left: 10px;
    font-size: 13px;
}

.o_main .right .content .con>p {
    line-height: 28px;
    margin-top: 15px;
}

.o_main .right .content .con>p img {
    max-width: 700px;
    height: auto;
    padding: 8px;
    border: 1px solid #e0e0e0;
}

.o_main .right .content>p:first-child {
    margin-top: 0px;
}

.o_main .right .content .inp input {
    width: 400px;
    height: 38px;
}

.o_main .right .content .inp textarea {
    width: 650px;
    height: 155px;
}

.o_main .right .content .inp input,
.o_main .right .content .inp textarea {
    border: 1px solid #ccc;
    outline: none;
    padding: 5px;
    border-radius: 3px;
    margin-top: 20px;
}

.o_main .right .content .inp .button {
    width: 200px;
    height: 40px;
    background: #00a199;
    font-size: 14px;
    text-align: center;
    outline: none;
    border: none;
    margin-top: 15px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.o_main .right .turnpage {
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
}

.o_main .right .turnpage>p {
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.o_main .right .news_title {
    margin-top: 30px;
    margin-bottom: 30px;
    /* border-bottom: 1px solid #e0e0e0; */
    /* padding-bottom: 20px; */
}

.o_main .right .news_title h2 {
    text-align: left;
    font-size: 18px;
    color: #00a199;
}

.o_main .right .news_title i {
    display: block;
    font-size: 13px;
    text-align: left;
    color: #bcbcbc;
    margin-top: 15px;
    font-style: normal;
}

.o_main .right .content_news {
    padding-top: 20px;
}

.o_main .right .content_news>ul li {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    position: relative;
    background: #f4f4f4;
    margin-top: 20px;
    padding: 18px;
    padding-top: 10px;
    border-radius: 3px;
    transition: all .5s;
}

.o_main .right .content_news>ul li:hover {
    background: #00a199;
    color: #fff;
}

.o_main .right .content_news>ul li h2 {
    width: 98%;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.o_main .right .content_news>ul li span {
    /* position: absolute;
    right: 18px;
    top: 18px; */
    display: block;
    font-size: 13px;
    color: #5a5a5a;
    margin-top: 10px;
}

.o_main .right .content_news>ul li p {
    line-height: 26px;
    font-size: 13px;
    color: #747474;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.o_main .right .content_news>ul li:hover h2,
.o_main .right .content_news>ul li:hover p,
.o_main .right .content_news>ul li:hover span {
    color: #fff;
}

.o_main .right .pages {
    width: 100%;
    text-align: right;
    /* margin-top: 30px; */
}

.o_main .right .pages span.mid {
    display: none;
}

.o_main .right .pages a {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    transition: all .5s;
    margin-top: 30px;
}

.o_main .right .pages a:hover,
.o_main .right .pages a.on {
    padding: 6px 16px;
    background: #00a199;
    border: 1px solid #00a199;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

.o_main .right .content_pro {
    padding-top: 20px;
}

.o_main .right .content_pro::after {
    content: '';
    display: block;
    clear: both;
}

.o_main .right .content_pro>ul li {
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
    height: auto;
    text-align: left;
    position: relative;
    background: #eeeeee;
    margin-top: 20px;
    padding: 8px;
    padding-bottom: 6px;
    border-radius: 3px;
    transition: all .5s;
}

.o_main .right .content_pro>ul li:nth-child(3n+0) {
    margin-right: 0px;
}

.o_main .right .content_pro>ul li img {
    width: 100%;
}

.o_main .right .content_pro>ul li:hover {
    background: #00a199;
}

.o_main .right .content_pro>ul li:hover h2 {
    color: #fff;
}

.o_main .right .content_pro>ul li h2 {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: normal;
}

.pmask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999999999999999999999999999999999999999;
    display: none;
}

.pmask .photo {
    position: relative;
    width: 50%;
    height: auto;
    left: 50%;
    margin-left: -25%;
    background-color: #fff;
    padding: 10px;
    top: 30px;
}

.pmask .photo img {
    width: 100%;
    height: auto;
}

.pmask .photo p {
    text-align: center;
    color: #333333;
    margin-top: 10px;
}

.pmask .photo .close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 100%;
    margin-top: 30px;
    cursor: pointer;
}

.qqkf .qq2 {
    display: none;
    position: fixed;
    width: 500px;
    height: 274px;
    z-index: 10000;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -137px;
    z-index: 1000;
}

.qqkf .qq2 img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.qqkf .qq2 .close {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.qqkf .qq2.close img {
    width: 100%;
    height: auto;
    display: block;
}

.qqkf .qq1 {
    width: 60px;
    height: auto;
    position: fixed;
    right: -3px;
    top: 50%;
    margin-top: -75px;
    z-index: 1000;
}

.qqkf .qq1 img {
    width: 100%;
    height: auto;
    cursor: pointer;
    display: block;
}