html {
    /*页面变灰*/
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
}

body {
    margin-top: 0;
}

.body-content {
    width: 1210px;
    /*background: grey;*/
    margin: 0 auto;
}

.body-content a {
    color: inherit;
    text-decoration: none;
}

.body-content a:hover {
    color: inherit;
    text-decoration: none;
}

.banner-box {
    position: relative;
    height: 380px;
    visibility: hidden;

}

.banner-img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banner-img {
    width: 100%;
    height: 380px;
}

.search-box {
    z-index: 999;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(83, 186, 180);
}

.search-input {
    border: 2px solid rgb(83, 186, 180);
    height: 40px;
    width: 200px;
}

.search-input:focus {
    outline: none;
}

.search-button {
    background-color: rgb(83, 186, 180);
    border: none;
    width: 60px;
    height: 40px;
    font-size: 18px;
    padding-left: 0;
}

.search-list {
    width: 1210px !important;
}

.search-list-title {
    font-size: 20px;
}

.search-list-desc {
    color: #afafaf;
    font-size: 14px;
}

.menu-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 32px;
}

.menu-cur {
    background: rgb(16, 155, 167) !important;
}

.menu-button {
    font-size: 18px;
    font-family: '微软雅黑', serif;
    display: inline-block;
    background: rgb(198, 229, 223);
    width: 130px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    padding-top: 6px;
    margin: 0 5px;
}

.menu-button:hover, .menu-button-hover {
    background: rgb(16, 155, 167);
}

.menu-button-sub-box {
    position: absolute;
    margin-left: 5px;
    z-index: 10;
    display: none;
}
.menu-button-sub {
    width: 130px;
    height: 38px;
    line-height: 28px;
    background: rgb(198, 229, 223);
    z-index: 10;
    text-align: center;
    overflow: hidden;
    padding-top: 6px;
    cursor: pointer;
}

.menu-button-sub:hover {
    background: rgb(16, 155, 167);
}

.slice-box {
    height: 100%;
    width: 470px;
    background: #ffffff;
    overflow: hidden;
}

.slice-img {
    position: absolute;
    height: 274px;
    width: 100%;
    display: none;
    cursor: pointer;
}

.slice-tip-box {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}

.slice-tip {
    position: relative;
    font-size: 10px;
    height: 20px;
    width: 20px;
    background: white;
    text-align: center;
    cursor: pointer;
    border: 1px solid #c1c1c1;
}

.slice-tip-active {
    background: rgb(10, 164, 178);
    color: white;
}

.row-line {
    position: absolute;
    width: 746px;
    height: 5px;
    background: rgb(10, 164, 178);
    top: 0;
    right: 0;
}

.part-title {
    color: rgb(16, 155, 167);
    font-size: 24px;
    line-height: 24px;
    font-weight: bolder;
    /*margin-top: 10px;*/
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 10px;
}

.part-title span {
    cursor: pointer;
}

.part-num-5 {
    height: 200px;
    background: #f5f5f5;
}

.part-num-6 {
    height: 240px;
    background: #f5f5f5;
}

.part-row {
    padding: 8px 0 8px 10px;
    border-bottom: dashed 1px grey;
    font-size: 14px;
    height: 40px;
    line-height: 26px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.part-row-title {
    display: inline-block;
    width: 74%;
    color: #6f6f6f;
}

.part-row-title:hover {
    color: rgb(16, 155, 167);
}

.part-row-date {
    display: inline-block;
    position: absolute;
    right: 0;
    color: #8e8e8e;
    padding-right: 6px;
}

.part-inline {
    display: table-cell;
}

.pl-20px {
    padding-left: 20px;
}

.pl-40px {
    padding-left: 40px;
}

.mt-10px {
    margin-top: 10px;
}

.mt-20px {
  margin-top: 20px;
}

.ml-20px {
    margin-left: 20px;
}

.mr-20px {
    margin-right: 20px;
}


.display-inline {
    display: inline-block;
}

.display-cell {
    display: table-cell;
}

.guide {
    width: 100px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    cursor: pointer;
}

.guide-2 {
    width: 120px;
}

.guide-line {
    border-top: 2px solid rgb(16, 155, 167);
}

.guide-img {
    width: 55px;
}

.guide-title {
    font-size: 14px;
    color: #848484;
}

.expert-content {
    position: relative;
    overflow: hidden;
    height: 254px;
    width: 986px;
}

.expert-box {
    position: absolute;
    left: 0;
    width: 4000px;
    height: 218px;
    overflow: hidden;
    margin-top: 5px;
    padding-top: 10px;
}

.expert-line {
    margin-left: 22px;
    width: 940px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(10, 164, 178);
}

.expert {
    display: table-cell;
    padding: 0 22px;
    cursor: pointer;
}

.expert-img {
    width: 120px;
    height: 164px;
}

.expert-name {
    text-align: center;
    margin: 10px;
}

.icon-bg {
    background: rgb(83, 186, 180);
}

.icon-part-box {
    width: 600px;
}

.icon-part {
    display: inline-block;
    margin: 14px 54px;
    cursor: pointer;
}

.icon-part-line-1 {
    position: absolute;
    height: 1px;
    width: 600px;
    left: 0;
    top: 86px;
    background: white;
}

.icon-part-line-2 {
    position: absolute;
    height: 1px;
    width: 600px;
    left: 0;
    top: 178px;
    background: white;
}

.icon-part-line-3 {
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 240px;
    background: white;
}

.icon-part-img {
    width: 60px;
}

.icon-part-title {
    color: white;
    padding-left: 6px;
}

.icon-part-right {
    position: absolute;
    right: 122px;
}

.icon-part-right-img {
    height: 264px;
    width: 600px;
}

.video-box {
    height: 260px;
    width: 486px;
    background: grey;
}

.bottom-line {
    position: absolute;
    bottom: -5px;
    right: 0;
    height: 5px;
    width: 100%;
    background: rgb(10, 164, 178);
}

.video {
    height: 100%;
    width: 100%;
}

#video_1, #video_2 {
    display: none;
}

.foot-box {
    background: rgb(83, 186, 180);
    font-size: 16px;
    color: white;
    height: 110px;
    padding-top: 35px;
    margin-top: 30px;
}

.foot-pos {
    text-align: center;
}

.foot-title-box {

}

.foot-title {
    display: inline-block;
    margin: auto 10px;
}

.foot-copyright {

}

.foot-label {
    position: relative;
    float: left;
    left: 260px;
    top: -15px;
}

.left-part {
    width: 310px;
}

.left-part-title {
    border-bottom: 4px solid rgb(83, 186, 180);
    padding: 6px 8px;
    font-size: 20px;
}

.left-part-row-box {
    border: 1px solid #c1c1c1;
}

.left-part-row {
    width: 100%;
    overflow: hidden;
    height: 36px;
    padding: 6px 16px;
    border-bottom: 1px dashed #c1c1c1;
}

.left-part-row-cur, .left-part-row:hover, .right-content-list-row:hover {
    color: rgb(32, 198, 127) !important;
}

.right-content {
    display: table-cell;
    margin: auto 10px;
    padding-left: 40px;
    width: 900px;
}

.right-content-title {
    border-bottom: 4px solid rgb(83, 186, 180);
    padding: 6px 8px;
    font-size: 20px;
}

.right-content-view {
    border: 1px solid #c1c1c1;
    padding: 20px 30px;
}

.right-content-view-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 20px;
}

.right-content-view-date {
    text-align: center;
    margin: 20px;
}

.right-content-list {

}

.right-content-list-row {
    padding: 10px 10px;
    border-bottom: 1px solid #e5e5e5;
}

.right-content-list-title {
    display: inline-block;
}

.right-content-list-date {
    display: inline-block;
    float: right;
    color: #848484;
}

.right-content-list-page {
    margin-top: 20px;
    text-align: center;
}

.right-content-list-page li {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #e5e5e5;
    margin: 4px 4px;
    background: rgb(198, 229, 223);
    cursor: pointer;
}

.right-content-list-page li:hover,
.right-content-list-page li.active {
    background: rgb(83, 186, 180) !important;
}

.content-position {
    margin-top: 12px;
    padding: 6px 10px;
    background: rgb(239, 248, 244);
}

.view-expert {
    display: inline-block;
    position: relative;
    height: 184px;
    width: 400px;
    margin: 10px 3px 0 3px;
    border: 1px dashed #d6d6d6;
    padding: 8px;
    overflow: hidden;
}

.view-expert-img-box {
    position: absolute;
}

.view-expert-img {
    height: 164px;
    width: 120px;
}

.view-expert-info {
    position: absolute;
    width: 270px;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.view-expert-title {
    font-weight: bold;
}

.view-expert-desc {
    margin-top: 5px;
    font-size: 14px;
}

.view-expert-intro-box {
    text-align: center;
    margin: 10px auto;
}

.view-expert-intro {
    display: inline-block;
    width: 200px;
}

.guestbook-desc {
    margin-bottom: 20px;
}

.guestbook-field-box {

}

.guestbook-field {
    margin: 16px auto;
}

.guestbook-button {

}




