a:hover{
    text-decoration: none;
    color: orange!important;
}
.header {
    width: 100%;
    height: 800px;
    background: url(Header.jpg) center no-repeat;
    position: relative;
	background-size: cover;
}

.header-top {
    padding-top: 50px;
}

.header-left {
    height: 75px;
    max-width: 400px;
    float: left;
}

.header-left img {
    height: 100%;
}

.header-right {
    float: right;
    padding-top: 10px;
}

.header-right .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
	padding: 10px 8px;
}

.header-right .navbar-nav>li>a:hover {
    /* background:rgba(0,0,0,0.5) */
}

.header-right .nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    /* background:rgba(0,0,0,0.5) */
}

.header-right .navbar-nav .open .dropdown-menu>li>a {
    /* color: #fff !important; */
}

.header-right .navbar-nav .open .dropdown-menu>li>a:hover {
    /* color: #fff !important; */
}

.header-right .navbar-nav .active>a {
    /* background:rgba(0,0,0,0.5);
    color: #fff; */
}

.header .navbar-header .icon-bar {
    background-color: #fff !important;
}

.header .navbar-default {
    background: none;
    border: none;
}

.header-middel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 45%;
    background: rgba(0, 0, 0, 0.5);
}

.header-middel h1 {
    margin: 0;
    line-height: 50px;
    padding: 15px 30px;
    text-align: center;
}
.header-middel h1{
    color: #fff;
    font-size: 32px;
}
.header-middel h1 a{
    color: #fff;
    font-size: 32px;
}
.container-ibmc {
    margin: 40px 0;
    overflow: hidden;
}

.ibmc-left {
    padding: 0;
}

.ibmc-right {
    padding: 0px;
    background-size: contain !important;
    min-height: 400px !important;
}

.ibmc-right img {
    width: 555px;
    height: 415px;
}

.ibmc-left-title {
    box-shadow: 1px 2px 4px 0px rgb(17 118 193);
    margin: 50px -100px 50px 100px;
    padding: 15px;
    z-index: 1000;
    background-color: #fff;
}

.ibmc-left-title2 {
    margin: 50px 100px 50px -100px;
}

.ibmc-left,
.ibmc-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 1px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    will-change: flex, max-width;
}

.ibmc-left-title h1 a{
    color: #1176C1;
    text-align: justify !important;
    font-size: 32px;
}

.ibmc-left-title h2 {
    width: 45%;
    height: 1px;
    border-bottom: 2px solid rgba(237, 178, 203, 0.75);
}

.ibmc-left-content p {
    color: #5B6067;
    white-space: pre-wrap;
    font-size: 14px;
    margin: 20px 0;
}

.news-container {
    margin: 50px 0 20px;
}

.news-container h1 a{
    color: #5B6067;
    font-weight: bold;
    font-size: 28px;
}

.news-container h2 a{
    color: #1176C1;
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 30px;
}
.news-container-img a{
    display: block;
    overflow: hidden;
}
.news-container-img a img {
    width: 100%;
    transition: all 0.3s;
}
.news-container-img a img:hover{
    transform: scale(1.01);
}
.newslist {
    overflow: hidden;
    margin-bottom: 40px;
}

.newslist .col-xs-12 {
    margin-bottom: 15px;
}

.newslist-img {
    width: 100%;
    height: 195px;
    margin: 0 auto;
    background-position: center !important;
    background-size: cover !important;
    display: block
}
.newslist-img img{
    height: 100%;
    width: 100%;
}
.newslist-h2{
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    margin: 0;
}
.newslist-h2 a{
    color: #1176C1;
    font-size: 16px;
    line-height: 24px;
}
.flexslider {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.flexslider .slides {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.flexslider .slides li {
    height: 690px;
    position: relative;
    padding: 105px 0;
}

.container {
    padding: 0 !important;
	position: relative;
}
.en_search{
	float: right;
	border: 1px solid #ccc;
    border-radius: 20px;
	background: #fff;
	margin-top: 5px;
	padding: 6px 10px
}
.en_search input{
	border: none;
	
}
.btn{
	padding: 0px;
	width: 20px;
	height: 20px;
	background: url(search_btn.png) no-repeat center;
	background-size: cover;
}
.slides li .col-xs-12 {
    padding: 0;
}

.flexslider .slides_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    left: 0;
    text-align: center;
}


/*焦点图的左右箭头*/

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 40px;
    overflow: hidden;
    background: none;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
}

.flex-control-nav .flex-active {
    background: rgba(0, 0, 0, 0.4);
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li {
    position: relative;
    height: 1px;
}

.flexslider .flex-direction-nav li a:before {
    position: absolute;
    top: -22px;
    left: 7px;
    font-size: 96px;
    line-height: 1;
    color: #000;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    content: "›";
}

.flexslider .flex-direction-nav li a {
    display: block;
    width: 40px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    color: #000;
    /* border: 3px solid #4d6ab6; */
    border-radius: 3px;
}

.flex-direction-nav li a.flex-prev:before {
    content: "‹";
}

.flex-direction-nav li a.flex-prev {
    left: 10px;
}

.flex-direction-nav li a.flex-next {
    right: 10px;
}

.flex-direction-nav li a:hover {
    background-color: #fff;
}

.slides-img {
    width: 100%;
    height: 485px;
}

.slides .slides_liright {
    background: #fff;
    height: 485px;
    padding: 55px !important;
    box-sizing: border-box;
}

.slides_liright h1 a{
    font-size: 36px;
    color: #000;
}

.slides_liright h2 a{
    font-size: 20px;
    color: #1176C1;
    line-height: 30px;
    margin-top: 30px;
}
.slides_liright h1{
    font-size: 36px;
    color: #000;
}

.slides_liright h2 {
    font-size: 20px;
    color: #1176C1;
    line-height: 30px;
    margin-top: 30px;
}
.slides_liright h3 {
    font-size: 16px;
    color: #5B6067;
    line-height: 25px;
    margin-top: 30px;
}

.slides-liright-content {
    margin-top: 40px;
}

.slides-liright-content p {
    font-size: 16px;
    color: #5B6067;
    line-height: 25px;
}

.slides_liright a.more-a {
    display: block;
    width: 220px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: rgba(6, 23, 38, 1);
    margin-top: 40px;
}

.Collaborations {
    padding: 100px 0;
}

.flexslider2 {
    position: relative;
    min-height: 160px;
    overflow: hidden;
    width: 465px;
    margin-bottom: 10px;
}

.flexslider2 .slides {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.flexslider2 .slides li {
    height: 130px;
    position: relative;
    background-size: 53% !important;
    text-align: center;
    vertical-align: middle;
}
.flexslider2 .slides li a{
    display: inline-block;
    margin: auto;
    line-height: 130px;
}
.flexslider2 .slides_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.flexslider2 .flex-direction-nav {
    top: 32%;
}

.flexslider2 .flex-direction-nav li a:before {
    position: absolute;
    top: -22px;
    left: 7px;
    font-size: 60px;
    line-height: 1;
    color: rgba(17, 118, 193, 1);
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    content: "›";
}

.flexslider2 .flex-direction-nav li a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    color: #000;
    border-radius: 3px;
}

.flexslider2 .flex-direction-nav li a.flex-prev:before {
    content: "‹";
}

.flexslider2 .flex-control-nav {
    bottom: 10px;
}

.flexslider2 .flex-control-nav a {
    border: 1px solid rgba(17, 118, 193, 1);
}

.flexslider2 .flex-control-nav .flex-active {
    background: rgba(17, 118, 193, 1);
}

.meet-container {
    width: 100%;
    max-width: 1920px;
    height: 863px;
    background: url(meet.jpg)no-repeat center;
    background-size: cover;
    margin: 0 auto;
}

.meet-main {
    padding-top: 100px;
}

.meet-main h1 {
    color: #B5D1E6;
    font-size: 36px;
    text-align: center;
}

.meet-main a {
    display: block;
    width: 240px;
    height: 56px;
    line-height: 56px;
    margin: 80px auto;
    border-radius: 28px;
    text-align: center;
    font-size: 16px;
    color: #000;
    background: #B5D1E6;
}

.syfooter {
    background: rgba(237, 178, 203, 0.32);
    width: 100%;
    /* height: 370px; */
    padding: 60px 0;
    box-sizing: border-box;
    /* height: 80px; */
    /* margin-top: 50px; */
}

.footer-main {
    height: 40px;
    line-height: 40px;
}
.syfooter p span{
    display: inline-block;
    margin-left:10px
}
.syfooter p span a{
    display:inline-block;
    margin-left:10px;
}
.footer-main h1 {
    font-size: 14px;
    text-align: center;
}

.footer-div {
    display: inline-block;
    vertical-align: top;
    width: 13.9%;
}

.footer-div h1 {
    font-size: 14px;
}

.footer-div h2 {
    margin: 0;
    margin-bottom: 30px;
	font-size: 14px;
}

.footer-div h2 a {
    display: inline-block;
    color: rgba(17, 118, 193, 1);
}

.footer-div ul li a {
    color: #5B6067;
    line-height: 30px;
}


/* 内页 */

.neiheader {
    width: 100%;
    height: 94px;
    background: #fff;
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    z-index: 10000;
}

.header-top {
    padding-top: 50px;
}

.neiheader .navbar-default {
    background: none;
    border: none;
}

.neiheader .navbar-nav>li>a {
    color: #000;
    font-size: 16px;
	padding: 10px 8px;
}

.navbar {
    margin-bottom: 0;
}

.neiheader .header-left img {
    height: auto;
    margin-top: 10px;
    width:100%;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
}

#neibanner {
    height: 415px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 94px;
    position: relative;
}

#neibanner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.neibanner-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.neibanner-position h1 {
    width: 50%;
    text-align: center;
    font-size: 50px;
    color: #666;
    margin: 0 auto;
    padding-top: 140px;
    line-height: 70px;
    font-weight: bold;
}

.content-container {
    margin-top: 40px;
}

.content-main p {
    color: #5b6067;
    line-height: 25px;
    font-size: 16px;
    margin: 15px 0;
    text-align: justify;
}

.content-div {
    margin: 50px 0;
    margin-bottom: 70px;
    overflow: hidden;
}

.content-div .slides_liright {
    padding-top: 30px;
}

.content-img {
    padding: 0;
    margin-right: 5%;
    width: 45%;
}

.content-img img {
    width: 100%;
}

.content-img:nth-of-type(2n) {
    margin-left: 5%;
    margin-right: 0;
}


/* .container img{
    width: 100%;
} */

.lifediv {
    margin: 50px 0;
    overflow: hidden;
}

.lifediv .col-md-6 img {
    width: 100%;
}

.lifediv div {
    padding: 0;
}

.life-md {
    margin-right: 5%;
    width: 54%;
}

.lifediv .life-content h1 {
    color: #061726;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.life-con p {
    font-size: 14px;
    color: #5b6067;
    line-height: 28px;
    text-align: justify;
    margin: 0
}

.life-md:nth-of-type(2n) {
    margin-left: 5%;
    margin-right: 0;
}

.lifediv-title {
    font-size: 40px;
    color: #061726;
    text-align: center;
    height: 100px;
    line-height: 100px;
}

.container-sm4 {
    margin-bottom: 70px;
}

.lifehang {
    height: 1100px;
    background: url(life8.jpg)no-repeat center;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
}

.lifehang:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.lifehang-main {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
    width: 100%;
}

.lifehang-main h1 {
    text-align: center;
    font-size: 24px;
    color: #061726;
    /* height: 50px; */
    line-height: 50px;
}

.lifehang-main h2 p{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #5B6067;
    /* height: 50px; */
    line-height: 25px;
    margin-bottom: 40px;
}

.lifehangdiv {
    margin-bottom: 30px;
    overflow: hidden;
}


/* doctor */

.tabslist ul {
    text-align: center;
}

.tabslist ul li {
    display: inline-block;
    margin:0 3px;
}

.tabslist ul li a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0px 10px;
    background-color: #f5f5f5;
    color: #545454;
}

.tabslist ul li a:hover {
    background: rgba(17, 17, 136, 1);
    color: #fff;
    text-decoration: none;
}
.tabslist ul li.li_active a{
    background: rgba(17, 17, 136, 1);
    color: #fff;
    text-decoration: none;
}

.doctorsearch {
    width: 35%;
    height: 32px;
    border: 1px solid #ccc;
    /* background: #f5f5f5; */
    border-radius: 16px;
    margin: 20px auto;
    overflow: hidden;
}

.doctorsearch span {
    display: block;
    width: 32px;
    height: 32px;
    background: url(search.jpg)no-repeat center;
    background-size: cover;
    float: left;
}

.doctorsearch input {
    height: 30px;
    width: 80%;
    padding: 0 15px;
    border: none;
    display: block;
    color: #333;
    float: left;
}

.doctorlist {
    text-align: center;
}

.doctorlist .col-sm-4 {
    height: 240px;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0 15px;
    margin-bottom: 30px;
    float: none;
    display: inline-block;
}

.doctorlist .doctorpic {
    width: 100%;
    height: 208px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.doctorlist h1 {
    font-size: 17px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: rgba(2, 18, 102, 1);
    margin: 0 auto;
}


/* development */

.development-h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}

.development-h2 {
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #5b6067;
    width: 60%;
}

.development-div {
    padding: 40px 0;
}

.development-content .content-divtwo {
    background: #fff;
    overflow: hidden;
    margin-top: 0;
    display: none;
}

.development-content .content-divblock {
    display: block;
}

.content-divtwo .slides_liright {
    padding: 40px 60px;
}

.development-content .content-imgtwo {
    padding: 0;
}

.content-imgtwo img {
    width: 100%;
}

.development-tabs {
    overflow: hidden;
    margin-bottom: 30px;
}

.development-tabs ul {
    text-align: center;
    margin: 0;
}

.development-tabs ul li {
    font-size: 16px;
    color: #333;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    padding: 0 15px;
    background: #fff;
    cursor: pointer;
    border-bottom: 2px solid rgba(220, 237, 255, 0.9);
}

.development-tabs ul li.liactive {
    border-bottom: 2px solid #239ddb;
}

.Centers-div {
    background: #fff;
    padding: 50px 0;
}

.centers-img {
    text-align: center;
}

.centers-img img {
    display: inline-block;
}

.centers-h3 {
    font-size: 20px;
    color: #061726;
    text-align: center;
    /* height: 40px; */
    line-height: 40px;
}

.container-sm4 .col-sm-4 img {
    width: 100%;
}

.col-md-4 img {
    width: 100%;
}

.joinus-container {
    background: rgba(240, 247, 255, 1);
}

.joinus-container .col-md-6 {
    background: #fff;
    padding: 20px 30px;
    min-height: 340px;
}

.joinus-container .col-md-4 {
    min-height: 340px;
}

.joinus-container .col-md-4 img {
    min-height: 340px;
}

.doctor-model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10000;
    /* display: none; */
}

.doctor-model-main {
    width: 40%;
    height: 100%;
    background: #fff;
    float: right;
    padding: 20px;
    overflow-y: auto;
}

.model-email a {
    color: #333;
}
.model-email{
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
}
.model-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid rgba(17, 118, 193, 1);
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}

.model-img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.model-name {
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.line {
    display: block;
    width: 80%;
    margin: 30px auto;
    height: 1px;
    border-bottom: 1px solid #ccc;
}

.model-detail {
    width: 80%;
    margin: 0 auto;
    color: #393c41;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.model-detail p,.model-detail div{
    color: #393c41;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    margin: 15px 0;
}
.model-detail span,.model-detail font{
    color: #393c41;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.model-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30px;
    right: 36%;
    cursor: pointer;
}

.model-close img {
    width: 100%;
}


/* contact */

.contact-h1 {
    text-align: center;
    color: #333;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 80px;
}

.contact-input {
    margin-bottom: 40px;
}

.contact-input input {
    width: 90%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #ccc;
    color: rgba(91, 96, 103, 0.5);
}

.contact-input textarea {
    width: 90%;
    height: 150px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    color: rgba(91, 96, 103, 0.5);
}

.contact-input button {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background: rgba(17, 118, 193, 1);
    border: 1px solid rgba(17, 118, 193, 1);
}

.contact-right-con {
/*
    margin-left: 5%;
    border-left: 1px solid #ccc;
*/
    min-height: 350px;
    padding-left: 40px;
}

.contact-right h1 {
    color: #333;
    font-size: 42px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.contact-right-div h2 {
    color: #1176C1;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 0;
}

.contact-right-div h3 {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.contact-right-div {
    margin-bottom: 20px;
}

.contact-container {
    margin-bottom: 50px;
}

.foot-a a{display: inline-block;margin-right: 5px;}
.footer-model{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 10000;
    display: none;
}
.foot-a a{display: inline-block;margin-right: 5px;}
.footer-model-main{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 937px;
    max-height: 515px;
}
.footer-model-main img{width: 100%;}
.footer-model-close{
    position: absolute;
    right: -30px;
    height: 30px;
    width: 30px;
    top:-30px;
    cursor: pointer;
}
.footer-model-close img{width: 100%;}


@media (min-width: 768px) and (max-width: 992px) {
    .ibmc-left-title {
        margin: 10px;
    }
    .col-display {
        display: none;
    }
    .flexslider2 {
        margin: 0 auto;
        width: auto;
    }
    .life-md {
        width: 47%;
        margin-right: 3%;
    }
    .life-md:nth-of-type(2n) {
        margin: 0;
        margin-left: 3%;
    }
    .footer-div {
        width: 32%;
        margin-right: 0;
    }
    .footer-div:first-child {
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px !important;
    }
    .header {
        height: 400px;
    }
    .header-top {
        padding-top: 20px;
    }
    .header-middel {
        width: 80%;
    }
    .header-middel h1 {
        font-size: 16px;
        line-height: 30px;
    }
    .header-right {
        float: none;
    }
    .navbar-collapse {
        background: #f5f5f5 !important;
        z-index: 1000;
        position: absolute;
        width: 100%;
    }
    .header-right .navbar-nav>li>a {
        color: #777;
    }
    .ibmc-left-title {
        margin: 0;
        margin: 15px 0;
    }
    .flexslider .col-display {
        display: none;
    }
    .meet-main h1 {
        font-size: 16px;
    }
    .ibmc-right img {
        display: block;
        margin: 0 auto;
    }
    .flexslider2 {
        margin: 0 auto;
        width: auto;
    }
    .ibmc-right {
        min-height: 300px !important;
    }
    .life-md {
        width: 100%;
        margin: 0;
    }
    .life-md:nth-of-type(2n) {
        margin: 0;
    }
    .container-sm4 .col-sm-4 {
        margin-bottom: 20px;
    }
    .container-sm4 .col-sm-4 img {
        width: 100%;
    }
    .container-sm4 {
        margin-bottom: 30px;
    }
    .footer-div {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .doctor-model-main {
        width: 100%;
    }
    .model-close {
        right: 90%;
    }
    .contact-right-con {
        border: none;
        padding-left: 15px;
    }
    .content-img {
        width: 100%;
        margin: 0;
    }
    .lifehang {
        height: 1480px;
    }
    .lifehang-main h1 {
        line-height: 30px;
    }
    .lifehangdiv {
        margin-bottom: 10px;
    }
    .lifehangdiv .col-xs-12 {
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .lifehangdiv .col-xs-12 img {
        width: 100%;
    }
    .neibanner-position h1 {
        font-size: 20px;
        width: 70%;
        padding-top: 120px;
    }
    .development-tabs ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .slides_liright h1 {
        font-size: 26px;
    }
    .content-divtwo .slides_liright {
        padding: 40px 20px;
    }
    .header-left{
        max-width: 260px;
    }
    .header-left img {
        height: auto;
        width: 100%;
    }
    .doctorlist h1{font-size: 14px;}
    .tabslist ul li{margin-bottom: 5px;}
    .footer-model-main{
        width: 90%;
    }
    .footer-model-close {
        position: absolute;
        right: 44%;
        height: 30px;
        width: 30px;
        top:105%;
        cursor: pointer;
    }
}


/*document*/

.content-title {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
    padding-top: 25px;
    margin-bottom: 30px;
}

.content-title h1 {
    font-size: 24px;
    color: #444545;
    text-align: center;
    padding: 15px 0;
    padding-bottom: 10px;
    line-height: 40px;
}

.content-title h2 {
    font-size: 16px;
    color: #a1a2a2;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.content-main {
    color: #484848;
    line-height: 25px;
    margin: 15px 0;
    font-size: 14px;
}
.content-main img{
    max-width: 800px
}

/*图文列表*/
.imgtxtList li{
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
	padding-left: 350px;
	min-height: 210px;
}
.list-img{
    width: 320px;
    margin-right: 20px;
    overflow: hidden;
	line-height: 0;
	position: absolute;
	left: 0px
}
.list-img img{
    width: 100%;
    transition: all 1s;
}
.list-img img:hover{
    transform: scale(1.1)
}
.img-list-title{
    font-family: Arial;
	font-weight: 400;
	font-size: 20px;
	color: #1E2B57;
	line-height: 26px;
    display: block;
}
.imgtxtList li>p{
    font-family: Arial;
	font-weight: 400;
	font-size: 15px;
	color: #79798A;
	line-height: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
	text-align: justify;
}
.img-list-title:hover{
    font-weight: bold;
    color: #0467CC!important;
}
.readmore{
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #3D55A7;
	line-height: 14px;
	display: inline-block;
}
.img-date{
	width: 52px;
	background: #172e7c;
	position: absolute;
	z-index: 95;
	top: 0px;
	left: 10px;
	padding: 7px 0px 7px;
}
.img-date span{
	display: block;
	text-align: center;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	opacity: 0.7;
	margin-bottom: 5px
}
.img-date p{
	font-family: georgia!important;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
}
@media(max-width:768px){
	.imgtxtList li{
		padding-left: 0;
	}
    .list-img{
        position: static;
        display: block;
        width: 100%;
        margin: 0px auto 10px;
    }
    .imgtxtList li>p{
        margin-bottom: 10px;
    }
}