/* 定义字体 */
@font-face{
    font-family: Alibaba-PuHuiTi-Bold;
    src:url("../font/Alibaba-PuHuiTi-Bold.ttf");
}
@font-face{
    font-family: Alibaba-PuHuiTi-Heavy;
    src:url("../font/Alibaba-PuHuiTi-Heavy.ttf");
}
@font-face{
    font-family: Alibaba-PuHuiTi-Light;
    src:url("../font/Alibaba-PuHuiTi-Light.ttf");
}
@font-face{
    font-family: Alibaba-PuHuiTi-Medium;
    src:url("../font/Alibaba-PuHuiTi-Medium.ttf");
}
@font-face{
    font-family: Alibaba-PuHuiTi-Regular;
    src:url("../font/Alibaba-PuHuiTi-Regular.ttf");
}
/*首页start*/
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Alibaba-PuHuiTi-Regular !important;
    font-weight: 200 !important;

}
/* body{font-family:Helvetica;} 手机端 */
.flex_box {
    display: flex;
}

.height_div {
    height: 135px;
}

.flex_main {
    /* display: flex;
    flex-direction:column;
    width:100%;
    height:100%; */
    height: auto;
    overflow: hidden;
}

.fixed_head {
    height: auto;
    overflow: hidden;
    width: 100%;
    background: #255aa8;
}

.flex_content {
    /* flex: 1;
    overflow: auto;
    flex-grow: 1; */
    height: auto;
    overflow: hidden;
}

.head {
    width: 1200px;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
    margin: 0px auto;
}

.phone_icon {
    width: 14px;
    height: 14px;
    background: url("../images/phone_icon.png") no-repeat;
    background-size: 100%;
    margin-top: 13px;
}

.head_phone_info span {
    line-height: 40px;
    color: #FFF;
    margin-left: 10px;
}

.head .bor {
    height: 20px;
    margin-top: 10px;
    border-left: 1px solid #517bb9;
    margin-left: 20px;
}

.head_email_info {
    margin-left: 20px;
}

.head_email_info span {
    line-height: 40px;
    color: #FFF;
    margin-left: 10px;
}

.email_icon {
    width: 17px;
    height: 12px;
    background: url("../images/email_icon.png") no-repeat;
    background-size: 100%;
    margin-top: 14px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}
.logo {
    width: 96px;
    height: 54px;
    background: url("../images/logo.png") no-repeat;
    background-size: 100%;
    margin-top: 22px;
}

.nav_list {
    margin-left: 130px;
    display: flex;
}

.nav_list li {
    border-bottom: 4px solid #fff;
    padding: 0 20px;
    margin: 0 4px 0 10px;
    color: #595757;
    cursor: pointer;
    position: relative;
    display: table;
}

.nav_list a {
    font-size: 16px;
    line-height: 54px;
    color: #595757;
    display: table-cell;
    vertical-align: middle;
}

.nav_list p {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.nav_list p span {
    line-height: 20px;

}

.nav_list li.active a,
.nav_list li.active span {
    color: #85a8cb;
}

.nav_list li.active {
    border-bottom: 4px solid #85a8cb;
}

.nav_list>li:hover {
    color: #85a8cb;
    border-bottom: 4px solid #85a8cb;
}

.nav_list>li:hover a {
    color: #85a8cb;
}

.banner {
    text-align: center;
    margin: auto;
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.bannerbd_ul{
    margin: 0px auto;
}
.banner .bannerbd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .bannerbd li {
    zoom: 1;
    vertical-align: middle;
    height: auto;
    text-align: center;
}

.banner .bannerbd li a {
    height: auto;
    overflow: hidden;
    display: block;
}


.banner .prev,
.banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner .prevStop {
    display: none;
}

.banner .nextStop {
    display: none;
}

/*.banner img{
    width:100%;
    height:auto;
}*/
.content_main {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.content_title {
    margin-top: 80px;
}

.content_title h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.font_blue {
    color: #517bb9;
}

.ml10 {
    margin-left: 10px;
}

.content_title p {
    line-height:40px;
    color:#6a6a6a;
    font-size:20px;
}

.why_choose_list {
    display: flex;
    margin-top: 40px;
}

.why_choose_list li {
    width: 370px;
    border: 1px solid #e5e5e5;
    box-sizing: content-box;
    border-radius: 6px;
}

.why_choose_list img {
    width: 370px;
    height: 250px;
}

.why_choose_list .title_t {
    font-size: 24px;
    line-height: 36px;
    height: 80px;
    padding: 25px 0 0 30px;
    display: flex;
    align-items: center;
    font-family: Alibaba-PuHuiTi-Medium;
}

.why_choose_list .title_b {
    margin: 15px 0 0 30px;
    font-size: 14px;
    display: flex;
    min-height: 80px;
}

.why_choose_list .title_b i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #969696;
    position: absolute;
}

.why_choose_list .title_b p {
    line-height: 40px;
    color: #6a6a6a;
    margin-left: 50px;
}

.more_content {
    height: 74px;
    margin: 20px 0 0 0;
    border-top: 1px solid #e5e5e5;
    display: flex;
}

.more_content a {
    height: 40px;
    width: 145px;
    background: #85a8cb;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    margin: 20px 0 0 30px
}

.why_choose_list .more_content:hover {
    background: #85a8cb;
}

.why_choose_list .more_content:hover a {
    background: #fff;
    color: #85a8cb;
}

.why_choose_list .more_content a:hover {
    background: #fff;
    color: #85a8cb;
}

.ml30 {
    margin-left: 30px;
}

.why_choose_ever {
    margin-top: 120px;
}

.why_choose_ever .title {
    height: 120px;
    width: 300px;
    margin: 0 auto;
    font-family: Alibaba-PuHuiTi-Light;
}

.why_choose_ever h3 {
    text-align: center;
    font-size: 30px;
}

.deco_icon {
    width: 164px;
    height: 9px;
    background: url("../images/deco.png") no-repeat;
    background-size: 100%;
    margin: 30px 0 30px 50%;
    transform: translate(-50%);
}

.deco_icon1 {
    width: 164px;
    height: 9px;
    background: url("../images/deco1.png") no-repeat;
    background-size: 100%;
    margin: 30px 0 30px 50%;
    transform: translate(-50%);
}

.why_choose_ever .title_b {
    text-align: center;
    font-size: 18px;
}

.relationship {
    margin-top: 80px;
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
}

.relationship_cont {
    height: auto;
    overflow: hidden;
    clear: both;
    width: 1200px;
    margin: 0px auto;
}

.relationship_cont ul li {
    height: 182px;
    border: 1px solid #e5e5e5;
    margin-top: 21px;
    overflow: hidden;
    padding: 0 29px 0 38px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

.relationship_cont ul li img {
    width: 209px;
    height: 149px;
    margin-top: 16px;
}

.relationship_cont ul li .relationship_cont_btn {
    width: 145px;
    height: 40px;
    overflow: hidden;
    background: #85a8cb;
    margin-top: 124px;
    display: block;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.relationship_cont ul li .relationship_cont_main {
    margin: 36px 47px 0 44px;
    height: auto;
    overflow: hidden;
    flex: 1;
}

.relationship_cont ul li .relationship_cont_main .relationship_cont_maintit {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 20px;
    color: #262626;
}

.relationship_cont ul li .relationship_cont_main .relationship_cont_maincont {
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    color: #969696;
    margin-top: 14px;
}

.choose_ever_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 1170px;
    margin: 60px auto 35px;
}

.choose_ever_list li {
    width: 268px;
    height: 330px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.choose_ever1 {
    width: 58px;
    height: 57px;
    background: url("../images/choose_ever1.png") no-repeat;
    margin: 50px 0;
}

.choose_ever {
    width: 76px;
    height: 76px;
    background: url("../images/choose_ever.png") no-repeat;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    display: none;
}

.choose_ever2 {
    width: 58px;
    height: 57px;
    background: url("../images/choose_ever2.png") no-repeat;
    background-size: 100%;
    margin: 50px 0;
}

.choose_ever3 {
    width: 58px;
    height: 57px;
    background: url("../images/choose_ever3.png") no-repeat;
    background-size: 100%;
    margin: 50px 0;
}

.choose_ever4 {
    width: 58px;
    height: 57px;
    background: url("../images/choose_ever4.png") no-repeat;
    background-size: 100%;
    margin: 50px 0;
}

.choose_ever_list .title_m {
    font-size: 24px;
    padding: 0 10px;
    text-align: center;
}

.choose_ever_list .title_b {
    font-size: 14px;
    color: #6a6a6a;
    margin-top: 30px;
}

.choose_ever_list .active {
    border-color: #85a8cb;
}

.choose_ever_list .active .choose_ever {
    display: block;
}

.choose_ever_list .active .title_m {
    color: #85a8cb;
}

.choose_ever_list .active .choose_ever1 {
    background: url("../images/choose_ever11.png") no-repeat;
    background-size: 100%;
}

.choose_ever_list .active .choose_ever2 {
    background: url("../images/choose_ever21.png") no-repeat;
    background-size: 100%;
}

.choose_ever_list .active .choose_ever3 {
    background: url("../images/choose_ever31.png") no-repeat;
    background-size: 100%;
}

.choose_ever_list .active .choose_ever4 {
    background: url("../images/choose_ever41.png") no-repeat;
    background-size: 100%;
}

.index_foot {
    width: 100%;
    min-width: 1200px;
    background: #255aa8;
    padding: 75px 0 20px 0;
}

.foot_content {
    display: flex;
    flex-flow: nowrap;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.logo_foot {
    width: 120px;
    height: 104px;
    background: url("../images/logo_foot.png") no-repeat;
    background-size: 100%;
}

.about_ever {
    width: 166px;
    text-align: center;
    margin-left: 20px;
}

.about_ever h4 {
    justify-content: center;
}

.ye_icon {
    width: 10px;
    height: 10px;
    background: #f3bd46;
    border-radius: 50%;
    margin: 5px 10px 0 0;
}

.about_ever span {
    color: #fff;
    font-size: 20px;
}

.foot_info {
    margin-top: 20px;
}

.foot_info p {
    color: #969696;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    cursor: pointer;
}

.institution_ever {
    margin-left: 20px;
}

.institution_ever h4 {
    padding: 0 10px;
}

.institution_ever span {
    color: #fff;
    font-size: 20px;
}

.institution_ever .foot_info p {
    /* margin-left:20px;*/
    width: 280px;
    font-size: 14px;
}

.follow_qrcode {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    margin-left: 66px
}

.follow_qrcode h4 {
    justify-content: center;
    color: #fff;
}

.qrcode_info {
    display: flex;
    margin-top: 20px;
}

.qrcode_info img {
    width: 132px;
    height: 132px;
}

.qrcode_info p {
    text-align: center;
    line-height: 40px;
    color: #a7a3a3;
    font-size: 12px;
}

.ml15 {
    margin-left: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt50 {
    margin-top: 50px;
}

.keep_record_info {
    margin: 30px auto 0;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: #fff;
    width: 1200px;

}

.keep_record_info p {
    display: flex;
    justify-content: space-between;
}

.ml50 {
    margin-left: 50px;
}

.choose_hospital {
    position: relative;
}

.choose_hospital_list {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    width: 300px;
    background: #f1f1f1;
    display: none;
    z-index: 90;
    padding: 10px;
}

.triangle {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f1f1f1;
}

.choose_hospital_list li {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
    float:left;
    width: 100%;
    line-height: 40px;
}

.choose_hospital_list li div {
    width:  50%;
    line-height: 40px;
}

.choose_hospital_list li:hover {
    color: #127dff;
}

.choose_hospital_list .active {
    color: #127dff;
}

/*首页end*/
/*为什么选择伊美尔start*/
.why_choose {
    width: 1200px;
    margin: 80px auto 180px;
}

.why_choose_info {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 270px;
    flex-wrap: wrap;
}

.why_choose_info .content {
    display: flex;
    width: 590px;
    background:#85a8cb;
    border-radius: 14px;
    height: 434px;
    box-sizing: content-box;
    margin-top: 15px;
    /* background: url("../images/why_choose1.png") no-repeat;
    background-size: 100%; */
}

/* .why_choose_info .why_choose2 {
    background: url("../images/why_choose2.png") no-repeat;
    background-size: 100%;
}

.why_choose_info .why_choose3 {
    background: url("../images/why_choose3.png") no-repeat;
    background-size: 100%;
}

.why_choose_info .why_choose4 {
    background: url("../images/why_choose4.png") no-repeat;
    background-size: 100%;
}

.why_choose_info .why_choose5 {
    background: url("../images/why_choose5.png") no-repeat;
    background-size: 100%;
}

.why_choose_info .why_choose6 {
    background: url("../images/why_choose6.png") no-repeat;
    background-size: 100%;
} */

.why_choose_info .info {
    width: 305px;
    color: #fff;
    position: relative;
}

.why_choose_info .info h5 {
    text-align: center;
    font-size: 18px;
    margin: 80px 0 0 0;
    font-family: Alibaba-PuHuiTi-Medium;
}

.why_choose_info .info p {
    padding: 20px;
    line-height: 30px;
    font-size: 14px;
    height: 190px;
    overflow: hidden;
}

.why_choose_info .info a {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
    padding: 15px 40px;
    font-size: 14px;
    color: #85a8cb;
    background: #ffffff;
    border-radius: 4px;
}
.why_choose_info .content .why_choose_info_img{
    width: 285px;
    height: 434px;
}
/*为什么选择伊美尔end*/
/*产品和医院start*/
.main_product {
    margin: 70px auto 180px;
    width: 1200px;

}

.main_product .title {
    height: 120px;
    width: 500px;
    margin: 0 auto;
}

.main_product h3 {
    text-align: center;
    font-size: 30px;
}

.main_product .title_b {
    text-align: center;
    font-size: 18px;
}

.main_product_list {
    margin: 50px auto;
}

.main_product_list ul {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
}

.main_product_list li {
    text-align: center;
}

.main_product_list img {
    height: 70px;
}

.main_product_list p {
    font-size: 24px;
    color: #262626;
    margin-top: 20px;
}

.drug_safety {
    padding: 40px 30px;
    background: #f2f2f3;
}

.drug_safety .title {
    height: 170px;
}

.dotted {
    border-top: 1px dotted #635c5a;
    width: 1120px;
    margin: 0 auto;
}

.allergan {
    padding: 30px 0;
    display: flex;
    align-items: center;
}

.allergan .title_little {
    width: 180px;
    color: #262626;
    font-size: 30px;

}
.allergan .allergan_main{
    flex: 1;
}

.circle_icon {
    width: 132px;
    height: 133px;
    background: url("../images/bg_circle.png") no-repeat;
    background-size: 100%;
}

.allergan_info {
    margin-left: 45px;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.allergan_info p {
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
}
.small_cont{
    line-height: 30px;
    font-size: 18px;
    color: #000;
}
.allergan_info .small_title {
    color: #0f0e9f;
    /* margin: 0px 0 20px 0; */
    font-size: 18px;
    font-style: italic;
    height: auto;
    line-height: 30px;
}

.hospital .mt80 {
    margin-top: 80px;
}

.hospital_list {
    margin-top: 50px;
}

.hospital_list li {
    display: flex;
    min-height: 435px;
    justify-content: space-between;
    color: #fff;
    margin-top: 30px;
}

.hospital_list_info {
    width: 586px;
    /* padding: 0 10px; */
    position: relative;
    background: #8eb8ee;
    border-radius: 15px;
}
.hospital_list_info .hospital_list_info_img{
    width: 586px;
    height: 224px;
}
/* .hospital_bg1 {
    background: url("../images/hospital1.png") no-repeat;
    background-size: 100%;
}

.hospital_bg2 {
    background: url("../images/hospital2.png") no-repeat;
    background-size: 100%;
}

.hospital_bg3 {
    background: url("../images/hospital3.png") no-repeat;
    background-size: 100%;
}

.hospital_bg4 {
    background: url("../images/hospital4.png") no-repeat;
    background-size: 100%;
}

.hospital_bg5 {
    background: url("../images/hospital5.png") no-repeat;
    background-size: 100%;
}

.hospital_bg6 {
    background: url("../images/hospital6.png") no-repeat;
    background-size: 100%;
}

.hospital_bg7 {
    background: url("../images/hospital7.png") no-repeat;
    background-size: 100%;
}

.hospital_bg8 {
    background: url("../images/hospital8.png") no-repeat;
    background-size: 100%;
}

.hospital_bg9 {
    background: url("../images/hospital9.png") no-repeat;
    background-size: 100%;
}

.hospital_bg10 {
    background: url("../images/hospital10.png") no-repeat;
    background-size: 100%;
} */

.hospital_list .h_title {
    font-size: 24px;
    margin: 12px 0;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 0;
    font-family: Alibaba-PuHuiTi-Medium;
}

.hospital_list p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 10px;
    overflow: hidden;
    text-indent: 2em;
}

.hospital_list .more_msg {
    position: absolute;
    bottom: 20px;
    left: 50%;
    height: 40px;
    width: 145px;
    background: #fff;
    color: #85a8cb;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    transform: translate(-50%);
}

/*产品和医院end*/
/*新闻start*/
.news_info {
    width: 1200px;
    margin: 100px auto 60px;
}

.main_title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    font-family: Alibaba-PuHuiTi-Light;
}

.main_title h3 {
    font-size: 30px;
}

.news_list {
    width: 1168px;
    margin: 0 auto;
}

.news_list li {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    border-radius: 6px;
    margin-top: 30px;
}

.news_list img {
    width: 100%;
    height: 100%;
}

.new_l {
    width: 76px;
    height: 88px;
    border-radius: 4px;
    background: #85a8cb;
    color: #fff;
    text-align: center;
}

.new_l h6 {
    font-size: 36px;
    line-height: 64px;
    font-weight: 500;
}

.new_m {
    width: 300px;
    /*height:214px;*/
    margin: 0 30px;
}

.new_r {
    width: 676px;
}

.new_r h6 {
    font-size: 14px;
    color: #75a0c9;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.new_r h5 {
    font-size: 20px;
    margin: 10px 0 6px 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Alibaba-PuHuiTi-Medium;
}

.new_r p {
    font-size: 14px;
    line-height: 26px;
    color: #969696;
    font-weight: 600;
    max-height: 78px;
    overflow: hidden;
}

.new_r_b {
    position: relative;
    height: 50px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.new_r_icon {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: nowrap;
}

.new_r_icon .icon {
    margin: 0 10px 0 0;
    height: 20px;
}

.qq_icon {
    width: 22px;
    background: url("../images/news_icon.png") 144px 0px;
}

.wechat_icon {
    width: 26px;
    background: url("../images/news_icon.png") 118px 0;
}

.friend_icon {
    width: 26px;
    background: url("../images/news_icon.png") 88px 0;
}

.blog_icon {
    width: 26px;
    background: url("../images/news_icon.png") 56px 0;
}

.email1_icon {
    width: 26px;
    background: url("../images/news_icon.png") 26px 0;
}

.new_r_b a {
    height: 40px;
    width: 145px;
    background: #85a8cb;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    margin: 20px 0 0 30px;
    display: block;
    font-size: 14px;
    /* padding: 10px 40px; */
}

.news_detali {
    width: 1060px;
    margin: 20px auto;
}

.news_detali h6 {
    color: #75a0c9;
    font-size: 14px;
}

.news_detali h5 {
    text-align: center;
    font-size: 36px;
    color: #262626;
    line-height: 50px;
    margin-top: 38px;
}

.news_img {
    width: 608px;
    /* height:406px;*/
    margin: 50px auto;
}

.news_img img {
    width: 100%;
}

.news_detail_info {
    /* width: 930px; */
    height: auto;
    overflow: hidden;
    margin: 0 70px;
}

.news_detail_info p {
    line-height: 40px;
    font-size: 16px;
    text-indent: 2em;
}
.news_detail_info img
{
    max-width: 608px;
}

.news_detail img{
    width:100%;
}

/*新闻end*/
/*企业大学start*/
.university_info {
    width: 1120px;
    margin: 60px auto;
}
.university_info .main_title{
    margin-top: 90px;
    height: auto;
    overflow: hidden;
}
.university_info a{
    text-decoration: underline;
}
.about_universe {
    width: 800px;
    margin: 50px auto;
    color: #262626;
    height: auto;
    overflow: hidden;
}

.about_universe p {
    line-height: 40px;
    font-size: 16px;
    color: #262626;
}

.color_green {
    color: #85bb43;
}

.font26 {
    font-size: 26px;
}

.line_height40 {
    line-height: 40px;
}

.university_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.career_bg {
    width: 520px;
    height: 350px;
}

.university_list img {
    width: 100%;
    height: 100%;
}

.text_right {
    text-align: right;
}

.career_bg_info {
    width: 580px;
}

.university_list h6 {
    font-size: 16px;
    margin-bottom: 20px;
}

.university_list p {
    line-height: 38px;
}

.educational {
    width: 550px;
}

.educational_bg {
    width: 516px;
    height: 262px;
}

.university_list img {
    width: 100%;
    height: 100%;
}

.create_educational_bg {
    width: 294px;
    height: 196px;
}

.create_educational {
    width: 794px;
}

.competitive_powe_bg {
    width: 511px;
    height: 341px;
}

.competitive_powe {
    width: 590px;
    position: relative;
}

.competitive_powe .university5 {
    width: 266px;
    height: 177px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/*企业大学end*/
/*社会责任start*/
.social_responsibility {
    width: 1200px;
    margin: 50px auto;
}

.color_blue {
    color: #415285;
}

.social_responsibility img {
    width: 100%;
}

.corporate_culture {
    width: 1012px;
    height: 1026px;
    margin: 0 auto;
}

.charitable_img {}

.charitable_img .swiper-slide {
    width: 400px;
    height: 308px;
    overflow: hidden;
}

.charitable_img .opa_bg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(65, 82, 133, 0.5);
}

.charitable_img .button {
    top: -224px;
}

.charitable_img .swiper-container {
    margin: 0;
}

.charitable_activities {
    /*margin-top:40px;*/
}

.charitable_info {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.charitable_info .info {
    width: 360px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.charitable_info p {
    color: #999999;
    line-height: 24px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin: 5px 0;
}
.charitable_info .info .info_scont{
    font-weight: bold;
    height: 144px;
    overflow: hidden;
    line-height: 24px;
    font-family: Alibaba-PuHuiTi-Light;
}

.charitable_info h6 {
    font-size: 28px;
    color: #5b5e66;
    line-height: 40px;
    height: 40px;
    overflow:hidden;
    margin-bottom: 5px;
}
.charitable_info .info .more_content a{
    width: 130px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
}


.charitable_info .more_content {
    border: none;
    margin-top: 35px;
    height: auto;
    overflow: hidden;
    /* position: absolute;
    left: 0;
    bottom: 0; */
}

.charitable_info .more_content a {
    margin: 0;
}

.charitable_list {
    margin-top: 100px;
}

/*社会责任end*/
/*关于我们start*/
.map_contain {
    height: 600px;
    width: 1170px;
    margin: 50px auto;
    position: relative;
}

.custom-input-card {
    width: 22rem;
}

.custom-input-card .btn {
    margin-right: 1rem;
}

.custom-input-card .btn:last-child {
    margin-right: 0;
}

.map_content {
    width: 320px;
    height: 140px;
    border: 1px solid #9f9f9e;
}

.map_title {
    font-size: 14px;
    line-height: 26px;
    padding: 10px;
    font-weight: lighter;
    letter-spacing: 1px;
    border-bottom: 1px solid #9f9f9e;
}

.map_info_content {
    font-size: 12px;
    padding: 4px;
    line-height: 23px;
    padding: 0 15px;
}

.input-card {
    position: absolute;
    top: 0;
    right: 0;
}

.custom-input-card {
    display: none;
}

.company_info {
    width: 1120px;
    margin: 0 auto 50px;
}

.company_info p {
    line-height: 48px;
    font-size: 18px;
    color: #262626;

}

/*关于我们end*/
/*为什么选择为我们start*/
.more_beauty {
    width: 1090px;
    margin: 120px auto 0;
}

.more_value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 200px;
}

.more_value .why_word{
    padding-left: 52px;
    color: #262626;
    font-size: 16px;
    line-height: 36px;
    flex: 1;
}
.why_img1{
    width: 542px;
    height: 362px;
}
.why_img1 img{
    width: 100%;
}
.why_img2{
    width: 519px;
    height: 352px;
}
.why_img2 img{
    width: 100%;
}
.why_img3{
    width: 499px;
    height: 499px;
}
.why_img3 img{
    width: 100%;
}
/*为什么选择为我们end*/
/*品牌start*/
.brand_imgcont{
    height: auto;
    overflow: hidden;
    clear: both;
    margin: 0px auto;
    width: 1200px;
}
.brand_img {
    /* display: flex;
    flex-flow: nowrap; */
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.brand_img div {
    width: 391px;
    height: 302px;
    position: relative;
}

.brand_img .opa_bg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(65, 82, 133, 0.5);
}

.brand_img .m {
    width: 700px;
    height: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.brand_info {
    width: 990px;
    margin: 100px auto 50px;
    line-height: 36px;
    font-size: 18px;
}

.brand_info p {
    margin-top: 10px;
    text-indent: 2em;
}

.brand_history {
    width: 1038px;
    margin: 0 auto 50px;
}

.brand_implication {
    width: 1000px;
    margin: 50px auto;
    height: auto;
    overflow: hidden;
}

.ymr_logo {
    width: 510px;
    height: 290px;
    margin: 100px auto;
}

.ymr_logo img {
    width: 100%;
}

.implication_info {
    width: 990px;
    margin: 0 auto;
}

.implication_info p {
    line-height: 40px;
    margin-top: 20px;
}
.brand_implication .main_title{
    margin-top: 50px;
    height: auto;
    overflow: hidden;
}
.font36 {
    font-size: 36px;
}

.info_m {
    margin: 30px 0;
}

/*品牌end*/
/* 合作伙伴 */
.partner_list{
    height: auto;
    overflow: hidden;
    clear: both;
}
.partner_list ul li{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    height: auto;
    overflow: hidden;
    padding: 35px 45px 35px 25px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}
.partner_list ul li img{
    width: 220px;
    height: 118px;
    float: left;
}
.partner_list ul li .partner_listdiv{
    margin-left: 115px;
    height: auto;
    overflow: hidden;
}
.partner_list ul li .partner_listdiv .partner_list_title{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #262626;
    font-size: 20px;
}
.partner_list ul li .partner_listdiv p{
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #969696;
    line-height: 25px;
}
.partner_listbor{
    height: auto;
    overflow: hidden;
    clear: both;
}
.partner_listbor ul{
    width: 1217px
}
.partner_listbor ul li{
    width: 20%;
    float: left;
}
.partner_listbor ul li div{
    margin-right: 17px;
}
.partner_listbor ul li div img{
    width: 100%;
    height: 120px;
}

.index_partner{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}
.index_partnerlist{
    height: auto;
    overflow: hidden;
    clear: both;
    margin-top: 20px;
}
.index_partnerlist ul{
    width: 1217px;
    height: auto;
    display: flex;
    justify-content: center;
}
.index_partnerlist ul li{
    width: 16.66%;
    float: left;
    _display: inline;
    margin-bottom: 20px;
}
.index_partnerlist ul li div{
    margin-right: 17px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: center;
}
.index_partnerlist ul li div img{
    border-radius: 5px;
    width: 100%;
    height: 120px;
}

/*投资者关系页面css*/
.news_info {
    width: 1200px;
    margin: 63px auto 0;
}

.main_title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'AlibabaPuHuiTi' !important;
}

.main_title span {
    font-size: 30px;
    font-weight: 300;
    color: #000000;
}

.deco_icon {
    width: 174px;
    height: 17px;
    background: url("../images/invest/deco.png") no-repeat;
    background-size: 100%;
    margin: 22px 0 28px 50%;
    transform: translate(-50%);
}
.title_b {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}



.relationship-menu {
    width: 1200px;
    margin: 20px auto 0;
}

.relationship-menu-ul {
    display: flex;
}

.relationship-menu-ul li a {
    display: inline-flex;
    padding: 10px 4px;
    margin: 0 10px;
    font-size: 22px;
    color: #959595;
    font-weight: 400;
}

.relationship-menu-ul li.active a {
    color: #84A9CC;
}

.news_list {
    width: 1169px;
    margin: 0 auto 30px;
}

.news_list .news_list-item {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    padding: 23px 33px 17px 29px;
    box-sizing: border-box;
    margin-top: 40px;
    border: 2px solid #DCDCDC;
    border-radius: 10px;
    overflow: hidden;
}

.new_l {
    width: 75px;
    height: 90px;
    background: #86A8CB;
    border-radius: 6px;
    color: #fff;
    text-align: center;
}

.new_l h6 {
    line-height: 64px;
    font-size: 43px;
    font-weight: bold;
    color: #FFFFFF;
}

.new_l p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.news_info .relationship_r {
    flex: 1;
    margin-left: 53px;
}

.news_info .relationship_r h5 {
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    color: #86A8CB;
    margin-bottom: 16px;
}

.news_info .relationship_r p {
    font-size: 20px;
    font-weight: 500;
    color: #959595;
    line-height: 30px;
    word-wrap:break-word
}
.new_r_b {
    position: relative;
    margin-top: 22px;
    display: flex;
    justify-content: flex-end;
}

.new_r_b a {
    width: 143px;
    height: 40px;
    background: #83A8CC;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.new_r_b a img{
    width: 15px;
    height: 15px;
    margin-left: 13px;
}

.enquiries {
    width: 1169px;
    height: 330px;
    border: 2px solid #DCDCDC;
    border-radius: 10px;
    margin-top: 95px;
    display: flex;
    overflow: hidden;
    margin-bottom: 50px;
}
.enquiries .enquiries_logo {
    width: 301px;
    height: 330px;
    background-color: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enquiries .enquiries_logo img {
    width: 160px;
    height: 91px;
}
.enquiries .info {
    flex: 1;
    margin-left: 57px;
    padding-top: 88px;
    box-sizing: border-box;
}

.info .company {
    font-size: 30px;
    font-weight: bold;
    color: #00269A;
    margin-bottom: 50px;
}
.address {
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.address-name {
    font-size: 20px;
    font-weight: 500;
    color: #959595;
}
.address-details {
    font-size: 20px;
    font-weight: 500;
    color: #4C4948;
    margin-left: 10px;
}

.corporate-governance {
    width: 1169px;
    margin-top: 116px;
    display: flex;
    margin-bottom: 50px;
}

.corporate-governance>div{
    flex: 1;
    height: 170px;
    border: 2px solid #84A9CC;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 13px 15px 13px 34px;
    box-sizing: border-box;
}
.corporate-governance>div>img {
    width: 89px;
    height: 71px;
}
.corporate-governance>div .content {
    flex: 1;
    padding-top: 35px;
    box-sizing: border-box;
    margin-left: 33px;
}

.corporate-governance>div .content h5 {
    font-size: 30px;
    font-weight: 500;
    color: #86A8CB;
}
.corporate-governance>div .new_r_b {
    margin-top: 0px;
}

.corporate-governance>div .content>a>img {
    width: 43px;
    height: 18px;
    margin-top: 24px;
}

.cg-board-member {
    margin-left: 43px;
}

.corporate-governance-details {
    width: 1169px;
    margin-top: 97px;
    margin-bottom: 50px;
}

.corporate-governance-details-item {
    width: 1169px;
    min-height: 298px;
    height: auto;
    border: 2px solid #DCDCDC;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    margin-top: 30px;
}

.cgdi-img {
    width: 301px;
    background-color: #EEEEEE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cgdi-img img {
    width: 105px;
    height: 110px;
}

.cgdi-img span {
    font-size: 20px;
    font-weight: bold;
    color: #00269A;
    margin-top: 14px;
}

.cgdi-details {
    flex: 1;
    margin-left: 56px;
    padding-top: 22px;
    box-sizing: border-box;
    text-align: left;
    padding-right: 10px;
    box-sizing: border-box;
}

.cgdi-details p {
    font-size: 14px;
    font-weight: 500;
    color: #959595;
    line-height: 33px;
}

/*顶部语言样式*/

.head_language_info span{
    line-height: 40px;
    color: #FFF;
    margin-left: 10px;
}