﻿@charset "utf-8";
@import url("styles.css?v=225");
/* wx/qq.465320335 */  

/* head */
.header {
   width: 100%;
}
.top {
   width: 100%;
   overflow: hidden;
   background-color: #f7f7f7;
   color: #888;
}
.top a {
   color: #888;
}
.top a:hover {
   color: #0ba29a;
}
.top i {
   display: inline-block;
   vertical-align: 0;
   font-size: 15px;
   margin-right: 5px;
}
.top .t_l {}
.top .t_r {
   overflow: hidden;
   margin-right: -7px;
}
.top .t_r li {
   float: left;
}
.top .t_r li i {
   font-size: 13px;
}
.top .t_r li a {
   display: inline-block;
   margin: 0 7px;
}
.logo {
   background: url(/images/top_dt.jpg) right center no-repeat;
   line-height: 134px;
}
.naver {
   width: 100%;
   line-height: 65px;
   background-color: #0ba29a;
}
.naver li {
   float: left;
   border-right: 1px solid #008e86;
   position: relative;
   width: 12.5%;
}
.naver li:last-child {
   border: none;
}
.naver li a {
   color: #fff;
   display: block;
}
.naver li:hover a,
.naver li a.on,
.naver li a:hover {
   background-color: #008e86;
}
.naver li .drow {
   visibility: hidden;
   position: absolute;
   top: 65px;
   z-index: 99999;
   width: 100%;
   background-color: #008e86;
   line-height: 100%;
   padding-bottom: 12px;
}
.naver li .drow a {
   padding: 11px 0;
}
.naver li:hover .drow {
   visibility: visible;
}
.naver li .drow a:hover {
   background-color: #0ba29a;
}
.pro_fixed {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 99999;
   width: 100%;
}

.home-slide {
   width: 100%;
   height: 400px;
   overflow: hidden;
   text-align: center;
   position: relative;
   border-top: 1px solid #fff;
}
.home-slide li,
.home-slide li a {
   display: block;
   width: 100%;
   height: 100%;
}
.home-slide .pagination {
   position: absolute;
   bottom: 45px;
   width: 100%;
   z-index: 999;
}
.home-slide .swiper-pagination-switch {
   display: inline-block;
   width: 15px;
   height: 15px;
   margin: 0 5px;
   background: #fff;
   opacity: .6;
   cursor: pointer;
   border-radius: 20px;
}
.home-slide .swiper-active-switch {
   background: #fff;
   opacity: 1;
}

/* main */
.main {
   width: 1300px;
   margin: 0 auto;
}
.main_title {
   color: #353535;
}
.main_title span {
   display: block;
}
.main_title span.s1 {
   font-size: 36px;
   font-weight: bold;
   padding-bottom: 25px;
}
.main_title span.s2 {
   width: 73px;
   margin: 0 auto;
   border-bottom: 2px solid #0ba29a;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.top_bar {
   width: 100%;
   padding: 11px 0;
   background-color: #f7f7f7;
   overflow: hidden;
}
.top_bar .b_left {
   width: 70%;
   overflow: hidden;
}
.top_bar .b_left ._l1 {
   width: 12%;
   color: #404040;
}
.top_bar .b_left ._l1 img {
   display: inline-block;
   vertical-align: -4px;
   margin-right: 9px;
   width: 18px;
}
.top_bar .b_left ._l2 {
   width: 88%;
   color: #808080;
   height: 22px;
   line-height: 22px;
   overflow: hidden;
   margin-top: 13px;
}
.top_bar .b_left ._l2 li {
   position: relative;
}
.top_bar .b_left ._l2 li a {
   display: inline-block;
   color: #808080;
   margin-right: 60px;
}
.top_bar .b_left ._l2 li a:hover {
   color: #0ba29a;
}
.top_bar .b_left ._l2 li span {
   font-size: 13px;
}

.top_bar .b_right {
   width: 350px;
   background-color: #fff;
   border-radius: 50px;
   height: 46px;
   padding: 0 21px;
   overflow: hidden;
   font-size: 0;
}
.top_bar .b_right input,
.top_bar .b_right button {
   border: none;
   background: none;
}
.top_bar .b_right input {
   width: 90%;
   line-height: 46px;
   color: #6f6f6f;
   font-size: 15px;
}
.top_bar .b_right button {
   width: 10%;
   cursor: pointer;
   text-align: right;
}
.top_bar .b_right button img {
   width: 21px;
}

.products {
   width: 100%;
   padding: 83px 0 0;
}
.products .p_class {
   overflow: hidden;
   margin-top: 47px;
   height: 100px;
}
.products .p_class_l {
   width: 230px;
   height: 100%;
   background: url(/images/p.png) 23px center no-repeat #0ba29a;
   padding: 28px 0 0 72px;
}
.products .p_class_l span {
   display: block;
   text-transform: uppercase;
}
.products .p_class_l span.en {
   color: #83c3c0;
   padding-top: 10px;
}
.products .p_class_r {
   width: 1070px;
   height: 100%;
   border: 1px solid #efefef;
   line-height: 97px;
}
.products .p_class_r ul {
   padding: 0 41px;
}
.products .p_class_r li {
   float: left;
   margin: 0 5px;
}
.products .p_class_r li a {
   display: block;
   color: #444;
   padding: 0 29px 0 30px;
}
.products .p_class_r li a:hover {
   color: #0ba29a;
}
.products .p_class_r li:hover {
   border-bottom: 2px solid #0ba29a;
}
.products .p_list {
   margin: -10px;
   margin-top: 40px;
   /* height: 800px; */
   overflow: hidden;
}
.products .p_list ul {
   margin-right: -2.2%;
   padding: 10px;
}
.products .p_list li {
   float: left;
   width: 22.8%;
   padding: 15px 13px;
   margin: 0 2.2% 2% 0;
   box-shadow: 0 0 15px rgba(0,0,0,0.08);
}
.products .p_list li ._pic {
   height: 240px;
   overflow: hidden;
}
.products .p_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: contain
}
.products .p_list li ._title {
   margin-top: 13px;
   border-top: 1px solid #f1f1f1;
   padding: 25px 0 23px;
}
.products .p_list li ._title span {
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.products .p_list li ._title span.m {
   width: 41%;
   background-color: #eee;
   color: #676767;
   margin: 19px auto 0;
   border-radius: 5px;
   transition: all 0.5s;
}
.products .p_list li ._title span.m:hover {
   background-color: #0ba29a;
   color: #fff;
}
.products .p_list li a {
   color: #353535;
}
.products .p_list li a:hover {
   color: #0ba29a;
}

.abouts {
   width: 100%;
   /* background-color: #f9f9f9; */
   padding: 80px 0;
}
.abouts .a_box {
   background-color: #f9f9f9;
   /* margin-top: 45px; */
   overflow: hidden;
}
.abouts .a_left {
   width: 57%;
   padding: 50px 41px;
}
.abouts .a_left_bt {
   padding-bottom: 22px;
}
.abouts .a_left_bt h1 {
   font-size: 28px;
   color: #0ba29a;
}
.abouts .a_left_bt span {
   display: block;
   color: #aaa;
   text-transform: uppercase;
   padding-top: 12px;
}
.abouts .a_info {
   color: #585858;
   overflow: hidden;
}
.abouts .a_right {
   width: 43%;
   overflow: hidden;
}
.abouts .a_right img {
   width: 100%;
}
.abouts .a_right video {
   width: 100%;
   height: 493px;
   background: #000;
}
.abouts .a_more {
   padding-top: 35px;
}
.abouts .a_more a {
   display: inline-block;
   background-color: #0ba29a;
   color: #fff;
   padding: 14px 38px;
   border-radius: 5px;
}
.abouts .a_more a:hover {
   background-color: #008e86;
}

.cases {
   padding: 80px 0 60px;
}
.cases .c_class {
   padding: 43px 0 35px;
}
.cases .c_class li {
   display: inline-block;
   margin: 0 6px;
}
.cases .c_class li a {
   display: inline-block;
   color: #444;
   background-color: #f5f5f5;
   border-radius: 2px;
   padding: 16px 50px 15px;
}
.cases .c_class li a:hover {
   background-color: #0ba29a;
   color: #fff;
}
.cases .c_list {
   overflow: hidden;
}
.cases .c_list ul {
   margin-right: -1.5%;
}
.cases .c_list li {
   float: left;
   width: 23.5%;
   margin: 0 1.5% 1.5% 0;
}
.cases .c_list li ._pic {
   height: 235px;
   overflow: hidden;
}
.cases .c_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover
}
.cases .c_list li ._box {
   background-color: #f5f5f5;
   padding: 19px 10px 22px;
}
.cases .c_list li ._box span {
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.cases .c_list li ._box span a {
   color: #444;
}
.cases .c_list li ._box span a:hover {
   color: #0ba29a;
}
.cases .c_list li ._box span.s1 {
   font-size: 12px;
   margin-top: 11px;
}
.cases .c_list li ._box span.s1 a {
   display: inline-block;
   background-color: #0ba29a;
   color: #fff;
   padding: 4px 8px;
   border-radius: 4px;
}
.cases .c_list li ._box span.s1 a:hover {
   background-color: #008e86;
}
.cases .c_more {
   margin-top: 25px;
}
.cases .c_more a {
   display: inline-block;
   color: #fff;
   background-color: #0ba29a;
   border-radius: 4px;
   padding: 16px 50px 15px;
}
.cases .c_more a:hover {
   background-color: #008e86;
}

.news {
   width: 100%;
   background-color: #f5f5f5;
   padding: 80px 0 100px;
}
.news .n_box {
   padding-top: 43px;
   overflow: hidden;
}
.news .n_left {
   width: 100%;
}
.news .n_left .hd {
   overflow: hidden;
   line-height: 80px;
   background-color: #fafafa;
}
.news .n_left .hd li {
   float: left;
   width: 33.33333%;
}
.news .n_left .hd li a {
   display: block;
   color: #333;
}
.news .n_left .hd li a.two {
   background-color: #eee;
}
.news .n_left .hd li.on a {
   background-color: #0ba29a;
   color: #fff;
}
.news .n_left .bd {
   background-color: #fff;
   padding: 25px 20px 40px;
}
.news .n_left .bd ul {
   overflow: hidden;
}
.news .n_left .bd ._rmd {
   width: 28%;
}
.news .n_left .bd ._rmd ._pic {
   height: 223px;
   overflow: hidden;
}
.news .n_left .bd ._rmd ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover
}
.news .n_left .bd ._rmd ._title {
   padding: 21px 0 17px;
   border-bottom: 1px dashed #ececec;
}
.news .n_left .bd ._rmd ._title a {
   display: block;
   color: #353535;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.news .n_left .bd ._rmd ._title a:hover {
   color: #0ba29a;
}
.news .n_left .bd ._rmd ._info {
   color: #999;
   padding-top: 13px;
}

.news .n_left .bd ._list {
   width: 70%;
   overflow: hidden;
}
.news .n_left .bd ._list ul {
   margin-right: -2%;
}
.news .n_left .bd ._list li {
   width: 48%;
   float: left;
   background-color: #fafafa;
   border-top: 1px solid #f7f7f7;
   margin: 0 2% 12px 0;
   padding: 17px 20px 21px;
}
.news .n_left .bd ._list li span {
   display: block;
   color: #999;
}
.news .n_left .bd ._list li a {
   color: #555;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   padding-top: 12px;
}
.news .n_left .bd ._list li a:hover {
   color: #0ba29a;
   text-indent: 2px;
}
.news .n_right {
   width: 32%;
}
.news .n_right_bt {
   background-color: #0ba29a;
   line-height: 80px;
   padding-left: 27px;
}
.news .n_right_bt i {
   display: inline-block;
   margin-right: 13px;
}
.news .n_right_list {
   height: 437px;
   background-color: #fff;
   overflow: hidden;
}
.news .n_right_list li {
   border-bottom: 1px dotted #eee;
   padding: 19px 27px 19px 59px;
   color: #666;
   position: relative;
}
.news .n_right_list li span {
   display: block;
   position: absolute;
   top: 24px;
   left: 26px;
   width: 19px;
   height: 18px;
   background-color: #cbcbcb;
   text-align: center;
   line-height: 18px;
   overflow: hidden;
   font-size: 12px;
   color: #fff;
}
.news .n_right_list li span.s1 {
   background-color: #d80007;
}
.news .n_right_list li span.s2 {
   background-color: #da9706;
}
.news .n_right_list li span.s3 {
   background-color: #13cb31;
}

.news .n_pl {
   overflow: hidden;
}
.news .n_pl ul {
   margin-right: -1%;
}
.news .n_pl li {
   width: 32.33333%;
   float: left;
   margin: 0 1% 1% 0;
   background-color: #fff;
   padding: 16px 15px 15px 20px;
   color: #666;
   overflow: hidden;
   height: 145px;
   border-top: 2px solid #fff;
   transition: all 0.1s;
}
.news .n_pl li i {
   color: #ddd;
   font-size: 18px;
   display: inline-block;
   margin-right: 8px;
}
.news .n_pl li:hover {
   background-color: #fdfdfd;
   border-top: 2px solid #0ba29a;
}



/* cols */
.cols_slide {
   width: 100%;
   height: 380px;
   overflow: hidden;
   border-top: 1px solid #fff;
}
.cols {
   width: 100%;
   padding: 38px 0 60px;
   overflow: hidden;
}
.cols_left {
   width: 21%;
}
.cols_left .left_bt {
   background: url(/images/p.png) 32px center no-repeat #0ba29a;
   padding: 26px 0 24px 76px;
}
.cols_left .left_list {
   padding-top: 4px;
}
.cols_left .left_list li {
   border-top: 2px solid #fff;
}
.cols_left .left_list li a {
   display: block;
   background-color: #f7f7f7;
   color: #333;
   padding: 19px 0;
   text-indent: 18px;
}
.cols_left .left_list li a:hover {
   background-color: #0ba29a;
   text-indent: 20px;
   color: #fff;
}
.cols_left .left_list li i {
   display: inline-block;
   margin-right: 9px;
}

.cols_left .left_list li .l_drow a {
   text-indent: 48px;
   border-top: 1px solid #fff;
   padding: 14px 0;
   color: #454545;
   background-color: #fcfcfc;
}
.cols_left .left_list li .l_drow a:hover {
   background-color: #0ba29a;
   color: #fff;
   text-indent: 50px;
}
.cols_right {
   width: 77%;
   border: 1px solid #eee;
}
.cols_bt {
   padding: 11px 20px 0;
   border-bottom: 1px solid #ebebeb;
   background-color: #fafafa;
}
.cols_bt .btl span {
   display: block;
   border-bottom: 2px solid #0ba29a;
   margin-bottom: -1px;
   padding: 15px 1px 22px;
   color: #0ba29a;
}
.cols_bt .btr {
   color: #888;
   padding-top: 20px;
}
.cols_bt .btr a {
   color: #888;
}
.cols_bt .btr a:hover {
   color: #0ba29a;
}
.cols_bt .btr i {
   display: inline-block;
   margin: 0 3px;
}

.cols_desc {
   color: #444;
   overflow: hidden;
   text-align: justify;
   padding: 22px 20px;
}
.cols_desc a {
   color: #444;
}
.cols_desc a:hover {
   color: #0ba29a;
}
.cols_desc img {
   max-width: 100%;
   display: inline-block;
   vertical-align: -1px;
}
.cols_desc table {
   border-collapse: collapse;
   background-color: #fff;
   border: 1px solid #eaded9;
   margin: 0 auto;
   font-size: 14px;
}
.cols_desc table tr,
.cols_desc table td {
   border: 1px solid #eaded9;
}
.cols_desc table td {
   box-sizing: border-box;
   padding: 8px 18px 6px;
}
.ue-table-interlace-color-single {
   background-color: #fafafa;
}

.cols_pic {
   padding: 30px 0 30px;
}
.cols_pic img {
   max-width: 100%;
}


/* newslist */
.newslist {
   padding: 10px 0;
}
.newslist li {
   border-bottom: 1px solid #eee;
   position: relative;
   padding: 0 21px;
}
.newslist li:last-child {
   border: none;
}
.newslist li i {
   display: inline-block;
   margin-right: 8px;
   vertical-align: -1px;
   color: #0ba29a;
   font-size: 16px;
}
.newslist li a {
   display: block;
   color: #414141;
   padding-right: 75px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.newslist li a:hover {
   color: #0ba29a;
   text-indent: 2px;
}
.newslist li span.time {
   display: block;
   position: absolute;
   right: 22px;
   top: 0;
   color: #888;
   font-size: 13px;
}

/* photo */
.photo {
   padding: 22px 20px 15px;
}
.photo ul {
   overflow: hidden;
   margin-right: -1.5%;
}
.photo li {
   float: left;
   width: 18.5%;
   margin: 0 1.5% 1.5% 0;
}
.photo li ._pic {
   height: 238px;
   border: 1px solid #eee;
   padding: 5px;
   overflow: hidden;
}
.photo li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: contain
}
.photo li ._desc a {
   display: block;
   padding: 12px 0 13px;
   color: #444;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   background-color: #f7f7f7;
   margin-top: 1px;
}
.photo li ._desc a:hover {
   color: #0ba29a;
}

.hezuo li ._pic {
   height: 90px;
}
.hezuo li ._desc a {
   padding: 10px 0 11px;
}

.product li {
   width: 23.5%;
}
.product li ._pic {
   height: 170px;
}


/* info */
.info_box {
   padding: 40px 0 25px;
}
.info_box .info_t {
   border-bottom: 1px solid #eee;
   padding-bottom: 20px;
}
.info_box .info_t h3 {
   color: #e60000;
   text-align: center;
   font-size: 23px;
}
.info_box .info_t span {
   display: block;
   color: #888;
   padding: 20px 0 0;
}
.info_box .info_t span i {
   display: inline-block;
   margin: 0 6px 0 8px;
   font-size: 14px;
}
.info_box .info_t span a {
   cursor: pointer;
   display: inline-block;
   margin: 0 3px;
}


/* pages */
.n_pages {
   padding: 30px 0;
   letter-spacing: -4px;
   border-top: 1px solid #eee;
}
.n_pages a {
   display: inline-block;
   background-color: #eee;
   color: #666;
   padding: 10px 13px 9px;
   margin: 0 4px;
   letter-spacing: 0;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: #0ba29a;
   border-color: #0ba29a;
   color: #fff;
}
.n_pages .not_data {
   letter-spacing: 1px;
   color: #999;
}

.n_next {
   border-top: 1px solid #eee;
   overflow: hidden;
   padding: 15px 14px 0;
}
.n_next a {
   display: block;
   color: #555;
   padding: 6px 0;
}
.n_next a:hover {
   color: #0ba29a !important;
}


/* message */
.apply {
   display: none;
   width: 90%;
   padding: 2.5% 0 4.5%;
   margin: 0 auto;
}
.apply li {
   margin: 12px 0;
}
.apply li input,
.apply li textarea {
   width: 100%;
   border: 1px solid #ddd;
   padding: 14px 13px;
   font-size: 15px;
}
.apply li textarea {
   height: 80px;
}
.apply li button {
   background: #0ba29a;
   color: #fff;
   border-radius: 3px;
   line-height: 48px;
   width: 100%;
   border: none;
   font-size: 15px;
   cursor: pointer;
   transition: all .3s linear 0s;
}
.apply li button:hover {
   background: #0ba29a;
   box-shadow: 0 5px 10px #ccc;
}
.apply li input.code {
   width: 55%;
   margin: 3px 0 5px;
}
.apply li img {
   display: inline-block;
   vertical-align: -18px;
   cursor: pointer;
   margin-left: 8px;
}
.apply-class {
   border-radius: 6px;
   overflow: hidden;
}
.apply-class .layui-layer-title {
   color:#fff;
   background: linear-gradient(to right,#0ba29a ,#0ba29a);
   border:none;
   line-height:56px;
   height:55px;
   font-size:18px;
   padding: 0 80px 0 23px;
}
.apply-class .layui-layer-setwin {
   top: 20px;
}
 


/* footer */
.footer {
   width: 100%;
   background-color: #222;
}
.footer .links {
   border-bottom: 1px solid #333;
   padding: 33px 0 32px;
}
.footer .links span {
   display: inline-block;
   background: url(/images/link.png) left center no-repeat;
   padding-left: 26px;
   margin-right: 20px;
}
.footer .links span i {
   font-size: 13px;
   text-transform: uppercase;
   margin-left: 5px;
}
.footer .links a {
   color: #a6a6a6;
   display: inline-block;
   border-right: 1px solid #a6a6a6;
   padding: 0 10px;
}
.footer .links a:hover {
   color: #ccc;
}
.footer .foot {
   padding: 44px 0 50px;
   overflow: hidden;
}
.footer .foot_nav {
   width: 68%;
   border-right: 1px dashed #3c3c3c;
   overflow: hidden;
}
.footer .foot_nav dl {
   float: left;
   width: 25%;
   height: 260px;
   border-left: 1px dashed #3c3c3c;
}
.footer .foot_nav dt {
   color: #fff;
   font-size: 20px;
   padding-bottom: 10px;
}
.footer .foot_nav a {
   color: #aaa;
   display: block;
}
.footer .foot_nav a:hover {
   color: #ddd;
}

.footer .foot_wx {
   width: 28%;
   overflow: hidden;
}
.footer .foot_wx li {
   float: left;
   width: 45.5%;
   margin-left: 4.5%;
}
.footer .foot_wx li span {
   display: block;
   color: #6c6c6c;
}
.footer .foot_wx li span._pic {
   padding: 8px;
   border: 1px solid #333;
   margin-bottom: 13px;
}
.footer .foot_wx li span._pic img {
   width: 100%;
}

.footer .copy {
   width: 100%;
   border-top: 1px solid #333;
   color: #6c6c6c;
   padding: 23px 0 33px;
}
.footer .copy a {
   color: #6c6c6c;
}
.footer .copy a:hover {
   color: #ddd;
}
.footer .copy img {
   display: inline-block;
   vertical-align: -4px;
   margin: 0 5px 0 5px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #999;
   font-size: 15px;
}
p#back-to-top{
   position: fixed;
   display: none;
   bottom: 30px;
   right: 30px;
}
p#back-to-top i {
   display: block;
   font-size: 22px;
}
p#back-to-top a {
   text-align: center;
   display: block;
   width: 32px;
   border: 1px #0ba29a solid;
   color: #0ba29a;
   padding: 3px 0 4px;
   overflow: hidden;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #0ba29a;
   background-color: #0ba29a;
}

.lay_wx {
   width: 220px;
   height: 250px;
   overflow: hidden;
   background-color: #fff;
   color: #0ba29a;
   padding: 5px;
}
.lay_wx span {
   display: block;
   padding-top: 6px;
}
.lay_wx img {
   max-width: 100%;
}

/* 侧边悬浮导航 */
.right_nav {
	right:0;
	top:30%;
	position:fixed;
	text-align:left;
	overflow:hidden;
	z-index:999;
}
.right_nav li {
	background:#0ba29a;
	margin:4px 0;
	padding:13px 13px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	cursor:pointer;
	position:relative;
	right:-70px;
}
.right_nav li i {
   font-size: 20px;
   color: #fff;
}
.right_nav li .iconBox {
	text-align:center;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:space-between
}
.right_nav li h4 {
	color:#fff;
	font-size:14px;
	margin:2px 0;
	margin-left:15px;
}
.right_nav li:hover {
	background:#0ba29a
}
.right_nav li .hideBox {
	display:none;
	position:absolute;
	right:110px;
	padding:10px;
	padding-right:15px;
	top:-10px;
	z-index:999;
}
.right_nav li .hideBox .hb {
	border:1px solid #ccc;
	background-color:#fff;
	padding:10px 20px;
	border-top:2px solid #0ba29a;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.right_nav li .hideBox .hb h5 {
	padding:5px 0 8px;
	border-bottom:1px solid #ccc;
	color:#0ba29a;
	font-size:15px;
	font-weight:400;
	display:block;
	white-space:nowrap;
}
.right_nav li .hideBox .hb p {
	margin-top:5px;
   font-size:13px;
   width: 150px;
   line-height: 22px;
}
.right_nav li .hideBox .hb p b {
   font-size: 15px;
   color: #d80007;
}
.right_nav li .hideBox .hb .qqtalk {
	margin-top:10px;
}
.right_nav li .hideBox .hb .qqtalk a {
   display: inline-block;
   margin-bottom: 5px;
}

.right_nav li .hideBox .hb .qqtalk p {
	font-size:14px;
	font-weight:400;
	white-space:nowrap;
	margin-top:-5px;
	margin-left:5px;
}
.right_nav li:nth-child(3) .hideBox img {
	width:140px;
	height:140px;
	margin-top:10px;
}
