
/*轮播图*/
html,
body {
    /*position: relative;*/
    height: 100%;
}

body {
    background: #ffffff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;

}

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*公告*/
.notice {
    background: #f4f4f4;
    padding: 20px 0px
}

.notice a {
    color: #000000;
}

.notice a:hover {
    color: #0C4DA2;
}

/*企业服务*/
.services {
    padding-top: 50px;
}

.title {
    font-size: 40px;
}

.title_xian {
    margin-top: 20px;
    width: 100px;
    border: 1px solid #333333;
}

.title_bot {
    margin-top: 15px;
    font-size: 15px;
    color: #999;
    margin-bottom: 40px;
}
/*服务范围内容*/
.box {
    width: 31%;
    margin-bottom: 30px;
}

.box a {
    color: black;
}

.services_right {
    border: 1px solid #cbcbcb;
    width: 150px;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    margin-top: 30px;
}

.services_right a {
    color: black;
}

.services_right span {
    margin-right: 20px;
}

.services_right:hover {
    color: #0C4DA2;
    border: 1px solid #0C4DA2;
}

.services_right:hover img {
    transition: 0.8s;
    transform: translateX(15px);
}

.services_box {
    background: #f8f8f8;
    text-align: center;
    padding: 50px;
}

.services_box p:last-child {
    line-height: 20px;
    color: #666666;
    font-size: 14px;
}

.box_title {
    font-size: 22px;
    margin: 30px 0px;
}

.box:hover .services_box {
    background: #5A7EBB;
    color: white;
    transition: 0.2s;
}

.box:hover .services_box p:last-child {

    color: white;
    transition: 0.2s;
}


.box:hover .services_box img {
    opacity: 0;
}

/*关于我们内容*/
.about_us {
    padding-bottom: 100px;
}

.about_us_box {
    background: #0C4DA2;
    color: white;
    width: 25%;
    margin-right: 20px;
    height: 490px;
}

.about_us_box p {
    font-size: 24px;
    line-height: 30px;

}

#about_us_box_w {
    font-size: 17px;
}

#about_us_box_wz {
    margin-top: 10px;
    font-size: 12px;
    line-height: 30px;
}

.about_us_box p:last-child a {
    color: #FFFFFF;
    font-size: 16px;
}

.about_us_box p a:hover {
    text-decoration: underline;
}

.about_us_right {
    width: 25%;
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #D9D9D9;
}

.about_us_right:hover {
    border: 1px solid #0C4DA2;
    color: #0C4DA2;
}

.about_us_right p a {
    color: black;
    font-size: 16px;
    font-weight: bold;

}


.about_us_right p {
    line-height: 20px;
    font-size: 14px;
    color: #5a5a5a;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.about_us_right img {

}

.about_us_right:hover .active_text a {
    color: #0C4DA2;
}

/*新闻动态内容*/
.news {
    padding-bottom: 100px;
}

/*左侧*/
.news_left {
    width: 576px;
    height: 420px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.news_title {
    background: rgba(0, 52, 126, .60);
    color: white;
    padding: 20px;
    position: absolute;
    top: 339px;
    width: 92%;
}

.news_title p {
    line-height: 20px;
}

.news_left .news_img {
    height: 420px;
    width: 576px;
    transform: scale(1, 1);
}

.news_left:hover .news_img {
    transform: scale(1.1, 1.1);
    transition: 1s;
}

.news_left:hover .news_title .offLeft {
    margin-right: 30px;
    transition: 1s;
}

/*右侧*/
.news_right {
    width: 53%;

}

.news_right .a {
    /*padding: 23px 0px;*/
    margin-bottom: 0px;
    border-bottom: 1px solid #f3f3f3;
	height: 140px;
}

.news_right :hover {
    background: #EEEEEE;
    transition: 0.5s;
}

.news_right :hover a {
    color: #0C4DA2;
    transition: 0.5s;
}

.news_right_data {
    text-align: right;
    width: 30%;
    margin: 0px 20px;

}

.news_right_data {
    color: #0e90d2;

}

.news_right_data p {
    font-size: 15px;
    margin-top: 35px;
}

.news_right_data p:last-child {
    font-size: 28px;
    margin-top: 15px;
}

.news_right_main {
    width: 78%;
    margin-top: 34px;
}

.news_right_main p:first-child {
    color: black;
    font-weight: bold;
    font-size: 16px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news_right_main p:last-child {
    margin-top: 15px;
    line-height: 20px;
    color: #666666;
}

.news_right p:hover {
    color: #095f8a;
}

/*合作伙伴内容*/
.partner img {
    margin: 50px 0px;
    width: 100%;
}

/*尾部*/
.foot_width {
    background-color: #262626;
}

.foot_color {
    color: #fff;
}

.foot_width_1200 {
    width: 1200px;

}

.foot_margin {
    margin: 0 auto;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.foot_width_282 {
    width: 282px;
}

.foot_size_26 {
    font-size: 26px;
}

.foot_biaoqian li {
    float: left;
}

.foot_size_14 {
    font-size: 14px;
}

.d_s {
    display: flex;
}

.a_l {
    align-items: center;
}

.foot_padding_bottom_10 {
    padding-bottom: 10px;
}

.foot_padding_left_10 {
    padding-left: 10px;
}

.foot_size_18 {
    font-size: 18px;
}

.foot_margin_bottom_30 {
    margin-bottom: 30px;
}

.foot_color_grey {
    color: #a9a9a9;
}

.foot_width_15 {
    width: 15%;
}

.foot_link {
    text-decoration: none;
}

.foot_a:hover {
    color: white;
}

.foot_line_41 {
    line-height: 41px;
}

.footer {
    background: black;
}

/*合作伙伴*/
/* 合作品牌 */
.teamwork {
    padding-bottom: 200px;
    display: flex;
    justify-content: space-between;
}


.teamwork_list {
    display: flex;
    padding: 20px 10px 20px 0;
    flex-wrap: wrap;
}

.teamwork_item {
    width: 120px;
    height: 50px;
    margin-left: 20px;
    position: relative;
    margin-bottom: 20px;
}