
/*  修改样式 */
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
    width: 100%;
}
/* 轮播图定位点 */
.carousel-indicators li{
    width: 50px;
    height: 5px;
    background: #bcbcbc;
    border: none;
    border-radius: 0;
}
.carousel-indicators .active {
    width: 50px;
    height: 5px;
    background: #00c1ee;
    border-radius: 0;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%)
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%)
}


/* Banner */
.banner {
    min-width: 1200px;
}

/* 关于我们 */
.about_us {
    margin: 50px auto 0;
    padding: 0 30px;
    width: 1200px;
    /*min-width: 1200px;*/
    /*max-width: 1440px;*/
    letter-spacing: 2px;
    font-size: 18px;
}
.title_text2 {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}
.title_line2 {
    margin-top: 5px;
    width: 80px;
    height: 2px;
    background: #ffffff;
}

.about_us_content {
    margin-top: 30px;
    width: 100%;
}
.about_us_one {
    width: 23%;
    box-shadow: 0 0 6px #dddddd;
    border-radius: 4px;
    overflow: hidden;
}
.about_us_one:hover {
    cursor: pointer;
    background: #eeeeee;
}
.about_us_one_content{
    width: 100%;
    padding: 30px 20px 20px;
    height: auto;
}
.about_us_one_content>div {
    width: 100%;
}
.us_icon_image {
    height: 100px;
}
.us_text_1 {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.us_text_2 {
    margin-top: 20px;
    height: 90px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.about_us_one_foot{
    width: 100%;
}
.about_us_one_foot img{
    width: 100%;
}

/* 境内外就医服务 */
.overseas {
    min-width: 1200px;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 35px;
    background-image: url("../static/image/index/bg2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.overseas_content {
    margin-top: 30px;
    padding: 0 30px 20px;
    width: 1200px;
}
.overseas_one {
    width: 49%;
    cursor: pointer;
}
.overseas_one>img {
    width: 50%;
}
.overseas_one:hover .overseas_one_img{
    /*opacity: 0.7;*/
}
.overseas_one_1 {
    background-image: url("../static/image/index/o3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.overseas_one_2 {
    background-image: url("../static/image/index/o4.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.overseas_one_right {
    padding: 30px 20px;
    width: 50%;
    height: 393px;
    color: #ffffff;
    /*background: #05b2f7;*/
    position: relative;
}
.overseas_more {
    position: absolute;
    font-size: 16px;
    bottom: 15px;
    right: 20px;
}
.overseas_more:hover {
    font-weight: bold;
    cursor: pointer;
}
.overseas_one_right_title{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.overseas_one_right_title2 {
    font-size: 16px;
    margin-bottom: 15px;
}
.overseas_one_right_text{
    margin-bottom: 15px;
    font-size: 18px;
}
.overseas_one_right_text:hover {
    font-weight: bold;
}

/* 全球抗衰老服务 */
.global{
    margin: 35px auto 0;
    font-size: 18px;
    width: 1200px;
}
.global_content{
    margin-top: 30px;
    padding: 20px 30px;
    width: 100%;
    height: 391px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-image: url("../static/image/index/bg3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.global_one {
    padding: 10px;
    background-image: linear-gradient(to right, #ffffff , rgba(255, 255, 255, 0));
}
.global_one>img {
    height: 145px;
}
.global_one:hover .global_one_img {
    opacity: 0.7;
}

.global_one_right{
    width: 250px;
    height: 145px;
    margin-left: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.global_one_right_title {
    font-size: 20px;
    font-weight: bold;
}
.global_one_right_text{
    margin-top: 10px;
}
.global_one_right_text:hover {
    color: #01388a;
    cursor: pointer;
    font-weight: bold;
}

/* 全球医旅定制 */
.custom{
    margin: 35px auto 0;
    width: 1200px;
}
.custom_content {
    margin-top: 30px;
    width: 100%;
    height: 900px;
    position: relative;
    color: #ffffff;
}
.custom_img1 {
    position: absolute;
    left: 30px;
    top: 0;
}
.custom_right {
    padding: 30px;
    width: 858px;
    height: 483px;
    background: #5ed4dc;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.custom_right_title{
    width: 100%;
    text-align: center;
    font-size: 28px;
    /*font-weight: bold;*/
}
.custom_left_title{
    font-size: 28px;
    /*font-weight: bold;*/
}
.custom_right_one {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.custom_right_one_title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.custom_right_one_title_text {
    margin-left: 15px;
    font-size: 24px;
    /*font-weight: bold;*/
}
.custom_right_one_content {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.custom_right_one_text{
    margin-top: 10px;
    font-size: 20px;
}
.custom_right_one_text:hover {
    font-weight: bold;
    cursor: pointer;
}

.custom_img2 {
    position: absolute;
    right: 30px;
    bottom: 0;
}
.custom_left {
    padding: 30px;
    width: 881px;
    height: 527px;
    background: #6eb3dc;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* ie样式出错 */








