﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-family: Arial, 'Microsoft Yahei', 'Simsun';
}
body {
    width: 100%;
    margin: 0 auto;
    color: #636057;
    font-size: 16px;
}
img {
    max-width: 100%;
    border: none;
}
a {
    outline: none;
    color: #636057;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
p{
    line-height: 34px;
    margin: 0 0 5px 0;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
    outline: none;
/*    color: #86bc37;
*/}
.disnone{
    display: none;
}
.disblo{
    display: block;
}
.font-black{
    color: #000;
}
.font-green{
    color: #86bc37;
}
.font-gray{
    color: #b0b0b0;
}
.fontbold{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}
.marb20{
    margin-bottom: 20px;
}
.mart20{
    margin-top: 20px;
}
.marl10{
    margin-left: 10px;
}
.overflow-hidden {
    overflow: hidden;
}
.padrnone{
    padding-right: 0px;
}
.padlnone{
    padding-left: 0px;
}
ol,ul,li{
    margin: 0;
    padding: 0;
}
@media (min-width: 1200px) {
    .container {
        width: 1188px;
    }
}
/*header*/
.header .container {
    position: relative;
}
.header{
    color: #7a7a7a;
}
.logo{
    padding: 15px 0;
}
.logo1 {
    left: 0;
    position: absolute;
    top: 0;
}
.navbar1{
    position: relative;
    left: 5em;
}
.navlist{
    padding-top: 20px;
    font-size: 20px;
}
.navlist ul li a{
    color: #bbbab7;
}
.navlist ul li a:hover {
    color: #87bc37;
}
.header-right{
    padding-top: 38px;
}
.navpos{
    position: relative;
}
@media (max-width:768px) {
    .header-right{
        padding-top: 0;
    }
    .phonepad{
        padding: 0 !important;
    }
    .navbox ul li a:hover{
        color: #87bc37 !important;
        border-bottom: none !important;
    }
    .navbox ul li a.active{
        color: #87bc37 !important;
        border-bottom: none !important;
    }
    .user-nav > li> a{
        text-align: center;
    }
    .navbox ul li{
        line-height: 42px !important;
        float: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
    }
    .navbox ul li a{
        text-align: center;
        line-height: 52px !important;
    }
    .navbox{
        margin-top: 0 !important;
    }
    .navbg{
        background: none !important;
        margin-top: 0 !important;
        position: absolute;
    }
    .navbar-nav{
        margin: 0 -15px;
        background: rgba(100,96,87,.9);
    }
    .navbar-toggle{
        position: absolute;
        right: 0;
        top: -78px;
        padding: 15px 14px;
    }
    .navbar-form{
        display: none;
    }
    .navbar-toggle1{
        top: 20px;
        margin-right: 0;
    }
    .logo{
        padding-left: 15px;
    }
    .logo1 {
        display: inline-block;
        padding-left: 15px;
    }
    .navbar1{
        float: none;
        position: relative;
        left: 0;
        margin-bottom: 0;
        min-height: 95px;
    }
    .navlist{
        margin-top: 62px;
    }
    .navlist ul li a{
        color: #bbbab7 !important;
    }
    .navlist ul li a:hover {
        color: #87bc37 !important;
    }
}
.navbar-form .form-group {
    position: relative;
}
.navbar-form .form-control {
    height: 30px;
    width: 160px;
    border-radius: 20px;
    line-height: 28px;
    padding: 0 24px 0 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: #cccccc;
}
.navbar-form .form-control.active {
    width: 210px;
}
.navbar-form .button {
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    background: none;
    width: 20px;
    height: 20px;
    color: #888;
}

@media (max-width: 768px) {
    .navbar-form .form-control{
        width: 100%;
    }
    .navbar-form .form-control.active {
        width: 100%;
    }
    .navbar-form{
        margin-bottom: 0;
    }
    .banner{
        top: 0 !important;
    }
}

@media (max-width: 992px) {
    .pad16{
        padding-left: 0 !important;
    }
}
/* nav */
.navbar .btn-navbar {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    color: #ffffff;
    display: none;
    float: right;
    margin-left: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-collapse{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbg{
    background: rgba(100,96,87,.9);
    width: 100%;
    position: absolute;
    z-index: 999;
}
.navbar-toggle{
    color: #333333;
    background: #928f89;
}
.navbar-toggle .icon-bar{
    background-color: #ffffff;
}
.navbar-toggle:hover,.navbar-toggle:focus{
    background-color: #86bc37;
    border: 1px solid #7aae2e;
}
.navbox{
    min-height: 76px;
}
.pad16{
    padding-left: 16%;
}
.navbar-nav > li > a{
    line-height: inherit;
}
.nav > li > a:hover, .nav > li > a:focus{
    background: none;
}
.navbox ul li{
    float: left;
    line-height: 76px;
}
.navbox ul li a{
    display: block;
    padding: 0 30px;
    color: #c1bfbd;
    font-size: 18px;
    line-height: 72px;
}
.navbox ul li a:hover{
    color: #ffffff;
    border-bottom: 4px solid #86bc37;
    transition: background-color 0.3s ease-in-out;
}
.navbox ul li a.active{
    color: #ffffff;
    border-bottom: 4px solid #86bc37;
}
/*图片轮播*/
.banner{
    /*position: relative;
    top: -76px;*/
}
.pbanner1{
    display: none;
}
.banner img{
/*    min-height: 80%;
*/}
.carousel-indicators li{
    width: 26px;
    height: 5px;
    border: none;
    background: #d2d0c8;
    border-radius: inherit;
    margin: 0 14px 0 0;
}
.carousel-indicators .active{
    width: 26px;
    height: 5px;
    border: none;
    background: #86bc37;
    margin: 0 14px 0 0;
}

/* main */
.main{
    padding: 0px 0 10px 0;
}
.company_pro{
    background: url("/statics/images/line2.png") no-repeat center top;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.navy-line1{
    width: 300px;
    height: 2px;
    background: #646057;
    margin: 0 auto;
}
.navy-line2{
    width: 300px;
    height: 1px;
    background: #646057;
    margin: 2px auto 0 auto;
}
.company_protit{
    color: #000;
}
.company_protext{
    padding-top: 30px;
    line-height: 34px;
}
.company_protext-more{
    padding: 10px 0;
    color: #86bc37;
}
/*相关动态*/
.about-news{
    margin: 35px 0;
    position: relative;
    overflow: hidden;
}

.about-news-list{
    margin-bottom: 10px;
}
.about-news-list h3{
    font-size: 24px;
    color: #000;
    padding: 0 10px;
}
.about-news-list p{
    font-weight: normal;
    margin: 0;
    padding:5px 10px;
    line-height: 32px;
}
@media (max-width: 768px) {
    .about-news-list p{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 2.4em;
    }
}
.bx-controls-direction a {
    height: 155px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    width: 89px;
    z-index: 9;
}
.bx-prev {
    background:url("/statics/images/left_page.png") no-repeat;
    left: 0;
    top: 0;
}
.bx-next {
    background:url("/statics/images/right_page.png") no-repeat;
    right: 0;
    bottom: 140px;
}


/*合作伙伴*/
.link{
    background: #fafafa;
    padding: 10px 0 30px 0;
    margin-top: 20px;
}
.link-list{
    margin-top: 45px;
}
.link-list ul li{
    float: left;
    border: 1px solid #d8d8d8;
}
.p-link2{
    display: none;
}
.link-list-none li{
    border-bottom: 0 !important;
}
@media (max-width: 968px) {
    .link{
        background: #ffffff;
        padding: 0 15px 30px 15px;
    }
    .link-list{
        margin-top: 25px;
    }

}

/*关于我们*/
.about-us{
    margin-top: 20px;
}
.p_ab2{
    display: none;
}
.about-ustitle{
    margin-top: 0;
    color: #000;;
}
.about-usline{
    width: 100%;
}
.about-uscon{
    margin-top: 20px;
    line-height: 30px;
}
.com-pro{
    border-top: 2px solid #fafafa;
    background: #ffffff;
    padding: 10px 0 30px 0;
    margin-top: 20px;
}
.com-pro-img{
    text-align: center;
}
.com-pro-img img{
    /*-webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 0.8;*/
}
.com-pro-img:hover img {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;*/
}
.com-pro-con{
    padding: 20px 0;
}
.com-pro-con h3{
    text-align: center;
    font-size: 24px;
    color: #86bc37;;
}
.com-pro-con p{
    line-height: 34px;
    text-align:justify;
}
.com-pro-btn a{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    padding: 20px 0;
    text-align: center;
    border: 1px solid #efefef;
    border-bottom: 2px solid #efefef;
    color: #cac9c7;
}
.com-pro-btn a.btnfocus{
    border: 1px solid #cac9c7;
    border-bottom: 2px solid #81b33c;
    color: #636057;
}
.com-pro-btn a:hover{
    border: 1px solid #cac9c7;
    border-bottom: 2px solid #81b33c;
    color: #636057;
}
/*业务领域*/
.yewu-list{
    width: 100%;
    padding: 30px 0;
    border: 6px solid #646057;
    border-bottom: none;
    text-align: center;
    margin-bottom: 20px;
}
.yewu-box{
    height: auto;
}
.yewu-top{
    background: url("/statics/images/top.png") no-repeat top #fbfbfb;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.yewu-footer{
    width: 100%;
}
.p-line1{
    display: none;
}
.yw{
    max-width: 920px;
    padding-top: 10%;
    margin: 0 auto;
}
.ym-num{
    width: 20%;
    height: 200px;
    float: left;
    background: url("/statics/images/ywline.png") no-repeat right;
}
.ym-num p{
    color: #d8d8d8;
    font-size: 2.5em;
    padding-top: 45px;
    font-weight: bold;
}
.ym-num p span{
    font-size: 1.5em;
    color: #8cbf41;
    font-weight: bold;
}
.ym-con{
    float: left;
    padding-left: 4%;
    width: 74%;
}
@media (max-width: 640px) {
    .ym-num p{
        font-size: 2em;
    }
    .ym-num p span{
        font-size: 2em;
        color: #8cbf41;
        font-weight: bold;
    }
}
@media (min-width: 320px) and (max-width: 480px){
    .ym-num p{
        font-size: 1.6em;
    }
    .ym-num p span{
        font-size: 1.4em;
        color: #8cbf41;
    }
}
.ym-news{
    padding: 6% 0 0 5%;
}
/*新闻动态*/
.news-title{
    margin-bottom: 20px;
    font-size: 20px;
}
.news-title ul li{
    float: left;
    margin: 0 10px 20px 0;
}
.news-title ul li a:hover{
    color: #d0cfcc !important;
}
.news-title ul > li.active a{
    color: #d0cfcc !important;
}
.news-footer{
    border-top: 1px solid #bfbfbf;
}
.pagination > li > a, .pagination > li > span{
    color: #636057;
    font-size: 20px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    color: #8cbf41;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background: #8cbf41;
    border: 1px solid #8cbf41;
    color: #ffffff;
}
.pager li > a{
    margin-right: 10px;
}
.pager{
    display: block;
}
.pagination > li > a,.pagination > li > span{
    float: none;
}
.pagination > li:first-child > a,.pagination > li:first-child > span{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
/*联系我们*/
.contact-banner{
    position: relative;
}
.contact-btn{
    border: 2px solid #9b9689;
    padding: 1% 4%;
    position: absolute;
    bottom: 10%;
    left: 43%;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
    font-size: 18px;
}
.contact-btn,.contact-btn:hover{
    color: #9b9689;
}
.p_conboss2{
    display: none;
}
.con-history{
    background: url("/statics/images/con_bg1.jpg") no-repeat center;
}
.con-his-tit{
    width:4%;
    float: left;
}
.con-his-titline{
    width: 2px;
    height: 136px;
    background-color: rgba(255,255,255,.3);
    margin: 0 auto;
}
.con-his-titext{
    border-top: 2px solid rgba(255,255,255,.3);
    border-bottom: 2px solid rgba(255,255,255,.3);
    text-align: center;
    font-size: 36px;
    color: #ffffff;
}
.con-his-main{
    width: 96%;
    float: left;
    min-height: 253px;
    margin-top: 136px;
    background: url("/statics/images/con_line1.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.con-his-mainlist{
    height: 134px;
}
.con-his-mainlist li{
    width: 26%;
    float: left;
    text-align: right;
    display: block;
    color: #646057;
}
.con-his-mainlist li:first-child{
    width: 30%;
}
.con-his-mainlist2 li{
    width: 27%;
    float: left;
    text-align: center;
    display: block;
    padding-top: 7%;
    color: #ffffff;
}
.con-his-mainlist2 li:first-child{
    padding-left: 2%;
}
.p_conus{
    word-wrap: break-word;
}
@media (max-width:768px) {
    .contact-btn {
        display: none;
    }
    .con-history{
        background: url("/statics/images/con_bg2.png") no-repeat;
    }
    .con-his-tit{
        width:100%;
        float: none;
        margin-top: 30px;
    }
    .con-his-titline{
        width: 50%;
        height: 2px;
        background-color: #ffffff;
    }
    .con-his-titext{
        border: none;
        text-align: center;
        font-size: 36px;
        color: #ffffff;
    }
    .phoneline{
        display: none;
    }
    .con-his-main{
        width: 100%;
        min-height: 1019px;
        float: none;
        margin-top: 20px;
        background: url("/statics/images/con_line2.png") no-repeat center top;

    }
    .con-his-mainlist{
        padding-top: 22%;
        width: 50%;
        float: left;
        position: relative;
    }
    .con-his-mainlist li{
        width: 85%;
        float: none;
        text-align: right;
        display: block;
        height: 260px;
    }
    .con-his-mainlist li:first-child{
        width: 85%;
    }
    .con-his-mainlist2{
        width: 50%;
        float: left;
        position: relative;
        padding-top: 290px;
    }
    .con-his-mainlist2 li{
        width: 50%;
        float: none;
        text-align: right;
        display: block;
        color: #636057;
        height: 285px;

    }
    .con-his-mainlist2 li:first-child{
        padding-top: 35px;
        padding-left: 30px;
    }
    .con-his-mainlist2 li:last-child{
        height: auto;
        padding-top: 0;
    }
}
.con-icon{
    font-size: 5em;
    text-align: center;
}
.con-contactus{
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    color: #bbbab7;
}
.con-contactus input{
    width: 70%;
    color: #636057;
}
.map{
    min-height: 305px;
    background: url("/statics/images/map.png") no-repeat center;
}
.con-sent{
    text-align:center;
    border: 1px solid #dcdcdc;
    color: #bbbab7;
    margin-top:20px;
}
.con-sentinput{
    padding: 10px 0;
    width: 100%;
    background: none;
}
.con-sentinput:active{
    background: #dcdcdc;
}
/*加入我们*/
.jointitle{
    border-left: 18px solid #87bc37;
    color: #000;
    padding: 0 10px;
}
.joincon{
    margin: 25px 0;
    background: #fafafa;
    padding: 20px;
}
/*兵器谱*/
.p_bqp2{
    display: none;
}
.bqp-tit{
    font-size: 16px;
    float: right;
    color: #87bc37;
    margin-top: 12px;
}
.bqp-list{
    margin-bottom: 20px;
    border: 4px solid #e5e5e5;
    min-height: 422px;
}
/*.bqp-list:hover {
    box-shadow:0 0 8px #ddd;
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}*/
.bqp-list h3{
    font-size: 24px;
    color: #87bc37;
    text-align: center;
}
.bqp-list p{
    font-weight: normal;
    margin: 0;
    padding:5px 10px;
    line-height: 32px;
}
/*医者*/
.pheader2,.p-doctor2{
    display: none;
}
.doctor-list{
    position: relative;
}
.doc-tit{
    padding: 30px 0 0 30px;
}
.doc-tit1{
    padding: 30px 30px 0 0;
}
.doc-tit h1{
    color: #a3a3a3;
    letter-spacing:4px;
}
.doc-tit p{
    font-size: 24px;
    letter-spacing:6px;
}
.doc-pic2{
    display: none;
}
/*新闻详情*/
.content{
    position: relative;
}
.contentbg{
    background: #f3f3f3;
    padding-top: 10px;
}
.con_left,.con_right{
    background: #ffffff;
}
.con_left{
    padding: 20px;
}
.con-left-title{
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
}
.con-left-title h2{
    font-size: 26px;
    display: inline-block;
    font-weight: bold;
    color: #000;
    width: 70%;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 1.1em;*/
}
.news-time{
    position: absolute;
    right: 0;
    top: 20px;
}
.news-up{
    position: absolute;
    left: 0;
    top: 20px;
}
.con_right{
    padding: 20px 10px 0 10px;
}
.con_right img{
    width: 100%;
}
.con_rig_news{
    background: #ffffff;
}
.con_rig_news li{
    border-bottom: 1px solid #f3f3f3;
    padding: 15px;
}
.con_rig_news li i{
    margin-right: 5px;
}
.con_text{
    padding: 20px 0;
}
.con_text img{
    margin: 10px 0;
}
.con_footer{
    border-top: 1px solid #bfbfbf;
    padding: 35px 0;
    background: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}
.con_footer a{
    margin-right: 20px;
}

.page-icon{
    position: absolute;
    bottom: 2em;
    right: 10em;
    cursor: pointer;
}
.page-icon a{
    width: 81px;
    height: 45px;
    display: block;
    margin-bottom: 10px;
}
.page-icon a.pageup{
    background: url("/statics/images/page_up.png") no-repeat;
}
.page-icon a.pageup:hover{
    background: url("/statics/images/page_up_on.png") no-repeat;
}
.page-icon a.pageqq{
    background: url("/statics/images/qq_icon.png") no-repeat;
}
.page-icon a.pageqq:hover{
    background: url("/statics/images/qq_icon_on.png") no-repeat;
}
/*footer*/
.footer{
    background: #646057;
    padding: 30px 0;
    color: #cecac0;
}
.footerbottom{
    margin-top: 60px;
}
.footerbottom li span {
    background: #646057;
    padding: 0 10px;
    border-left: 1px solid #5b574f;
    border-right: 1px solid #5b574f;
    color: #938f85;
}
.footerbottom li {
    height: 30px;
    border: 0px solid #5b574f;
    width: 100%;
    text-align: center;
}
.footerbottom .list1 {
    border-bottom: 1px solid #5b574f;
    width: 100%;
    margin-bottom: -13px;
}
.footerbottom a {
    display: block;
    color: rgba(186, 182, 171, .5);
    text-decoration: none;
    padding: 6px 5px;
    width: 100%;
    text-align: center;
}
.footertit{
    color: #86bc37;
    font-size: 18px;
    padding-bottom: 10px;
}
.footerlist li{
    height: 68px;
    border-bottom: 1px solid #73716a;
    background: url("/statics/images/line.png") no-repeat left;
    background-position: 5px;
    line-height: 68px;
    padding-left: 30px;
    font-size: 18px;
    color: #cecac0;
}
.footerlist li a{
    color: #cecac0;
}
.footerad{
    font-size: 18px;
    position: relative;
}
.footerad i{
    font-size: 3em;
}
.footerad span{
    float: right;
    font-size: 18px;
    position: absolute;
    display: block;
    right: 0;
    left: 3.5em;
    top: -7px;
}
.footercon a{
    display: block;
    position: relative;
    margin-right: 30px;
    float: left;
}
.footercon a span {
    left: -15px;
    position: absolute;
    text-align: center;
    top: -183px;
    width: 200px;
    z-index: 999;
    display: none;
}
.footercon1{
    display: none;
}
.focus-us{
    margin-top: 50px;
}
@media (max-width: 992px){
    .page-icon,.dh,.adress,.footercon{
        display: none;
    }
    .footertit{
        text-align: center;
        margin-top: 10px;
    }
    .footerlist li{
        padding-left: 0;
        background: none;
        text-align: center;
    }
    .footercon1{
        display: block;
        text-align: center;
    }
}

/*phone*/
@media (max-width:992px){
    .logo img{
        max-width: 180px;
    }
    .company_pro{
        background: none;
    }
    .company_protext-more{
        background: #86bc37;
        color: #ffffff;
        padding: 15px 38px;
        margin-top: 30px;
        display: inline-block;
    }
    .company_protext-more:hover{
        color: #ffffff;
    }
    .bx-controls-direction{
        display: none;
    }
    .about-news-img{
        text-align: center;
    }
    .about-news-img img{
        width: 100%;
    }
    .link{
        padding: 0px 0 30px 0;
        margin-top: 0;
    }
    .about-news{
        margin-bottom: 0;
    }
    .link-list{
        margin: 25px 20px 0 20px;
        border: none;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
        padding-left: 20px;
        padding-right: 20px;
    }
    .pbanner{
        display: none;
    }
    .pbanner1{
        display: block;
    }
    .p-compic{
        text-align: center;
        margin-top: 30px;
    }
    .p_ab1{
        display: none;
    }
    .p_ab2{
        display: block;
    }
    .about-ustitle,.about-uscon{
        text-align: center;
    }
    .com-pro-btn{
        display: none;
    }
    .p-acon{
        padding: 0;
        border-bottom: 2px solid #ebebeb;
    }
    .p-acon:last-child{
        border-bottom: none;
    }
    .com-pro-con{
        padding: 20px;
    }
    .com-pro{
        padding-bottom: 0;
        border-top: none;
        margin-top: 0;
    }
    .yewu-top{
        background: url("/statics/images/top1.png") no-repeat top #fbfbfb;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .p-line1{
        display: block;
        margin-bottom: 20px;
    }
    .ym-news h3{
        text-align: center;
        margin-top: 0;
    }
    .p_ywpic{
        text-align: center;
    }
    .p_ywpic img{
        width: 90%;
    }
    .news-title ul{
        display: table;
        margin: 0 auto;
    }
    .news-title ul span{
        display: none;
    }
    .news-title ul > li.active a{
        background: #ebebeb;
        color: #86bc37 !important;
        padding: 12px 25px;
    }
    .news-title ul li b{
        display: none;
    }
    .news-title ul li a{
        border: 2px solid #ebebeb;
        padding: 12px 25px;
        color: #ebebeb;
    }
    .p_tabcon{
        display: none;
    }
    .p_newspic img{
        width: 100%;
    }
    .p_news p{
        height: 2.4em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
     .p_newsmar{
         margin-bottom: 0; 
    }
     .news-footer{
         display: none;
     }
     .about-uscon h3{
         text-align: left;
         color: #000;
     }
    .zp-btn{
        display: block;
        left: 38%;
    }
    .p_conboss img{
        width: 90%;
    }
    .p_conboss2{
        display: block;
        text-align: center;
    }
    .p_conboss1{
        display: none;
    }
    .p_conus{
        float: left;
        width: 33.3%;
    }
    .con-contactus{
        border: 2px solid #928f89;
        padding: 15px;
        margin-bottom: 20px;
    }
    .con-contactus input:last-child{
        width: 60%;
    }
	.con-sent{
        border: 2px solid #928f89;
    }
    .con-sentinput:active{
        background: #928f89;
        color: #ffffff;
    }
    .pheader1,.doc-pic1,.p-doctor1,.p_bqp1,.p-link1{
        display: none;
    }
    .pheader2,.doc-pic2,.p-doctor2,.p_bqp2,.p-link2{
        display: block;
    }
    .p-doc{
        width: 33.3%;
        float: left;
    }
    .doctor-list{
        float: left;
        border-right: 2px solid #c8c7c4;
        padding: 0 20px 0 30px;
        margin-right: 20px;
    }
    .doctor-list img{
        max-width: 106px;
        display: block;
    }
    .doc-tit{
        padding: 10px 0 0 0;
    }
    .doc-tit h1 {
        font-size: 32px;
        margin: 0;
    }
    .doc-tit p {
        font-size: 20px;
        letter-spacing: 3px;
        margin-bottom: 0;
    }
    .p-docontent{
        padding: 20px 0 0 0;
    }
    .p_bqpic{
        text-align: center;
    }
    .p_bqpic img{
        max-width: 340px;
        margin-top: 20px;
    }
    .about-uscon p{
        text-align: left;
    }
    .p-bpq-more{
        margin: 30px 0;
        text-align: center;
    }
    .p-bpq-more a{
        background: #86bc37;
        color: #ffffff;
        padding: 20px 78px;
        text-decoration: underline;
    }
    .p-bpq-more a:hover{
        background: #78ab2c;
        color: #ffffff;
        text-decoration: none;
    }
    .tj,.news-up{
        display: none;
    }
    .con-left-title h2{
        display: inline-block;
        width: 100%;
        font-size: 24px;
    }
    .news-time{
        position: inherit;
        top: 0;
        color: #646057;
    }
    .con_footer a:first-child{
        margin-right: 0;
    }
    .pcon_left{
        width: 164px;
        height: 81px;
        display: block;
        float: left;
        color: #ffffff;
        background: url("/statics/images/pcon_left.png") no-repeat;
        line-height: 80px;
        margin-left: 5%;
    }
    .pcon_right{
        width: 164px;
        height: 81px;
        display: block;
        float: right;
        color: #ffffff;
        background: url("/statics/images/pcon_right.png") no-repeat;
        line-height: 80px;
        margin-right: 5% !important;
    }
    .pcon_left i,.pcon_right i{
        padding: 0 5px;
    }
    .p-link2{
        border-right: 1px solid #d8d8d8;
    }
    .p-link2 ul{
        float: left;
        width: 50%;
    }
    .p-link2 ul li{
        width: 50%;
        border: 1px solid #d8d8d8;
        border-right: 0;
    }
    .p-link2 ul li:first-child{
        width: 100%;
        border-bottom: 0;
    }
}
@media (min-width: 320px) and (max-width: 480px){
    .news-title ul li{
        margin: 0 6px 20px 0;
        font-size: 18px;
    }
    .news-title ul > li.active a{
        padding: 7px 10px;
    }
    .news-title ul li a{
        padding: 7px 10px;
    }
}
