/**reset s*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

fieldset, img {
    border: none;
}

img {
    border: 0;
}

address, caption, cite, code, dfn, var, em, i, sub, sup {
    font-style: normal;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #444 !important;
    background-color: transparent;
    transition: background-color 50000s ease-in-out 0s;
}

select, input {
    vertical-align: middle;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #666;
    font: 18px/1.5 "microsoft yahei";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:visited,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #00a39a;
}

.fl {
    float: left;
}

.rt {
    float: right;
}

.pr {
    position: relative;
}

.w {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

/*reset e*/
/*.module-* s*/
.module-title {
    overflow: hidden;
    position: relative;
    background: url(../img/img-75.png) repeat-x left bottom;
    height: 50px;
}

.module-title p {
    background: url(../img/img-76.png) no-repeat;
    float: left;
    font-size: 24px;
    color: #000;
    padding-left: 60px;
}

.module-title .page-crumbs-bar {
    position: absolute;
    right: 0;
    top: 16px;
    margin: 0;
}

/*.module-* e*/
/*.page-* s*/

.page-nav-2 {
    min-width: 1300px;
}

.page-nav-2 .nav-line {
    height: 12px;
    background: url(../img/line-1.jpg) repeat-x;
    margin-bottom: 1px;
}

.page-nav-2 .nav {
    background-color: #00a39a;
}

.page-nav-2 .nav-ul .far-link {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    width: 130px;
    display: block;
    color: #fff;
    text-align: center;
}

.page-nav-2 .nav .far-li:hover .far-link {
    background-color: #007666;
}


.page-nav-2 .nav-ul ol li a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 33px;
    text-align: center;
    padding: 0 16px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-nav-2 .nav-ul ol li a:hover {
    color: #ffe599;
}

.page-nav-2 .nav .far-li {
    float: left;
    position: relative;
}

.page-nav-2 .olli {
    position: relative;
}

.page-nav-2 .olli.active > .arrow {
    background-color: #008f87;
}

.page-nav-2 .nav-ul ol {
    padding: 10px 0;
    border-radius: 7px;
    background-color: #00a39a;
}

.page-nav-2 .nav-ul ol ol {
    top: 0;
    left: 200px;
    position: absolute;
    width: 200px;
    background-color: #00a39a;
    z-index: 9999;
    display: none;
}

.page-nav-2 .nav-ul .far-li.active .far-link {
    background: url(../img/img-1.png) no-repeat;
    color: #fff;
}

.page-nav-2 .nav-ul a.arrow {
    background: url(../img/ico-arrow-white.png) no-repeat right center;
}


.page-submenu {
    margin: 33px 0;
}

.page-submenu .listt {
    overflow: hidden;
}

.page-submenu .listt li {
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    margin-right: 20px;
}

.page-submenu .listt li a {
    display: block;
    color: #000;
    background: url(../img/img-80.png) no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 8px;
}

.page-submenu .listt li.active a {
    background: url(../img/img-79.png) no-repeat;
    color: #fff;
}

.page-crumbs-bar {
    line-height: 1;
    font-size: 15px;
    color: #666;
    margin: 25px 0;
}

.page-crumbs-bar a {
    color: #666;
}

.page-crumbs-bar i {
    margin: 0 8px;
    font-family: SimSun;
}

.page-crumbs-bar span {
    color: #afafaf;
}

.page-top-nav {
    background-color: #00a39a;
    height: 37px;
    line-height: 37px;
    min-width: 1300px;
}

.page-top-nav .welcome {
    color: #fff;
    font-size: 13px;
    font-family: simsun;
}

.page-top-nav .subNav {
    overflow: hidden;
}

.page-top-nav .subNav li {
    float: left;
}

.page-top-nav .subNav li a {
    color: #fff;
    font-size: 13px;
    font-family: simsun;
    display: block;
}

.page-top-nav .subNav li.line {
    margin: 0 8px;
    color: #fff;
    font-size: 13px;
    font-family: simsun;
}

.page-header {
    height: 212px;
    background: url(../img/bg-1.jpg) no-repeat bottom center;
    min-width: 1300px;
}

.page-header-2 {
    background-position: 100px center;
}

.page-header .logo {
    margin-top: 18px;
    float: left;
    margin-left: 15px;
}

.page-header .logo h1 a {
    width: 600px;
    height: 130px;
    background: url(../img/logo-1.png) no-repeat;
    display: block;
    text-indent: -2000em;
}

.page-header .search-wrap {
    float: right;
    margin-right: 57px;
    margin-top: 60px;
}

.page-header .search-wrap .search {
    border: 1px solid #782700;
}

.page-header .search-wrap .search-ipt {
    float: left;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    border-right: 0;
    width: 226px;
    padding: 0 10px 0 15px;
    font-size: 14px;
    color: #333;
    border: 0;
}

.page-header .search-wrap .search-ipt::-webkit-input-placeholder {
    font-size: 14px;
    color: #ccc;
}

.page-header .search-wrap .search-btn {
    float: left;
    width: 52px;
    height: 40px;
    background: url(../img/ico-search-1.png) no-repeat center center #00a39a;
    cursor: pointer;
}

.page-header .search-wrap .search-btn:hover {
    opacity: .85;
}

.page-nav {
    min-width: 1403px;
}

.page-nav .nav-ul .far-li {
    position: relative;
    float: left;
}

.zyy-sub-list {
    position: absolute;
    top: 58px;
    z-index: 1000;
    color: #666;
    text-align: center;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    display: none;
}

.page-nav .nav-ul li .far-link {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    width: 130px;
    font-weight: 700;
    color: #222;
    display: block;
    text-align: center;
}

.page-nav .nav-ul li .far-link:hover {
    background: url(../img/img-1.png) no-repeat;
    color: #fff;
}


.page-nav .nav-ul li .far-link1 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    width: 233px;
    font-weight: 700;
    color: #222;
    display: block;
    text-align: center;
}

.page-nav .nav-ul li .far-link1:hover {
    background: url(../img/img1-1.png) no-repeat;
    color: #fff;
}

.page-nav .nav-ul ol li a {
    display: block;
    font-size: 16px;
    color: #222;
    line-height: 33px;
    text-align: center;
    padding: 0 16px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-nav .nav-ul ol li a:hover {
    color: #00a39a;
}

.page-nav .nav .far-li {
    float: left;
}

.page-nav .olli {
    position: relative;
}

.page-nav .olli.active > .arrow {
    background-color: #dcdcdc;
}

.page-nav .nav-ul ol {
    padding: 10px 0;
    border-radius: 7px;
    background-color: #f1f1f1;
}

.page-nav .nav-ul ol ol {
    top: 0;
    left: 200px;
    position: absolute;
    width: 200px;
    background-color: #f1f1f1;
    z-index: 9999;
    display: none;
}

.page-nav .nav-ul .far-li.active .far-link {
    background: url(../img/img-1.png) no-repeat;
    color: #fff;
}

.page-nav .nav-ul a.arrow {
    background: url(../img/ico-arrow-white.png) no-repeat right center;
}

.page-footer {
    background-color: #191514;
    min-width: 1300px;
}

.page-footer .fri-link-wrap {
    border-bottom: 1px solid #413d3b;
}

.page-footer .fri-link-wrap .tb {
    display: table;
    width: 100%;
    height: 100%;
}

.page-footer .fri-link-wrap .tbin {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.page-footer .fri-link {
    overflow: hidden;
    padding: 22px 0;
    display: inline-block;
}

.page-footer .fri-link .item {
    float: left;
}

.page-footer .fri-link .item a {
    font-size: 16px;
    color: #fff;
}

.page-footer .fri-link .item a:hover {
    text-decoration: underline;
}

.page-footer .fri-link .line {
    margin: 0 40px;
    width: 3px;
    height: 12px;
    background: url(../img/ico-3.png) no-repeat;
    float: left;
    margin-top: 6px;
}

.page-footer .copyright {
    height: 205px;
}

.page-footer .copyright .icon {
    width: 67px;
    height: 146px;
    background: url(../img/img-14.jpg) no-repeat;
    float: left;
    margin-left: 167px;
    margin-top: 17px;
}

.page-footer .copyright .img {
    float: left;
    margin-left: 167px;
    margin-top: 17px;
}

.page-footer .copyright .cpy {
    float: left;
    margin-left: 30px;
    margin-top: 40px;
}

.page-footer .copyright .cpy p {
    margin-bottom: 20px;
    font-size: 14px;
    font-family: simsun;
    color: #fff;
}

.page-footer .copyright .cpy p span,
.page-footer .copyright .cpy p a {
    font-size: 14px;
    font-family: simsun;
    color: #fff;
}

.page-footer .copyright .cpy p a:hover {
    text-decoration: underline;
}

.page-footer .copyright .pos-right {
    position: absolute;
    right: 270px;
    top: 30px;
}

.page-footer .copyright .pos-right .code_1 {
    float: left;
}

.page-footer .copyright .pos-right .code_1 .iimg {
    width: 92px;
    height: 92px;
    display: block;
    margin: 0px auto 9px;
}

.page-footer .copyright .pos-right .code_1 p {
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}

.page-footer .copyright .pos-right .code_1 p .ico {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 7px;
}

.page-footer .copyright .pos-right .link {
    float: left;
    margin-top: 8px;
    margin-left: 19px;
}


.page-page {
    text-align: center;
    font-size: 0;
    margin: 60px 0;
}

.page-page table td {
    font-size: 14px;
}

.page-page a {
    transition: none;
}

.page-page table td b {
    font-size: 16px;
    color: #666;
}

.page-page span {
    color: #C0C0C0;
    display: inline-block;
    cursor: not-allowed;
    padding: 0 10px;
    border: 1px solid #C0C0C0;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.page-page a span {
    color: #333;
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.page-page select {
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    margin-top: -3px;
    padding: 5px 0;
    background: transparent;
}

/*.page-* e*/
/*.overview-* s*/
.overview-ad {
    height: 534px;
    background: url(../img/img-12.jpg) no-repeat top center;
    min-width: 1300px;
}

.overview-culture {
    padding: 60px 0;
    overflow: hidden;
}

.overview-culture .desc {
    font-size: 23px;
    color: #222;
    line-height: 44px;
    float: left;
    width: 891px;
    margin-top: 50px;
    text-indent: 2em;
    text-align: justify;
}

.overview-culture .title {
    float: left;
    margin-left: 125px;
    margin-top: 90px;
}

.overview-culture .title img {
    display: block;
}

.overview-culture .slogan {
    float: right;
}

.overview-culture .slogan img {
    display: block;
}

.overview-expert {
    height: 649px;
    background: url(../img/img-13.jpg) no-repeat center center;
    overflow: hidden;
    min-width: 1300px;
}

.overview-expert .title {
    margin: 44px auto 60px;
    width: 223px;
}

.overview-expert .title img {
    display: block;
}

.overview-expert .expertScroll-left {
    position: relative;
}

.overview-expert .expertScroll-left .bd {
    height: 343px;
    overflow: hidden;
}

.overview-expert .expertScroll-left .tempWrap {
    width: 1300px !important;
}

.overview-expert .expertScroll-left .picList {
    overflow: hidden;
    zoom: 1
}

.overview-expert .expertScroll-left .picList li {
    float: left;
    width: 185px;
    height: 293px;
    background: url(../img/img-5.png) no-repeat;
    margin-right: 43px;
    overflow: hidden;
    padding: 25px 21px;
}

.overview-expert .expertScroll-left .picList li a {
    display: block;
}

.overview-expert .expertScroll-left .picList .expert-pic {
    width: 175px;
    height: 231px;
    display: block;
    margin: 0 auto 3px;
}

.overview-expert .expertScroll-left .picList li:hover .expert-pic {
    filter: brightness(1.15);
    -webkit-filter: brightness(1.15);
}

.overview-expert .expertScroll-left .picList .expert-name {
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overview-expert .expertScroll-left .picList .expert-office {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overview-expert .expertScroll-left .hd {
    margin-top: 70px;
}

.overview-expert .expertScroll-left .hd ul,
.overview-expert .expertScroll-left .hd li {
    font-size: 0;
    text-align: center;
}

.overview-expert .expertScroll-left .hd ul li li {
    width: 19px;
    height: 19px;
    display: inline-block;
    background: url(../img/ico-1.png) no-repeat;
    margin: 0 3px;
    cursor: pointer;
}

.overview-expert .expertScroll-left .hd ul li.on {
    background-image: url(../img/ico-2.png);
}

.overview-honor {
    height: 638px;
    background: url(../img/img-15.jpg) no-repeat top center;
    overflow: hidden;
    min-width: 1300px;
}

.overview-honor .title {
    margin: 44px auto 60px;
    width: 223px;
}

.overview-honor .title img {
    display: block;
}

.overview-honor .honorScroll-left {
    position: relative;
}

.overview-honor .honorScroll-left li {
    width: 277px;
    height: 193px;
    float: left;
    margin-right: 64px;
}

.overview-honor .honorScroll-left li img {
    display: block;
    width: 100%;
    height: 100%;
}

.overview-honor .honorScroll-left .prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 20px;
    height: 40px;
    background: url(../img/img-10.png) no-repeat;
    opacity: 0.5;
    z-index: 999;
}

.overview-honor .honorScroll-left .next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 20px;
    height: 40px;
    background: url(../img/img-11.jpg) no-repeat;
    opacity: 0.5;
    z-index: 999;
}

.overview-honor .honorScroll-left .prev:hover,
.overview-honor .honorScroll-left .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.overview-honor .honorScroll-left .tempWrap {
    width: 1300px !important;
}

.overview-honor .lnk-list {
    overflow: hidden;
    padding: 0 23px 0 134px;
    margin-top: 136px;
}

.overview-honor .lnk-list .item {
    float: left;
    margin-right: 135px;
    width: 150px;
    height: 40px;
}

.overview-honor .lnk-list .item a {
    display: block;
    background: url(../img/img-8.png) no-repeat;
    font-size: 25px;
    color: #111;
    font-weight: 700;
    font-family: "simsun";
    text-align: center;
    line-height: 40px;
}

.overview-honor .lnk-list .item a:hover {
    color: #00a39a;
}

.index-main {
    height: 842px;
    background: url(../img/img-30.jpg) no-repeat bottom center;
    min-width: 1300px;
}

.index-main .list {
    overflow: hidden;
    padding: 157px 0 0;
}

.index-main .list .item {
    float: left;
    width: 228px;
    margin: 0 48.5px;
}

.index-main .list .item a {
    display: block;
    width: 123px;
    height: 292px;
    margin: 0 auto;
}

.index-main .list .item a img {
    display: block;
    transition: all .3s;
}

.index-main .list .item a:hover img {
    transform: scale(1.05);
}

.index-main .list .item .desc {
    margin-top: 25px;
    position: relative;
    padding: 0 7px;
    font-size: 12px;
    color: #4b200f;
    text-align: center;
}

.index-main .list .item .desc:before {
    content: '';
    width: 1px;
    height: 27px;
    background: #552c1c;
    left: 0;
    top: 4px;
    position: absolute;
}

.index-main .list .item .desc:after {
    content: '';
    width: 1px;
    height: 27px;
    background: #552c1c;
    right: 0;
    top: 4px;
    position: absolute;
}

.index-main .list .item .img img {
    display: block;
    width: 228px;
    height: 177px;
}

.index-main .hotlink-list {
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: 660px;
}

.index-main .hotlink-list .item {
    margin-bottom: 20px;
}

.index-main .hotlink-list .item a .img {
    width: 102px;
    height: 102px;
    background: url(../img/img-22.png) no-repeat;
    display: block;
}

.index-main .hotlink-list .item a .img img {
    margin-top: 17px;
    margin-left: 17px;
    transition: all .5s;
}

.index-main .hotlink-list .item a:hover .img img {
    transform-style: preserve-3d;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.index-main .hotlink-list .item a p {
    font-size: 20px;
    color: #222;
    text-align: center;
}

.chineseCulture-ad img {
    width: 100%;
    min-width: 1300px;
}

.chineseCulture-bg {
    background: url(../img/img-33.png) repeat;
    min-width: 1300px;
}

.chineseCulture-doctor {
    position: relative;
    overflow: hidden;
}

.chineseCulture-doctor .rotation-img {
    animation: rotate 32s linear both infinite;
    position: absolute;
    top: 24px;
    left: 10px;
}

.chineseCulture-doctor .title {
    margin: 55px auto 0;
    width: 427px;
}

.chineseCulture-doctor .title img {
    display: block;
}

.chineseCulture-doctor .doctorScroll-left {
    padding-top: 43px;
}

.chineseCulture-doctor .doctorScroll-left .bd {
    height: 469px;
    overflow: hidden;
}

.chineseCulture-doctor .doctorScroll-left .tempWrap {
    width: 1300px !important;
}

.chineseCulture-doctor .doctorScroll-left .picList {

    padding-top: 90px !important;
}

.chineseCulture-doctor .doctorScroll-left li {
    position: relative;
    width: 218px;
    float: left;
    margin-right: 52.5px;
}

.chineseCulture-doctor .doctorScroll-left li .avatar {
    position: absolute;
    left: 50%;
    margin-left: -77px;
    top: -85px;
}

.chineseCulture-doctor .doctorScroll-left li .cnt {
    width: 100%;
    height: 274px;
    background: url(../img/img-37.png) no-repeat;
    padding-top: 105px;
}

.chineseCulture-doctor .doctorScroll-left li .cnt .tl {
    text-align: center;
    font-size: 0;
    margin-bottom: 5px;
}

.chineseCulture-doctor .doctorScroll-left li .cnt .tl img {
    display: inline-block;
}

.chineseCulture-doctor .doctorScroll-left li .cnt .desc {
    padding: 0 14px;
    font-size: 12px;
    color: #fff;
    text-align: justify;
    text-indent: 2em;
    line-height: 20px;
}

.chineseCulture-cult {
    height: 893px;
    background: url(../img/img-44.png) no-repeat top center;
    margin-top: 40px;
    overflow: hidden;
}

.chineseCulture-cult .title {
    width: 437px;
    margin: 77px auto 66px;
}

.chineseCulture-cult .title img {
    width: 100%;
    display: block;
}

.chineseCulture-cult .list {
    overflow: hidden;
    width: 1324px;
}

.chineseCulture-cult .list .item {
    width: 638px;
    float: left;
    margin-right: 24px;
    height: 97px;
    margin-bottom: 50px;
}

.chineseCulture-cult .list .item .pr {
    padding-right: 110px;
}

.chineseCulture-cult .list .item .tl {
    font-size: 20px;
    color: #56381b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../img/img-43.png) no-repeat left center;
    padding-left: 20px;
    font-weight: 400;
}

.chineseCulture-cult .list .item .more-btn {
    position: absolute;
    right: 0;
    top: 2px;
    color: #9c4d2b;
}

.chineseCulture-cult .list .item .desc {
    margin-top: 20px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    height: 67px;
    color: #222;
}

.chineseCulture-knowledge {
    margin-top: -137px;
    padding-bottom: 94px;
}

.chineseCulture-knowledge .cultScroll-left .tempWrap {
    width: 1300px !important;
}

.chineseCulture-knowledge .title {
    margin: 55px auto 60px;
    width: 433px;
}

.chineseCulture-knowledge .title img {
    display: block;
}

.chineseCulture-knowledge .list {
    overflow: hidden;
}

.chineseCulture-knowledge .list .item {
    float: left;
    width: 307px;
    margin-right: 24px;
}

.chineseCulture-knowledge .list .item img {
    width: 100%;
    height: 455px;
}

.chineseCulture-video {
    height: 739px;
    background: url(../img/img-45.jpg) no-repeat top center;
    overflow: hidden;
    min-width: 1300px;
}

.chineseCulture-video .title {
    width: 430px;
    margin: 55px auto 43px;
}

.chineseCulture-video .title img {
    display: block;
}

.chineseCulture-video .video-box {
    width: 855px;
    height: 426px;
    border: 2px solid #0a7578;
    margin: 0 auto;
}

.chineseCulture-lnk-list {
    overflow: hidden;
    padding: 0 23px 0 134px;
    margin-top: 50px;
    margin-bottom: 62px;
}

.chineseCulture-lnk-list .item {
    float: left;
    margin-right: 135px;
    width: 150px;
    height: 40px;
}

.chineseCulture-lnk-list .item a {
    display: block;
    background: url(../img/img-8.png) no-repeat;
    font-size: 25px;
    color: #111;
    font-weight: 700;
    font-family: "simsun";
    text-align: center;
    line-height: 40px;
}

.chineseCulture-lnk-list .item a:hover {
    color: #00a39a;
}

.dj-main .dj-ad img {
    width: 100%;
}

.dj-main .top-line {
    padding: 45px 0;
    box-shadow: inset 0px 27px 28px 0 rgb(288 26 27 / 20%);
}

.dj-main .top-line h2 {
    font-size: 35px;
    font-weight: 700;
    color: #e41a11;
    text-align: center;
}

.dj-main .newstate {
    overflow: hidden;
    background: #fcc9c8;
    height: 407px;
}

.dj-main .focusBox {
    position: relative;
    width: 674px;
    height: 407px;
    overflow: hidden;
    float: left;
}

.dj-main .focusBox .pic img {
    display: block;
    width: 100%;
    height: 407px;
}

.dj-main .focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 49px;
    width: 100%;
    background: url(../img/img-61.png) repeat-x;
}

.dj-main .focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.dj-main .focusBox .txt li {
    line-height: 50px;
    position: absolute;
    bottom: -50px;
}

.dj-main .focusBox .txt li a {
    display: block;
    color: #fff;
    padding-left: 15px;
    font-size: 18px;
    font-family: "microsoft yahei";
    text-decoration: none;
    width: 433px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dj-main .focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    right: 9px;
}

.dj-main .focusBox .num li {
    float: left;
    width: 9px;
    height: 9px;
    margin-right: 9px;
    cursor: pointer;
    z-index: 2;
    background-color: #fff;
    opacity: .95;
    border-radius: 50%;
    filter: alpha(opacity=95);
}

.dj-main .focusBox .num li.on {
    background-color: #fcc9c8;
}

.dj-main .newstate .list {
    overflow: hidden;
    padding: 8px 17px;
}

.dj-main .newstate .list .item {
    padding: 17px 0 23px;
    border-bottom: 1px dashed #dc6d6b;
}

.dj-main .newstate .list .item:last-of-type {
    border-bottom: 0;
}

.dj-main .newstate .list .item .pr {
    padding-right: 110px;
}

.dj-main .newstate .list .item .tl {
    font-size: 20px;
    color: #e41a1b;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

.dj-main .newstate .list .item .tl:hover {
    font-weight: 700;
}

.dj-main .newstate .list .item .date {
    position: absolute;
    right: 0;
    top: 2px;
    color: #333;
}

.dj-main .newstate .list .item .desc {
    margin-top: 3px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    height: 48px;
    color: #222;
}

.dj-main .newstate .list-wrap {
    position: relative;
    width: 626px;
    float: right;
    height: 407px;
}

.dj-main .newstate .list-wrap .more-btn {
    position: absolute;
    bottom: 20px;
    right: 15px;
    font-size: 15px;
    color: #de5e5b;
}

.dj-main .study-study {
    margin-top: 39px;
}

.dj-main .study-study .study {
    float: left;
    width: 877px;
}

.dj-main .study-study .study .hd {
    height: 40px;
    background: url(../img/img-63.png) no-repeat;
    overflow: hidden;
}

.dj-main .study-study .study .hd .tl {
    float: left;
    margin-top: 1px;
}

.dj-main .study-study .study .hd .more-btn {
    float: right;
    margin-top: 6px;
    margin-right: 6px;
}

.dj-main .study-study .study .hd .more-btn img {
    display: block;
}

.dj-main .study-study .study .list .item {
    padding: 11px 0;
    border-bottom: 1px dashed #ddd;
    position: relative;
    padding-right: 110px;
}

.dj-main .study-study .study .list .item .tit {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    background: url(../img/img-65.png) no-repeat left center;
    padding-left: 20px;
}

.dj-main .study-study .study .list .item:hover .tit {
    color: #e41a11;
}

.dj-main .study-study .study .list .item .date {
    position: absolute;
    right: 0;
    top: 11px;
    font-size: 16px;
    color: #b1b1b1;
}

.dj-main .study-study .hotlink {
    float: right;
    width: 423px;
}

.dj-main .study-study .hotlink .item {
    width: 182px;
    height: 109px;
    float: left;
    background: url(../img/img-62.png) no-repeat;
    margin-left: 29px;
    margin-bottom: 22px;
}

.dj-main .study-study .hotlink .item img {
    display: block;
    margin: 8px auto 0;
}

.dj-main .study-study .hotlink .item p {
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.dj-main .adver {
    height: 139px;
    margin-top: 13px;
    margin-bottom: 30px;
}

.dj-main .adver a img {
    width: 100%;
    height: 100%;
    display: block;
}

.dj-main .open {
    height: 689px;
    background: url(../img/img-73.jpg) no-repeat top center;
    overflow: hidden;
    min-width: 1300px;
}

.dj-main .open .title {
    width: 301px;
    height: 103px;
    margin: 42px auto 71px;
}

.dj-main .open .title img {
    display: block;
}

.dj-main .open .list {
    overflow: hidden;
    width: 1324px;
}

.dj-main .open .list .item {
    width: 638px;
    float: left;
    margin-right: 24px;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.dj-main .open .list .item .pr {
    padding-right: 120px;
}

.dj-main .open .list .item .tl {
    font-size: 20px;
    color: #e41a11;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../img/img-65.png) no-repeat left center;
    padding-left: 20px;
    font-weight: 400;
}

.dj-main .open .list .item .date {
    position: absolute;
    right: 0;
    top: 2px;
    color: #222;
    font-size: 20px;
}

.dj-main .open .list .item .desc {
    margin-top: 15px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    height: 67px;
    color: #222;
}

.dj-main .open .list .item:nth-child(5),
.dj-main .open .list .item:nth-child(6) {
    border-bottom: 0;
}

.dj-lnk-list {
    overflow: hidden;
    padding: 0 23px 0 134px;
    margin-top: 50px;
    margin-bottom: 62px;
}

.dj-lnk-list .item {
    float: left;
    margin-right: 135px;
    width: 150px;
    height: 40px;
}

.dj-lnk-list .item a {
    display: block;
    background: url(../img/img-8.png) no-repeat;
    font-size: 25px;
    color: #111;
    font-weight: 700;
    font-family: "simsun";
    text-align: center;
    line-height: 40px;
}

.dj-lnk-list .item a:hover {
    color: #e41a11;
}

.second-level-bg {
    background: url("../img/img-78.jpg") repeat;
}

.second-level-bg-inner {
    background: url(../img/img-81.png) no-repeat center bottom;
}

.second-level-cntbg {
    background: url(../img/img-77.png) repeat;
    overflow: hidden;
    min-height: 600px;
}

.list-main {
    padding-top: 40px;
}

.list-main .list {
    overflow: hidden;
    padding: 20px 20px 0;
}

.list-main .list .item {
    padding: 24px 0;
    border-bottom: 1px dashed #ddd;
}

.list-main .list .item .tl {
    font-size: 22px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../img/img-82.png) no-repeat left center;
    padding-left: 30px;
    font-weight: 400;
    display: block;
}

.list-main .list .item .tl:hover {
    color: #00a39a;
}

.list-main .list .item .date {
    position: absolute;
    right: 0;
    top: 0px;
    color: #00a39a;
    font-size: 22px;
}

.list-main .list .item .desc {
    margin-top: 14px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    max-height: 54px;
}

.detail-main {
    padding-top: 40px;
}

.detail-main .detail {
    padding: 0 21px 60px;
}

.detail-main .detail-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 1.3;
    margin: 60px 0 0;
}

.detail-main .detail-meta {
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px dashed #ddd;
}

.detail-main .detail-meta span {
    margin: 0 20px;
    font-size: 16px;
    color: #999;
    display: inline-block;
}

.detail-main .detail-cnt {
    margin-top: 30px;
}

.detail-main .detail-cnt p,
.detail-main .detail-cnt p span {
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.detail-main .detail-cnt p img,
.detail-main .detail-cnt img,
.detail-main .detail-cnt table img,
.detail-main .detail-cnt video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 16px auto !important;
}

.detail-main .detail-cnt table {
    height: auto !important;
    margin: 16px auto !important;
}

.piclist-main {
    padding-top: 40px;
}

.piclist-main .list {
    overflow: hidden;
    margin-top: 40px;
    padding: 0 21px;
}

.piclist-main .list li {
    float: left;
    margin-right: 38px;
    margin-bottom: 30px;
    width: 286px;
}

.piclist-main .list li a {
    display: block;
}

.piclist-main .list li:nth-child(4n) {
    margin-right: 0;
}

.piclist-main .list li img {
    width: 286px;
    height: 183px;
}

.piclist-main .list li p {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 21px;
    text-align: center;
}

.piclist-main .list li a:hover p {
    color: #00a39a;
}

.officeDetail-main {
    padding-top: 40px;
}

.officeDetail-main .office-intro {
    margin: 0 21px;
}

.officeDetail-main .office-intro .hd {
    margin: 49px 0 20px;
    overflow: hidden;
}

.officeDetail-main .office-intro .hd .title {
    float: left;
    background: url(../img/img-82.png) no-repeat left center;
    padding-left: 30px;
    font-size: 20px;
    color: #00a39a;
}

.officeDetail-main .office-intro .hd .more-btn {
    float: right;
    width: 66px;
    height: 27px;
    background: url(../img/img-84.png) no-repeat;
}

.officeDetail-main .office-intro .bd {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    word-break: break-all;
    overflow: hidden;
    max-height: 297px;
    line-height: 2;
    font-size: 16px;
    color: #333;
}

.officeDetail-main .office-doctor {
    margin: 50px 21px 60px;
}

.officeDetail-main .office-doctor .hd {
    overflow: hidden;
    margin-bottom: 35px;
}

.officeDetail-main .office-doctor .hd .title {
    float: left;
    width: 150px;
    height: 40px;
    background: url(../img/img-79.png) no-repeat;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.officeDetail-main .office-doctor .hd .more-btn {
    float: right;
    width: 66px;
    height: 27px;
    background: url(../img/img-84.png) no-repeat;
    margin-top: 6px;
}

.officeDetail-main .doctorScroll-left {
    position: relative;
    height: 297px;
    overflow: hidden;
}

.officeDetail-main .doctorScroll-left .picList li {
    float: left;
    width: 153px;
    height: 247px;
    background: url(../img/img-83.jpg) no-repeat;
    margin-right: 17.6px;
    overflow: hidden;
    padding: 25px 21px;
}

.officeDetail-main .doctorScroll-left .picList li a {
    display: block;
}

.officeDetail-main .doctorScroll-left .picList .expert-pic {
    width: 153px;
    height: 202px;
    display: block;
    margin: 0 auto 3px;
}

.officeDetail-main .doctorScroll-left .picList li:hover .expert-pic {
    filter: brightness(1.15);
    -webkit-filter: brightness(1.15);
}

.officeDetail-main .doctorScroll-left .picList .expert-name {
    font-size: 17px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.officeDetail-main .doctorScroll-left .picList .expert-office {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.officeDetail-main .doctorScroll-left .tempWrap {
    width: 1258px !important;
}

.officeDetail-main .doctorScroll-left .prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 20px;
    height: 40px;
    background: url(../img/img-10.png) no-repeat;
    opacity: 0.5;
    z-index: 999;
}

.officeDetail-main .doctorScroll-left .next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 20px;
    height: 40px;
    background: url(../img/img-11.jpg) no-repeat;
    opacity: 0.5;
    z-index: 999;
}

.officeNav-main {
    padding: 40px 21px 0;
}

.officeNav-main .bigitem .title {
    padding: 22px 0 48px;
    text-align: center;
    font-size: 0;
}

.officeNav-main .bigitem .title img {
    display: inline-block;
}

.officeNav-main .bigitem .item {
    width: 157px;
    height: 120px;
    background: #d7eae9;
    position: relative;
    float: left;
    margin-right: 26px;
    margin-bottom: 26px;
}

.officeNav-main .bigitem .item:nth-child(7n) {
    margin-right: 0;
}

.officeNav-main .bigitem .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.officeNav-main .bigitem .item a img {
    transition: transform .3s;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.officeNav-main .bigitem .item a:hover img {
    transform: translateX(-50%) scale(1.1);
}

.officeNav-main .bigitem .item a .txt {
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.officeNav-main .list {
    padding-top: 26px;
    padding-bottom: 50px;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.second-level-cntbg .picList li {
    float: left;
    width: 153px;
    height: 247px;
    background: url(../img/img-83.jpg) no-repeat;
    margin-right: 17.6px;
    overflow: hidden;
    padding: 25px 21px;
    margin-bottom: 30px;
}

.second-level-cntbg .picList li a {
    display: block;
}

.second-level-cntbg .picList .expert-pic {
    width: 153px;
    height: 202px;
    display: block;
    margin: 0 auto 3px;
}

.second-level-cntbg .picList li:hover .expert-pic {
    filter: brightness(1.15);
    -webkit-filter: brightness(1.15);
}

.second-level-cntbg .picList .expert-name {
    font-size: 17px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.second-level-cntbg .picList .expert-office {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



