.home .headerContainer {
    background: url(../img/banner.png) no-repeat top center/cover;
    height: 720px;
}

.home .headerTools a:hover {
    background-color: #0057A6;
}

.homeIntro {
    color: #fff;
    text-align: center;
    margin-top: 150px;
}

.homeIntro h2 {
    font-family: sourceHanSans_Medium, 'microsofy yahei', simhei;
    font-size: 44px;
    font-weight: 500;
    line-height: 75px;
    margin-bottom: 40px;
}

.homeIntro .intro {
    width: 47.5%;
    margin: 0 auto;
}

.homeIntro a,
.member a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FFFFFF;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin-top: 40px;
}

.homeIntro a:hover,
.member a:hover {
    background: rgba(255, 255, 255, .1);
}

.member {
    background: #0057A6;
    color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 106px;
    box-sizing: border-box;
    margin-top: -53px;
    margin-bottom: 80px;
}

.memberIntro {
    font-size: 24px;
    font-family: sourceHanSans_Medium, 'microsofy yahei', simhei;
    margin-left: 80px;
}

.member a {
    margin: 0;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -60px;
}

.grayPane {
    background: #F5F5F5;
    padding: 80px 0;
}

.newsTitle {
    background: #0057A6;
    color: #fff;
    padding: 30px;
    height: 106px;
    box-sizing: border-box;
}

.recommendNewsPane {
    display: flex;
    justify-content: center;
    position: relative;
}

.recommendNewsPane>div {
    flex: 1;
}

.recommendNewsInfo {
    background: #fff;
    padding: 40px 655px 38px 30px;
    position: relative;
    height: 435px;
    box-sizing: border-box;
}

.recommendNumber::after {
    content: '';
    display: block;
    margin-top: 30px;
    margin-bottom: 34px;
    width: 40px;
    height: 2px;
    background: #999999;
    opacity: 1;
}

.recommendNewsInfo h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
}

.recommendNewsInfo h2 a:hover {
    color: #0057A6;
    text-decoration: underline;
}

.recommendNewsInfo p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 96px;
}

.recommendNewsPic {
    position: absolute;
    top: -106px;
    right: 0;
    width: 50%;
    height: 541px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: url('../img/bg.jpg') no-repeat 0 0/cover;
}

.recommendNewsPic img {
    height: 100%;
}

.changeRecommendNewTool {
    position: absolute;
    left: 30px;
    bottom: 25px;
}

.changeRecommendNewTool span {
    border: 1px solid #ccc;
    width: 60px;
    height: 34px;
    line-height: 34px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.changeRecommendNewTool span:hover {
    position: relative;
    border-color: #0057A6;
    color: #fff;
    background-color: #0057A6;
    z-index: 2;
}

.changeRecommendNewTool span:last-child {
    margin-left: -5px;
}

.whitePane {
    padding: 80px 0;
}

.container1 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.container1 .viewMore {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    margin-top: 28px;
    font-size: 14px;
}

.container1 .viewMore:hover {
    border-color: #0057A6;
    color: #0057A6;
}

.newsList1 {
    width: 83%;
}

.newsList1 li {
    padding: 30px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
}

.newsList1 li:hover {
    background: #0057A6;
}

.newsList1 li:hover a {
    color: #fff;
}

.newsList1 li::after {
    content: '→';
    color: #777;
    margin-left: 20px;
    font-size: 22px;
}

.containerWarp {
    display: flex;
    justify-content: space-between;
}

.containerHead {
    display: flex;
    justify-content: space-between;
}

.container2 {
    padding: 30px 30px 0;
}

.container2 .viewMore {
    display: block;
    color: #999;
    margin-top: 30px;
    font-size: 16px;
    text-transform: uppercase;
}

.container2 .viewMore:hover {
    color: #0057A6;
}

.newsList3 li {
    padding: 30px 0;
    border-bottom: 1px solid #E6E6E6;
}

.newsList3 li:hover {
    background-color: #e3f2ff;
}

.newsList3 li:last-child {
    border: none;
}

.newsList3 li a {
    display: block;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.newsList3 li a:hover {
    color: #0057A6;
    text-decoration: underline;
}

.aboutUs {
    background: #0057A6;
    color: #fff;
    padding: 60px 80px 80px;
    box-sizing: border-box;
}

.aboutUs .containerTitle,
.aboutUs .basicInfo {
    text-align: center;
}

.aboutUs .basicInfo {
    width: 70%;
    margin: 0 auto;
}

.aboutUs .basicInfo p {
    text-align: left;
}

.aboutUs .basicInfo img {
    margin: 80px 0 40px;
}

.basicBusinessEntrance {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.bbeRow {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.bbeRow:nth-child(3) {
    display: block;
}

.basicBusinessEntranceItem {
    display: block;
    padding: 50px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.basicBusinessEntranceItem:hover {
    background-color: #eaeff3;
    color: #000;
}

.basicBusinessEntrance .viewMore {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    margin-top: 28px;
    font-size: 14px;
}

.basicBusinessEntranceItem:hover .viewMore {
    background-color: #fff;
}

.basicBusinessEntrance .viewMore:hover {
    border-color: #0057A6;
    background-color: #0057A6;
    color: #fff;
}

.basicBusinessEntrance1 {
    background: url(../img/bg_basicBusinessEntrance1.png) no-repeat right bottom/contain #fff;
}

.basicBusinessEntrance2 {
    background: url(../img/bg_basicBusinessEntrance2.png) no-repeat right bottom/contain #fff;
}

.basicBusinessEntrance3 {
    background: url(../img/bg_basicBusinessEntrance3.png) no-repeat right bottom/contain #fff;
}

.basicBusinessEntrance4 {
    background: url(../img/bg_basicBusinessEntrance4.png) no-repeat right bottom/contain #fff;
}

.basicBusinessEntrance5 {
    background: url(../img/bg_basicBusinessEntrance5.png) no-repeat right bottom/contain #fff;
}

.basicBusinessEntrance1,
.basicBusinessEntrance2,
.basicBusinessEntrance3,
.basicBusinessEntrance4 {
    width: 47%;
}

.links a {
    display: inline-block;
    padding: 10px 35px 10px 0;
}

.content {
    padding: 20px 0;
}

.content a:hover {
    color: #0057A6;
}