/* CSS Document */

@charset "UTF-8";
html {
    font-family: "微软雅黑", "宋体", Helvetica Neue, Helvetica, Arial, sans-serif;
}

html,
body {
    position: relative;
    height: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #202020;
    background: #fff;
    outline: 0;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

b,
strong {
    font-weight: 700;
}

pre {
    overflow: auto;
}

img {
    border: 0;
    display: block;
    margin: 0 auto;
    /* position: relative;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; */
}

img:hover {
    /* transform: scale(1);
margin-top: -2px;
top: -2px; */
}

em,
i {
    font-style: normal;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

div {
    margin: 0 auto;
}

a {
    color: #221815;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    outline: 0;
    color: #009845;
}

area {
    outline: none
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

button,
.aui-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    margin: 0;
    background: #e5e5e5;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #bdbdbd;
    border-radius: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
}

textarea {
    width: 100%;
    -webkit-appearance: none;
    padding: 5px;
    margin-bottom: 15px;
    line-height: 21px;
    -webkit-user-select: text;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    outline: none
}

select,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"] {
    width: 100%;
    -webkit-appearance: none;
    -webkit-user-select: text;
    padding: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    outline: none;
}

input[type="submit"] {
    padding: 0px;
    margin-bottom: 0px;
    border: 0;
    border-radius: 0px;
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #969697;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #969697;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #969697;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #969697;
}

html {
    overflow-x: hidden;
}

.clearfix {
    clear: both;
}

.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.white,
.white a,
.white a:hover {
    color: #fff !important;
}

.blue,
.blue a,
.blue a:hover {
    color: #3b85fe;
}

.green,
.green a,
.green a:hover {
    color: #009845;
}

.gray,
.gray a,
.gray a:hover {
    color: #999;
}

.yellow,
.yellow a,
.yellow a:hover {
    color: #feb300
}

.red,
.red a,
.red a:hover {
    color: #b90101
}

.w100 {
    width: 100%;
    margin: 0 auto;
}

.all {
    width: 71vw;
    min-width: 1200px;
    margin: 0 auto;
}

.font16 {
    font-size: 16px !important;
}

.font14 {
    font-size: 14px !important;
}

.font12 {
    font-size: 12px !important;
}

.song {
    font-family: "宋体";
}


/*文字对齐*/

.text-l {
    text-align: left!important;
}

.text-c {
    text-align: center!important;
}

.text-j {
    text-align: justify!important;
}

.text-r {
    text-align: right!important;
}


/*自动隐藏文字*/

.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/**头部**/

.header {
    width: 71vw;
    min-width: 1200px;
    height: 117px;
    padding: 28px 0 0;
    background: #fff;
    z-index: 4;
}

.logo {
    width: 223px;
    height: 68px;
    overflow: hidden;
    margin-left: 0;
}

.logo img {
    width: 223px;
    height: 68px;
}

.sou {
    width: 840px;
    margin-top: 20px;
}

.sou input {
    float: left;
    width: 700px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
    border: 1px solid #e7e7e7;
    border-right: 0;
    /*background: url('../img/sou.jpg') no-repeat 10px 5px #fff;
    text-indent: 54px;*/
    border-radius: 3px 0 0 3px;
}

.sou .souti {
    float: right;
    width: 140px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    border-radius: 0 3px 3px 0;
    border: 0;
    background-color: #009845;
    cursor: pointer;
}

.menu {
    width: 71vw;
    min-width: 1200px;
    height: 60px;
    position: relative;
}

.flmenu {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 240px;
    /* height: 666px; */
    background-color: #fff;
}

.flmenu ul {
    width: 240px;
    border-bottom: 1px solid #e7e7e7;
    padding: 8px 18px;
}

.flmenu ul li {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
}

.flmenu ul p a {
    padding-right: 10px;
    font-size: 16px;
    line-height: 30px;
}

.dao1 {
    width: 240px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-indent: 54px;
    background: url('../img/menu.jpg') no-repeat 13px 17px #009845;
}

.flmenu img {
    width: 240px;
    height: 140px;
}

.yinc {
    display: none;
    box-shadow: 0px 5px 5px #f1f1f1;
}

.flmenu:hover .yinc {
    display: block;
}


/****/

.jianti {
    width: calc(100% - 260px);
    height: 60px;
    position: relative;
    overflow: hidden;
    float: right;
}

.jianti li {
    float: left;
    position: relative;
    width: 12.5%;
    height: 60px;
    text-align: center;
    padding: 0 20px;
    font-size: 18px;
    line-height: 60px;
}

.jianti li:first-child {
    width: 9%;
}

.jianti li:nth-of-type(6),
.jianti li:nth-of-type(7) {
    width: 14.25%;
}

.jianti li a:hover,
.jianti li:hover a {
    color: #009845;
}

.jianti li.active .line_1,
.jianti li.active .line_2 {
    width: 50%;
}

.jianti li span {
    position: absolute;
    background: #009845;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jianti li:hover .line_1,
.jianti li:hover .line_2 {
    width: 50%;
}

.jianti .line_1 {
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4px;
}

.jianti .line_2 {
    bottom: 0;
    right: 50%;
    width: 0;
    height: 4px;
}


/**banner**/

.slideBox {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 49vw;
    bottom: 20px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 6px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-indent: 60px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #8bebc5;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd a {
    width: 100%;
    height: 600px;
    display: block;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


/****/

.gg1 {
    float: left;
    width: 18%;
}

.gg2 {
    float: left;
    width: 39%;
    margin-left: 2%;
}

.gg3 {
    float: right;
    width: 39%;
}

.gg1 img,
.gg2 img,
.gg3 img {
    border-radius: 8px;
    width: 100%;
}

.footer {
    width: 100vw;
    height: 290px;
    background: #3c3c3c;
    overflow: hidden;
    position: relative;
}

.footer .all {
    width: 68vw;
    min-width: 1200px;
}

.footnav {
    height: 66px;
    text-align: center;
}

.footnav li {
    display: inline-block;
    /* min-width: 120px; */
    height: 66px;
    line-height: 66px;
    font-size: 1vw;
    padding: 0 33px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fadress {
    width: 100%;
    height: 180px;
    border-top: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
    padding: 30px 150px;
}

.flogo {
    float: left;
    width: 200px;
    text-align: center;
}

.flogo p {
    font-size: 1.2vw;
    line-height: 2;
}

.fww {
    float: left;
    margin-top: 10px;
    margin-left: 60px;
    font-size: .9vw;
    line-height: 1.8;
}

.fww strong {
    font-size: 1vw;
}

.fww a {
    display: block;
}

.fdd {
    float: left;
    margin-top: 15px;
    margin-left: 80px;
    font-size: .9vw;
    line-height: 1.8;
}

.ewm {
    float: right;
    width: 110px;
    height: 110px;
    overflow: hidden;
}

.ewm img {
    width: 112px;
    height: 112px;
}

.ewm div {
    float: left;
    margin-top: 93px;
    width: 95px;
    text-align: r;
    font-size: .8vw;
}

.footer .xia {
    width: 71vw;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #a2a2a2;
    font-size: .8vw;
}

.more {
    width: 120px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #e7e7e7;
    text-align: center;
    line-height: 42px;
    color: #bbb;
    text-transform: uppercase;
}


/**专家团队**/

.itd {
    width: 32%;
    height: 450px;
    margin-right: 1.9%;
    box-shadow: 0px 5px 5px #f1f1f1;
    background: #fff;
}

.ittt {
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-weight: 400;
    text-indent: 59px;
    font-size: 1.3vw;
    background: url(../img/index_05.jpg) no-repeat 12px 14px #009845;
}


/**医生**/

.izjbox {
    float: left;
    width: 45%;
    height: auto;
    box-shadow: 0px 5px 5px #f1f1f1;
    margin-top: 30px;
    margin-left: 3.3%;
    padding: 0 4%;
}

.zjpic {
    width: 88px;
    height: 88px;
}

.zjpic img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
}

.zjname {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 10px;
}

.zjname strong {
    display: block;
    font-size: 18px;
    line-height: 20px;
}

.zjabout {
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
}

.zjpf {
    text-align: left;
}

.zjpf p {
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    padding-right: 5px;
}

.zjtj {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding: 15px 0 10px;
}

.zjtj p {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
}

.zjtj p img {
    display: block;
    width: 22px;
}

.jtyy {
    width: 93%;
    height: auto;
    box-shadow: 0px 5px 5px #f1f1f1;
    margin-top: 15px;
}

.jtyy strong {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    padding: 5px 20px 0;
    border-bottom: 1px solid #f1f1f1;
}

.jtyy p {
    line-height: 22px;
    font-size: 14px;
    padding: 8px 20px 8px;
}

.jtyy a {
    padding-right: 20px;
    display: inline-block;
    color: #999;
}

.jtysbb {
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-weight: 400;
    text-indent: 55px;
    font-size: 1.3vw;
    background: url(../img/jiating_02.jpg) no-repeat 2px 12px #fff;
    border-bottom: 1px solid #e7e7e7;
}
.jtysbbx {
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-weight: 400;
    text-indent: 55px;
    font-size: 1.3vw;
    background: url(../img/biyesheng.jpg) no-repeat 2px 12px #fff;
    border-bottom: 1px solid #e7e7e7;
}

.jtyybox {
    width: 100%;
    height: auto;
}

.jtyybox .jtyy {
    float: left;
    width: 48%;
    margin-top: 13px;
}

.jtyybox .jtyy:nth-of-type(2n) {
    float: right;
}

.yaoss {
    text-align: center;
    font-size: 1.2vw;
    line-height: 2vw;
    font-weight: bold;
    margin: 60px auto 30px;
}

.yaodian li {
    float: left;
    margin-left: 2.5%;
    margin-top:15px;
    width: 30%;
    hegiht: 110px;
    overflow: hidden;
}
.yaodian li a{display: block;width: 100%;height: 100%;}

.yaodian li img {
    width: 100%;
    // max-width: 100%;
    display: block;
    margin: auto auto;
    max-height: 100%;
}


/**农医资讯**/

.zixun {
    width: 71vw;
}

.zixbb {
    width: 71vw;
    min-width: 1200px;
    height: 64px;
    margin-bottom: 34px;
}

.zixbb strong {
    float: left;
    display: block;
    width: 175px;
    height: 64px;
    line-height: 64px;
    font-weight: 400;
    text-indent: 55px;
    font-size: 1.3vw;
    background: url(../img/index_08.jpg) no-repeat 12px 14px #009845;
}

.zixbb span {
    float: right;
    display: block;
    width: calc(100% - 175px);
    height: 64px;
    line-height: 63px;
    text-align: right;
    font-size: 1vw;
    color: #666666;
    border-bottom: 1px solid #e7e7e7;
}
.zixbb:hover span{ color:#009845}


		.yunyaofang{overflow:hidden; position:relative;}
		.yunyaofang .bd ul{ overflow:hidden; zoom:1; }
		.yunyaofang .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; position:relative;}
		.yunyaofang .bd ul li .pic{ text-align:center; }
		.yunyaofang .bd ul li .pic img{display:block; width:100%}
		.yunyaofang .white{ position: absolute; color:#fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 1vw;
    text-align: center;
    z-index: 3;
    background: rgba(0, 0, 0, .8);}


/**慈善农联体**/

.csyou {
    width: 293px;
    height: 576px;
    background: url(../img/cs_03.jpg) no-repeat top center;
    padding: 35px 27px 0;
    font-size: .9vw;
    line-height: 1.6;
    text-align: justify;
}

.csbtn {
    width: 88%;
    height: 44px;
    line-height: 44px;
    font-size: 1vw;
    text-align: center;
    background: #009845;
    border-radius: 5px;
    margin-top: 30px;
}

.csbox {
    width: 830px;
}

.csbox ul {
    width: 830px;
    height: 610px;
    background: url(../img/cs_01.jpg) no-repeat top center;
    position: relative;
    margin-top: 50px;
}

.csbox li {
    position: absolute;
    width: 180px;
    height: 110px;
    font-size: 1.3vw;
    line-height: 1.7;
}

.csbox li span {
    display: block;
    font-size: 1vw;
    line-height: 1.5;
}

.csbox li.ll1 {
    left: 80px;
    top: 45px;
}

.csbox li.ll2 {
    left: 595px;
    top: 75px;
}

.csbox li.ll3 {
    left: 53px;
    top: 340px;
}

.csbox li.ll4 {
    left: 584px;
    top: 330px;
}

.csbox .btn {
    position: absolute;
    bottom: 0;
    left: 280px;
    width: 285px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3vw;
    text-align: center;
    background: url(../img/cs_02.jpg) no-repeat 185px 5px #009845;
    border-radius: 8px;
    margin-top: 20px;
    padding-right: 50px;
}

@media screen and (max-width:1440px) {
    .csbox .btn {
        font-size: 23px;
    }
    .zixbb strong {
        font-size: 23px;
    }
    .csyou {
        font-size: 1.2vw;
        line-height: 2;
    }
    .csbtn {
        font-size: 1.3vw;
    }
}

.csxx {
    width: 100%;
    padding: 0px 25px 25px;
    border-bottom: 1px solid #e7e7e7;
}

.csxx_2 {
    width: 100%;
    padding: 0px 25px 25px !important;
}

.csxx:last-child {
    border-bottom: 0;
    padding: 23px 25px 25px;
}

.csxx strong {
    display: block;
    width: 100%;
    height: 2vw;
    font-size: 1.6vw;
    line-height: 2vw;
}

.csxxii {
    float: left;
    width: 270px;
    margin-right: 40px;
    margin-top: 16px;
}

.csxxii img {
    float: left;
    width: 270px;
    height: 172px;
}

.csxx strong {
    display: block;
}

.heiwz {
    display: table;
    vertical-align: middle;
}

.csxx p {
    font-size: 1.1vw;
    line-height: 1.3;
    padding-bottom: 17px;
    text-align: justify;
}

.csxx p span {
    display: block;
    width: 100%;
    font-size: 1vw;
    line-height: 30px;
    margin-top: 10px;
    text-align: right;
}


/****/

.csbox-r {
    width: 293px;
}

.csbox-yy img {
    max-width: 293px;
}

.csxy {
    width: 293px;
    height: auto;
    padding: 5px;
    background: #f7f7f7;
}

.csxytt {
    height: 50px;
    line-height: 50px;
    text-indent: 45px;
    font-size: 1.4vw;
    font-weight: bold;
    background: url(../img/cs_06.jpg) no-repeat 7px 6px;
}

.csxy ul {
    width: 283px;
    height: 262px;
    background: #fff;
}

.csxy ul li {
    display: block;
    background: url(../img/cs_08.jpg) no-repeat 4px 6px;
    font-size: 16px;
    line-height: 34px;
    text-indent: 27px;
}

.csxy p {
    float: left;
    width: 134px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: center;
}

.csxy p img {
    width: 134px;
    height: 75px;
    overflow: hidden;
}

.csxy p span {
    text-align: center;
}


/**banner**/

.csBox {
    margin-top: 10px;
    width: 280px;
    height: 205px;
    overflow: hidden;
    position: relative;
}

.csBox .hd {
    height: 30px;
    overflow: hidden;
    z-index: 1;
}

.csBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.csBox .hd ul li {
    float: left;
    margin-right: 6px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-indent: 60px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.csBox .hd ul li.on {
    background: #8bebc5;
    color: #fff;
}

.csBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.csBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.csBox .bd img {
    width: 100%;
    height: 165px;
    overflow: hidden;
}

.csBox .bd p {
    width: 100%;
    height: 35px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    margin: 0 auto;
    text-indent: 0;
}

.csBox .prev,
.csBox .next {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 38px;
    height: 165px;
    background: url(../img/zz.png) no-repeat;
}

.csBox .next {
    left: auto;
    right: 0;
    background: url(../img/yy.png) no-repeat;
}


/**慈善农联体 - 信息填写**/

.csxxtx {
    width: 71vw;
    min-width: 1200px;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 5px 5px #f1f1f1;
}

.tishi {
    width: 100%;
    padding: 23px 45px;
    background: url(../img/cs_09.jpg) no-repeat 14px 22px #fafafa;
}

.biaoda {
    width: 100%;
    padding: 10px 0 30px 20px;
}

.biaoda ul {
    margin-top: 20px;
    display: table;
    width: 100%;
}

.biaoda li {
    float: left;
    /* height: 50px; */
    line-height: 50px;
    font-size: 22px;
}

.bdw1 {
    width: 100px;
}

.bdw2 {
    width: 100%;
}

.bdw3 {
    width: 50%;
}

.biaoda li input {
    width: 260px;
    height: 50px;
    font-size: 1vw;
    line-height: 48px;
    font-size: 22px;
    border: 1px solid #e7e7e7;
    padding: 0 5px;
    margin-right: 13px;
}

.biaoda li p {
    float: left;
    padding-right: 10px;
}

.biaoda li select {
    width: 108px;
    height: 44px;
    line-height: 42px;
    font-size: 20px;
    border: 1px solid #e7e7e7;
    background: url(../img/cs_11.jpg) no-repeat 80px 7px #fff;
    padding: 0 15px;
    margin-right: 13px;
}

.biaoda li input.aui-radio {
    width: 24px;
    height: 24px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
}

.biaoda li .aui-radio:checked {
    background-color: #666;
    border: solid 1px #666;
    text-align: center;
    background-clip: padding-box;
}

.biaoda label {
    margin-right: 20px;
    margin-left: 5px;
}

.biaoda textarea {
    width: 97%;
    height: 145px;
    padding: 5px;
    font-size: 1vw;
    line-height: 26px;
    border: 1px solid #e7e7e7;
}

.baocun {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.1vw;
    background: #009845;
    border-radius: 5px;
    margin: 30px auto;
}


/**弹出登录框**/

.xzbg {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.tancbox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transition: all 0.4s;
    margin-top: -300px;
    margin-left: -35vw;
    width: 71vw;
    /* height: 710px; */
    background: #fff;
    border-radius: 18px;
    /* box-shadow: 0 0 30px #e7e7e7; */
    z-index: 100;
}

.dlbbg {
    width: 50%;
    border-radius: 18px 0 0 18px;
}

.dlbbg img {
    width: 100%;
    border-radius: 18px 0 0 18px;
}

.dlbox {
    width: 50%;
    padding: 5% 9% 0;
}

.tancbox .ydl {
    width: 300px;
    height: 30px;
    margin: 40px auto 20px;
}

.tancbox .ydl img {
    display: inline-block;
}

.tancbox .san {
    text-align: center;
    width: 100%;
}

.tancbox .san img {
    display: inline-block;
    margin: 0 25px;
}

.tancbox .zhuan {
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    background: #009845;
    margin-top: 25px;
    border-radius: 5px;
}

.tancbox .dljs {
    width: 100%;
    height: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.tancbox .dljs li {
    float: left;
    width: 50%;
    color: #999;
    text-align: center;
    line-height: 40px;
    font-size: 1.2vw;
}

.tancbox .dljs li:first-child {
    border-right: 1px solid #e7e7e7;
}

.tancbox .dljs li a {
    color: #999;
}

.tancbox .dljs li a.active {
    color: #009845;
}

.tancbox .xzclose {
    position: absolute;
    right: 20px;
    top: 27px;
}

.tancbox .xzclose img {
    width: 26x;
    height: 26px;
}

.inpous {
    width: 100%;
    height: 42px;
    padding: 0 18px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-top: 20px;
}

.inpous input {
    height: 40px;
    line-height: 40px;
    font-size: .8vw;
    background: #fff;
}

.inpous .phone {
    width: 100%;
}

.inpous .yzm {
    float: left;
    width: 60%;
}

.inpous .hqy {
    float: right;
    width: 35%;
    text-align: right;
}

.inpous .hqy img {
    display: inline-block;
}

.tancbox .xie {
    height: 1vw;
    line-height: 1vw;
    font-size: .9vw;
    color: #8c8c8c;
    margin-top: 20px;
}

.aui-switch,
.aui-checkbox {
    width: 1vw;
    height: 1vw;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.8vw;
    margin: 0;
    margin-right: 6px;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-transition: background-color ease 0.1s;
    transition: background-color ease 0.1s;
}


/**注册协议**/

.yszxfv {
    display: none;
    width: 71vw;
    height: 82vh;
    position: fixed;
    left: 50%;
    top: 9%;
    margin-left: -35vw;
    overflow: hidden;
    transition: all 0.4s;
    background: #fff;
    border-radius: 5px;
    z-index: 99999;
}


/* .yszxfv.active { height: 80%; transition: all 0.4s; top: 15%; } */

.topbt {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 50px;
    background: #3b85eb;
    text-align: center;
    color: #fff;
    line-height: 50px;
}

.close {
    position: absolute;
    right: 12px;
    top: 12px;
}

.close img {
    width: 25px;
    height: 25px;
}

.wzld {
    width: 96%;
    height: 80%;
    position: absolute;
    left: 2%;
    top: 10%;
    overflow-y: auto;
    color: #000;
    background: #fff;
    padding: 10px;
}

.wzld::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
}

.wzld::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #d5d5d5;
    border-radius: 10px;
}

.wzld::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
}

@media screen and (min-width:1663px) {
    .tancbox {
        margin-top: -340px;
    }
    .dlbox {
        padding: 90px 7% 0;
    }
}

@media screen and (max-width:1440px) {
    .tancbox {
        width: 1000px;
        margin-left: -500px;
        margin-top: -260px;
    }
    .tancbox .zhuan {
        height: 44px;
        line-height: 44px;
        font-size: 18px;
        background: #009845;
        margin-top: 20px;
        border-radius: 5px;
    }
    .yszxfv {
        width: 1000px;
        margin-left: -500px;
    }
    .dlbox {
        padding: 38px 7% 0;
    }
    .tancbox .dljs {
        height: 30px;
        margin-bottom: 30px;
    }
    .tancbox .dljs li {
        line-height: 30px;
    }
    .inpous,
    .tancbox .xie {
        margin-top: 13px;
    }
}

@media screen and (max-width:1660px) {
    .tancbox .ydl {
        margin-top: 20px;
    }
}


/**专家**/

.zhuanj {
    width: 100%;
    box-shadow: 0 5px 5px #f7f7f7;
    margin-top: 25px;
    margin-bottom: 90px;
}
.zhuanj a{display: block;}

.zhpic {
    float: left;
    width: 190px;
    height: 190px;
    margin: 23px 45px 20px 20px;
}

.zhpic img {
    width: 190px;
    height: 190px;
    border-radius: 50%;
}

.zjsss {
    float: left;
    width: calc(100% - 610px);
}

.zhname {
    font-size: 1.3vw;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}

.zhname strong {
    font-size: 1.8vw;
    padding-right: 20px;
}

.zjbiao {
    font-size: .9vw;
    line-height: 1.3vw;
    margin: 15px 0;
}

.zjbiao span {
    background: #fff1d6;
    padding: 0 5px;
    margin-right: 7px;
}

.zjjies {
    font-size: 1vw;
    line-height: 1.7;
}

.zjyzbox {
    float: right;
    width: 331px;
    padding: 0 10px;
    border-left: 1px solid #f1f1f1; height:190px;
}

.zjyzbox p {
    float: left;
    display: block;
    width: 50%;
    height: 125px;
    text-align: center;
    font-size: 1.2vw;
    line-height: 2;
    /*border-bottom: 1px solid #f1f1f1;*/
    padding-top:70px;
}

.zjyzbox p:nth-of-type(3),
.zjyzbox p:nth-of-type(4) {
    border-bottom: 0;
    padding-top: 25px;
    height: 150px;
}

.zjyzbox p span {
    display: block;
    width: 100%;
    font-size: 2vw;
    line-height: 2vw;
}

.zjyzbox p img {
    width: 2vw;
    height: 2vw;
}

@media screen and (max-width:1660px) {
    .zjyzbox p {
        height: 115px;
        padding-top: 15px;
    }
    .zjyzbox p:nth-of-type(3),
    .zjyzbox p:nth-of-type(4) {
        padding-top: 20px;
    }
}

@media screen and (max-width:1440px) {
    .zjyzbox {
        width: 290px;
    }
    .zjyzbox p {
        height: 95px;
        padding-top: 20px;
    }
    .zjyzbox p:nth-of-type(3),
    .zjyzbox p:nth-of-type(4) {
        padding-top: 25px;
    }
    .zjyzbox p img {
        width: 2.3vw;
        height: 2.3vw;
    }
}


/**联系我们**/

.bianb {
    box-shadow: 0px 5px 5px #f7f7f7;
}

.zuoce {
    width: 333px;
    /* background: url(../img/lxwmbg.jpg) repeat-x#49d6c6; */
    background: -webkit-linear-gradient(0deg, #38d0b4, #54dad0);
    background: -o-linear-gradient(0deg, #38d0b4, #54dad0);
    background: -moz-linear-gradient(0deg, #38d0b4, #54dad0);
    background: linear-gradient(0deg, #38d0b4, #54dad0);
    padding-bottom: 30px;
    overflow: hidden;
}

.zuoce li {
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 1.2vw;
    text-indent: 40px;
}

.zuoce li:hover,
.zuoce li.active {
    /* background: url(../img/san.png) no-repeat 295px 23px rgba(255, 255, 255, .4); */
    background: url(../img/san.png) no-repeat 295px 23px #54dad0;
    border-left: 4px solid #fff;
    box-shadow: 0px 0px 6px #01ab95;
    text-indent: 36px;
}

.zuoce_1 {
    width: 240px;
    background: #f7f7f7;
    padding-bottom: 30px;
    padding-top: 55px;
    overflow: hidden;
}

.zuoce_1 li {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 1.1vw;
    text-indent: 40px;
}

.zuoce_1 li:hover,
.zuoce_1 li.active {
    background: url(../img/san_1.png) no-repeat 200px 23px #fff;
    border-left: 4px solid #009845;
    text-indent: 36px;
}


/****/

.youce {
    width: calc(100% - 333px);
}

.youce h1 {
    width: 100%;
    line-height: 2vw;
    font-size: 1.6vw;
    padding: 10px 40px 17px;
    border-bottom: 1px solid #f1f1f1;
}

.youce .zheng {
    width: 100%;
    line-height: 1.5;
    font-size: 1vw;
    padding: 10px 40px;
	
}
.youce .lianxi{
    width: 100%;
    line-height: 2.9;
	font-size: 1vw;
    padding: 10px 40px;
	
}


/**咨询内容**/

.newzuo {
    width: calc(100% - 293px);
    padding-right: 50px;
}

.newzuo h1 {
    width: 100%;
    line-height: 2vw;
    font-size: 1.6vw;
    padding: 30px 0px 25px;
    border-bottom: 1px solid #f1f1f1;
}

.newfbs {
    color: #999;
    padding: 18px 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
}

.newzuo p {
    line-height: 1.7;
    font-size: 1.1vw;
}

.newzuo .zheng {
    width: 100%;
    line-height: 1.5;
    font-size: 1vw;
    padding: 0px 0px;
}

.newzuo .zheng video{display: block;width: 600px;height: 450px;margin: 0 auto;}

.newzuo .zheng p {
    text-align: justify;
    line-height: 2;
    font-size: 1vw;
}

.newzuo .zheng p img {
    max-width: 100%;
}


/**咨询列表**/

.newtable {
    padding: 50px 20px;
    border-bottom: 1px solid #f7f7f7;
}

.newtable:hover {
    box-shadow: 0 5px 5px #f7f7f7;
}

.ntimg {
    float: left;
    width: 360px;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.ntimg img {
    width: 100%;
    /* height: 220px; */
    /* min-height: 100%; */
    overflow: hidden;
    position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);
}

.ntzw {
    float: right;
    width: calc(100% - 400px);
    font-size: .9vw;
    line-height: 2;
    padding-top: 20px;
}

.ntzw p {
    font-size: .9vw;
    line-height: 1.5;
    margin-top: 5px;
}

.nttt {
    font-size: 1vw;
    line-height: 2;
    font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}

.ntzw div {
    margin-bottom: 5px;
}

.shenqingbiao {
    width: 90%;
    margin: 0 auto;
    /* min-width: 1100px; */
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}

.shenqingbiao td {
    width: 16.6%;
    font-size: 1.2vw;
    line-height: 2vw;
    padding: 12px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.shenqingbiao input {
    width: 100%;
    height: 2vw;
    font-size: 1.2vw;
    line-height: 2vw;
}

input.aui-radio1 {
    width: 1.2vw;
    height: 1.2vw;
    line-height: 1vw;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    cursor: default;
}

.ccst {
    display: block;
    float: left;
}

.ccinput {
    display: block;
    float: left;
}

.shenqingbiao textarea {
    width: 100%;
    height: 6vw;
    font-size: 1.2vw;
    line-height: 2vw;
}


/**预约医生**/

.yuyuebox {
    width: 100%;
    min-height: 300px;
    padding: 20px 30px;
    background: #fafafa;
    margin-top: 20px;
}

.yybiao {
    width: 60%;
    line-height: 2vw;
    font-size: 1.2vw;
}

.yybiao p {
    margin-bottom: 5px;
}

.hbsc {
    width: 600px;
    height: 44px;
    line-height: 42px;
    font-size: 1.1vw;
    border: 0px solid #e7e7e7;
    background: url(../img/cs_11.jpg) no-repeat 565px 7px #fff;
    padding: 0 15px;
    margin-right: 13px;
}

.bqms {
    width: 100%;
    height: 110px;
    font-size: 1vw;
    line-height: 26px;
    padding: 7px;
}

.sczp {
    width: 32%;
    line-height: 2vw;
    font-size: 1.2vw;
}

.sczp p {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: .9vw;
}

.picbox {
    background-color: #fff;
    padding-top: 10px;
}

.picbox li {
    float: left;
    width: 31%;
    height: 100px;
    margin-left: 2%;
    margin-bottom: 10px;
    overflow: hidden;
}

.picbox li img {
    width: 100%;
    height: 100px;
}

.yulist {
    width: calc(100% - 680px);
    margin-left: 60px;
}

.yuzhuan {
    width: 100%;
    box-shadow: 0 5px 5px #f7f7f7;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.yupic {
    float: left;
    width: 90px;
    height: 90px;
    margin: 45px 20px 20px 25px;
    overflow: hidden;
}

.yupic img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.chuzhen {
    width: 100%;
}

.chuzhen li {
    float: left;
    width: 50%;
}

.yusss {
    float: left;
    width: calc(100% - 150px);
}

.yusss .zhname {
    font-size: .9vw;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

.yusss .zhname strong {
    font-size: 1.1vw;
    padding-right: 10px;
}

.yusss .zjjies {
    font-size: 1vw;
    line-height: 1.7;
}

.yuyzbox {
    width: 50%;
    margin-left: 0;
}

.yuyzbox p {
    float: left;
    display: block;
    padding-right: 20px;
}

.yuyzbox p span {
    padding-left: 4px;
}

.yuyuean {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.yuebtn {
    width: 87px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    text-indent: 36px;
    background: url(../img/yu_03.jpg) no-repeat 11px 4px #009845;
    border-radius: 3px;
    margin: 0 auto 7px;
}

.zxyuee {
    position: absolute;
    right: 25px;
    bottom: 15px;
}

.zxyuee p {
    margin-top: 15px;
}

.zxyuee img {
    width: 25px;
}

.wenda {
    width: 100%;
    font-size: 1vw;
    line-height: 1.8;
}

.wenda ul {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px;
    margin-bottom: 30px;
}

.wenda dd {
    margin-bottom: 10px;
}

.wenda span {
    height: 1.8vw;
    width: 1.9vw;
    padding: 0 0.2vw;
    border-radius: 3px;
    background: #009845;
    margin-right: 5px;
}

.wenda .wtime {
    float: right;
    margin-right: 30px;
}

.zhjs,
.yuyzbox,
.zxyuee p,
.yuyzbox p,
.yuyuean p {
    font-size: .9vw;
    line-height: 1.5;
}

@media screen and (max-width:1860px) {
    .yulist {
        width: calc(100% - 640px);
        margin-left: 50px;
    }
}

@media screen and (max-width:1440px) {
    .yulist {
        width: calc(100% - 640px);
        margin-left: 50px;
    }
    .wenda ul {
        padding: 10px;
        margin-bottom: 20px;
    }
    .zxyuee {
        bottom: 25px;
    }
    .yupic {
        margin: 25px 20px 20px 25px;
    }
}

img{max-width: 100%;}

/*分页列表*/
.m-pages { margin-top: 40px;margin-bottom: 40px;}
.m-pages .m-overview { margin: 0 10px 0 0; line-height: 28px;}
.m-pages a, .m-pages span { display: inline-block; padding: 0 12px; height: 26px; line-height: 26px; border: 1px solid #E2E2E2; border-right: none; font-size: 12px; vertical-align: middle;}
.m-pages a { cursor: pointer;}
.m-pages a em { font-family: 'sim sun'; font-size: 16px;}
.m-pages a:hover { color: #159688;}
.m-pages a.u-prev { border-radius: 2px 0 0 2px;}
.m-pages a.u-next { border-right: 1px solid #E2E2E2; border-radius: 0 2px 2px 0;}
.m-pages a.u-disabled { color: #D2D2D2;}
.m-pages span.u-dot { font-weight: 700; color: #999;}
.m-pages span.u-item-act { height: 28px; line-height: 28px; border: none; color: #fff; border-radius: 2px;}

/*上一篇下一篇*/
.m-clips{ border:1px solid #f1f1f1; border-left:none;border-right:none; padding:10px 0; margin-top:30px;}