.ny-ban img {
    width: 100%;
    display: block;
}

.beard {
    background: #83c326;
    color: #fff;
    text-align: right;
    padding: 0 20px;
}

.beard>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.beard span:last-of-type {
    line-height: 56px;
}
.beard span a{
    color: #fff;
}
.beard img {
    width: 50px;
    padding: 5px 5px;
    display: inline-block;
}

.beard i {
    padding-right: 5px;
    font-size: 18px;
}
.ny-nav .beard{
    color: #fff;
}
.ny-nav .beard a{
    color: #fff;
}
/* 二级导航 */
.ny-content>div{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-con{
    width: 75%;
}
.ny-nav{
    width: 22%;
    
}
.ny-nav>h2{
    background: #83c326;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}
.ny-nav>ul{
    text-align: center;
}
.ny-nav>ul>li{
    padding: 8px 0;
    transition: .5s;
}
.ny-nav>ul>li.active{
    background: #ddd;
}
.ny-nav>ul>li:hover{
    background: #ddd;
}
.ny-nav>ul>li>a{
    color: #333;
}
.ny-nav>h3{
    background: #83c326;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    margin-top: 30px;
    font-size: 24px;
}
.ny-nav>p{
    font-size: 14px;
    color: #333;
    padding: 10px 10px;
}
.ny-nav>p>img{
    width: 100%;
}
@media all and (max-width: 768px){
    
    .pagination{
        padding: 0 5px;
    }
    .pagination>span{
        margin: 5px 0;
    }
    .pagination span>a{
        padding: 5px 7px !important;
    }
    .pro-xq{
        display: block !important;
    }
    .tz-gallery{
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .page {
        width: 100% !important;
    }
    .pro-title{
        width: 100% !important;
    }
   
    .pro-test{
        width: 100%;
        overflow-y:scroll;
         overflow-x:scroll;
    }
    .ny-news li{
        width: 100% !important;
        margin: 0 !important;
       
    }
    .news-xq small{
        margin: 0 !important;
    }
    .news-xq img{
        width: 100% !important;
    }
    .form-group{
        width: 96% !important;
    }
    .form-group1{
        width: 96% !important;
    }
    .contact{
        display: block !important;
    }
    .con-left{
        width: 100% !important;
        padding: 10px 0;
    }
    .con-right{
        width: 99% !important;
    }
    .beard span:last-of-type{
        font-size: 12px;
    }
}
.ny-content {
    padding: 30px 0;
}
/* 关于我们 */

.ny-about{
    text-indent: 2em;
    margin-top: 20px;
}
.ny-about p{
    font-size: 14px;
    line-height: 30px;
}
.ny-about img{
    max-width: 50%;
}
/* culture */
.culture{
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
    margin: 20px 0;
}
.culture>.cul-img{
    width: 44%;
}
.culture .cul-img1>img{
    width: 100%;
    display: block;
}
.culture .cul-img>img{
    float: left;
    width: 30%;
}
.culture .cul-img1{
    width: 50%;
}
.culture .cul-con p>strong{
    font-size: 20px;
}
.culture .cul-con p{
    font-size: 14px;
    line-height: 50px;
    color: #666;
}

.academic>h4{
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 20px 0 10px;
    padding-bottom: 8px;
}
.academic>h4>span{
    background: #83c326;
    font-size: 18px;
    padding: 10px 30px;
    color: #fff;
}
.academic>ul{
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}
.academic>ul>li{
    width: 24.6%;
}
.academic>ul>li>img{
    width: 100%;
}
/* honor */
.ny-honor>ul{
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 30px;
}
.ny-honor>ul>li{
    width: 32.2%;
    padding: 5px;
}
.ny-honor>ul>li>img{
    width: 100%;
}
/* welfare */
.ny-welfare>ul{
    margin-top: 20px;
}
.ny-welfare>ul>li{
    background: #ddd;
    padding: 8px 10px;
    margin-bottom: 15px;
}
.ny-welfare>ul>li>a{
    color: #444;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
}
.ny-welfare>ul>li>a>span:first-of-type{
    font-weight: bold;
}
.ny-welfare>ul>li>a>span:last-of-type{
    font-size: 12px;
    color: #555;
    line-height: 24px;
}
.welfare-xq{
    margin-top: 20px;
}
.welfare-xq>h3{
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.welfare-xq small{
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
}
.welfare-xq img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
/* she-bei */
.ny-she{
    margin-top: 30px;
}
.ny-she>ul{
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    justify-content: flex-start;
}
.ny-she>ul>li{
    width: 32%;
    border: 1px solid #ccc;
    margin: 5px 5px;
}
.ny-she>ul>li>img{
    width: 100%;
    display: block;
}
.she-content{
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    background: #83c326;
}

/* doctor */
.ny-doctor{
    margin-top: 30px;
}
.ny-doc{
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}
.ny-doc>.doc-img{
    width: 43%;
    padding: 0 5px;
}
.ny-doc1>.doc-img1{
    width: 20%;
}
.ny-doc>.doc-img>img{
    width: 100%;
    display: block;
}
.doc-con{
    width: 55%;
}
.doc-con1{
    width: 75%;
}
.doc-con>h3{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.doc-con>h3>span{
    font-size: 14px;
    color: #fff;
    margin-left: 15px;
    background: #83c326;
    padding: 3px 10px;
}
.doc-con>span{
    font-size: 14px;
    color: #666;
    padding: 6px 0;
    line-height: 20px;
    display: block;
}
.doc-con>p{
    font-size: 12px;
    color: #333;
}
.doc-con>a{
    background: #83c326;
    font-size: 14px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    float: right;
}

.ny-doctor>ul{
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    justify-content: flex-start;
}
.ny-doctor>ul>li{
    width: 32%;
    margin: 5px 5px;
}
.ny-doctor>ul>li img{
    width: 100%;
    display: block;
}
.ny-doctor>.ny-doc-list>li{
    width: 23%;
}
.doc-list>h3{
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #333;
    font-size: 16px;
    margin: 5px 5px;
}
.doc-list>h3>span:last-of-type{
    background: #83c326;
    color: #fff;
    font-size: 14px;
    padding: 3px 5px;
}
.doc-list>p{
    color: #333;
    font-size: 14px;
    padding: 0 5px;
}
.doc-list1>p{
    height: 46px;
    overflow: hidden;
}
/* doctor */
.doc-xq{
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.doc-xq>.xq-doc-img{
    width: 43%;
    padding: 0 5px;
}
.doc-xq>.xq-doc-img1{
    width: 23%;
}
.doc-xq>.xq-doc-img>img{
    width: 100%;
    display: block;
}
.xq-doc-con{
    width: 52%;
    padding-top: 30px;
}
.xq-doc-con1{
    width: 70%;
}
.xq-doc-con>h3{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.xq-doc-con>h3>span{
    font-size: 14px;
    color: #333;
    padding: 3px 0;
    display: block;
    line-height: 66px;
}
.xq-doc-con>span{
    font-size: 14px;
    color: #666;
    padding: 6px 0;
    line-height: 20px;
    display: block;
}
.doc-xq-p>h3{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 20px;
}
.doc-xq-p>p{
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-indent: 2em;
}


/* department */

.ny-department>ul{
    margin: 10px 0;
}
.ny-department>ul>li{
    width: 100%;
    padding: 10px 0;
    margin: 2px 0;
    background: #f5f5f5;
}
.ny-department>ul>li img{
    width: 100%;
    display: block;
}
.ny-department>ul>li>a{
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    padding: 10px 0;
}
.ny-department>ul>li>a>div{
    width: 47%;
}
.department-list{
    padding: 0 20px;
}
.department-list>h3{
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 5px 5px;
}
.department-list>h3>span{
    color: #333;
    font-size: 16px;
    padding: 3px 5px;
    font-size: 21px;
}
.department-list>p{
    color: #333;
    font-size: 14px;
    padding: 0 5px;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 20px;

}
.department-list>small{
    font-size: 14px;
    color: #fff;
    background: #83c326;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 10px;
    display:inline-block;
}
.department-xq{
    margin-top: 20px;
}
.department-xq>h3{
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.department-xq>small p{
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
}
.department-xq>small h3{
    text-indent: 1.7em;
}
.department-xq img{
    max-width: 100%;
    display: block;
}
.department-xq table{
    width: 100%;
}
.department-xq table td strong{
    font-size: 18px;
}
/* 产品详情 */
.tz-gallery{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 15px 10px ;
    width: 100%;
    justify-content: space-between;
}
.page{
    width: 50% !important;
}
.pro-title{
    width: 45%;
    font-size: 14px;
}
.pro-title img{
    width: 100%;
}
.pro-title>h2{
    margin-bottom: 20px;
}
.pro-title p{
    width: 100%;
    word-wrap:break-word;
    line-height: 26px;
}
.sp-wrap{
    margin: 0 3% 0 0 !important;
}

.pro-xq-ms>h3{
    font-size: 20px;
    color: #444;
    line-height: 56px;
    text-indent: 2em;
    font-weight: 600;
    border-bottom: 4px solid #d7d7d7;
    background-color: #eee;
}
.pro-xq-ms>p{
    padding: 5px 5px;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}
.pro-xq-ms>p>a{
    color: #333;
    font-size: 14px;
}
.pro-xq-ms>p>span{
    font-size: 14px;
    color: #333;
}
.pro-test{
    padding: 15px 0;
}
.pro-xq-ms table{
    width: 100% !important;
    min-height: .01%;
    overflow-x: auto;
}

.pro-xq-ms table tr {
    background: #ededec !important;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    width: 100%;
}
.pro-xq-ms table tr>td {
    background: #E0EFF2;
    padding: 5px 4px;
    text-align: center;
    width: 300px;
    font-size: 12px;
}

/* 在线留言 */
.message-con{
    width: 100%;
    padding: 30px 0;
}
.message-con>form{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}
.message-con>p{
    font-size: 26px;
    font-weight: block;
    text-align: center;
}
.form-group{
    width: 48%;
    margin:15px 0;
    padding: 5px;
}
.form-group input,.form-group1 textarea{
    padding: 5px 10px;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    display: block;
    width: 95%;
    height: 34px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.form-group1{
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}
.form-group1 textarea{
    width: 95%;
    height: auto;
}
.submit{
    background: #EA4335;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    width: 100px;
    margin: 0 auto;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 10px 0;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.message-bd{
    height: 30px;
}
.message-con img{
    height: 35px;
}

/* 下载中心 */
.down{
    margin-top: 30px;
}
.down p{
    line-height: 40px;

}
.down a{
    color: #333
}
.down span{
    color: #999;
    font-size: 15px;
    float: right

}
.down hr{
    padding: 0;
    margin: 5px 0;
    border: 1px dotted lightgray;
}

/* 联系我们 */
.contact{
    
    margin: 30px 0;
}
.con-left{
  
    margin-right: 1%;
}
.con-left h4{
    color: #000;
    font-size: 18px;
    padding: 0 20px;
    margin: 15px 0;
}
.con-left p{
    padding: 0 20px;
    line-height: 40px;
    color: #666;
}


/* 分页 */
.pagination{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto;
    justify-content: space-between;
}
.pagination span>a{
    padding: 5px 10px;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.page-num-current{
    padding: 5px 0 !important;
}
.pagination span>a select,.pagination span>a select:focus{
    border:solid 1px transparent  !important;
    padding: 5px 10px;
}

.ny-qh{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto;
    justify-content: space-between;
}
.ny-qh a{
    color: #000;
}

#grid_bg {
    width: 100%;
    padding-top: 30px;
    z-index: 0;
    background: url("background/general.jpg");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    transition: background 0.8s linear;
    -webkit-transition: background 0.8s linear;
}
.foot1 {
    width: 1200px;
    margin: 60px auto 0;
    border-top: solid 1px #333;
    padding-top: 30px;
}
.foot1>ul {
    text-align: center;
}
.foot1>ul>li {
    display: inline-block;
    padding: 0 20px;
}
.foot1>ul>li>a {
    color: #666;
    font-size: 12px;
}
.foot-down {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.foot-down>img {
    width: 10%;
    padding: 30px 0;
    margin: 20px 0;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}
.foot-down>p {
    font-size: 12px;
    
}
.foot-down>p>a {
    color: #666;
}

@media all and (max-width: 768px){
    #grid_bg>div{
        width: 100% !important;
    }
    .foot-down>img{
        width: 30% !important;
    }
    .foot1>ul>li{
        padding: 0 10px !important;
    }
}