body {
    padding: 0; margin: 0;
    font-family:  'microsoft yahei ui',"Helvetica Neue", Helvetica, 'microsoft yahei', 'simhei', Arial, sans-serif;
    color: #575757;  font-size: 16px;line-height: 180%;
}
ul {list-style-type: none;  }

a, a:hover {text-decoration: none;}

/*首页*/
ul {-webkit-padding-start: 0px;margin: 0;padding: 0;}

/* Header and header elements */

.header-top {
    height:40px;line-height:40px;font-size: 14px;
   background:#5a7392;color:#ffffff;
}
.header-top a{color:#ffffff;}
.header-top a:hover{color:#ffcb03;}


.header {
    box-shadow: 0 1px 4px rgba(228, 228, 228, 0.95);
    padding-bottom: 10px;
}

.header .site-logo {
    padding-top: 15px;
}

.header .site-txt1 {
    font-size: 24px;
    color: #353535;
    font-weight: 700;
    margin-top: 15px;
}

.header .site-txt2 {
    font-size: 11px;
    color: #353535;
}

/*导航*/

.top_bar {
    margin-top: 30px;font-size:16px;
}

.top_menu {
    display: block;
    margin: 0;
    padding: 0;
}

.top_bar .top_menu > li {
    float: left;

    position: relative;
    text-align: center;
}


.top_bar .top_menu li a {
    line-height: 45px;
    padding: 0 15px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.top_bar li:first-child a {
    display: block;
}

.menu_font li a {
    text-align: left !important;
    color: #444444;
}

.top_bar .top_menu > li > a:hover, .top_bar .top_menu > li > a:active {
    -webkit-box-orient: horizontal;
    border-bottom: 2px solid #5a7392;
    color: #5a7392;font-weight:bold;
}

.top_bar .top_menu .current {
    -webkit-box-orient: horizontal;
    color: #5a7392;font-weight:bold;
}

.top_bar .dropdown-menu {
    left: auto;
    top: 100%;
    padding: 0;
    background: #5a7392;
    position: absolute;
    border: none;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    text-transform: none;
    letter-spacing: 0;
    border-radius: 0;
    z-index: 9999;
}

.dropdown > .dropdown-menu:after, .dropdown-toggle > .dropdown-menu:after, .btn-group > .dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 75px;
    right: auto;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #5a7392;
    border-left: 7px solid transparent;
    content: '';
}

.dropdown > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .btn-group > .dropdown-menu:before {
    top: -8px;
    left: 75px;
}

.top_bar > ul > li > .dropdown-menu {
    margin-top: -2px;margin-left: -33px;
    z-index: 1001;
}

.ie8 .top_bar > ul > li.dropdown:hover > a:after {
    display: none !important;
}

.top_bar .dropdown-menu li {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #efefef;
    position: relative;
    float: none;
}

.top_bar .dropdown-menu li:last-child {
    border: none;
}

.top_bar .top_menu .dropdown-menu li a {
    line-height: 40px;
    padding-left: 10px;
}

.top_bar .top_menu .dropdown-menu a {
    color: #fff;
}

.top_bar .top_menu .dropdown-menu a:Hover {
    color: #000;
}





/*正文 首页*/
/*ul.menu-icon{overflow: hidden;margin-top:30px;background:url(../img/line.png) 0 50px repeat-x; }*/
/*ul.menu-icon li{width:100px;margin-left:60px;float:left;}*/
/*ul.menu-icon li i{*/
    /*border:1px solid #c9c9c9;background:#ffffff;width:100px;height:100px;line-height:100px;text-align:center;border-radius:50%;font-size:38px;color:#c9c9c9;*/
    /*display: inline-block;*/
/*}*/
/*ul.menu-icon li p{text-align: center;font-size:16px;}*/

.circle2 {
    display: inline-block;
    border-radius: 50%;
    min-width: 80px;
    min-height: 80px;
    padding: 5px;
    border:1px solid #c9c9c9;background:#ffffff;
    text-align: center;
    line-height: 1;
    box-sizing: content-box;
    white-space: nowrap;
}
.circle2:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
    height: 0;
}
.circle2 span {
    display: inline-block;
    vertical-align: middle;
}

ul.menu-icon{
    display: flex;
    flex-direction:row;
    box-sizing: border-box;
    justify-content:flex-start;
    align-items:center;
    margin-top:30px;background:url(../img/line.png) 0 50px repeat-x;
}
ul.menu-icon li{
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-sizing: border-box;
    margin-left:34px;
    /*padding:10px;*/

}
ul.menu-icon li i{
font-size:38px;color:#c9c9c9;
    display: inline-block;
    vertical-align: middle;

}
ul.menu-icon li p{text-align: center;font-size:16px;}
/*标题*/
.title {
    text-align: center;
    width:50%;margin:30px auto;
}

.title h3 {
    color: #5a7392;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}

.title-center {
    text-align: center;
    border-bottom: 1px solid #c0c1c3;margin:0;padding:0;
}
.title-center img{margin-bottom:-26px;}

.title2 {
    text-align: center;
    width:50%;margin:30px auto;
}

.title2 h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}
.title2 h4{
    color: #ffffff;}
.title2 .title-center {
    text-align: center;
    border-bottom: 1px solid #ffffff;margin:0;padding:0;
}
.title2 .title-center img{margin-bottom:-26px;}

.c-content-box.c-size-md {
    padding: 40px 0;
}

.c-bg-img-center-contain {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.c-bg-img-center {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.c-bg-img-top {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.c-bg-img-bottom-right {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}

.c-bg-img-top-center {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.c-bg-none,
.c-bg-transparent {
    background: none;
}

.news-left{width:68%;height:326px;float:left;}
.news-right{width:32%;height:326px;float:right;}
.newsList li{background:#eeeeee;margin-bottom:10px;
    overflow: hidden;height:50px;line-height:50px;}
.newsList .time{width:80px;font-size:12px;color:#a1a1a1;text-align:center;float:left;}
.newsList .newsText{float:left;}
.newsList .more{width:30px;background:#e6e6e6;font-size:20px;text-align:center;color:#a1a1a1;float:right;}


/*公司简介*/
.site{height:40px;line-height:40px;margin-top:10px;}
.site i{margin-right:10px;color: #5a7392;font-size:18px;}
.site span{color: #5a7392;}

/*产品中心*/
.web-product{margin-top:40px;}
/*产品中心BEGIN*/

/***
Page sidebar
***/
/* IE8 fix */
.ie8 .page-sidebar {
    width: 235px;
    float: left;
    position: relative;
    margin-right: -100%;
}

/* Page Sidebar */


.page-sidebar.navbar-collapse {
    padding: 0;

}

.page-sidebar {background-color: #f5f5f5;}

.page-sidebar .page-sidebar-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 8px 2px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.page-sidebar .page-sidebar-menu li > a > .arrow:before{
    float: right;
    width: 10px;
    text-align: center;
    margin-top: -1px;
    margin-right: 2px;
    margin-left: 2px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}
.page-sidebar .page-sidebar-menu li > a > .arrow.open:before {
    content: "\f107";
}


.page-sidebar .page-sidebar-menu .sub-menu li > a{
    display: block;
    margin: 0;
    padding: 6px 15px 6px 10px;
    line-height:1.8;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    background: none;
}


.page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu > li > a {
    padding-left: 60px;
}
.page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu > li > .sub-menu {
    margin: 0;
}

.page-sidebar .page-sidebar-menu li.active > .sub-menu {
    display: block;
}




.page-sidebar .page-sidebar-menu > li:hover > a,
.page-sidebar .page-sidebar-menu > li.open > a {
    background: #ffcb03;
    color: #fff;
}

.page-sidebar .page-sidebar-menu > li:hover > a > i,
.page-sidebar .page-sidebar-menu > li.open > a > i {
    color: #fff;font-size:14px;
}
.page-sidebar .page-sidebar-menu > li:hover > a > .arrow:before,
.page-sidebar .page-sidebar-menu > li:hover > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu > li.open > a > .arrow:before,
.page-sidebar .page-sidebar-menu > li.open > a > .arrow.open:before {
    color: #fff;
}


.page-sidebar .page-sidebar-menu > li:last-child > a {
    border-bottom: 1px solid transparent !important;
}
.page-sidebar .page-sidebar-menu li > a {background:#5a7392;color:#fff;border-bottom:1px solid #fff;}
.page-sidebar .page-sidebar-menu li > a > .arrow:before,
.page-sidebar .page-sidebar-menu li > a > .arrow.open:before {
    color: #fff;
}
.page-sidebar .page-sidebar-menu li:hover > a > .arrow:before,
.page-sidebar .page-sidebar-menu li:hover > a > .arrow.open:before {
    color: #fff;
}
.page-sidebar .page-sidebar-menu li.active > a > .arrow:before,
.page-sidebar .page-sidebar-menu li.active > a > .arrow.open:before {
    color: #ffffff;
}
.page-sidebar .page-sidebar-menu:hover .sub-menu {

}
.page-sidebar .page-sidebar-menu .sub-menu > li > a {
    color: #343434;
}
.page-sidebar .page-sidebar-menu .sub-menu > li > a > i {
    color: #343434;
}
.page-sidebar .page-sidebar-menu .sub-menu > li > a > i[class^="icon-"],
.page-sidebar .page-sidebar-menu .sub-menu > li > a > i[class*="icon-"] {
    color: #343434;
}
.page-sidebar .page-sidebar-menu .sub-menu > li > a > .arrow:before,
.page-sidebar .page-sidebar-menu .sub-menu > li > a > .arrow.open:before {
    color: #606C7D;
}
.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a,
.page-sidebar .page-sidebar-menu .sub-menu > li.open > a{
    background: #ddd !important;
    color:#5a7392;
}
.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a > i,
.page-sidebar .page-sidebar-menu .sub-menu > li.open > a > i {
    color:#5a7392;
}
.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a > .arrow:before,
.page-sidebar .page-sidebar-menu .sub-menu > li:hover > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu .sub-menu > li.open > a > .arrow:before,
.page-sidebar .page-sidebar-menu .sub-menu > li.open > a > .arrow.open:before,
.page-sidebar .page-sidebar-menu .sub-menu > li.active > a > .arrow:before,
.page-sidebar .page-sidebar-menu .sub-menu > li.active > a > .arrow.open:before {
    color: #ffcb03;
}

.page-sidebar .page-sidebar-menu .sub-menu{
    list-style: none;
    display: none;
    padding: 0;
    /*margin: 8px 0px 8px 0px;*/
}


.cbp-panel {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;

}
.cbp-l-grid-masonry-projects-title {
    color: #313131;
    text-transform: uppercase;
}
.cbp-l-grid-masonry-projects-title:hover{color:#e55e4b;}



.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #ff7b02;
    color: #fff;
}

.web-product .nav-tabs > li > a{
    font-size:18px; padding: 5px 20px;
}
.web-product .nav-tabs>li.active>a,.web-product .nav-tabs>li.active>a:focus,.web-product .nav-tabs>li.active>a:hover {
    border: 0px solid #ddd;

}


.proudct_title{border-bottom:1px dashed #999999;margin:10px 0;}
.proudct_title h3 {border-left:6px solid #313131;padding:0 20px;color:#313131;}

.shjs-title {border-top:2px solid #999999;background:#f7f7f7;border-bottom:1px solid #ddd;margin-bottom:20px;}
.shjs-title h4{padding-left:20px;}

.yjsq{border:1px solid #ddd;border-top:0;}
.yjsq-title{border-top:2px solid #ff7b02;margin-bottom:40px;}
.yjsq-title h2{width:200px;text-align:center;background:#ff7b02;color:#fff;height:45px;line-height:42px;  border-radius: 0 0 15px 15px !important;}

.Productlists_tj{text-align: center;border:1px solid #ddd;overflow:hidden;margin-top:20px;border-top:0;padding-bottom:20px;}
.Productlists_tj .shjs-title h4{text-align:left;}

.Productlists_tj p{padding:10px 0;}


/*新闻资讯*/
.News-block {
    margin-bottom: 20px;
}

.news-talks .tab-style-1 ul.nav-tabs li > a {
    border: 0;
    padding: 10px 43px;
}

.news-talks .nav-tabs > li.active > a, .news-talks .nav-tabs > li.active > a:hover, .news-talks .nav-tabs > li.active > a:focus {
    background: #1e64bc;
    color: #fff;
    front-size: 18px;
}

.news-talks .nav-tabs {
    margin-bottom: 0;
    border-bottom: 0px solid #1e64bc;
}

.news-talks .nav-tabs > li > a {
    font-size: 18px;
    background: #ddd;
    color: #3f444a;
}

.news-talks .tab-content .hot-news {
    background: #eee;
    padding: 20px 15px;
    position: relative;
}

.btn2 {
    background: #d43742;
    width: 111px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    border-radius: 25px !important;
}

a.btn2 {
    color: #fff;
}

a:hover.btn2 {
    color: #ffff00;
}

ul.ys-news {
    -webkit-padding-start: 0px;
    min-height: 200px;
}

ul.ys-news li {
    border-bottom: 1px dashed #ddd;
}

ul.ys-news li i {
    padding-right: 10px;
}

ul.ys-news time {
    width: 80px;
    height: 80px;
    font-size: 24px;
    padding: 6px 6px;
    background: #1BBC9B;
    text-align: center;
    color: #fff;
    display: block;
    margin-right: 20px;
    -moz-box-shadow: 2px 2px 5px #ddd;
    -webkit-box-shadow: 2px 2px 5px #ddd;
    box-shadow: 2px 2px 5px #ddd;
    border-radius: 10px !important;
    float: left;
}

ul.ys-news time p {
    font-size: 20px;
}

ul.ys-news h4 {
    font-weight: bold;
}

.jszc h4 {
    color: #1BBC9B;
    margin-top: 0;
}

.ys_title {
    height: 45px;
    line-height: 45px;
    display: block;
    overflow: hidden;
    z-index: 1;

}

.ys_title h2 {
    float: left;
    color: #1BBC9B;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;

}

.ys_title h2 small {
    font-size: 14px;
    padding-left: 10px;
}

span.more {
    width: 50px;
    float: right;
    font-weight: bold;
    padding-right: 4px;
    font-size: 12px;
}

span.more a {
    font-weight: normal;
}

.jszc-hot-news {
    background: #1e64bc;
    height: 130px;
    margin-top: 20px;
    padding: 10px 0;
    color: #fff;
    border-radius: 4px !important;
}

.jszc-hot-news .more2 {
    color: #fff;
    background: #ffcf01;
    height: 40px;
    line-height: 40px;
    width: 45px;
    font-size: 30px;
}

.jszc-hot-news .more2 a {
    text-decoration: none;
}

.ask {
    background: #1e64bc;
    color: #fff;
    padding: 5px;
}

.question {
    background: #1e64bc;
    color: #fff;
    padding: 5px;
}

/*底部*/

.Footer-block {
    width: 100%;font-size:14px;
    background: #5a7392;
    color: #ffffff;
    padding: 6px 0;
}

.Footer-block p {
    margin: 0;
    color: #e6f4f4;
}


/*公司简介*/
.web-about {
    margin-bottom: 40px;
}


/*新闻中心*/

.web-news {
    margin-bottom: 20px;
}

.hospital_sidebar {
    background: #1e64bc;
    position: relative;
    top: -84px;
    border-radius: 10px;
}

.hospital_sidebar .title3 {
    margin-bottom: 0px;
    padding: 10px;
}

.hospital_sidebar .title3 h2 {
    color: #fff;
    font-size: 33px;
}

.hospital_sidebar small {
    color: #fbe4e0;
}

.hospital_sidebar .nav {
    font-size: 20px;
    margin: 10px;
    padding-bottom: 20px;
}

.hospital_sidebar .nav li a {
    color: #fff;
    border-bottom: 1px dashed #fff;
}

.hospital_sidebar .nav li a:hover {
    color: #d43742;
}

.hospital_sidebar .nav li .hospital-current {
    color: #000;
    background: #f4f9fa;
}

.hospital_sidebar .nav .subsmall {
    font-size: 18px;
}

.hospital_sidebar .nav .subsmall a:hover {
    color: #000;
    background: #f4f9fa;
}

.News {
    border: 1px solid #ddd;
    position: relative;
}

.News h2 {
    background: #1e64bc;
    color: #fff;
    padding: 10px;
    margin: 0px;
    font-size: 20px;
}

.News ul {
    margin: 0;
    padding: 10px;
    text-align: left;
}

.News ul li {
    border-bottom: 1px dashed #ddd;
    padding: 5px 0;
}

.News ul li a {
    color: #666;
}

.News ul li i {
    padding-right: 10px;
}

/* Blog Page */
.blog-posts h4 {
    padding-top: 0;
    color: #1e64bc;
}

.blog-posts p {
    /* text-align: justify;font-size:14px;*/
}

.blog-posts .carousel {
    margin-bottom: 0;
}

.blog-posts hr.blog-post-sep {
    margin: 40px 0;
}

.blog-info {
    list-style: none;
    margin: 15px 0 12px 0;
    padding-left: 0;
}

.blog-info li {
    padding: 0;
    color: #a4a4a4;
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
}

.blog-info li i {
    color: #a4a4a4;
    margin-right: 10px;
}

.blog-posts .pagination li {
    margin-left: -12px;
    margin-right: 17px;
}

.blog-posts .more,
.blog-sidebar .more {
    color: #d43742;
}

.banner {
    width: 100%;
    height: 450px;
}

.banner-box {
    position: relative;
    width: 1170px;
    height: 380px;
    margin: 0 auto;
}

.banner-bg {
    background: url(../img/a-banner.jpg) top center no-repeat;
    background-size: cover;
}


.banner-txt1 h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
}

.banner-txt1 h2 span {
    color: #ffa800;
}

.banner-txt1 h3 {
    font-size: 30px;
    color: #ffffff;
}

.banner-txt1 h3 img {
    vertical-align: text-top;
}

.banner-txt2 {
    position: absolute;
    top: 120px;
    left: 50px;
}

.banner-txt2 h2 {
    font-size: 56px;
    font-weight: 700;
    color: #5a7392;
}

.banner-txt2 h2 span {
    color: #000001;
    font-size: 34px;
}

.banner-txt2 h3 {
    font-size: 24px;padding:5px;text-align: center;
    background:#5a7392;
    color: #ffffff;
}

.banner-txt2 h3 img {
    vertical-align: text-top;
}

/*会员中心*/
.userName{
    background: #5a7392;
    color: #fff;height:40px;line-height:40px;padding:0 20px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
.userMenu li{
    background: #ddd !important;
    color:#5a7392;padding:5px 20px;border-bottom: 1px solid #fff;
}

/*图片自适应比例*/
.works-item-t {
    padding-bottom: 133%;
    position: relative;
}
.works-item-t > img {
    position: absolute;
    width: 100%; height: 100%;
}