.container {
    width: 1300px;
    margin: 0 auto;
}

/* 头部 start  */
header {
    display: flow-root;
    width: 100%;
    height: 250px;
    /* background-image: url(../../images/img/bz15.png); */
    background-color: #be1f28;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    /* overflow: hidden; */
}

.header-nav {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height: 20px;
    margin-top: 20px;
}

.header-nav ul {
    display: flex;
}

.header-nav ul li {
    height: 20px;
    line-height: 20px;
}

.header-nav ul span {
    margin: 0 10px;
}

.header-nav ul li a {
    font-size: 16px;
    color: #fff;
}

header .logo {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo img {
    width: 850px;
    height: 70px;
}

header .search {
    position: relative;
    width: 380px;
    height: 60px;
    display: flex;
    align-items: center;
    /* margin: 40px auto 0; */
}

header .search input {
    width: 350px;
    height: 40px;
    background: #e999a9;
    box-shadow: 0px 0px 6px 0px rgba(101, 1, 1, 0.5);
    border-radius: 30px;
    padding-left: 30px;
}

header .search input:first-child::-webkit-input-placeholder {
    color: #FFFFFF;
}

header .search-left {
    position: absolute;
    top: 20px;
    left: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40px;
    height: 20px;
    line-height: 20px;
}

header .search-left .sx img {
    width: 2px;
    height: 19px;
}

header .search-left .ss img {
    width: 16px;
    height: 16px;
}

/* 一级导航栏 */
header .nav {
    margin-top: 60px;
}

header .nav>ul {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

header .nav>ul>li {
    position: relative;
    height: 56px;
    line-height: 26px;
}

header .nav>ul li a {
    font-size: 20px;
    color: #FFFFFF;
}

header .nav>ul>li:hover>a {
    font-weight: bold;
}

/* header .nav>ul li:nth-child(2):hover .nav-list,
header .nav>ul li:nth-child(4):hover .nav-list,
header .nav>ul li:nth-child(5):hover .nav-list,
header .nav>ul li:nth-child(6):hover .nav-list {
    display: block;
} */

header .nav>ul li:hover .nav-list {
    display: block;
}

header .nav>ul li:nth-child(3):hover .nav-list,
/*header .nav>ul li:nth-child(7):hover .nav-list, */
header .nav>ul li:nth-child(8):hover .nav-list,
header .nav>ul li:nth-child(9):hover .nav-list {
    display: none;
}

/* 二级导航栏 */
header .nav ul li .nav-list {
    position: absolute;
    top: 30px;
    left: -40px;
    width: 160px;
    border: 1px solid #645f5f;
    border-radius: 15px;
    background-color: #fff;
    display: none;
    /* opacity: 0;
    transition: all 0.5s; */
    z-index: 999;
    /* height: 100px; */
    /* background-color: aqua; */
    /* border: 1px solid #fff; */
}

header .nav .nav-list img {
    margin: 10px auto;
}

header .nav .nav-list ul li {
    text-align: center;
    margin-bottom: 10px;
}

header .nav .nav-list ul li:hover {
    background-color: #eddfe1;
    font-weight: bold;
}

header .nav .nav-list ul li a {
    color: #e87f94;
    font-size: 20px;
    /* transition: all 0.5s; */
}

/* 头部 end */

.banner {
    width: 100%;
    height: 550px;
    /* top: -100px;
    left: 0; */
    overflow: hidden;
    /* position: relative; */
}


.banner {
    width: 100%;
    height: 660px !important;
    /* top: -100px;
    left: 0; */
    overflow: hidden;
    /* position: relative; */
}


.slideBox {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 660px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    bottom: 25px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    margin: 0 auto;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    transition: all ease-out 0.5s;
    text-align: center;
}

.slideBox .hd ul li p {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 0.4;
    transition: all ease-out 0.5s;
    top: -4.5px;
    left: 0.5px;
}

.slideBox .hd ul .on p {
    opacity: 1;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd ul {
    width: 100%;
    height: 100%;
}

.slideBox .bd li {
    width: 100%;
    height: 100%;
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li img {
    width: 100%;
    /* margin: 0 auto; */
    height: 660px;
    display: block;
    transition: all ease-out 0.5s;
}


.slideBox .prev {
    position: absolute;
    left: 2%;
    top: 45%;
    display: block;
    width: 44px;
    height: 77px;
    background: url(../../images/img/lunbozuo.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    transition: all ease-out 0.5s;
}

.slideBox .next {
    position: absolute;
    left: 2%;
    top: 45%;
    display: block;
    width: 44px;
    height: 77px;
    background: url(../../images/img/lunboyou.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    transition: all ease-out 0.5s;
}

.slideBox .next {
    left: auto;
    right: 3%;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}





/* 主体 start */
.section {
    background-image: url(../../images/img/wtbf3@2x.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 10%;
}

.column {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 45px;
}

.column .selected {
    width: 500px;
    /* overflow: hidden; */
}

/* .column .selected>img {
    width: 400px;
    height: 92px;
    margin-left: 200px;
} */

.column .selected .selected-text {
    width: 600px;
    height: 347px;
    background-color: #BE121A;
    opacity: 0.8;
    border-radius: 0px 20px 0px 20px;
    background-image: url(.../../images/img/jxcjdxxh-bbf\(1\).png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-left: 200px;
    padding-top: 20px;
    box-sizing: border-box;
}


.column .selected .selected-text .title {
    width: 380px;
    height: 60px;
    line-height: 30px;
    margin: 0 auto;
}

.column .selected .selected-text .title a {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}

.column .selected .selected-text .add:hover a {
    color: #F6973D;
}

.column .selected .selected-text .add:hover p {
    color: #F6973D;
    border-bottom: 1px solid #F6973D;
}

.column .selected .selected-text p {
    width: 380px;
    height: 56px;
    color: #FFFFFF;
    opacity: 0.7;
    line-height: 28px;
    margin: 10px auto 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #FFFFFF;
}

.column .selected .selected-text .add:last-child p {
    border: 0;
}

.column .selected .selected-text p span {
    color: #F6973D;
}

.column .column-lb {
    width: 600px;
    height: 440px;
/* border-radius: 20px 20px 0 0; */
    margin-top: 10px;
    box-sizing: border-box;
}

.column .column-lb img {
    width: 600px;
    height: 440px;
/* border-radius: 20px 20px 0 0; */
    box-sizing: border-box;
}

.slideBox2 {
    width: 600px;
    height: 440px;
    overflow: hidden;
    position: relative;
}

.slideBox2 img {
    width: 600px;
    height: 440px;
    transition: all 0.5s ease;
    /* 添加过渡效果 */
}

.slideBox2 img:hover {
    transform: scale(1.1);
    /* transition: all 0.5s; */
}

.slideBox2 .bd {
    width: 600px;
    height: 440px;
    float: left;
    overflow: hidden;
    position: relative;
}

.slideBox2 .bd ul {
    width: 600px;
    height: 440px;
}

.slideBox2 .bd li {
    width: 600px;
    height: 440px;
}

.slideBox2 .bd p {
    position: absolute;
    /* left: 0; */
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(89, 88, 88, 0.1);
    padding-left: 20px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    /* z-index: 999; */
}

.slideBox2 .hd {
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    width: 100%;
    text-align: right;
}

.slideBox2 .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    margin: 0 auto;
}

.slideBox2 .hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #999999;
    transition: all ease-out 0.5s;

}

.slideBox2 .hd ul li.on {
    width: 10px;
    border-radius: 15px;
    background-color: #fff;
}

.column .news {
    width: 600px;
    /* height: 450px; */
    /* padding-left: 40px; */
    box-sizing: border-box;
}

/* 标题公共部分 start */
.common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #BE121A;
}

.common .common-left {
    display: flex;
    justify-content: space-between;
    height: 36px;
    line-height: 36px;
}

.common .common-left .red-line {
    width: 4px;
    height: 24px;
    margin-top: 6px;
    margin-right: 10px;
    background-color: #BE121A;
}

.common .common-left .updates a {

    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
}

.common .common-right {
    height: 36px;
    line-height: 36px;
}

.common .common-right a {
    font-size: 16px;
    color: #666666;
    line-height: 21px;
}

/* 标题公共部分  end*/


/* 新闻列表 start */
.common-title {
    display: flex;
    height: 49px;
    line-height: 49px
}

.common-title img {
    display: block;
    width: 10px;
    height: 12px;
    margin-top: 18px;
    margin-right: 5px;
}

.common-title .common-p {
    width: 100%;
}

.common-title .common-p a {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 48px;
}

.common-title .common-p:hover a,
.common-title .common-p:hover span {
    color: #BE121A;
}

.common-title .common-p span {
    float: right;
    font-size: 16px;
}

/* 新闻列表 end  */


/* 通知公告和人才招聘引进 start */
.notice {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;

}

.notice .notice-left {
    width: 600px;
}

.notice .notice-right {
    width: 600px;
}

.notice-common-title {
    display: flex;
    height: 48px;
    line-height: 48px
}

.notice-common-title img {
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 16px;
    margin-right: 5px;
    opacity: 0.5;
}

.notice-common-title .common-p {
    width: 580px;
}

.notice-common-title .common-p a {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 24px;
}

.notice-common-title .common-p:hover a,
.notice-common-title .common-p:hover span {
    color: #BE121A;
}

.notice-common-title:hover img {
    opacity: 1;
}

.notice-common-title .common-p span {
    float: right;
    font-size: 16px;
}

/* 通知公告和人才招聘引进 end */

/* 图标列表 */
.iconList {
    margin-top: 30px;
    width: 1300px;
    height: 180px;
    border: 1px solid #BE121A;
    background-image: url(../../images/img/wtbf2.jpg);
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 0 30px;
    box-sizing: border-box;
}

.iconList ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.iconList ul li p {
    height: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
}

.iconList ul li:hover p {
    color: #BE121A;
}

.iconList ul li:nth-last-child(2) img {
    margin: 0 19px;
}

.iconList ul li:nth-last-child(1) img {
    margin: 0 3px;
}


/* 服务列表 */
.service {
    margin-top: 30px;
    background-image: url(../../images/img/01.png);
    /* background-image: ; */
    background-repeat: no-repeat;
    background-size: 100% 90%;
    background-position: center bottom;
}

.service .service-hall {
    width: 100%;
}

.service .service-hall img {
    width: 464px;
    height: 140px;
    margin: 0 auto;
}

.service .service-list {
    width: 100%;
    /* height: 00px; */
    margin-top: 20px;
}

.service .service-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 1300px;
    border-bottom: 1px dashed rgba(190, 18, 26, 0.1);

}

.service .service-list ul li {
    width: 89px;
    height: 89px;
    margin-top: 20px;
    margin-bottom: 55px;

}

.service .service-list ul li img {
    width: 89px;
    height: 89px;
}

.service .service-list ul li p {
    width: 89px;
    height: 21px;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    text-align: center;
    margin-top: 10px;
}

.service .service-list ul li:hover p {
    color: #BE121A;
}

footer {
    width: 100%;
    height: 350px;
    background-color: #BE121A;
    overflow: hidden;
}

footer .footer-nav {
    margin-top: 30px;
}

footer .footer-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 900px;
    /* border-bottom: 1px solid #FFFFFF; */
}

footer .footer-nav ul li span {
    margin-left: 20px;
    pointer-events: none;
    /* 防止 span 响应 hover 事件 */
}

footer .footer-nav ul li a {
    height: 32px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.7;
    /* 过渡 */
    transition: opacity 0.3s ease;
}

footer .footer-nav ul li:first-child a {
    opacity: 1;
}

footer .footer-nav ul li:hover a {
    opacity: 1;
}

footer hr {

    width: 100%;
    /* opacity: 0.7; */
    border-color: #FFFFFF;
    /* 设置为白色 */
    border-style: solid;
    /* 设置线条宽度 */

}

footer .footer-logo {
    width: 1300px;
    height: 70px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    margin-top: 15px;
    /* box-sizing: border-box;   */
    background-image: url(../../images/img/xzbf\ 6.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

footer .footer-logo img {
    width: 850px;
    height: 70px;
}

footer .footer-text {
    width: 1300px;
    /* height: 60px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer-text .text-left {

    /* align-items: center; */
    /* width: 600px; */
    height: 80px;
}

footer .footer-text .phone {
    display: flex;
    /* 换主轴 */
    flex-direction: column;
    justify-content: space-between;
    height: 80px;
}

.phone-bottom:nth-child(2) img {
    opacity: 0.8;
}

.phone-bottom:nth-child(3) img {
    opacity: 0.8;
}

footer .footer-text .text-left .phone-top,
footer .footer-text .text-left .phone-bottom {
    /* width: 200px; */
    display: flex;
    /* height: 30px; */
    line-height: 22px;
}

footer .footer-text .text-left .phone img {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}

footer .footer-text .text-left .phone span {
    height: 22px;
    color: #FFFFFF;
    opacity: 0.7;
    font-size: 14px;
}

/* footer .footer-text .text-left .code {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    opacity: 0.7;
    font-size: 14px;

}

footer .footer-text .text-left .code .code-top,
footer .footer-text .text-left .code .code-bottom {
    line-height: 22px;

}

footer .footer-text .text-left .code .code-top {
    background-image: url(../img/yb.png);
    background-repeat: no-repeat;
    background-clip: padding-box;
    padding-left: 30px;
}

footer .footer-text .text-left .code .code-bottom {
    background-image: url(../img/yx.png);
    background-repeat: no-repeat;
    background-clip: padding-box;
    padding-left: 30px;
} */

footer .footer-text .text-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    height: 60px;
}

footer .footer-text .text-right .back img {
    display: inline;
}

footer .footer-text .text-right .back a {
    color: #FFFFFF;
    font-size: 14px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

footer .footer-text .text-right .back a:hover {
    opacity: 1;
}

footer .footer-end {
    width: 100%;
    height: 60px;
    background: #990505;
    /* opacity: 0.2; */
    margin-top: 20px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.7;
}