* {
    margin: 0;
    padding: 0;
}


a{
    text-decoration:none;
}

.line {
    background: #0D5E94;
    height: 4px;
    width: 50px;
    margin: 0 auto;
}

.about_pics {
    height:460px;
    width: 100%;
}

.about_pics img {
    width: 100%;
    height: 100%;
}

.life {
    width: 1200px;
    margin: 40px auto;
    text-align: center;
    margin-top: 78px;
}

.life_title_e {
    color: #000;
    font-size: 46px;
    font-weight: 700;
    line-height: 72px;
}

.life_title_c {
    color: #000;
    font-size: 48px;
    font-weight: 350;
    line-height: 72px;
    position: relative
}

.title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin-top: 50px;
}

.inter {
    margin-top: 81px;
    display: flex;
    justify-content: space-between;
}

.inter_left,
.inter_right {
    width: 501px;
    height: 331px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 14px 36px rgba(200, 200, 200, 0.8);
}

.inter_left img,
.inter_right img{
    width: 501px;
    height: 331px;
}

.cooperation {
    width: 100%;
    background: #EEEFFB;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 37px;
    margin-top: 145px;
}

.coo_middle {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 37px;
}

.coo_main {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}


.coo_label {
    display: flex;
    margin-top: 63px;
    height: 44px;
}

.coo_pro {
    /* width: 104px; */
    padding:0 10px;
    height: 44px;
    background: #0D5E941A;
    line-height: 44px;
    color: #0D5E94;
    font-size: 20px;
    font-weight: 700;
    margin-right: 13px;

}

.name {
    margin-top: 31px;
    text-align: start;
}

.coo_name {
    font-size: 32px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}

.coo_role {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #333;
}

.list {
    /* height: 150px; */
    margin-top: 16px;
    text-align: start;
}

.list li {
    /* display: flex; */
    align-items: center;
    width: 502px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: start;
    font-size: 14px;
    font-weight: 350;
    line-height: 30px;
}

.list li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #0D5E94;
    vertical-align: middle;
    margin-right: 14px;
}

.coo_right {
    /* margin-right: 279px; */
    width: 683px;
    height: 696px;
}

.coo_right img {
    /* width: 683px; */
    height: 696px;
}

.coo_detail {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    cursor: pointer;
    text-align: start;
    margin-top: 9px;
    color: #0D5E94;
}

.coo_down {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: -280px;
}

.coo_down_1 {
    width: 503px;
    height: 245px;
    background: #0D5E94;
    display: flex;
}

.coo_down_a {
    width: 300px;
    /* height: 225px; */
    margin: 10px 0 10px 10px;
    background: #EEEFFB;
}

.coo_down_a img {
    /* width: 300px; */
    height: 225px;
}

.coo_down_per {
    margin: 0 auto;
    margin-top: 59px;
}

.coo_down_name {
    font-size: 32px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}

.coo_down_role {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-top: 23px;
}

.coo_down_img {
    display: flex;
}

.coo_down_2 {
    width: 338px;
    height: 246px;
    margin-left: 10px;
    background: #fff;
}


.coo_down_2 img {
    /* width: 338px; */
    height: 246px;
}



.c_left {
    width: 82.5px;
    height: 55px;
    position: absolute;
    left: -4%;
    bottom: 15%;
    cursor: pointer;
}

.c_right {
    width: 82.5px;
    height: 55px;
    position: absolute;
    right: -4%;
    bottom: 15%;
    cursor: pointer;
}

.c_left img,
.c_right img {
    width: 82.5px;
    height: 55px;
}

.term {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 127px;
}

.term_brief {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin-top: 46px;
}

.slide1 {
    width: 1200px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.slide1 .swiper-wrapper {
    height: 284px;
}

.slide2 .swiper-wrapper {
    height: 411px;
}
.slide3 .swiper-wrapper {
    height: 411px;
}
.slide4 .swiper-wrapper {
    height: 411px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(5, 5, 5, 0.4);

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 380px;
    height: 411px;
    object-fit: cover;
}

.slide1 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 42px;
}

.slide1 .swiper-pagination {
    margin-top: 50px;
    position: static;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
}

.slide1 .swiper-button-next,
.slide1 .swiper-button-prev {
    display: none;
}

.slide1 :hover .swiper-button-next,
.slide1 :hover .swiper-button-prev {
    display: block;
}

.slide1 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    top: 40%;
    right: auto;
}

.slide1 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    top: 40%;
}

.slide1 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0D5E94;
}

.slide1 .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #0D5E94;
}

.slide1 .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #0D5E94;
}

.slide2 .swiper-pagination {
    margin-top: 29px;
    position: static;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
}

.slide2 .swiper-button-next,
.slide2 .swiper-button-prev {
    display: none;
}

.slide2 :hover .swiper-button-next,
.slide2 :hover .swiper-button-prev {
    display: block;
}

.slide2 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    top: 45%;
    right: auto;
}

.slide2 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    top: 45%;
}

.slide2 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0D5E94;
}

.slide2 .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #0D5E94;
}

.slide2 .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #0D5E94;
}
.slide4 .swiper-pagination {
    margin-top: 29px;
    position: static;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
}

.slide4 .swiper-button-next,
.slide4 .swiper-button-prev {
    display: none;
}

.slide4 :hover .swiper-button-next,
.slide4 :hover .swiper-button-prev {
    display: block;
}

.slide4 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    top: 45%;
    right: auto;
}

.slide4 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    top: 45%;
}

.slide4 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0D5E94;
}

.slide4 .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #0D5E94;
}

.slide4 .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #0D5E94;
}

.line1 {
    background: #fff;
    height: 2px;
    width: 28px;
    text-align: start;
    margin-left: 3px;
}

.slide1-bg {
    width: 100%;
    height: 284px;
    background: rgba(5, 5, 5, 0.4);
    position: absolute;
    top: 0;
}

.slide1_content {
    width: 334px;
    margin: 0 auto;
    margin-top: 33px;
}

.slide1_title {
    width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 36px;
    font-weight: 700;
    line-height: 72px;
    color: #fff;
    text-align: start;
}

.slide_abstract {
    height:72px;
    font-size: 14px;
    font-weight: 350;
    line-height: 24px;
    text-align: start;
    margin-top: 9px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.detail {
    width: 156px;
    height: 40px;
    background: #0D5E94;
    color: #fff;
    font-size: 14px;
    font-weight: 350;
    line-height: 40px;
    border-radius: 30px;
    cursor: pointer;
    float: right;
    margin-top: 29px;
}

.term2 {
    width: 1200px;
    display: flex;
    margin-top: 81px;
    justify-content: space-between;
}
.term4 {
    width: 1200px;
    display: flex;
    margin-top: 81px;
    margin-bottom: 98px;
    justify-content: space-between;
}

.slide2 {
    width: 636px;
}

.term2_con {
    width: 540px;
    height: 411px;
    background: #F3F9FD;
    background-image: url(../img/term_bg.png);
    background-repeat: no-repeat;
    background-size: revert;
    background-position-x: right;
    background-position-y: bottom;
}

.term2_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    text-align: start;
    margin-left: 39px;
    margin-top: 40px;
    margin-right: 39px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.term2_li {
    margin-top: 22px;
}

.term2_li li::marker {
    content: "";
}

.term2_li li {
    display: flex;
    align-items: baseline;
    margin-left: 35px;
}

.term2_li img {
    width: 15px;
    height: 15px;
}

.term2_li span {
    display: inline-block;
    width: 454px;
    margin-left: 9px;
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    text-align: start;
    overflow: hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.term3 {
    width: 1200px;
    display: flex;
    margin-top: 81px;
    justify-content: space-between;
}

.term3_con {
    width: 533px;
    height: 365px;
    background: #F3F9FD;
    background-image: url(../img/term_bg.png);
    background-repeat: no-repeat;
    background-size: revert;
    background-position-x: right;
    background-position-y: bottom;
}

.term3_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    text-align: start;
    margin-left: 34px;
    margin-top: 57px;
    margin-right: 34px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.term3_li {
    margin-top: 22px;
}

.term2_li li::marker {
    content: "";
}

.term3_li li {
    display: flex;
    align-items: baseline;
    margin-left: 35px;
}

.term3_li img {
    width: 15px;
    height: 15px;
}

.term3_li span {
    display: inline-block;
    width: 454px;
    margin-left: 9px;
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    text-align: start;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.term3_img {
    width: 650px;
    height: 365px;
    position: relative;
}

.term3_img img {
    width: 650px;
    height: 365px;
}

.term3_img_title {
    width: 552px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 0 49px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(13, 94, 148, 0.7);
    color: #fff;
    position: absolute;
    bottom: 0;
}


.term2 {
    width: 1200px;
    display: flex;
    margin-top: 81px;
    justify-content: space-between;
}

.slide4 {
    width: 636px;
}

.term4_con {
    width: 540px;
    height: 411px;
    background: #F3F9FD;
    background-image: url(../img/term_bg.png);
    background-repeat: no-repeat;
    background-size: revert;
    background-position-x: right;
    background-position-y: bottom;
}

.term4_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    text-align: start;
    margin-left: 39px;
    margin-top: 40px;
    margin-right: 39px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.term4_li {
    margin-top: 22px;
}

.term4_li li::marker {
    content: "";
}

.term4_li li {
    display: flex;
    align-items: baseline;
    margin-left: 35px;
}

.term4_li img {
    width: 15px;
    height: 15px;
}

.term4_li span {
    display: inline-block;
    width: 454px;
    margin-left: 9px;
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    text-align: start;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.detail:hover{
    background: #2171A6;
   }