﻿@charset "utf-8";
:focus {
    outline: 0
}

a:focus {
    outline: 0
}

a {
    color: #666;
    outline: none !important;
}

a:hover,
a:active,
a:focus {
    color: #00a2ca;
    text-decoration: none !important;
}

body {
    color: #333;
    overflow-x: hidden;
    font-family: 'Microsoft YaHei', '微软雅黑', 'Arial', 'Tahoma', 'simsun', 'sans-serif';
}

.navbar {
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, .3);
    border-bottom: 1px solid #e4e4e4;
    border-top: 0;
}

.navbar-form {
    margin: 15px 10px;
    color: #616161;
}

@media (max-width: 1199px) {
    .navbar-form {
        margin: 15px 0;
    }
}

.navbar-mobile .navbar-form {
    width: 80%;
    margin: 60px auto 20px auto;
}

.navbar-mobile .navbar-form .form-control {
    width: 100%;
}

.navbar-form {
    margin: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-form .form-group {
    position: relative;
}

.navbar-form .form-control {
    height: 30px;
    width: 100px;
    border-radius: 20px;
    line-height: 28px;
    padding: 0 24px 0 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: #fff;
}

@media (max-width: 767px) {
    .navbar-form {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-form .form-control {
        width: 100%;
    }
}

.navbar-form .form-control.active {
    width: 150px;
}

.navbar-form .button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: none;
}

.navbar-form .button .glyphicon {
    color: #616161;
}

.navbar-header .navbar-brand {
    background-color: #fff;
    color: #313131;
    padding: 10px 15px 12px;
}

.navbar-mobile .navbar-more {
    color: #313131;
}

.nav-mobile .nav.navbar-nav> li> a {
    color: #c1c1c1;
}

.nav.navbar-nav> li> a {
    color: #616161;
}

.nav.user-nav> li> a {
    color: #616161;
}

.nav.user-nav> li> a:hover,
.nav.user-nav> li> a:focus {
    color: #313131;
}

.navbar-form .form-control {
    border-color: #e1e1e1;
}

.top-bar {
    background-color: #501863;
    height: 36px;
    line-height: 36px;
}

.top-bar a {
    display: inline-block;
    float: left;
    height: 36px;
    color: #ccc;
    padding: 0 15px;
    text-decoration: none;
}

.top-bar a.active {
    color: #333 !important;
    background-color: #fff !important;
}

.top-bar a:hover {
    color: #ededed;
    background-color: #6D3580;
}

.banner .jumbotron_index {
    background: no-repeat center center;
    background-image: url(/images/banner.jpg);
    background-size: cover;
    min-height: 348px;
}

.banner .jumbotron_index .btn {
    margin-top: 20px;
    color: #fff;
    background-color: rgba(53, 124, 180, 0.62);
    border-color: rgba(67, 24, 80, 0.1);
}

.banner .jumbotron_index .btn:hover {
    background-color: rgba(43, 81, 111, 0.62);
}

.jumbotron_index h1 {
    font-size: 33px;
    color: #fff;
}

.banner .jumbotron_index p {
    padding-top: 2rem;
    font-size: 1.8rem;
    max-width: 50%;
    color: #fff;
    line-height: 2.2rem;
}

.dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.dropdown-menu> li {
    position: relative;
}

.dropdown-menu> li> a {
    color: #616161;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown-menu> li> a:hover {
    background: #4bbbfa;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown-menu> li> a:hover,
.dropdown-menu> li> a:focus {
    text-decoration: none;
    color: #545454;
    background-color: #4bbbfa;
}

.nav.navbar-nav> li> a:hover,
.nav.navbar-nav> li> a:focus {
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
}

.index_lr .underline_lr {
    text-align: center;
    color: #616161;
}

.index_lr .underline_lr a {
    color: #616161;
}

.index_lr .underline_lr h3 {
    font-size: 18px;
    margin-bottom: 24px;
}

.index_lr .underline_lr h2 {
    font-size: 24px;
    position: relative;
    text-align: center;
    margin: 40px auto 22px;
}

.index_lr .underline_lr h2:after {
    content: '';
    position: absolute;
    background: #efefef;
    height: 1px;
    left: 0;
    right: 0;
    top: 13px;
}

.index_lr .underline_lr h2 strong {
    font-weight: normal;
    padding: 0 20px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.medical_equipment .underline_lr h2 strong,
.software_development .underline_lr h2 strong {
    background: #fbfbfb;
}

@media (max-width: 767px) {
    .index_lr h2.underline_lr {
        margin: 30px 15px;
    }
}

@media (max-width: 480px) {
    .index_lr h2.underline_lr {
        margin: 20px 10px;
    }
}

.index_lr .sec-more {
    text-align: right;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .index_lr .sec-more {
        margin-bottom: 10px;
    }
}

.index_lr .sec-more a {
    font-size: 12px;
    border: 1px solid #999;
    border-radius: 15px;
    padding: 4px 11px;
    display: inline-block;
}

.index_lr .sec-more a:hover {
    border-color: #00a2ca;
}

.index_lr .sec-more a.btn:hover {
    color: #00a2ca;
}

.tab-nav {
    z-index: 5;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.tab-nav li {
    background: #bcbccd;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 8px;
}

.tab-nav li.active {
    background: #2f353e;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

#myCarousel .slider-icon-arrow,
#myCarousel1 .slider-icon-arrow {
    font-size: 25px;
    color: #e5e5e5;
    z-index: 5;
    position: absolute;
    height: 95px;
    width: 35px;
    background-color: #000;
    opacity: 0.08;
    filter: alpha(opacity=8);
    -moz-opacity: 0.08;
    -khtml-opacity: 0.08;
    text-align: center;
    line-height: 95px !important;
}

#myCarousel .slider-icon-arrow:hover,
#myCarousel1 .slider-icon-arrow:hover {
    opacity: 0.16;
    filter: alpha(opacity=16);
    -moz-opacity: 0.16;
    -khtml-opacity: 0.16;
}

#myCarousel .icon-arrow-right,
#myCarousel1 .icon-arrow-right {
    right: -50px;
    top: 30%;
}

#myCarousel .icon-arrow-left,
#myCarousel1 .icon-arrow-left {
    left: -50px;
    top: 30%;
}

.medical_module .tab-pannel {
    background-color: #fff;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
    color: #9a9a9a;
    min-height: 314px;
}

.medical_module .tab-pannel p {
    margin-top: 20px;
    font-size: 12px;
}

.medical_equipment {
    background-color: #fbfbfb;
}

.medical_equipment .tab-pannel {
    overflow: hidden;
    display: block;
}

.medical_equipment .view-item {
    background-color: #ffffff;
    padding: 35px 30px 35px 30px;
    border: 1px solid #f1f1f1;
    transition: background-color 1s, color 0.5s;
    -moz-transition: background-color 1s, color 0.5s;
    -webkit-transition: background-color 1s, color 0.5s;
    -o-transition: background-color 1s, color 0.5s;
}

.medical_equipment .view-item1 {
    padding-bottom: 0;
}

@media (max-width: 750px) {
    .medical_equipment .view-item {
        margin-top: 12px;
    }
}

.medical_equipment .view-item h2 {
    font-size: 20px;
    font-weight: 500;
    transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
     
}

.medical_equipment .view-item p {
    font-size: 12px;
    min-height: 85px;
   
}

.medical_equipment .view-item a {
    color: #333;
}

.medical_equipment .view-item a.medical_equipment_color {
    color: #00a2ca;
}

.medical_equipment .view-item a:hover {
    color: #00a2ca;
}

.software_development {
    background-color: #fbfbfb;
    text-align: center;
    padding-bottom: 12px;
}

.software_development .es-content {
    margin-top: 40px;
}

.software_development .svgs {
    height: 360px;
    margin: 0 10px 0 20px;
}

.software_development li.nomargin {
    margin-top: 0;
}

.software_development ul.content {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.software_development li {
    margin-top: 65px;
    padding: 0 10px;
    list-style-type: none;
    float: left;
    width: 50%;
    position: relative;
}

.software_development li .img-content {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
}

.software_development li .metas {
    padding-left: 50px;
    text-align: left;
}

.software_development li h5 {
    font-size: 18px;
    font-weight: normal;
    color: #313131;
    margin-top: 0;
    margin-bottom: 10px;
}

.software_development li p {
    color: #616161;
    line-height: 22px;
    margin-bottom: 0;
}

.software_development li p a {
    color: #00a2ca;
    text-decoration: none;
    line-height: 24px;
    margin-bottom: 0;
}

.software_development li p a:hover,
.software_development li p a:active,
.software_development li p a:focus {
    text-decoration: underline !important;
}

.customization {
    margin-bottom: 60px;
}

.customization .trim-li {
    margin: 10px 0;
    padding: 10px 5px;
    border: 1px solid #e8e8e8;
    min-height: 150px;
}

.customization .trim-li a {
    color: #00a2ca;
}

.customization h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 24px;
}

.customization .msg h1.item-title {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 5px;
}

.health_data {
    margin-bottom: 70px;
}

.health_data .health_data_item {
    text-align: center;
    border-right: 1px;
    border-right-color: #f1f1f1;
    border-right-style: solid;
    margin: 20px auto;
}

.health_data .health_data_item a:hover{
    color: #00a2ca;
}

.health_data .health_data_item p {
    font-size: 20px;
    line-height: 22px;
    color: #333333;
    margin-top: 15px;
}

.health_data .health_data_item span {
    font-size: 12px;
    line-height: 20px;
    max-width: 200px;
    display: inline-block;
}

.index_news {
    margin-top: 20px;
    margin-bottom: 30px;
}

.index_news .panel-default> .panel-heading .more:hover {
    color: #616161;
}

.index_news .panel-default> .panel-heading .more {
    position: absolute;
    top: 13px;
    right: 5px;
    display: block;
    color: #919191;
}

.index_news .panel-default {
    padding: 0 15px;
    border-color: #e4ecf3;
}

.index_news .index-article .index-recommend-aricle {
    float: left;
    width: 35%;
    padding-left: 0;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .index_news .index-article .index-recommend-aricle {
        width: 28%;
    }
}

@media (max-width: 767px) {
    .index_news .index-article .index-recommend-aricle {
        width: 100%;
    }
}

.index_news .index-article .index-new-article {
    float: left;
    width: 65%;
    padding-left: 20px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .index_news .index-article .index-new-article {
        width: 72%;
    }
}

@media (max-width: 767px) {
    .index_news .index-article .index-new-article {
        width: 100%;
        padding-left: 0;
    }
}

.index_news .index-article .index-new-article li {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    margin-bottom: 30px;
}

.index_news .panel-default> .panel-body {
    padding: 15px 0;
}

.index_news .index-article .index-new-article li.last {
    margin-bottom: 0;
}

.index_news .index-article .index-recommend-aricle li img {
    width: 100%;
    height: 106px;
}

@media (max-width: 991px) {
    .index_news .index-article .index-recommend-aricle li img {
        height: auto;
    }
}

.index_news .dynamic-section-main .panel {
    height: 300px;
}

@media (max-width: 767px) {
    .index_news .dynamic-section-main .panel {
        height: auto;
    }
}

.index_news .index-article .index-recommend-aricle li {
    position: relative;
    list-style-type: none;
    margin-bottom: 10px;
    overflow: hidden;
}

.index_news .index-article .index-recommend-aricle li .image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: alpha(opacity=30);
    background: #000\9;
    background-image: -webkit-linear-gradient(top, rgba(225, 225, 225, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear, top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%;
}

.index_news .index-article .index-recommend-aricle li .image-overlay:hover {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.index-article .index-recommend-aricle .title {
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 10px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.index_news .panel-default> .panel-heading {
    position: relative;
    font-size: 16px;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}


/*底部*/

.footer {
    background-color: #f8f8f8;
    padding-top: 70px;
    font-size: 1.3rem;
}

.footer .list-unstyled li {
    margin-bottom: 10px;
}

.footer .list-unstyled li.main-title {
    margin-bottom: 20px;
}

.footer .list-unstyled li.main-title a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.footer .list-unstyled li.main-title a:hover {
    color: #00a2ca;
}

.footer .copyright1 {
    border-top: 1px solid #e5e5e5;
}

.footer .copyright1 p.contact1 {
    padding: 15px 0 15px;
    margin: 0;
}

.footer .copyright1 p.contact1 a {
    color: #666;
    padding: 0 5px 0 0;
    font-size: 14px;
}

.footer .main-know {
    padding-bottom: 40px;
}

.footer ul.attention img {
    width: 16px;
}

.footer .copyright1 p.blogroll a {
    color: #b3b3b3;
    white-space: nowrap;
    padding: 0 10px 0 0;
}

.footer .copyright1 p.copyright a {
    color: #b3b3b3;
}

.footer .copyright1 p.blogroll {
    color: #b3b3b3;
}

.footer .copyright1 p.blogroll a:hover {
    text-decoration: underline !important;
}

.footer .copyright1 p.copyright {
    color: #b3b3b3;
}


/*搜索页面*/

.search-banner {
    background: url('/images/banner_search.jpg') top center no-repeat;
    height: 200px;
}

.search-banner .search-input-group {
    margin: 75px 20%;
    height: 50px;
}

@media (max-width: 991px) {
    .search-banner .search-input-group {
        margin-left: 0;
        margin-right: 0;
    }
}

.search-banner .search-input-group .form-control {
    height: 50px;
    border: none;
    padding-right: 50px;
    font-size: 16px;
    color: #000;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.search-banner .search-input-group .input-wrap {
    position: relative;
}

.search-banner .search-input-group .es-icon {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    z-index: 3;
    color: #e1e1e1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-banner .search-input-group .es-icon:hover {
    cursor: pointer;
    color: #c1c1c1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-banner .search-input-group .btn {
    height: 50px;
    width: 120px;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media (max-width: 991px) {
    .search-banner .search-input-group .btn {
        width: 80px;
    }
}

.search-banner .search-input-group .btn:hover {
    z-index: 1;
}

.content-banner .jumbotron-content {
    background: no-repeat center center;
    background-size: cover;
    height: 220px;
}

.content-banner .jumbotron {
    margin-bottom: 0;
}

.lr-crumbs .breadcrumb {
    margin-top: 20px;
    background-color: #fff;
}

.lr-crumbs .breadcrumb>span {
    color: #666;
}

.content-banner h1 {
    font-size: 33px;
    margin-top: 10px;
}

.content .page-header {
    margin-top: 20px;
}

.content-carousel .carousel-inner {
    min-height: 360px;
}

.content-carousel .carousel-indicators .small-picture {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
    background-color: #fff;
    width: 70px;
    height: 50px;
    margin-left: 20px;
    padding: 0;
    height: auto;
}

.content-carousel .carousel-indicators .small-picture:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content_page_medical_module .content_img .carousel-indicators {
    position: inherit;
    top: 8px;
}

.content_page_medical_module .content_txt {
    min-height: 520px;
}

@media (max-width: 992px) {
    .content_page_medical_module .content_txt {
        min-height: auto;
        padding-top: 20px;
    }
}

.content_page_medical_module .content_txt .right-content {
    padding-left: 20px;
}

.content_page_medical_module h3 {
    border-left: 2px solid #00c1de;
    padding-left: 8px;
    margin: 20px auto 20px -20px;
}

.content_page_medical_module .row_bootom {
    border-top: 1px dashed #e1e2e2;
    border-color: rgba(221, 221, 221, 0.8);
    margin: 20px 0 50px 0;
    padding-top: 10px;
    padding-left: 20px;
}

.content_page_medical_module .row_bootom h3 {
    margin: 20px auto 20px -20px;
}

.content_page_medical_module .content_img {
    top: 17px;
}

.breadcrumb {
    padding-left: 0;
}

.bg-light {
    padding: 3rem 1rem 0 1rem;
}

.bg-light .container {
    border-bottom: 1px solid #eceeef;
    padding-bottom: 24px;
}

.bg-light h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.bg-light p>a.lead-a-tel {
    white-space: nowrap;
    color: #00a2ca;
}

.bg-light .nav-lg a {
    font-size: 2rem;
    display: inline-block;
    font-weight: 300;
    color: #039be5;
    margin-left: 1rem;
}

.bg-light .nav-lg a.active {
    margin-left: 0;
}

.bg-light .nav-lg a:focus,
.bg-light .nav-lg a:hover {
    color: #026899;
    text-decoration: underline;
}

.page_medical_module {
    margin: 20px 0;
}

.page_medical_module .tab-pannel {
    margin-bottom: 20px;
}
.page_medical_module .tab-pannel1
{
    margin: 0 auto 20px;
    text-align: center;
    min-height: 273px;
}

.page_medical_module1 {
    background-color: #fff;
}

.container_tio ul.nav-tabs>li {
    clear: both;
}

.lr_advantage .underline_lr h2 {
    margin-bottom: 40px;
}

.lr_advantage dl.dl-horizontal dt,
.lr_advantage dl.dl-horizontal dd {
    line-height: 60px;
    font-size: 1.6rem;
}

.lr_advantage dl.dl-horizontal {
    margin-top: 20px;
}

.lr_advantage dl.dl-horizontal img {
    width: 1.6rem;
    position: relative;
    margin-right: 10px;
}

.container_about {
    margin-top: 20px;
}

.container_about p {
    font-size: 2.3rem;
    line-height: 3rem;
}

.container_contact {
    margin-bottom: 40px;
}

.container_contact .img_contact {
    border: 1px solid #f1f1f1;
    padding: 12px;
    background-color: #fff;
}

.container_contact .address_contact {
    margin-top: 10%;
    margin-left: 10%;
    font-size: 1.8rem;
}

.container_contact .bg_contact {
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/images/contact_bg.png);
}


/*新闻版块*/

.container_news .article-nav li {
    display: inline-block;
    margin-right: 40px;
}

.container_news .article-nav li.active> a {
    background-color: #21c968;
    color: #fff;
}

.container_news .article-nav> li> a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 16px;
    color: #6c6c6c;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.container_news .article-wide-list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f6f6f6;
}

.container_news .article-wide-list li> h4 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    vertical-align: middle;
}

.container_news .article-wide-list li> h4 .cat-link {
    display: inline-block;
    margin-top: -2px;
    margin-right: 5px;
    padding-right: 8px;
    vertical-align: middle;
    height: 15px;
    line-height: 15px;
    border-right: 1px solid #fab140;
    color: #fab140;
}

.container_news .article-wide-list li> h4 .post-link {
    line-height: 15px;
}

.container_news .article-wide-list li> p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #8a8a8a;
    overflow: hidden;
}

.container_news .article-wide-list li> span {
    color: #c1c1c1;
    font-size: 12px;
}

.container_news .article-side {
    margin-bottom: 40px;
}

.container_news .article-side1 {
    margin-top: 60px;
    margin-bottom: 40px;
}

.container_news .article-side h3 {
    margin-bottom: 10px;
    padding: 8px 10px 8px 5px;
    background-color: #fbfbfb;
    color: #1ec67a;
    font-size: 18px;
}

.container_news .article-side1 h3 {
    background-color: #fff;
}

.container_news .article-side h3:before {
    content: '';
    width: 3px;
    height: 18px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    background-color: #1ec67a;
}

.container_news .article-side li {
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.container_news .article-side li> a {
    display: inline-block;
    height: 25px;
    width: 100%;
    color: #888;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.container_news .article-side li a> span {
    margin-right: 7px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    color: #1ec67a;
}

.container_content_news h2.thread-title {
    font-size: 26px;
    line-height: 35px;
    color: #1ec67a;
}

.container_content_news .published-time {
    margin-bottom: 15px;
    color: #c1c1c1;
    font-size: 12px;
}

.container_content_news .typo {
    color: #6d6d6d;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    font: 400 16px/1.8 Microsoft Yahei, 'Microsoft YaHei', '微软雅黑', 'Arial', 'Tahoma', 'simsun', 'sans-serif';
}

.container_content_news .thread-body {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.container_content_news .typo p> img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.container_ihe {
    margin-bottom: 45px;
}

.container_ihe .page-header {
    margin-bottom: 25px;
}

.container_ihe .right-pannel h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}
.container_ihe .right-pannel .list-inline>li{
    margin-bottom: 12px;
}

.container_ihe .right-pannel p.scene {
    line-height: 2.1rem;
    font-size: 1.3rem;
}

.container_ihe .right-pannel p.scene_xl {
    line-height: 3rem;
    font-size: 1.3rem;
    color: #999;
}

.container_ihe .right-pannel ul.list-inline .link {
    margin-right: 19px;
}

.container_ihe .right-pannel ul.list-inline .link .logo {
    margin-right: 9px;
    position: relative;
    top: -1px;
}

.container_maps .map_list .hw-h5 {
    border-width: 4px;
    color: #666;
    font-weight: bold;
    border-left: 2px solid #00a2ca;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 8px;
}

.container_maps .map_list .horizi {
    margin-left: 10px;
    border-bottom: 1px solid #eee;
}

.container_maps .map_list .horizi li {
    min-width: 180px;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container_maps .map_list .horizi li a:hover {
    border-bottom: 1px solid #00a2ca;
    text-decoration: none;
}



/*悬浮窗*/

ul, ol, li {
	list-style: none;
}
em, i {
	font-style: normal;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	display: inline-block;
	border: 0 none;
}
body {
	color: #333;
	font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	overflow-x: hidden;
	width: 100%;
	height:2000px;
	font-size: 14px;
}
.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #501863 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #501863 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #501863 url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #501863 url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;