@charset "UTF-8"; .img-box i {
    transition: .4s;
    -webkit-transition: .4s;
}

.swiper-pagination span {
    outline: none;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
}

body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(54, 60, 80, 0.5);
}

body::-webkit-scrollbar-thumb {
    background-color: #14c1a3;
}

/*头部*/
#header .pc-header .top {
    border-top: 4px solid #14c1a3;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}

#header .pc-header .logo img {
    width: 27.4375rem;
}

#header .pc-header .logo .line {
    width: 1px;
    height: 4rem;
    background-color: #ccc;
    margin-left: 0.5rem;
    margin-right: 1.625rem;
}

#header .pc-header .logo .txt {
    font-size: 1.5rem;
    color: #333;
}

#header .pc-header .search {
    height: 2.75rem;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #45af9c;
    padding-left: 1.125rem;
    overflow: hidden;
}

#header .pc-header .search span {
    font-size: 1rem;
    color: #666;
}

#header .pc-header .search .line {
    width: 1px;
    height: 16px;
    background: url(../img/search-line.png) center center no-repeat;
    margin: 0 1.25rem;
}

#header .pc-header .search input {
    width: 12.875rem;
    height: 100%;
    background: transparent url(../img/search-icon.png) left center no-repeat;
    font-size: 1rem;
    line-height: 2.75rem;
    color: #999;
    padding-left: 2.125rem;
}

#header .pc-header .search input::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 2.75rem;
    color: #999;
}

#header .pc-header .search a {
    width: 4.375rem;
    height: 100%;
    background-color: #14c1a3;
    font-size: 1rem;
    line-height: 2.5rem;
    color: #fff;
    text-align: center;
}

#header .pc-header .btns {
    margin-left: 3.125rem;
}

#header .pc-header .btns a {
    width: 2.75rem;
    height: 2.75rem;
    background: #0c9ed4 url(../img/code-icon.png) center center no-repeat;
    background-size: 1.3125rem 1.3125rem;
    border-radius: 50%;
    position: relative;
}

#header .pc-header .btns a:nth-child(2) {
    background-color: #0ec4a4;
    background-image: url(../img/mail-icon.png);
    margin-left: 1.5625rem;
    background-size: 1.25rem 0.9375rem;
}

#header .pc-header .btns a .code {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 130%;
    left: 50%;
    z-index: 200;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s;
    -webkit-transition: .4s;
}

#header .pc-header .btns a:hover .code {
    opacity: 1;
    visibility: visible;
    top: 110%;
    pointer-events: auto;
}

#header .pc-header .nav {
    background-color: #ffffff;
    border-top: 1px solid #e4e4e4;
}

#header .pc-header .nav li {
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
}

#header .pc-header .nav li > a {
    display: block;
    width: 100%;
    height: 3.75rem;
    font-size: 1.375rem;
    color: #333;
    line-height: 3.75rem;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
}

#header .pc-header .nav li > a::before {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background-color: #14c1a3;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    -webkit-transition: .4s;
}

#header .pc-header .nav li .sub {
    width: 150px;
    position: absolute;
    top: 150%;
    left: 50%;
    z-index: 1000;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .4s;
    -webkit-transition: .4s;
}

#header .pc-header .nav li .sub .box {
    box-shadow: 0px 0px 5px #838383;
    background-color: #fff;
}

#header .pc-header .nav li .sub a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    transition: .4s;
    -webkit-transition: .4s;
}

#header .pc-header .nav li .sub a:hover {
    background-color: #18a8a1;
    color: #fff;
}

#header .pc-header .nav li.on > a {
    color: #14c1a3;
}

#header .pc-header .nav li.on > a::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

#header .pc-header .nav li:hover > a {
    color: #14c1a3;
}

#header .pc-header .nav li:hover > a::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

#header .pc-header .nav li:hover .sub {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#header .pc-header .nav.on {
    border-top: 4px solid #14c1a3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    box-shadow: 0px 0px 10px #c3c3c3;
}

#header .pc-header .nav.on li > a {
    font-size: 1.125rem;
}

/*头部*/
/*首页*/
#banner {
    height: 46.125rem;
    padding: 0 3%;
}

#banner .swiper-pagination {
    bottom: 4.25rem;
}

#banner .swiper-pagination span {
    width: 39px;
    height: 21px;
    opacity: 1;
    background: url(../img/hot.png) center center no-repeat;
    border-radius: 0px;
    margin: 0;
    margin-right: 0.875rem;
    transition: .4s;
    -webkit-transition: .4s;
}

#banner .swiper-pagination span:last-child {
    margin-right: 0;
}

#banner .swiper-pagination span.swiper-pagination-bullet-active {
    background-image: url(../img/hot-hover.png);
}

#index-notice {
    z-index: 10;
    margin-top: -2.75rem;
}

#index-notice > .box {
    height: 7.5rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px #dfdfdf;
    padding: 2.25rem 1.75rem;
    position: relative;
}

#index-notice > .box::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #28b0a7;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

#index-notice .page-search .left {
    height: 3.5rem;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
}

#index-notice .page-search .left input {
    width: 12.75rem;
    border: none !important;
}

.page-search {
    position: relative;
    z-index: 10;
    padding: 0 0.875rem;
}

.page-search * {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: middle;
}

.page-search .title {
    font-size: 1.5rem;
    color: #000;
    margin-right: 1rem;
    background: url(../img/page-search-icon.png) left center no-repeat;
    background-size: 1.5rem 1.4375rem;
    padding-left: 1.875rem;
}

.page-search .select-input {
    position: relative;
    margin-right: 1.625rem;
}

.page-search .select-input::before {
    content: '';
    display: block;
    width: 0.9375rem;
    height: 0.5625rem;
    background: url(../img/down-icon.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    z-index: 10;
    margin: auto;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-search .select-input .select {
    position: absolute;
    top: 150%;
    left: -1px;
    z-index: 100;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-search .select-input .select .box {
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-top: none;
}

.page-search .select-input .select .box::-webkit-scrollbar {
    width: 3px;
    height: 10px;
    background-color: #eee;
    border-radius: 25px;
}

.page-search .select-input .select .box::-webkit-scrollbar-track {
    border-radius: 25px;
}

.page-search .select-input .select .box::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background-color: #27b0a9;
}

.page-search .select-input .select .box a {
    display: block;
    width: 100%;
    line-height: 42px;
    padding-left: 20px;
    font-size: 14px;
    text-align: left;
    color: #999;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-search .select-input .select .box a:hover {
    background-color: #27b0a9;
    color: #fff;
}

.page-search .select-input.on .select {
    top: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.page-search input {
    height: 2.625rem;
    border: 1px solid #b4b4b4 !important;
    font-size: 1rem;
    color: #555;
    text-indent: 0.625rem;
    background: url(../img/input-line.png) right center no-repeat;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-search input::-webkit-input-placeholder {
    font-size: 1rem;
    color: #555;
}

.page-search input:hover {
    border-color: #27b0a9 !important;
}

.page-search .searchkey {
    margin-right: 0;
}

.page-search .btn {
    width: 13.75rem;
    height: 3.375rem;
    background: url(../img/sel-search.png) 4.25rem center no-repeat, linear-gradient(to right, #1cccbd, #0ba9d2);
    margin-left: 1.625rem;
    font-size: 1.125rem;
    color: #fff;
    line-height: 3.375rem;
    padding-left: 6.875rem;
    border-radius: 4px;
    transition: .55s;
    -webkit-transition: .55s;
}

.page-search .btn:hover {
    background-position-x: 120%;
    padding-left: 5.625rem;
}

#index-guide {
    padding: 0 3%;
    margin-top: 3.125rem;
}

#index-guide .guide-box{
  background: url(../img/zhinan-bg.jpg) center top no-repeat;
  background-size: 100% 48.5625rem;
}

#index-guide .container {
    padding-top: 6.25rem;
}

#index-guide .left {
    width: 50%;
}

#index-guide .left a {
    width: 50%;
    height: 12.5rem;
    background: #dec695 url(../img/txt-1.png) 90% center no-repeat;
    background-size: 26%;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-guide .left a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#index-guide .left a:nth-child(2) {
    background-color: #3b7ee0;
    background-image: url(../img/txt-2.png);
}

#index-guide .left a:nth-child(3) {
    background-color: #15b7cf;
    background-image: url(../img/txt-3.png);
}

#index-guide .left a:nth-child(4) {
    background-color: #40ded6;
    background-image: url(../img/txt-4.png);
}

#index-guide .left a:nth-child(5) {
    width: 100%;
    height: 22.125rem;
    background: url(../img/jy-img-1.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
}

#index-guide .left a .box {
    position: relative;
    z-index: 10;
}

#index-guide .left a img {
    height: 3.375rem;
    position: relative;
    z-index: 20;
    margin-right: 1.375rem;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-guide .left a .title {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0.25rem;
}

#index-guide .left a .en {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}

#index-guide .left a:hover {
    background-position: 95% 60%;
}

#index-guide .left a:hover img {
    transform: scale(0.85) rotate(-20deg);
}

#index-guide .right {
    width: 50%;
    padding-top: 29.75rem;
}

#index-guide .right a {
    width: 50%;
    height: 12.5rem;
    background: #14cacf url(../img/txt-5.png) 93% center no-repeat;
    background-size: 23%;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-guide .right a img {
    height: 3.375rem;
    margin-right: 1.375rem;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-guide .right a .info {
    font-size: 1.5rem;
    color: #fff;
}

#index-guide .right a .info em {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 0.625rem;
}

#index-guide .right a:nth-child(2) {
    background-color: #578cf4;
    background-image: url(../img/txt-6.png);
}

#index-guide .right a:hover {
    background-position: 95% 60%;
}

#index-guide .right a:hover img {
    transform: scale(0.85) rotate(-20deg);
}

.index-top-box .top-title em {
    font-size: 1.875rem;
    color: #333;
    background: url(../img/hot.png) right center no-repeat;
    padding-right: 3.125rem;
}

.index-top-box .top-title span {
    font-size: 1.875rem;
    color: #dadada;
    margin-top: 0.5rem;
}

.index-top-box .more {
    padding: 6px 10px 4px 4px;
    font-size: 14px;
    color: #333;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: .4s;
    -webkit-transition: .4s;
}

.index-top-box .more i {
    width: 22px;
    height: 22px;
    background: url(../img/more-icon.png) center center no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    transition: .4s;
    -webkit-transition: .4s;
}

.index-top-box .more:hover i {
    transform: rotate(360deg);
}

#index-experts {
    margin-top: 3.125rem;
}

#index-experts .left .page-search input {
    border-color: #c0dadb !important;
    background-image: none;
    border-radius: 4px;
    color: #444;
}

#index-experts .left .page-search input::-webkit-input-placeholder {
    color: #444;
}

#index-experts .left .page-search .select-input {
    margin-right: 1rem;
}

#index-experts .left .page-search .select-input:nth-child(1) {
    width: 11.5rem;
}

#index-experts .left .page-search .select-input:nth-child(2) {
    width: 14rem;
}

#index-experts .left .page-search .select-input .select {
    left: 0;
}

#index-experts .left .page-search .btn {
    width: 8.875rem;
    height: 2.5625rem;
    text-align: center;
    padding-left: 0;
    font-size: 1rem;
    line-height: 2.625rem;
    background-position-x: 200%;
    margin-left: 0;
}

#index-experts .left .list {
    margin-top: 2rem;
    padding-bottom: 3.75rem;
}

#index-experts .left .list li .img-box {
    height: 16.375rem;
    height: 13.375rem;
    border-radius: 14px;
    background-color: #cfe9f3;
    padding-top: 1.25rem;
}

#index-experts .left .list li .img-box i {
    width: 7.125rem;
    height: 7.125rem;
    border-radius: 50%;
    border: 4px solid transparent;
    margin: 0px auto 0px;
    background-color: #fa0024;
    background-position-y: top;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-experts .left .list li .info {
    width: 90%;
    height: 9.25rem;
    margin: -3.125rem auto 0px;
    position: relative;
    z-index: 20;
    background-color: #fff;
    border-radius: 14px;
    text-align: center;
    padding-top: 1.25rem;
    border: 1px solid #fff;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-experts .left .list li .info .title {
    font-size: 1.5rem;
    color: #444;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-experts .left .list li .info .line {
    width: 1.875rem;
    height: 0.25rem;
    background-color: #005b60;
    margin: 0.625rem auto 0.5rem;
    border-radius: 50px;
}

#index-experts .left .list li .info .desc {
    font-size: 1rem;
    color: #444;
    margin-bottom: 0.625rem;
}

#index-experts .left .list li:hover .img-box i {
    box-shadow: 0px 14px 10px #bad3dc;
    border-color: #fff;
}

#index-experts .left .list li:hover .info {
    box-shadow: 0px 5px 14px #e1e1e1;
    border-color: #78adb5;
}

#index-experts .left .swiper-pagination span {
    margin: 0;
    margin-right: 0.875rem;
    background-color: #6f6f6f;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-experts .left .swiper-pagination span:last-child {
    margin-right: 0;
}

#index-experts .left .swiper-pagination span.swiper-pagination-bullet-active {
    width: 29px;
    border-radius: 50px;
    background-color: #ab2b2b;
}

#index-experts .right {
    width: 25.375rem;
    margin-left: 1.25rem;
}

#index-experts .right .tab-box {
    background: #2ed1d3 url(../img/index-tab-box-bg.jpg) center center/100% 100% no-repeat;
    padding: 2.25rem;
    margin-top: 2rem;
}

#index-experts .right .tab-box a {
    display: block;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    background: url(../img/juxing-icon.png) 5% center no-repeat, url(../img/juxing-icon.png) 95% center no-repeat;
    margin-bottom: 1.75rem;
    border: 1px solid #fff;
    font-size: 1.375rem;
    color: #fff;
    text-align: center;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-experts .right .tab-box a:last-child {
    margin-bottom: 0;
}

#index-experts .right .tab-box a.on, #index-experts .right .tab-box a:hover {
    color: #333;
    background: url(../img/juxing-icon-hover.png) 5% center no-repeat, url(../img/juxing-icon-hover.png) 95% center no-repeat;
    background-color: #fff;
}

#index-notice-news {
    padding:0 3%;
    margin-top: -2.125rem;
}

#index-notice-news .notice-news-box{
    padding-top: 3.375rem;
    background:#f7f7f7 url(../img/index-notice-news-bg.jpg) center top no-repeat;
    background-size: 100% 37.375rem;
}

#index-notice-news .index-top-box {
    margin-bottom: 1.25rem;
}

#index-notice-news .index-top-box .top-title em {
    color: #fff;
    background-image: url(../img/yun-icon.png);
}

#index-notice-news .index-top-box .top-title span {
    color: #69dbc8;
}

#index-notice-news .index-top-box .more {
    color: #fff;
}

#index-notice-news .index-top-box .more i {
    background-image: url(../img/more-icon-1.png);
}

#index-notice-news .left {
    width: 32.625rem;
    margin-right: 2.25rem;
}

#index-notice-news .left .list {
    background-color: #fff;
    padding: 1.375rem;
}

#index-notice-news .left .list li {
    border-bottom: 1px dashed #b4c7c8;
    padding: 1rem 0;
}

#index-notice-news .left .list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#index-notice-news .left .list li .time {
    width: 5rem;
    height: 5.25rem;
    text-align: center;
    font-size: 2.5rem;
    color: #4d4c4c;
    padding-top: 0.625rem;
    margin-right: 0.875rem;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-notice-news .left .list li .time em {
    font-size: 13px;
    margin-top: 4px;
}

#index-notice-news .left .list li .title {
    font-size: 1.125rem;
    color: #202020;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-notice-news .left .list li:hover .time {
    background-color: #14c1a3;
    color: #fff;
}

#index-notice-news .left .list li:hover .time em {
    color: #fff;
}

#index-notice-news .left .list li:hover .title {
    color: #14c1a3;
}

#index-notice-news .right .index-top-box .top-title span {
    color: #6fd4d7;
    text-transform: uppercase;
}

#index-notice-news .right .index-top-box .more {
    color: #fff;
}

#index-notice-news .right .index-top-box .more i {
    background-image: url(../img/more-icon-2.png);
}

#index-notice-news .right .list {
    width: 90%;
    height: 28.125rem;
    margin-left: 0;
}

#index-notice-news .right .list li {
    border-bottom: 1px dashed #e0c7c9;
}

#index-notice-news .right .list li.swiper-slide-next {
    border-bottom: none;
}

#index-notice-news .right .list li .img-box {
    width: 18.125rem;
    height: 11.75rem;
    margin-right: 1.375rem;
}

#index-notice-news .right .list li .title {
    font-size: 1.375rem;
    color: #fff;
}

#index-notice-news .right .list li .desc {
    font-size: 14px;
    color: #fff;
    margin-top: 1rem;
    line-height: 1.7;
    -webkit-line-clamp: 5;
    text-align: justify;
}

#index-notice-news .right .prev, #index-notice-news .right .next {
    display: block;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: #fff url(../img/prev-icon.png) center center no-repeat;
    position: absolute;
    top: 14.375rem;
    right: 0;
    z-index: 10;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-notice-news .right .prev.next, #index-notice-news .right .next.next {
    top: 19.375rem;
    background-image: url(../img/next-icon.png);
}

#index-notice-news .right .prev:hover, #index-notice-news .right .next:hover {
    background-image: url(../img/prev-icon-hover.png);
}

#index-notice-news .right .prev:hover.next, #index-notice-news .right .next:hover.next {
    background-image: url(../img/next-icon-hover.png);
}

#index-news{
	background-color: #f7f7f7;
}

#index-news .left, #index-news .right {
    width: 48.5%;
}

#index-news .left {
    margin-top: 5rem;
}

#index-news .left .top-title {
    width: 5rem;
    height: 5.5rem;
    background-color: #20cac1;
    text-align: center;
    font-size: 1.625rem;
    color: #fff;
    padding: 0.75rem 10px 0;
    line-height: 1.2;
    position: absolute;
    top: -2.75rem;
    left: 1.625rem;
    z-index: 10;
}

#index-news .left .list li .img-box {
    height: 29.25rem;
}

#index-news .left .list li .title-box {
    height: 4.75rem;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 0.9375rem .5rem;
}

#index-news .left .list li .title-box h4 {
    font-size: 1.5rem;
    color: #fff;
}

#index-news .left .list li .title-box em {
    font-size: 14px;
    color: #999;
    margin-top: 0.75rem;
}

#index-news .left .list li .desc {
    font-size: 14px;
    color: #3f3f3f;
    margin-top: 0.875rem;
    padding: 0 1.25rem;
}

#index-news .left .list .swiper-pagination {
    text-align: right;
    bottom: 4.375rem;
    padding-right: 1.625rem;
}

#index-news .left .list .swiper-pagination span {
    margin: 0;
    margin-right: 0.875rem;
    background-color: #a6acad;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-news .left .list .swiper-pagination span:last-child {
    margin-right: 0;
}

#index-news .left .list .swiper-pagination span.swiper-pagination-bullet-active {
    width: 29px;
    border-radius: 50px;
    background-color: #26d4b5;
}

#index-news .right {
    padding: 2.375rem 1.5rem 3.375rem 2.25rem;
    background-color: #fff;
    margin-bottom: 3.5rem;
    margin-top: -5rem;
}

#index-news .right .index-top-box {
	
}

#index-news .right .list {
    margin-top: 2rem;
}

#index-news .right .list a {
    background: url(../img/diandain-icon.png) left center no-repeat;
    padding-left: 1rem;
    margin-bottom: 1.625rem;
}

#index-news .right .list a:last-child {
    margin-bottom: 0;
}

#index-news .right .list a .title {
    font-size: 1.125rem;
    color: #3f3f3f;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-news .right .list a .time {
    font-size: 14px;
    color: #959595;
    margin-left: 20px;
}

#index-news .right .list a:hover .title {
    color: #26d4b5;
    text-indent: 10px;
}

#index-bottom-news {
    padding-bottom: 3.125rem;
}

#index-bottom-news ul {
    margin: 0 -2.1875rem;
    padding-top: 4.75rem;
}

#index-bottom-news ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: calc(100% / 3);
    padding: 0 2.1875rem;
}

#index-bottom-news ul li .top {
    margin-top: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

#index-bottom-news ul li .top .img-box {
    height: 15.75rem;
}

#index-bottom-news ul li .top .title {
    font-size: 1.125rem;
    color: #3f3f3f;
    font-weight: bold;
    margin-top: 0.875rem;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-bottom-news ul li .top .time {
    font-size: 14px;
    color: #959595;
    margin-top: 0.875rem;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-bottom-news ul li .top:hover .img-box i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

#index-bottom-news ul li .top:hover .title {
    color: #27b0a9;
}

#index-bottom-news ul li .list {
    margin-top: 1rem;
}

#index-bottom-news ul li .list a {
    background: url(../img/diandain-icon.png) left center no-repeat;
    padding-left: 1rem;
    margin-bottom: 0.875rem;
}

#index-bottom-news ul li .list a:last-child {
    margin-bottom: 0 !important;
}

#index-bottom-news ul li .list a .title {
    font-size: 1rem;
    color: #3f3f3f;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-bottom-news ul li .list a .time {
    font-size: 14px;
    color: #959595;
    margin-left: 1rem;
    transition: .4s;
    -webkit-transition: .4s;
}

#index-bottom-news ul li .list a:hover .title {
    text-indent: 5px;
}

#index-bottom-news ul li .list a:hover * {
    color: #27b0a9;
}

#index-map {
    height: 32.125rem;
    padding:0 3%;
}

#index-map .index-map-box{
    background-color: #eaecee;
    border-top: 1px solid #e5e5e5;
}

#index-map #map {
    width: 130%;
}

#index-map .info-box {
    width: 39.125rem;
    height: 32.125rem;
    background: url(../img/index-map-bg.jpg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 9.4%;
    z-index: 100;
    padding: 2.875rem;
}

#index-map .info-box .title {
    font-size: 1.875rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 2rem;
    margin-bottom: 2.0625rem;
}

#index-map .info-box .info p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0.75rem;
    padding-left: 2.25rem;
    background: url(../img/map-icon-1.png) left center no-repeat;
}

#index-map .info-box .info p:nth-child(2) {
    background-image: url(../img/map-icon-2.png);
}

#index-map .info-box .info p:nth-child(3) {
    background-image: url(../img/map-icon-3.png);
}

#index-map .info-box .info p:nth-child(4) {
    background-image: url(../img/map-icon-4.png);
}

#index-map .info-box .info p:nth-child(5) {
    background-image: url(../img/map-icon-5.png);
}

#index-map .info-box .info p:nth-child(6) {
    background-image: url(../img/map-icon-6.png);
}

/*首页*/
/*内页*/
#page-main-box {
    padding-bottom: 2.5rem;
    min-height: 43.75rem;
}

.page-banner-box{
  padding:0 3%;
}

.page-banner {
    height: 18.75rem;
}

.page-banner .top-title {
    margin-left: 4.375rem;
    margin-top: 3.75rem;
}

.page-banner .top-title em {
    font-size: 2.25rem;
    color: #fff;
    padding-right: 4.125rem;
}

.page-banner .top-title span {
    color: #fff;
    font-size: 1.875rem;
    margin-top: 1.5rem;
    opacity: .4;
    text-transform: uppercase;
}

.page-banner .top-title .line {
    width: 2.25rem;
    height: 0.25rem;
    background-color: #449b82;
    margin-top: 1.125rem;
}

.page-nav {
    height: 4.375rem;
}

.page-nav .nav{
  background-color: #14c1a3;
}

.page-nav .nav li {
    height: 4.375rem;
    margin-right: 6.25rem;
    position: relative;
    line-height: 3.75rem;
}

.page-nav .nav li::before {
    content: '';
    display: block;
    width: 0%;
    height: 0.25rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-nav .nav li:last-child {
    margin-right: 0;
}

.page-nav .nav li a {
    font-size: 1.25rem;
    color: #fff;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-nav .nav li.on::before, .page-nav .nav li:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.page-nav .nav li.on a, .page-nav .nav li:hover a {
    color: #fff;
}

.page-nav .crumbs {
    padding-right: 3.4375rem;
}

.page-nav .crumbs a {
    font-size: 14px;
    color: #969696;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-nav .crumbs a:hover {
    color: #14c1a3;
}

.page-paging-box {
    text-align: center;
    margin-top: 3%;
}

.page-paging-box a {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: middle;
    height: 3.375rem;
    line-height: 3.375rem;
    font-size: 1.125rem;
    color: #666;
    background-color: #e8e8e8;
    padding: 0 1.375rem;
    border-right: 1px solid #fff;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-paging-box a:last-child {
    border-right: none;
}

.page-paging-box a:hover, .page-paging-box a.curr {
    background-color: #14c1a3;
    color: #fff;
}

.page-building-box .news-top {
    position: relative;
    background-color: #f6f6f6;
    padding-top: 2.5rem;
}

.page-building-box .news-top li {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: 33.33333333%;
    height: 27.1875rem;
    margin-bottom: 1.25rem;
    z-index: 50;
}

.page-building-box .news-top li a {
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.page-building-box .news-top li .img-box {
    height: 68%;
}

.page-building-box .news-top li .info {
    height: 36%;
    padding: 6% 4.2%;
    transition: .4s;
    -webkit-transition: .4s;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.page-building-box .news-top li .info .title {
    height: 3.625rem;
    font-size: 1.25rem;
    color: #333333;
}

.page-building-box .news-top li .info .desc {
    height: 0;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    margin-top: 4%;
    opacity: 0;
    visibility: hidden;
}

.page-building-box .news-top li .info .time {
    line-height: 20px;
    background: url(../img/page-news-time.png) left center no-repeat;
    padding-left: 1.4375rem;
}

.page-building-box .news-top li .info .time em {
    font-size: 14px;
    color: #949494;
}

.page-building-box .news-top li:hover .img-box i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.page-building-box .news-top li:hover .info {
    height: 15.25rem;
    background-color: #14c1a3;
}

.page-building-box .news-top li:hover .info * {
    color: #fff !important;
}

.page-building-box .news-top li:hover .info .desc {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.page-building-box .news-top li:hover .info .time {
    margin-top: 2.5rem;
    filter: brightness(10);
}

.page-building-box .news-top li:hover .info .time .icon {
    opacity: 1;
    visibility: visible;
}

.page-building-box .news-top .swiper-pagination span {
    background-color: #d4d4d4;
    margin-right: 1rem;
    opacity: 1;
}

.page-building-box .news-top .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #c70f18;
}

.page-building-box .news-top .swiper-pagination span:last-child {
    margin-right: 0;
}

.page-building-box .bottom-news li a {
    padding-top: 3.5%;
    padding-bottom: 3.5%;
    border-bottom: 1px solid #e2e2e2;
    background: linear-gradient(#14c1a3, #14c1a3) left bottom/0% 1px no-repeat;
    padding-right: 1.25rem;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-building-box .bottom-news li .time {
    width: 4.5rem;
    height: 6.25rem;
    font-size: 3rem;
    color: #666;
    border: 1px solid #c6c6c6;
    text-align: center;
    padding-top: 0.625rem;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-building-box .bottom-news li .time em {
    font-size: 12px;
    color: #666;
    margin-top: 0.875rem;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-building-box .bottom-news li .info {
    padding-left: 1.75rem;
    overflow: hidden;
}

.page-building-box .bottom-news li .info .title {
    font-size: 1.25rem;
    color: #222;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-building-box .bottom-news li .info .title span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.page-building-box .bottom-news li .info .title em {
    font-size: 1rem;
    color: #858585;
}

.page-building-box .bottom-news li .info .desc {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-top: 1%;
}

.page-building-box .bottom-news li .img-box {
    float: right;
    width: 14.875rem;
    height: 9.25rem;
    margin-left: 3.125rem;
}

.page-building-box .bottom-news li:hover a {
    box-shadow: 0px 0px 10px #f3f3f3;
    border-color: #fff;
    background-size: 100% 1px;
    border-color: #fff;
}

.page-building-box .bottom-news li:hover .time {
    color: #fff;
    border-color: #14c1a3;
    background-color: #14c1a3;
}

.page-building-box .bottom-news li:hover .time em {
    color: #fff;
}

.page-building-box .bottom-news li:hover .title {
    color: #14c1a3;
    text-indent: 5px;
}

.page-building-box .bottom-news li:hover .img-box i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.page-government-box {
    margin-top: 0.625rem;
}

.page-government-box li {
    border-bottom: 1px dashed #d2d2d2;
    padding: 1.75rem 1.125rem;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-government-box li .title {
    font-size: 1.125rem;
    color: #333;
    background: url(../img/diandain-icon.png) left center no-repeat;
    padding-left: 0.875rem;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-government-box li .time {
    font-size: 14px;
    color: #a5a5a5;
    margin-left: 30px;
}

.page-government-box li:hover {
    background-color: #eaf9f7;
}

.page-government-box li:hover .title {
    color: #278578;
    text-indent: 10px;
}

.page-activities-box {
    margin-top: 1.875rem;
}

.page-activities-box ul {
    margin: 0 -0.9375rem;
}

.page-activities-box li {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: calc(100% / 3);
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem;
}

.page-activities-box li:nth-last-child(-n+3), .page-activities-box li:last-child {
    margin-bottom: 0;
}

.page-activities-box li .img-box {
    height: 18.125rem;
}

.page-activities-box li .title {
    width: 90%;
    line-height: 5.375rem;
    text-align: center;
    padding: 0 1rem;
    font-size: 1rem;
    color: #333;
    position: relative;
    z-index: 1;
    background-color: #f5f5f5;
    margin: -1.875rem auto 0;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-activities-box li:hover .img-box i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.page-activities-box li:hover .title {
    margin-top: -2.8125rem;
    background-color: #14c1a3;
    color: #fff;
}

.page-department-box {
    margin-top: 1.625rem;
}

.page-department-box .top-letter {
    height: 3.375rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px #dfdfdf;
    text-align: center;
    margin-bottom: 3.125rem;
}

.page-department-box .top-letter a {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: 46px;
    font-size: 16px;
    color: #555;
    line-height: 3.375rem;
    position: relative;
    background: url(../img/page-letter-line.png) right center no-repeat;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-department-box .top-letter a:first-child {
    width: auto;
    font-size: 1.125rem;
    color: #717171;
}

.page-department-box .top-letter a::before {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background-color: #278578;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-department-box .top-letter a:first-child::before {
    display: none;
}

.page-department-box .top-letter a:nth-child(2) {
    width: 60px;
}

.page-department-box .top-letter a:last-child, .page-department-box .top-letter a:first-child {
    background-image: none;
}

.page-department-box .top-letter a:hover, .page-department-box .top-letter a.on {
    color: #278578;
    font-weight: bold;
}

.page-department-box .top-letter a:hover::before, .page-department-box .top-letter a:hover.on::before, .page-department-box .top-letter a.on::before, .page-department-box .top-letter a.on.on::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.page-department-box .list ul {
    margin: 0 -1rem;
}

.page-department-box .list li {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: calc(100% / 3);
    height: 14.625rem;
    padding: 0 1rem;
    margin-bottom: 2rem;
}

.page-department-box .list li:last-child, .page-department-box .list li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.page-department-box .list li a {
    border: 1px solid #e4e4e4;
    padding: 1.875rem;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-department-box .list li a * {
    transition: .4s;
    -webkit-transition: .4s;
}

.page-department-box .list li .top {
    border-bottom: 1px solid transparent;
    background: url(../img/dh-line.png) left bottom no-repeat;
    padding-bottom: 5px;
}

.page-department-box .list li .top .title {
    width: 50%;
    font-size: 1.5rem;
    color: #278578;
    margin-top: -8px;
    font-weight: bold;
}

.page-department-box .list li .top .desc {
    width: 50%;
}

.page-department-box .list li .top .desc p {
    font-size: 14px;
    color: #555;
    margin-bottom: 0.625rem;
}

.page-department-box .list li .copy-desc {
    font-size: 1rem;
    color: #4e4e4e;
    margin-top: 1.5625rem;
    -webkit-line-clamp: 4;
}

.page-department-box .list li .copy-desc em {
    font-weight: bold;
}

.page-department-box .list li:hover a {
    border-color: #14c1a3;
    background-color: #14c1a3;
}

.page-department-box .list li:hover a * {
    color: #fff !important;
}

.page-department-box .list li:hover a .top {
    border-color: #5bd4bf;
    background-image: url(../img/dh-line-hover.png);
}

.page-department-box .list li:hover a .desc p {
    color: #9cf1e3 !important;
}

.page-departmentdetails-box {
    margin-top: 1.75rem;
}

.page-departmentdetails-box .top-info .img-box {
    width: 38rem;
	height: 20rem;
}

.page-departmentdetails-box .top-info .info {
    padding-left: 1.625rem;
}

.page-departmentdetails-box .top-info .info .title {
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
}

.page-departmentdetails-box .top-info .info .title .line {
    width: 2.875rem;
    height: 3px;
    background-color: #14c1a3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.page-departmentdetails-box .top-info .info .desc {
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 0.625rem;
}

.page-departmentdetails-box .desc-info {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin-top: 1.25rem;
}

.page-departmentdetails-box .bottom-title {
    font-size: 1.5rem;
    color: #333;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    margin-top: 1.75rem;
}

.page-departmentdetails-box .bottom-title .line {
    width: 2.875rem;
    height: 3px;
    background-color: #14c1a3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.page-samedep-box .bottom-title {
    width: 11.0625rem;
    height: 2.6875rem;
    line-height: 2.6875rem;
    background: url(../img/page-title-bg.png) center center no-repeat;
    background-size: 100% 100%;
    margin: 3.125rem auto 2.25rem;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
}

.page-samedep-box .list {
    padding-right: 1px;
}

.page-samedep-box li {
    width: 30rem;
    height: 15.1875rem;
}

.page-samedep-box li a {
    padding: 1.25rem;
    border: 1px solid #e4e4e4;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-samedep-box li .img-box {
    width: 9.125rem;
}

.page-samedep-box li .info {
    padding-left: 1.625rem;
}

.page-samedep-box li .info .title {
    font-size: 1.5rem;
    color: #4e4e4e;
    font-weight: 600;
}

.page-samedep-box li .info .line {
    width: 24px;
    height: 3px;
    background-color: #278578;
    margin-top: 0.875rem;
    margin-bottom: 1.25rem;
}

.page-samedep-box li .info .desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 0.625rem;
}

.page-samedep-box li .info .copy-desc {
    font-size: 1rem;
    color: #4e4e4e;
    margin-top: 0.9375rem;
}

.page-samedep-box li .info .copy-desc em {
    font-weight: bold;
}

.page-samedep-box li:hover a {
    border-color: #14c1a3;
}

.page-samedep-box .btns {
    margin-top: 2.375rem;
    text-align: center;
}

.page-samedep-box .btns a {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: 3.75rem;
    height: 3.75rem;
    background: url(../img/d-prev.png) center center no-repeat;
    background-size: 0.9375rem 1.625rem;
    border-radius: 50%;
    border: 1px solid #cacaca;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-samedep-box .btns a.next {
    background-image: url(../img/d-next.png);
    margin-left: 3.125rem;
}

.page-samedep-box .btns a:hover {
    background-color: #efefef;
    opacity: 0.8;
}

.page-team-box {
    margin-top: 1.875rem;
}

.page-team-box .top-info .left img {
    width: 2.75rem;
    margin-right: 0.6875rem;
}

.page-team-box .top-info .left .title {
    font-size: 1.5rem;
    color: #333;
    margin-right: 1.625rem;
}

.page-team-box .top-info .left .num {
    font-size: 1.125rem;
    color: #888888;
}

.page-team-box .top-info .left .num em {
    font-size: 1.5rem;
    color: #d20000;
}

.page-team-box .top-info .search {
    position: relative;
    z-index: 10;
}

.page-team-box .top-info .search * {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: middle;
}

.page-team-box .top-info .search .title {
    font-size: 1.125rem;
    color: #333;
}

.page-team-box .top-info .search .select-input {
    position: relative;
    margin-right: 0.875rem;
}

.page-team-box .top-info .search .select-input::before {
    content: '';
    display: block;
    width: 0.9375rem;
    height: 0.5625rem;
    background: url(../img/page-ks-down.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 1.875rem;
    bottom: 0;
    z-index: 10;
    margin: auto;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-team-box .top-info .search .select-input .select {
    position: absolute;
    top: 150%;
    left: 0;
    z-index: 100;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-team-box .top-info .search .select-input .select .box {
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-top: none;
}

.page-team-box .top-info .search .select-input .select .box::-webkit-scrollbar {
    width: 3px;
    height: 10px;
    background-color: #eee;
    border-radius: 25px;
}

.page-team-box .top-info .search .select-input .select .box::-webkit-scrollbar-track {
    border-radius: 25px;
}

.page-team-box .top-info .search .select-input .select .box::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background-color: #14c1a3;
}

.page-team-box .top-info .search .select-input .select .box a {
    display: block;
    width: 100%;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    text-align: left;
    color: #999;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-team-box .top-info .search .select-input .select .box a:hover {
    background-color: #14c1a3;
    color: #fff;
}

.page-team-box .top-info .search .select-input.on .select {
    top: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.page-team-box .top-info .search input {
    width: 11.125rem;
    height: 2.75rem;
    border: 1px solid #e1e1e1;
    font-size: 1rem;
    color: #333;
    text-indent: 0.625rem;
    background-color: transparent;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-team-box .top-info .search input::-webkit-input-placeholder {
    font-size: 1rem;
    color: #999999;
}

.page-team-box .top-info .search input:hover {
    border-color: #14c1a3;
}

.page-team-box .top-info .search .searchkey {
    margin-right: 0;
}

.page-team-box .top-info .search .btn {
    width: 5.625rem;
    height: 2.75rem;
    background: #14c1a3 url(../img/page-search.png) center center no-repeat;
    background-size: 1.5625rem 1.5625rem;
}

.page-team-box .page-line {
    height: 12px;
    background: url(../img/page-ys-line.png) left center no-repeat;
    background-size: 100% 100%;
    margin-top: 1.5625rem;
}

.page-team-box .list {
    margin-top: 2.625rem;
}

.page-team-box .list ul {
    margin: 0 -1rem;
}

.page-team-box .list li {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: calc(100% / 3);
    height: 15.25rem;
    padding: 0 1rem;
    margin-bottom: 2rem;
}

.page-team-box .list li a {
    padding: 1.25rem;
    border: 1px solid #e4e4e4;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-team-box .list li .img-box {
    width: 9.125rem;
}

.page-team-box .list li .info {
    padding-left: 1.625rem;
}

.page-team-box .list li .info .title {
    font-size: 1.5rem;
    color: #4e4e4e;
    font-weight: 600;
}

.page-team-box .list li .info .line {
    width: 24px;
    height: 3px;
    background-color: #14c1a3;
    margin-top: 0.875rem;
    margin-bottom: 1.25rem;
}

.page-team-box .list li .info .desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 0.625rem;
}

.page-team-box .list li .info .copy-desc {
    font-size: 1rem;
    color: #4e4e4e;
    margin-top: 0.9375rem;
}

.page-team-box .list li .info .copy-desc em {
    font-weight: bold;
}

.page-team-box .list li:hover a {
    border-color: #14c1a3;
    box-shadow: 0px 0px 10px #c5e1dd;
}

.page-teamDetails-box {
    margin-top: 2.5rem;
}

.page-teamDetails-box .top-info {
    height: 18.75rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px #dbdbdb;
    border-bottom: 4px solid #278578;
    padding: 2.875rem;
}

.page-teamDetails-box .top-info .left {
    border-right: 1px solid #dbdbdb;
    padding-right: 1.25rem;
    margin-right: 3.125rem;
}

.page-teamDetails-box .top-info .left .img-box {
    width: 9.125rem;
}

.page-teamDetails-box .top-info .left .info {
    padding-left: 1.625rem;
}

.page-teamDetails-box .top-info .left .info .title {
    font-size: 1.5rem;
    color: #4e4e4e;
    font-weight: 600;
}

.page-teamDetails-box .top-info .left .info .line {
    width: 24px;
    height: 3px;
    background-color: #278578;
    margin-top: 0.875rem;
    margin-bottom: 1.25rem;
}

.page-teamDetails-box .top-info .left .info .desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 0.625rem;
}

.page-teamDetails-box .top-info .left .info .copy-desc {
    font-size: 1rem;
    color: #4e4e4e;
    margin-top: 0.9375rem;
}

.page-teamDetails-box .top-info .left .info .copy-desc em {
    font-weight: bold;
}

.page-teamDetails-box .top-info .right {
    width: 45.25rem;
    padding-top: 0.5rem;
}

.page-teamDetails-box .top-info .right > .title {
    font-size: 1.125rem;
    color: #333;
    font-weight: bold;
}

.page-teamDetails-box .top-info .right > .title em {
    font-size: 14px;
    font-weight: normal;
}

.page-teamDetails-box .top-info .right .times {
    border: 1px solid #eaeaea;
    margin-top: 1.25rem;
}

.page-teamDetails-box .top-info .right .times li {
    border-bottom: 1px solid #eaeaea;
}

.page-teamDetails-box .top-info .right .times li:last-child {
    border-bottom: none;
}

.page-teamDetails-box .top-info .right .times .top-title {
    font-size: 0;
    background-color: #f8f8f8;
}

.page-teamDetails-box .top-info .right .times span {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: calc(100% / 8);
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1.125rem;
    color: #555;
    border-right: 1px solid #eaeaea;
}

.page-teamDetails-box .top-info .right .times span:last-child {
    border-right: none;
}

.page-teamDetails-box .top-info .right .times span.on {
    background: url(../img/page-time.png) center center no-repeat;
    background-size: 1.4375rem 1.4375rem;
}

.page-teamDetails-box .bottom-title {
    width: 11.0625rem;
    height: 2.6875rem;
    line-height: 2.6875rem;
    background: url(../img/page-title-bg.png) center center no-repeat;
    background-size: 100% 100%;
    margin: 3.125rem auto 2.25rem;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
}

.page-teamDetails-box .page-desc {
    font-size: 1rem;
    color: #4e4e4e;
    text-align: justify;
    line-height: 2;
    padding-bottom: 20px;
}

.page-teamDetails-box .page-line {
    height: 12px;
    background: url(../img/page-ys-line.png) left center no-repeat;
    background-size: 100% 100%;
    margin-top: 1.5625rem;
}

.page-health-box {
    margin-top: 1.25rem;
}

.page-health-box li {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
}

.page-health-box li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-health-box li .img-box {
    width: 18.5rem;
    height: 13rem;
    margin-right: 1.875rem;
}

.page-health-box li .title {
    font-size: 1.5rem;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-health-box li .desc {
    font-size: 1.25rem;
    color: #999;
    line-height: 1.8;
    margin-top: 1.125rem;
}

.page-health-box li .time {
    width: 7.5rem;
    height: 7.1875rem;
    margin-left: 5.875rem;
    border: 1px solid #e4e4e4;
    text-align: center;
    background: url(../img/rili-icon.png) center 32% no-repeat;
    font-size: 1.0625rem;
    color: #333;
    padding-top: 4.375rem;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-health-box li:hover .img-box i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.page-health-box li:hover .title {
    color: #14c1a3;
}

.page-health-box li:hover .time {
    background-color: #14c1a3;
    background-image: url(../img/rili-icon-hover.png);
    color: #fff;
}

.page-physical-box {
    margin-top: 2.25rem;
}

.page-physical-box li {
    width: 49%;
    height: 7.5rem;
    background: #f5f5f5 linear-gradient(#14c1a3, #14c1a3) left bottom/0% 3px no-repeat;
    padding: 0 1.375rem;
    transition: .4s;
    -webkit-transition: .4s;
    margin-bottom: 1.5625rem;
}

.page-physical-box li .title {
    font-size: 1.25rem;
    color: #000;
    background: url(../img/tj-line.png) left center no-repeat;
    padding-left: 1.5rem;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-physical-box li .icon {
    width: 4.875rem;
    height: 4.875rem;
    background: url(../img/tj-icon.png) center center no-repeat;
    background-size: 2.375rem 2.375rem;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-physical-box li:hover {
    background-color: #fff;
    background-size: 100% 3px;
    box-shadow: 0px 0px 10px #dddddd;
}

.page-physical-box li:hover .icon {
    transform: rotate(360deg);
    background-image: url(../img/tj-icon-hover.png);
    background-size: 100% 100%;
}

.page-physical-box li:hover .title {
    color: #14c1a3;
    text-indent: 10px;
}

.page-contact-box {
    margin-top: 3.125rem;
}

.page-contact-box .tio-info {
    margin-bottom: 8.375rem;
}

.page-contact-box .tio-info .box {
    padding: 0 3.4375rem;
}

.page-contact-box .tio-info .list .title {
    font-size: 1.125rem;
    color: #333;
}

.page-contact-box .tio-info .list .line {
    width: 41px;
    height: 4px;
    background-color: #14c1a3;
    margin-top: 4px;
}

.page-contact-box .tio-info .list .phone {
    font-size: 1.5rem;
    color: #333;
    margin-top: 0.875rem;
}

.page-contact-box .tio-info .list .txt {
    font-size: 1rem;
    color: #a1a1a1;
    margin-top: 0.875rem;
}

.page-contact-box #index-map {
    height: 46.875rem;
}

.page-contact-box #index-map #map {
    width: 100%;
}

.page-contact-box #index-map .label-txt {
    font-size: 1.5rem;
    background: url(../img/daohang-icon.png) right center no-repeat;
    padding-right: 6.875rem;
    cursor: pointer;
}

.page-contact-box #index-map .label-txt p {
    font-size: 1.125rem;
    margin-top: 0.625rem;
}

.page-details-box {
    margin-top: 2.5rem;
}

.page-details-box .details-left {
    width: 71%;
    padding-right: 3.5rem;
}

.page-details-box .details-left h4.title {
    font-size: 2.0625rem;
    color: #333;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 3%;
}

.page-details-box .details-left .details-time span {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: middle;
    font-size: 14px;
    color: #888;
    line-height: 25px;
    padding-left: 22px;
}

.page-details-box .details-left .details-time span:nth-child(1) {
    background: url(../img/page-news-time.png) left center no-repeat;
}

.page-details-box .details-left .details-time span:nth-child(2) {
    background: url(../img/browse-icon-1.png) left center no-repeat;
    margin-left: 22px;
}

.page-details-box .details-left .font-max {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
}

.page-details-box .details-left .font-max * {
    font-size: 14px;
    color: #888;
}

.page-details-box .details-left .details-right-sher span {
    font-size: 14px;
    color: #5b5b5b;
}

.page-details-box .details-left .details-right-sher .social-share-icon {
    border-color: #939393;
    color: #939393;
    font-size: 16px;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-details-box .details-left .details-right-sher .social-share-icon:hover {
    background-color: #14c1a3;
    border-color: #14c1a3;
    color: #fff;
}

.page-details-box .details-left .pagePrint {
    font-size: 14px;
    color: #666;
    margin-right: 3.125rem;
}

.page-details-box .details-left .page-details-content {
    min-height: 370px;
    margin-top: 1%;
    border-top: 1px dashed #d5d5d5;
    padding-top: 3%;
    font-size: 1rem;
    color: #222;
    line-height: 2;
    text-align: justify;
}

.page-details-box .details-left .page-details-content img {
    max-width: 100%;
    margin: 10px 0;
    height: auto !important;
}

.page-details-box .details-page-right {
    width: 28%;
    position: relative;
}

.page-details-box .details-page-right .top .prev, .page-details-box .details-page-right .top .next {
    display: block;
    width: 100%;
    padding: 7%;
    background-color: #f3f3f3;
}

.page-details-box .details-page-right .top .prev span, .page-details-box .details-page-right .top .next span {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
}

.page-details-box .details-page-right .top .prev .title, .page-details-box .details-page-right .top .next .title {
    font-size: 1.125rem;
    color: #333;
    margin-top: 5%;
    margin-bottom: 5%;
}

.page-details-box .details-page-right .top .prev em, .page-details-box .details-page-right .top .next em {
    font-size: 14px;
    color: #969696;
}

.page-details-box .details-page-right .top .return-list {
    height: 4.375rem;
    background-color: #14c1a3;
    text-align: center;
    line-height: 4.375rem;
    font-size: 1.375rem;
    color: #fff !important;
    overflow: hidden;
}

.page-details-box .details-page-right .top .return-list i {
    width: 18px;
    height: 100%;
    background: url(../img/back-icon.png) center center no-repeat;
    vertical-align: bottom;
    margin-right: 20px;
}

.page-details-box .details-page-right .top a {
    margin-bottom: 10px;
}

.page-details-box .details-page-right .top a * {
    transition: .4s;
    -webkit-transition: .4s;
}

.page-details-box .details-page-right .top a:hover * {
    color: #14c1a3 !important;
}

.page-details-box .details-page-right .bottom {
    margin-top: 3.75rem;
    padding-left: 14px;
}

.page-details-box .details-page-right .bottom .title {
    font-size: 1.375rem;
    color: #333333;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 0.625rem;
    position: relative;
    background: linear-gradient(#278578, #278578) left bottom/5.375rem 2px no-repeat;
}

.page-details-box .details-page-right .bottom .list {
    margin-top: 1.875rem;
}

.page-details-box .details-page-right .bottom .list a {
    padding: 1.5rem 0.875rem;
    margin-bottom: 1rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
}

.page-details-box .details-page-right .bottom .list a .time {
    font-size: 14px;
    color: #999;
    position: relative;
    margin-top: 0.75rem;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-details-box .details-page-right .bottom .list a .desc {
    font-size: 1.25rem;
    color: #333;
    text-align: justify;
    line-height: 1.5;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-details-box .details-page-right .bottom .list a:hover .time {
    color: #333;
}

.page-details-box .details-page-right .bottom .list a:hover .desc {
    color: #14c1a3;
}

.page-about-box {
    margin-top: 1.375rem;
}

.page-about-box .top {
    height: 40rem;
    background: url(../img/about-bg.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 11.875rem;
}

.page-about-box .top li {
    width: 32.7%;
    height: max-content;
    background-color: #3b7ee0;
    margin-top: 14.625rem;
    padding-top: 3.125rem;
    padding-right: 10px;
}

.page-about-box .top li:nth-child(2) {
    background-color: #13b7cf;
    margin-top: 20rem;
}

.page-about-box .top li:nth-child(3) {
    background-color: #dec695;
}

.page-about-box .top li p {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.875rem;
    background: url(../img/about-line.png) 12% 70% no-repeat;
    padding-left: 5.625rem;
}

.page-about-box .top li p em {
    font-size: 2.25rem;
}

.page-about-box .bottom {
    font-size: 1.25rem;
    color: #000;
    line-height: 2;
    text-align: justify;
}

.page-about-box .bottom img {
    max-width: 100%;
    margin: 10px 0;
}

.page-leader-box {
    margin-top: 1.875rem;
}

.page-leader-box .list {
    padding: 0 6rem;
}

.page-leader-box ul {
    margin: 0 -2rem;
}

.page-leader-box li {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: calc(100% / 4);
    padding: 0 2rem;
    margin-bottom: 2.125rem;
}

.page-leader-box li:last-child, .page-leader-box li:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.page-leader-box li a {
    padding: 1.25rem 2.125rem 0.875rem;
    border: 1px solid #ededed;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-leader-box li a .img-box {
    height: 20.5rem;
}

.page-leader-box li a .title {
    font-size: .95rem;
    color: #999;
    margin-top: 0.3125rem;
}

.page-leader-box li a .title em {
    font-size: 1.5rem;
    color: #14c1a3;
}

.page-leader-box li:hover .img-box i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.page-leader-box li:hover a {
    border-color: #14c1a3;
}

.page-honor-box {
    margin-top: 1.5rem;
}

.page-honor-box ul {
    margin: 0 -0.9375rem;
}

.page-honor-box li {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: calc(100% / 4);
    padding: 0 0.9375rem;
    margin-bottom: 2.25rem;
}

.page-honor-box li:last-child, .page-honor-box li:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.page-honor-box li .img-box {
    height: 15.375rem;
}

.page-honor-box li .title {
    font-size: 1.25rem;
    color: #333;
    margin-top: 0.625rem;
    border-bottom: 1px solid #ededed;
    padding-bottom: 0.75rem;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-honor-box li .time {
    font-size: 1.125rem;
    color: #999;
    margin-top: 0.9375rem;
}

.page-honor-box li:hover .img-box i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.page-honor-box li:hover .title {
    color: #14c1a3;
}

.page-culture-box {
    margin-top: 2rem;
}

.page-culture-box ul {
    margin: 0 -1.875rem;
}

.page-culture-box li {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: calc(100% / 3);
    padding: 0 1.875rem;
    margin-bottom: 2.75rem;
}

.page-culture-box li:last-child, .page-culture-box li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.page-culture-box li .img-box {
    position: relative;
    height: 18.125rem;
}

.page-culture-box li .img-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) url(../img/video-icon.png) center center/4.125rem 4.125rem no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-culture-box li .title {
    font-size: 1.25rem;
    color: #333;
    text-align: center;
    margin-top: 1.125rem;
}

.page-culture-box li:hover .img-box i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.page-culture-box li:hover .img-box::after {
    opacity: 0;
    visibility: hidden;
}

.page-opinion-box {
    margin-top: 4.375rem;
}

.page-opinion-box .top-title {
    text-align: center;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 2.5rem;
}

.page-opinion-box .form-box {
    width: 36%;
    margin: 0px auto 0px;
}

.page-opinion-box .form-box .form-group {
    margin-bottom: 1.875rem;
    margin-left: -3.125rem;
}

.page-opinion-box .form-box .form-group label {
    width: 6.25rem;
    font-size: 1rem;
    color: #333;
    text-align: right;
}

.page-opinion-box .form-box .form-group label i {
    color: #f00;
}

.page-opinion-box .form-box .form-group input, .page-opinion-box .form-box .form-group textarea {
    height: 2.5rem;
    line-height: 2.5rem;
    border: 1px solid #d6d6d6;
    font-size: 1rem;
    color: #333;
    border-radius: 4px;
    padding: 0 10px;
}

.page-opinion-box .form-box .form-group textarea {
    height: 10rem;
    resize: none;
}

.page-opinion-box .form-box .form-group.textarea {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.page-opinion-box .form-box .form-group.textarea label {
    margin-top: 10px;
}

.page-opinion-box .form-box .form-group.code .box {
    overflow: hidden;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}

.page-opinion-box .form-box .form-group.code .box input {
    width: 14.75rem;
    border: none;
    border-right: 1px solid #d6d6d6;
    border-radius: 0;
    margin-right: 10px;
}

.page-opinion-box .form-box .form-group.code .box img {
    height: 100%;
    max-width: 90px;
}

.page-opinion-box .form-box .form-group.code .box #refsBtn {
    width: 16px;
    height: 18px;
    background: url(../img/refs-icon.png) center center no-repeat;
    margin-left: 5.5rem;
}

.page-opinion-box .form-box .form-group .btn {
    display: block;
    width: 28.875rem;
    height: 3.25rem;
    line-height: 3.25rem;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    background-color: #14c1a3;
    border-radius: 4px;
    margin-left: 6.25rem;
    margin-top: 0.625rem;
}

.page-hospital-box {
    margin-top: 2.5rem;
}

.page-hospital-box ul {
    margin: 0 -1.5625rem;
}

.page-hospital-box li {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: calc(100% / 5);
    height: 29.125rem;
    padding: 0 1.5625rem;
    margin-bottom: 1.875rem;
}

.page-hospital-box li:last-child, .page-hospital-box li:nth-last-child(-n+5) {
    margin-bottom: 0;
}

.page-hospital-box li a {
    position: relative;
}

.page-hospital-box li .img-box {
    height: 100%;
}

.page-hospital-box li .title {
    line-height: 3.875rem;
    text-align: center;
    background-color: #14c1a3;
    font-size: 1.25rem;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.page-hospital-box li:hover .img-box i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/*内页*/
/*底部*/
#footer {
    padding-bottom: 3.125rem;
    border-bottom: 4px solid #14c1a3;
    border-top: 1px solid #e5e5e5;
}

#footer .f-top {
    padding: 2.25rem 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 3.5rem;
}

#footer .f-top .f-logo img {
    width: 27.4375rem;
}

#footer .f-top .f-logo .line {
    width: 1px;
    height: 4rem;
    background-color: #ccc;
    margin-left: 0.5rem;
    margin-right: 1.625rem;
}

#footer .f-top .f-logo .txt {
    font-size: 1.5rem;
    color: #333;
}

#footer .f-top .link-box {
    height: 2.625rem;
    line-height: 2.625rem;
    background-color: #45d4c4;
    font-size: 1rem;
    color: #fff;
    padding: 0 0.875rem;
    width:20rem;
}

#footer .f-top .link-box .icon {
    width: 12px;
    height: 10px;
    background: url(../img/link-sjx.png) center center no-repeat;
    margin-left: 2.8125rem;
}

#footer .f-top .link-box .sub {
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 200;
    background-color: #45d4c4;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s;
    -webkit-transition: .4s;
}

#footer .f-top .link-box .sub::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(54, 60, 80, 0.5);
}

#footer .f-top .link-box .sub::-webkit-scrollbar-thumb {
    background-color: #ab2b2b;
}

#footer .f-top .link-box .sub a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 2.1875rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 0.875rem;
    transition: .4s;
    -webkit-transition: .4s;
}

#footer .f-top .link-box .sub a:hover {
    color: #333;
    text-indent: 10px;
}

#footer .f-top .link-box:hover .sub {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#footer .f-info .left img {
    <!--height: 4.125rem;-->
    <!--margin-right: 2.125rem;-->
    <!--margin-top: 1.625rem;-->
}

#footer .f-info .left .info p {
    font-size: 1rem;
    color: #939393;
    line-height: 1.4;
    margin-bottom: 0.625rem;
}

#footer .f-info .left .info p:last-child {
    margin-bottom: 0 !important;
}

#footer .f-info .left .info p a {
    color: inherit;
}

#footer .f-info .f-nav {
    width: 33.75rem;
    margin-left: -11.25rem;
}

#footer .f-info .f-nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: calc(100% / 4);
    margin-bottom: 1.875rem;
}

#footer .f-info .f-nav li:nth-last-child(-n+4) {
    margin-bottom: 0;
}

#footer .f-info .f-nav li a {
    font-size: 1.125rem;
    color: #333;
    transition: .4s;
    -webkit-transition: .4s;
}

#footer .f-info .f-nav li:hover a {
    color: #45d4c4;
}

#footer .f-info .f-code p {
    text-align: center;
}

#footer .f-info .f-code p .erweima {
    width: 7.25rem;
}

#footer .f-info .f-code p span {
    width: 20px;
    font-size: 1.125rem;
    color: #333;
}

#footer .f-info .f-code p span img {
    margin-right: 0.5rem;
}

/*底部*/
.page-left-find{
  position:fixed;
  top: 50%;
  left: 0%;
  transform: translate(0%,-50%);
  z-index:999;
}

.page-left-find .page-gb-box{
  position:absolute;
  right:0px;
  top:0px;
  z-index:9999;
  cursor:pointer;
}