table {
    border: 1px solid #767676;
}

tr td {
    border: 1px solid #767676;
    padding: 20px;
}


/*company*/

.main-title {
    color: #0a5179;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 40px 0;
    letter-spacing: 6px;
}


/*公司简介*/

.introduction {
    margin-top: 80px;
    background: url("../../images/about_bg.png") center bottom no-repeat;
    background-size: 100% 55%;
    background-color: #f5f5f5;
    padding: 20px 0 34%;
}

.introduction .main-title {}

.introduction p {
    color: #000;
    font-size: 18px;
    text-indent: 2em;
    text-align: justify;
}

.introduction .about-txt {
    line-height: 34px;
    padding-top: 20px;
    margin-bottom: 40px;
}

.about-txt-title {
    color: #000;
    border-left: 10px solid #0a5179;
    font-size: 18px;
    padding-left: 20px;
    line-height: 20px;
}

.about-txt-bd {
    color: #000;
    padding-left: 30px;
    line-height: 40px;
    margin: 10px 0 40px;
}

.introduction .about-txt-bd {
    text-indent: 1em;
}


/*接待中心*/

.reception {
    padding: 60px 0;
}

.reception-txt {
    font-size: 18px;
    color: #101010;
    padding: 10px 200px;
    text-indent: 2em;
    text-align: justify;
}

.reception-txt p {
    line-height: 34px;
}

.reception .container {
    text-align: center;
}

.reception .container img {
    margin: 20px auto;
}


/*服务中心*/

.service {}

.service .container {
    padding: 0 50px;
    box-sizing: border-box;
}

.service .container+div.container {
    margin-top: 60px;
}

.service .container img {
    width: 100%;
    height: 100%;
}

.ser-left {
    float: left;
    width: 462px;
    height: 500px;
}

.ser-right {
    float: left;
    width: 738px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.ser-right-hover {
    width: 738px;
    height: 500px;
    padding: 100px;
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-indent: 2em;
}

.video-txt {
    width: 50%;
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
}

.video-v {
    width: 50%;
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
}

.video-txt .title {
    padding: 20px 0 40px;
    color: #0a5179;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    position: relative;
    text-align: justify;
}

.video-txt .line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #498bb0;
    width: 100px;
}

.video-txt .txt {
    padding: 40px 0;
    line-height: 34px;
    font-size: 18px;
    color: #444;
    text-align: justify;
}


/*video开始*/

.m {
    width: 560px;
    height: 400px;
}

.m .video-js .vjs-big-play-button {
    font-size: 3.8rem;
    line-height: 1.5em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


/*video结束*/


/*合作医院*/

.hospital {
    margin-top: 40px;
}

.h-tab {
    height: 40px;
    width: 500px;
    margin: 10px auto;
}

.h-tab ul>li {
    float: left;
    font-size: 20px;
    width: 108px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #7c7c7c;
    text-align: center;
}

.h-tab ul>li+li {
    margin-left: 20px;
}

.h-tab ul>li a {
    display: block;
    color: #595959;
    transition: .3s ease;
}

.h-tab ul>li.active a {
    color: #32bfc0;
    font-weight: 600;
}

.h-tab ul>li a:hover {
    color: #32bfc0;
    font-weight: 600;
}

.h-content {
    margin: 50px 0;
    display: none;
}

.hc-active {
    display: block;
}

.h-content .row {
    float: left;
    width: 33.3333333%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.h-content .row img {
    width: 100%;
    height: 100%;
}

.h-content .row-hover {
    color: #ffffff;
    text-align: center;
    line-height: 300px;
    width: 100%;
    font-size: 26px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.h-content .row:hover .row-hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}


/*医疗设备*/

.device .container {
    padding: 0 210px;
    box-sizing: border-box;
}

.device .row-top .left {
    float: left;
    width: 580px;
    height: 440px;
}

.device .row-top .left img {
    width: 100%;
    height: 100%;
}

.device .row-top .right {
    float: left;
    margin-left: 20px;
    width: 280px;
    height: 440px;
}

.device .row-top .right .right-box {
    width: 280px;
    height: 210px;
}

.device .row-top .right .right-box+div.right-box {
    margin-top: 20px;
}

.device .row-top .right .right-box img {
    width: 100%;
    height: 100%;
}

.device .row-down {
    margin-top: 20px;
}

.device .row-down .rd-box {
    width: 280px;
    height: 210px;
    float: left;
}

.device .row-down .rd-box+div.rd-box {
    margin-left: 20px;
}

.device .row-down .rd-box img {
    width: 100%;
    height: 100%;
}

.device .box-hover {
    width: 100%;
    height: 100%;
    font-size: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: .3s ease;
}

.device .l-height1 {
    line-height: 440px;
}

.device .l-height2 {
    line-height: 210px;
}

.device .box {
    overflow: hidden;
    position: relative;
}

.device .box:hover .box-hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}


/*我们的优势*/

.chooseus {
    margin-top: 60px;
    background: url("../../images/company_choose_bg.png") left bottom no-repeat;
    background-size: 32.3%;
    height: 600px;
}

.advantage .container {
    padding-left: 380px;
    box-sizing: border-box;
}

.advantage .item {
    height: 90px;
    float: left;
    width: 240px;
    padding-left: 100px;
    margin-bottom: 100px;
}

.advantage .item:nth-child(2n) {
    margin-left: 100px;
}

.advantage .advantage-icon1 {
    background: url("../../images/company_advantage1.png") left center no-repeat;
}

.advantage .advantage-icon2 {
    background: url("../../images/company_advantage2.png") left center no-repeat;
}

.advantage .advantage-icon3 {
    background: url("../../images/company_advantage3.png") left center no-repeat;
}

.advantage .advantage-icon4 {
    background: url("../../images/company_advantage4.png") left center no-repeat;
}

.advantage .advantage-icon5 {
    background: url("../../images/company_advantage5.png") left center no-repeat;
}

.advantage .advantage-icon6 {
    background: url("../../images/company_advantage6.png") left center no-repeat;
}

.advantage .item h3 {
    font-size: 24px;
    color: #333;
    line-height: 24px;
}

.advantage .item p {
    color: #333;
    font-size: 20px;
    margin-top: 10px;
    line-height: 30px;
}

.advantage-poster {
    background-color: #32bfc0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.advantage-prosess {
    text-align: center;
    background-color: #fff;
    padding: 80px 0;
}

.advantage-table {
    background: url("../../images/company_tablebg.png") center no-repeat;
    background-size: cover;
    height: 1488px;
    padding: 40px 0;
}

.advantage-table .table {
    margin: 0 auto;
    border: none;
}

.advantage-table .table tr td {
    border: none;
    padding: 0;
}

.advantage-table .table .table-title {
    width: 200px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.advantage-table .table .table-title1 {
    height: 130px;
    line-height: 130px;
    background: #59cfd0 url("../../images/company_tableicon1.png") center no-repeat;
}

.advantage-table .table .table-title2 {
    height: 160px;
    line-height: 160px;
    background: #32bfc0 url("../../images/company_tableicon2.png") center no-repeat;
}

.advantage-table .table .table-title3 {
    height: 100px;
    line-height: 100px;
    background: #33b2c1 url("../../images/company_tableicon3.png") center no-repeat;
}

.advantage-table .table .table-title4 {
    height: 100px;
    line-height: 100px;
    background: #26a7b6 url("../../images/company_tableicon4.png") center no-repeat;
}

.advantage-table .table .table-title5 {
    height: 100px;
    line-height: 100px;
    background: #189dad url("../../images/company_tableicon5.png") center no-repeat;
}

.advantage-table .table .table-title6 {
    height: 900px;
    line-height: 900px;
    background: #38a2c5 url("../../images/company_tableicon6.png") center no-repeat;
}

.advantage-table .table .table-box {
    width: 1100px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 60px;
    box-sizing: border-box;
    line-height: 30px;
}

.advantage-table .table .table-box p {
    text-indent: 2em;
    color: #1a1a1a;
    font-size: 18px;
}

.advantage-table .table .table-box1 {
    height: 130px;
}

.advantage-table .table .table-box2 {
    border-top: 1px solid #a5a5a5;
    height: 160px;
}

.advantage-table .table .table-box3 {
    border-top: 1px solid #a5a5a5;
    height: 100px;
}

.advantage-table .table .table-box4 {
    border-top: 1px solid #a5a5a5;
    height: 100px;
}

.advantage-table .table .table-box4 p {
    line-height: 60px;
}

.advantage-table .table .table-box5 {
    border-top: 1px solid #a5a5a5;
    height: 100px;
}

.advantage-table .table .table-box5 p {
    line-height: 60px;
}

.advantage-table .table .table-box6 {
    border-top: 1px solid #a5a5a5;
    height: 900px;
}

.advantage-table .table .table-box6 p+p {
    margin-top: 15px;
}


/*后期跟踪*/

.later {
    background: url("../../images/company_laterbg.png") bottom right no-repeat;
    background-size: cover;
    height: 700px;
    margin-top: 100px;
}

.later .main-title {
    padding-top: 0;
}

.later .container {
    padding: 80px;
    box-sizing: border-box;
    margin-top: 80px;
}

.later .row {
    float: left;
    width: 300px;
}

.later .row+div.row {
    margin-left: 80px;
}

.later .row h3 {
    line-height: 70px;
    font-size: 24px;
    font-weight: 600;
    padding-left: 60px;
    color: #fff;
}

.later .row h3.row-title1 {
    background: #0a5179 url("../../images/company_letar_icon1.png") 20px center no-repeat;
}

.later .row h3.row-title2 {
    background: #0a5179 url("../../images/company_letar_icon2.png") 20px center no-repeat;
}

.later .row .row-txt {
    background-color: #fff;
    color: #333;
    font-size: 18px;
    line-height: 30px;
    padding: 20px;
    height: 240px;
}


/*case*/

.content-wrap {
    padding: 50px 0;
}

.left {
    width: 240px;
}

.content-wrap .list+div.list {
    margin-top: 50px;
}

.content-wrap .list .title {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    padding-left: 50px;
}

.content-wrap .list-hospital .title {
    background: #44cecf url("../../images/case_title_icon1.png") 20px center no-repeat;
}

.content-wrap .list-case .title {
    background: #26a7b6 url("../../images/case_title_icon2.png") 20px center no-repeat;
}

.content-wrap .list-service .title {
    background: #38a2c5 url("../../images/case_title_icon3.png") 20px center no-repeat;
}

.content-wrap .list-package .title {
    background: #2691b5 url("../../images/case_title_icon4.png") 20px center no-repeat;
}

.content-wrap .list .title h3 {
    float: left;
    font-weight: 600;
}

.content-wrap .list .title a {
    float: right;
    display: block;
    color: #fff;
    font-size: 16px;
}

.content-wrap .list .title a:hover {
    color: #fff;
}

.content-wrap .list .box {
    width: 200px;
    /*height: 220px;*/
    padding: 10px 20px;
    background-color: #f0f5f5;
}

.content-wrap .list .box a {
    color: #666;
    font-size: 16px;
    display: block;
    padding: 10px 0;
    transition: .3s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.content-wrap .list-hospital .box a:hover {
    color: #44cecf;
}

.content-wrap .list-case .box a:hover {
    color: #26a7b6;
}

.content-wrap .list-service .box a:hover {
    color: #38a2c5;
}

.content-wrap .list-package .box a:hover {
    color: #2691b5;
}

.content-wrap .content {
    width: 1000px;
}

.wrap-title .title {
    font-size: 28px;
    font-weight: normal;
}

.wrap-title .title strong {
    color: #32bfc0;
    font-weight: normal;
    line-height: 28px;
}

.wrap-title .title strong h1 {
    color: #32bfc0;
    font-weight: normal;
    line-height: 28px;
}

.wrap-title .title small {
    font-size: 80%;
    font-weight: normal;
    color: #999;
    vertical-align: bottom;
}

.wrap-title .crumb ul>li {
    font-size: 16px;
    float: left;
    max-width: 10em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wrap-title .crumb ul>li a {
    color: #1a1a1a;
    transition: .3s ease;
}

.wrap-title .crumb ul>li a:hover {
    color: #32bfc0;
}

.wrap-txt {
    padding: 40px 0;
    overflow: hidden;
}

/*.wrap-txt img {*/
/*    max-width: 1000px;*/
/*    width: 100% !important;*/
/*    height:100% !important;*/
/*}*/

.wrap-txt .item a {
    display: block;
}

.wrap-txt .item+div.item .item-box {
    border-top: 1px solid #ccc;
}

.wrap-txt .item-box {
    padding: 30px 0;
    float: left;
    width: 900px;
}

.wrap-txt .item-box .item-img {
    float: left;
    width: 180px;
    height: 180px;
    overflow: hidden;
}

.wrap-txt .item-box .item-img img {
    width: 100%;
    height: 100%;
}

.wrap-txt .item-box .item-txt {
    float: left;
    width: 660px;
    margin-left: 40px;
}

.wrap-txt .item-box .item-txt h3 {
    color: #333;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    margin: 10px 0 20px;
    line-height: 1;
    transition: .2s ease;
}

.wrap-txt .item a:hover h3 {
    color: #32bfc0;
}

.wrap-txt .item-box .item-txt .txt {
    font-size: 17px;
    line-height: 2;
    height: 124px;
    overflow: hidden;
    text-indent: 2em;
    color: #333;
}

.wrap-txt .item-date {
    float: left;
    width: 100px;
    height: 180px;
    padding: 30px 0;
}

.wrap-txt .item-date .date {
    width: 60px;
    height: 60px;
    margin: 60px auto;
    background-color: #f5f5f5;
}

.wrap-txt .item-date .date {
    text-align: center;
    line-height: 2;
}

.wrap-txt .item-date .date .month {
    color: #999;
    font-size: 16px;
}

.wrap-txt .item-date .date .year {
    color: #b3b3b3;
    font-size: 14px;
}

.ly-pctime {
    text-align: center;
    font-size: 15px;
    color: #999;
}


/*最新资讯*/

.list-menu ul>li {
    background-color: #f0f5f5;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
}

.list-menu ul>li+li {
    margin-top: 5px;
}

.list-menu ul>li a {
    display: block;
    position: relative;
    color: #666;
    transition: 1s ease;
}

.list-menu ul>li a:hover {
    background-color: #32bfc0;
    color: #fff;
    padding: 20px 0;
}

.list-menu ul>li.active a {
    background-color: #32bfc0;
    color: #fff;
    padding: 20px 0;
}

.list-menu ul>li.active a:after {
    display: block;
    content: "";
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: #32bfc0;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
}


/*treatment*/

.treatment-item {
    padding: 60px 0 60px 100px;
    margin: 50px 0;
}

.tm-item1 {
    background: url("../../images/treat_title1.png") top left no-repeat;
}

.tm-item2 {
    background: url("../../images/treat_title2.png") top left no-repeat;
}

.tm-item3 {
    background: url("../../images/treat_title3.png") top left no-repeat;
}

.tm-item4 {
    background: url("../../images/treat_title4.png") top left no-repeat;
}

.treatment-item ul>li {
    float: left;
    font-size: 14px;
    width: 195px;
    margin-right: 40px;
    line-height: 30px;
}

.treatment-item ul>li:nth-child(4n) {
    margin-right: 0;
}

.treatment-item ul>li a {
    color: #000;
    display: block;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 超出部分不显示 */
    text-overflow: ellipsis;
    /* 超出部分显示为... */
    transition: .2s ease;
}

.treatment-item ul>li a:hover {
    color: #32bfc0;
}


/*service*/

.wrap-txt .row {
    float: left;
}

.wrap-txt .s-row {
    margin-top: 50px;
    margin-bottom: 25px;
    margin-right: 100px;
    width: 450px;
    height: 380px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.wrap-txt .s-row:nth-child(2n) {
    margin-right: 0;
}

.wrap-txt .s-row .row-img {
    width: 450px;
    height: 240px;
}

.wrap-txt .s-row .row-img img {
    width: 100%;
    height: 100%;
}

.wrap-txt .s-row .row-title {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin: 40px 0 20px;
    text-align: center;
    line-height: 1;
}

.wrap-txt .s-row .row-money {
    font-size: 20px;
    color: #ff4a4a;
    text-align: center;
    line-height: 1;
}

.wrap-txt .s-row .row-btn {
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 120px;
    height: 50px;
    line-height: 50px;
    margin-left: -60px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.wrap-txt .s-row .row-btn a {
    display: block;
    color: #fff;
    background-color: #ff9600;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    transition: .2s ease;
}

.wrap-txt .s-row .row-btn a:hover {
    background-color: #32bfc0;
}


/*hospital*/

.menu-post {
    margin-bottom: 10px;
}

.wrap-txt .h-item {
    float: left;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 320px;
    background-color: #f5f5f5;
}

.wrap-txt .h-item a {
    display: block;
}

.wrap-txt .h-item:nth-child(3n) {
    margin-right: 0;
}

.wrap-txt .h-item .item-img {
    width: 320px;
    height: 240px;
}

.wrap-txt .h-item .item-img img {
    width: 320px;
    height: 240px;
}

.wrap-txt .h-item h3 {
    color: #1a1a1a;
    border-left: 10px solid #32bfc0;
    line-height: 30px;
    font-size: 20px;
    padding: 0 20px;
    margin: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wrap-txt .h-item .item-txt {
    color: #1a1a1a;
    font-size: 16px;
    text-indent: 2em;
    line-height: 26px;
    height: 100px;
    padding: 0 20px 20px 20px;
    overflow: hidden;
}


/*分页*/

.pageGro {
    margin: 40px 0;
    padding: 0 140px;
}

.pageGro ul>li {
    float: left;
    margin: 0 5px;
}

.pageGro ul>li a {
    display: block;
    padding: 0 15px;
    border: 1px solid #b3b3b3;
    color: #666;
    transition: .3s ease;
    font-size: 16px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
}

.pageGro ul>li span {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    border: 1px solid #b3b3b3;
    cursor: default;
}

.pageGro ul>li.active span {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    color: #32bfc0;
    border: 1px solid #ffffff;
}

.pageGro ul>li.ellipsis span {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    border: 1px solid #ffffff;
}

.pageGro ul>li a:hover {
    background-color: #32bfc0;
    color: #fff;
    border: 1px solid #32bfc0;
}

.wrap-txt p {
    line-height: 2.5em !important;
    font-size: 18px !important;
    color: rgb(89, 89, 89) !important;
    padding: 10px 0 !important;
}


/*上下篇*/

.ly-nt span {
    display: block;
}

.ly-nt span a {
    line-height: 2.5em;
    font-size: 14px;
    color: rgb(89, 89, 89);
    padding: 10px 0;
}


/*内页推荐文章*/

.ly-tj {
    margin-top: 10px;
}

.ly-tj span {
    font-size: 20px;
}

.ly-tj ul li {
    width: 49%;
    display: inline-block;
}

.ly-tj ul li a p {
    font-size: 16px !important;
    width: 80%;
    display: inline-block;
    line-height: 1.9em !important;
    padding: 0 !important;
}

.ly-tj ul li a i {
    font-style: unset;
    color: rgb(89, 89, 89);
}

.clear:after {
    display: block;
    content: '';
    clear: both;
}

.ly-telnav {
    display: none;
}

.title.dyzl-title {
    display: none;
}

section.main-section {
    display: none;
}

footer.ly-telfooter {
    display: none;
}

section.news1_content {
    display: none;
}

section.pageTurn {
    display: none;
}

section.case {
    display: none;
}

section.package {
    display: none;
}
.wap-banner{
    display: none;
}

/*手机端*/

@media (max-width: 767px) {
    body {
        min-width: 100%;
        background-color: #f0f0f0;
    }
    .site-header.header-v2 {
        display: none;
    }
    .boxed {
        display: none;
    }
    .header {
        position: relative;
        width: 100%;
        height: 4rem;
        background: #fff;
        box-sizing: border-box;
    }
    .ly-telnav {
        display: block;
    }
    .header_logo {
        float: left;
        width: 11rem;
        height: 100%;
        /*background: url("../../images/logo.png") no-repeat;*/
        background-size: 100% 100%;
        position: absolute;
        top: 2%;
    }
    .header_title {
        float: left;
        font-size: 0.28rem;
        color: #32bfc0;
        line-height: 1rem;
        margin-left: 1rem;
    }
    .phone_number .phpne_txt {
        margin-top: 9px;
    }
    .header_phone {
        float: right;
        height: 1rem;
        margin-right: 0.2rem;
    }
    .header_phone img {
        width: 12rem;
        height: 3rem;
        display: block;
        float: left;
        margin-top: 0.5rem;
    }
    .phone_number {
        float: left;
        height: 100%;
        margin-left: -10px;
    }
    .header_phone span {
        font-size: 0.24rem;
        color: #32bfc0;
        display: block;
    }
    .header_phone:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
    }
    .header_button {
        width: 0.4rem;
        height: 0.26rem;
        background: url('../../images/header_button.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        margin-top: -0.13rem;
        right: 0.44rem;
    }
    .header-href {
        background: #32BFC0;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .header-href ul {
        /*font-size: 0;*/
    }
    .header-href li {
        width: 19.2%;
        display: inline-block;
        font-size: 0.28rem;
        text-align: center;
        height: 2rem;
        line-height: 2rem;
        box-sizing: border-box;
    }
    .header-href li {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .header-href li:nth-child(5n) {
        border-right: none;
    }
    .header-href .border-none {
        border: 0;
    }
    .header-href li a {
        color: #fff;    font-size: 0.8rem;
    }
    .header-href .width_fff {
        width: 100%;
        height: 1px;
        background: #fff;
        margin: 5px 0;
    }
    .container.content-wrap.clearfix {
        display: none;
    }
    .banner {
        height: 155px;
    }
    section.main-section {
        display: block;
    }
    .title.dyzl-title {
        display: block;
    }
    section.main-section .main-text p img {
        width: 100% !important;
        height: 100% !important;
    }
    .title {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        margin: 0.2rem 0;
        background-color: #ffffff;
    }
    .title ul {
        margin: 0 0.2rem;
    }
    .title ul>li {
        float: left;
            font-size: 0.8rem;
    }
    .title ul>li a {
        color: #333;    font-size: 0.8rem;
    }
    .title ul>li:last-child a {
        color: #32bfc0;
    }
    .main-title {
        text-align: center;
        color: #32bfc0;
        font-size: 1.2rem;
        padding: 10px 0;
    }
    .main-text p {
            font-size: 0.8rem;
        line-height: 1.5rem;
        /*text-indent: 1.6rem;*/
    }
    .main-section {
        background-color: white;
        margin-bottom: 2rem;
        padding: 1rem;
    }
    span.ly-telnrt {
        text-align: center;
        display: block;
        font-size: 0.8rem;
        margin: 5px 0;
    }
    .ly-teln {
        margin: 20px 0;
    }
    .ly-teln span a {
        color: #000;
    }
    section.main-section .main-text div img {
        width: 100% !important;
        height: auto !important;
    }
    /*脚部*/
    footer.footer {
        display: none;
    }
    footer.ly-telfooter {
        display: block;
    }
    .ly-telfooter .footer-text {
        text-align: center;
        line-height: 2rem;
        width: 100%;
        height: 2rem;
        box-sizing: border-box;
        border-top: 0.01rem solid #ffffff;
        background-color: #4d4d4d;
            font-size: 0.8rem;
        color: #fff;
    }
    .download_bot .logo_ph img {
        width: 100%;
    }
    .download_bot {
        background: #4d4d4d;
        overflow: hidden;
    }
    .download_bot .logo_ph {
        width: 80%;
        margin: 10px auto;
    }
    footer.ly-telfooter {
        margin-bottom: 50px;
    }
    /*新闻列表*/
    .news1_content {
        box-sizing: border-box;
        padding: 1rem;
        background-color: #fff;
        border-bottom: 1px solid #e6e6e6;
        overflow: hidden;
    }
    .news1_content a {
        display: inline-block;
        width: 5rem;
        height: 2rem;
        border-radius: 0.3rem;
        line-height: 2rem;
        text-align: center;
        font-size: 0.8rem;
        text-decoration: none;
        margin-bottom: 0.3rem;
    }
    .news1_content .a2 {
        margin-right: 0.4rem;
        float: left;
    }
    .news1_content .a2 {
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid #666666;
        color: #666666;
    }
    .case ul {
        box-sizing: border-box;
        background-color: #fff;
        padding: 0 0.24rem;
        list-style: none;
    }
    .case ul li {
        height: 5rem;
        position: relative;
        box-sizing: border-box;
        /* padding-left: 2.84rem; */
        padding-top: 0.3rem;
        padding-bottom: 0.24rem;
        text-align: left;
        overflow: hidden;
        border-bottom: 1px solid #e6e6e6;
    }
    .case ul li a {
        display: block;
        text-decoration: none;
    }
    .case ul li img {
        float: left;
        width: 5rem;
        height: 4rem;
    }
    .case ul li h5 {
        box-sizing: border-box;
        padding-left: 5.5rem;
            font-size: 0.8rem;
        line-height: 1.5rem;
        font-weight: normal;
        margin-bottom: 0.6rem;
        color: #333;
    }
    .case ul li div.time {
        position: absolute;
        right: 0.3rem;
        top: 1rem;
           font-size: 0.8rem;
        color: #666;
        line-height: 0.14rem;
    }
    .case ul li a p {
            font-size: 0.7rem;
        padding-left: 0.5rem;
        color: #333;
        height: 2rem;
        overflow: hidden;
    }
    .pageTurn {
        background-color: #fff;
        padding: 0.5rem 0.24rem 0.5rem;
        /* margin-top: 0.4rem; */
        overflow: hidden;
    }
    .pageTurn li.thisclass {
        background-color: #32bfc0;
        color: #fff;
    }
    .pageTurn li.thisclass a {
        color: #fff;
    }
    .pageTurn li {
        display: inline-block;
        box-sizing: border-box;
        text-decoration: none;
        color: #999999;
        font-size: 0.28rem;
        height: 2rem;
        line-height: 0.6rem;
        border: 1px solid #999999;
        margin-right: 0.2rem;
        text-align: center;
        line-height: 2rem
    }
    .pageTurn li a {
        padding: 0 1rem;
        color: #999999;
    }
    section.news1_content {
        display: block;
    }
    section.pageTurn {
        display: block;
        text-align: center;
    }
    section.case {
        display: block;
    }
    /*产品列表*/
    section.package {
        display: block;
    }
    .package ul {
        list-style: none;
        padding: 0 0.5rem;
        background-color: #f0f0f0;
        overflow: hidden;
    }
    .package ul li {
        background-color: #fff;
        box-shadow: 0 0.01rem 0.2rem #a39a9a, 0 -0.2rem 0.1rem #efefef;
        margin-bottom: 0.4rem;
    }
    .package ul li div.package_img {
        height: 13rem;
        position: relative;
    }
    .package ul li div.package_description {
        width: 100%;
        box-sizing: border-box;
        padding: 0.28rem 0.3rem 0.28rem 0.3rem;
        text-align: left;
        position: relative;
    }
    .package ul li div.package_img img {
        width: 100%;
        height: 100%;
    }
    .package ul li div.package_description h2 {
        font-size: 1.3rem;
        color: #333;
        padding: 0.2rem 0.4rem 0.2rem 0;
        font-weight: bold;
        display: inline-block;
        width: 68%;
    }
    .package ul li div.package_description a.button {
        display: inline-block;
        width: 7rem;
        height: 3rem;
        background: url(../image/consultation.png) no-repeat;
        background-size: 100% 100%;
        line-height: 3rem;
        text-align: center;
        font-size: 1rem;
        color: #fff;
    }
    .package ul li div.package_img span {
        display: inline-block;
        width: 0;
        height: 0;
        border: 1rem solid transparent;
        border-bottom: 1rem solid #fff;
        position: absolute;
        bottom: 0;
        left: 45%;
    }
    /*内页banner*/
    .banner{
        display: none;
    }
    .wap-banner{
        display: block;
    }
    .wap-banner img {
        width: 100%;
    }
}