﻿.banner {
    width: 1920px;
    height: 750px;
}

#swiperBanner {
    height: 750px;
}

.swiper {
    --swiper-navigation-color: #ece5e4;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

.my-bullet {
    display: inline-block;
    width: 60px;
    height: 10px;
    border-radius: 2px;
    background: rgba(193, 191, 189, 0.464);
    margin: 0 8px;
}

.swiper-pagination-bullet-active {
    background-color: #004F94;
}

.slogan {
    text-align: center;
}

.slogan::before {
    content: '';
    display: block;
    height: 200px;
}

.slogan h1 {
    color: #004F94;
    margin: 20px 0;
    font-family: 'SimSun', '宋体';
    font-size: 54px;
}


/* 行之动态 */

.title-box {
    height: 80px;
    width: 1200px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding-top: 50px;
    position: relative;
    line-height: 80px;
}

.title-box .title {
    font-size: 30px;
    position: absolute;
    left: 0;
    color: rgba(69, 69, 69, 1);
}

.trends-box1 .swiper-slide img {
    display: block;
    width: 595px;
    height: 362px;
}

.more {
    position: absolute;
    right: 0;
    font-size: 14px;
    display: block;
}

.more::after {
    content: ' ';
    display: block;
    width: 62px;
    height: 2px;
    background: #0065AB;
}

.brief-intro {
    padding: 40px 0;
}

.trends-box {
    height: 520px;
    display: flex;
}

.trends-box1 {
    flex: 1;
    width: 580px;
    height: 500px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(200, 166, 86, 1);
    box-sizing: border-box;
}

.trends-box1-img {
    width: 100%;
    height: 340px;
}

.trends-content {
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
}

.trends-content h3 {
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.trends-box2 {
    width: 578px;
    height: 500px;
    margin-left: 10px;
    flex: 1;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    box-sizing: border-box;
}

.trends-box2 .trends-content {
    height: 166.7px;
    border: 1px solid rgba(224, 224, 224, 1);
    padding: 20px;
    box-sizing: border-box;
}

#swipeRight .swiper-wrapper {
    height: 500px;

}

.trends-box2 .swiper-slide {
    height: 162px;
    width: 593px;
    display: block;
}

.trends-box2 .trends-content p:last-child {
    font-size: 14px;
    color: #004F94;
    text-align: right;
    vertical-align: top;
    padding-top: 6px;
}


/* 轮播样式 */

.arrow-btn {
    padding: 10px 5px;
    transition: 0.5s;
}

.arrow-btn:hover {
    background-color: rgba(87, 66, 62, 1);
    transition: 0.5s;
}

#swipeRight .swiper-slide-active {
    border: 2px solid rgba(200, 166, 86, 1);
    box-sizing: border-box;
}


/* 行之简介 */

.about-us {
    margin-top: 40px;
    width: 100%;
    height: 642px;
    opacity: 1;
    background: url(../image/bakground1.jpg);
    padding-bottom: 40px;
}

.about-box {
    padding-top: 40px;
    display: flex;
}

.about-box>div:nth-child(1) {
    flex: 1.2;
}

.about-box>div:nth-child(2) {
    flex: 1;
}

.about-box .text-content img {
    width: 585px;
    height: 94px;
    margin-top: 20px;
}

.about-intro {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 30px 20px 0;
    box-sizing: border-box;
    text-align: justify;
    text-indent: 32px;
}

.linian-box {
    display: flex;
    width: 100%;
    height: 230px;
    margin-top: 10px;
    overflow: hidden;
}

.linian-box>section:nth-child(1) {
    flex: 1;
    color: rgb(255, 255, 255);
    background-image: url(../image/linian-bg0.png);
    background-size: cover;
}

.linian-box>div {
    flex: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: background-size 0.6s linear;
}

.linian-box>div:hover {
    box-sizing: border-box;
    /* transform: scale(1.2); */
    background-size: 120%;
    transition: background-size 0.6s linear;
}

.linian-box>div:nth-child(2) {
    background-image: url(../image/linian-bg1.png);
}

.linian-box>div:nth-child(3) {
    background-image: url(../image/linian-bg2.png);
}

.linian-box>div:nth-child(4) {
    background-image: url(../image/linian-bg3.png);
}

.flair {
    width: 100%;
    height: 56px;
    background: #0065AB;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.flair>ul {
    float: right;
}

.flair>ul li {
    float: left;
    line-height: 54px;
    margin: 0 10px;
}

.flair>ul li img {
    vertical-align: middle;
}


/* 专业领域开始 */

.pro-field {
    width: 100%;
   height: 900px;
}

.field-box {
    width: 360px;
    height: 224px;
    float: left;
    margin-left: 55px;
    margin-top: 30px;
}

.pro-field .field-box:nth-child(1) {
    margin-left: 0;
}

.pro-field .field-box:nth-child(4) {
    margin-left: 0;
}

.field-box h4 {
    font-size: 24px;
      color: rgb(73, 73, 73);
      transition: 0.5s;
}

.field-box p {
    font-size: 14px;
    margin: 15px 0;
    line-height: 20px;
    color: rgba(69, 69, 69, 1);
}

.field-info {
    padding: 30px 20px 30px 50px;
    box-sizing: border-box;
    width: 365px;
    height: 224px;
    border: 1px solid rgba(224, 224, 224, 1);
    transition: 0.5s;
}

.circular {
    width: 76px;
    height: 76px;
    border-radius: 100px;
    border: 1px solid rgba(224, 224, 224, 1);
    position: absolute;
    top: 71px;
    left: -41px;
    background-color: #ffffff;
    transition: 0.5s;
}

.circular img {
    vertical-align: middle;
    margin-top: 18px;
    margin-left: 18px;
}

/* 托管 */

.tuo-guan {
    margin-left: 0;
    width: 940px;
}

.tuo-guan .field-info {
    width: 1200px;
    height: 248px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.tuo-guan .circular {
    top: 85px;
}

.tuo-guan p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
}

.ipc-text {
    width: 725px;
}

.field-box-img {
    height: 260px;
    margin: -16px 30px 20px 0;
}

.field-box:hover .circular {
    transition: 0.5s;
    transform: rotateZ(45deg);
}

.field-box:hover h4 {
    transition: 0.5s;
    color: rgb(103, 62, 33);
}

.field-box:hover .field-info {
    transition: 0.5s;
    border: 1px solid rgb(171, 144, 124);
}

.field-box:hover .circular {
    transition: 0.5s;
    border: 1px solid rgb(171, 144, 124);
}


/* 专家团队 */

.expert {
    width: 100%;
    height: 800px;
    background: url(../image/bg-expert.jpg) #1F3274;
    background-blend-mode: luminosity;
    background-color: #004F94;
}

.expert .title-box .title {
    color: #ffffff;
}

.expert-intro {
    width: 100%;
    height: 500px;
    margin-top: 40px;
}

.expertSwiper {
    width: 1080px;
    height: 500px;
}

.expertSwiper .swiper-slide {
    width: 260px;
    height: 420px;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: rgba(241, 241, 241, 1);
}

.expertSwiper .swiper-slide>div {
    width: 100%;
    height: 420px;
    background-image: url(../image/ex-bg.jpg);
}


/* 按钮 */

.btn_c {
    position: absolute;
    width: 38px;
    height: 85px;
    /* background-color: #d1d1d1; */
    transition: 0.5s;
    cursor: pointer;
    border-radius: 2px;
    top: 176px;
}

.btn_c img {
    display: block;
    margin: 32px auto;
}

.btn_c:hover {
    background-color: #b68d5f;
    transition: 0.5s;
}

.btn_c:focus {
    outline: none;
}

.btn_l {
    left: 0;
}

.btn_r {
    right: 0;
}

.expertSwiper img {
    width: 246px;
    height: 252px;
    margin: 10px;
}

.expert-img {
    display: block;
    width: 242px;
    height: 262px;
}

.ex_cont {
    text-align: center;
    margin-top:20px;
}

.ex_cont .f_h3::after {
    display: block;
    content: ' ';
    width: 80px;
    height: 0px;
    border: 1px solid #0065AB;
    margin: 10px auto;
}

.ex_cont .tit_s2 {
    line-height: 40x;
    color: rgba(69, 69, 69, 1);
    font-size: 14px;
}


/* 荣誉资质 */

.honor {
    width: 100%;
    height: 880px;
    background-image: url(../image/bg-honor.jpg);
}

.honorSwiper {
    width: 1080px;
    height: 500px;
}

.honorSwiper .swiper-slide {
    width: 338px;
    height: 238px;
}

.honorSwiper img {
    width: 338px;
    height: 237px;
}

.honor-box {
    margin-top: 40px;
}

.btn_l11 {
    background: #1F3274;
}

.btn_r22 {
    background: #1F3274;
    right: 0;
}


/* 资讯问答 */

.zx-q {
    height: 850px;
}

.mt-tabpage-title {
    position: absolute;
    left: 140px;
}

.mt-tabpage {
    width: 800px;
    margin: 30px auto;
    box-shadow: 0 0 5px #999;
    background-color: #ffffff;
}

.mt-tabpage-title {
    height: 44px;
    font-size: 0;
    background-color: #fff;
    width: 94%;
    margin: auto;
    background: #fff;
}

.mt-tabpage-title .mt-tabpage-item {
    display: inline-block;
    width: 105px;
    height: 80px;
    cursor: pointer;
    line-height: 80px;
    text-align: center;
    color: #666;
    font-size: 16px;
}

.mt-tabpage-title .mt-tabpage-item:hover {
    color: #004F94;
}

.mt-tabpage-title .mt-tabpage-item-cur {
    color: #004F94;
    /* font-size: 16px; */
    border-bottom: 1px solid #004F94;
}

.mt-tabpage-count {
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 526px;
    overflow: hidden;
}

.mt-tabpage-cont__wrap {
    position: absolute;
}

.mt-tabpage-count .mt-tabpage-item {
    width: 1200px;
    height: 520px;
    background: rgba(247, 247, 247, 1);
    display: flex;
}

.border1 {
    border: 20px solid rgba(247, 247, 247, 1);
    display: flex;
}

.zx-l {
    display: inline-block;
    width: 445px;
    height: 480px;
    background-color: #ffffff;
    border: 1px solid rgba(224, 224, 224, 1);
    flex: 1;
}

.zx-l .fm {
    display: block;
    height: 276px;
    width: 445px;
}

.zx-r-up .fm {
    display: inline-block;
    height: 116px;
    width: 154px;
}

.zx-r {
    display: inline-block;
    width: 708px;
    margin-left: 6px;
    height: 480px;
    flex: 2.4;
}

.zx-r-up {
    height: 160px;
    width: 708px;
    background-color: #ffffff;
    border: 1px solid rgba(224, 224, 224, 1);
    padding: 20px;
    box-sizing: border-box;
}

.zx-r-down {
    height: 316px;
    width: 708px;
    margin-top: 6px;
    background-color: #ffffff;
    border: 1px solid rgba(224, 224, 224, 1);
    padding: 15px 20px;
    box-sizing: border-box;
}

.zx-contentl {
    width: 445px;
    height: 184px;
    padding: 16px;
    box-sizing: border-box;
}

.ax-l img {
    width: 445px;
    height: 276px;
}

.zx-contentl>p:nth-child(1) {
    font-size: 14px;
    line-height: 20px;
    color: rgba(69, 69, 69, 1);
}
.zx-contentl>p:nth-child(3) {
       text-overflow: -o-ellipsis-lastline;
    overflow: hidden;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.zx-content>h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.text-el {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(69, 69, 69, 1);
    margin: 10px 0;
    line-height: 24px;
    font-size: 14px;
}

.zx-contentl>p:nth-child(4) {
    text-align: right;
    vertical-align: middle;
    margin-top: 20px;
}

.zx-contentl>p:nth-child(4) img {
    vertical-align: middle;
    margin-left: 2px;
}

.zx-contentl>p:nth-child(4) a {
    font-size: 14px;
    line-height: 20px;
    color: #004F94;
    text-align: right;
}

.zx-r-up {
    display: inline-block;
    vertical-align: middle;
}

.zx-content2 {
    display: inline-block;
    width: 470px;
    margin-left: 10px;
    vertical-align: top;
}

.zx-content2 .zx-r-t {
    position: relative;
    font-size: 14px;
}

.zx-content2 .zx-r-t span {
    position: absolute;
    right: 0;
    text-align: right;
}

.color-a {
    color: #004F94;
}

.zx-r-down li {
    height: 34px;
    padding: 6px;
    position: relative;
    transition: 0.5s;
    line-height: 34px;
}

.zx-r-down li:hover {
    background-color: rgb(237, 235, 234);
}

.zx-r-down li a>span:nth-child(1) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 80%;
}

.zx-r-down li a>span:nth-child(2) {
    position: absolute;
    right: 12px;
    color: rgba(69, 69, 69, 1);
    font-size: 14px;
}

.hz {
    height: 660px;
    margin-top: 30px;
}
