

.banner-about{
    width: 100%;
    position: relative;
}

.banner-about .swiper-slide{
    
}

.bannerabtxt{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 26%;
    width: 100%;
}

.banner-about em{
    font-size: 6rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    display: block;
}

.banner-about i{
    font-size: 2.8rem;
    color: #333;
    text-align: center;
    display: block;
}

.banner-about u{
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    margin-top: 1rem;
    background: #0b6fbb;
    padding: 1.5rem 5rem;
    border-radius: 50rem;
    text-decoration-line: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3rem;
}

.pagenav{
    width: 100%;
    height: 7.5rem;
    line-height: 7.5rem;
    background: #f5f5f5;
    border-bottom: 1px solid #dde9ee;
    margin-top: -5px;
}

.pagenav ul li.pageli{
    float: left;
    height: 7.5rem;
    position: relative;
    color: #2c3e50;
    background: transparent;
    cursor: pointer;
    padding: 0 3rem;
    border-left: 1px solid #dbdbdb;
}

.pagenav ul li.pageli:nth-child(1) svg{
    font-size: 4.5rem;
    vertical-align:middle;
}

.pagenav ul li.pageli:nth-child(2) svg{
    font-size: 2.5rem;
    vertical-align:middle;
}

.pagenav ul li.pageli:nth-child(3) svg{
    font-size: 3.5rem;
    vertical-align:middle;
}

.pagenav ul li.pageli .imgi{
    display: none;
    float: left;
}

.pagenav ul li.pageli .imgem{
    float: left;
}

.pagenav ul li.pageli::before {
    /* 动态背景层 */
    content: '';
    position: absolute;
    top: 0;
    left: 50%;         /* 初始居中 */
    right: 50%;        /* 初始居中 */
    height: 100%;
    background-image: linear-gradient(to right, #e35412, #461e99);
    z-index: 1;
    transition: 
      left 0.4s ease,
      right 0.4s ease; /* 双边展开动画 */
  }

  .pagenav ul li.pageli:hover a{
    color: white;      /* 文字颜色变化 */
    z-index: 9;
    position: relative;
  }
  
  .pagenav ul li.pageli:hover::before {
    /* 展开背景 */
    left: 0;           /* 向左展开 */
    right: 0;          /* 向右展开 */
  }

.pagenav ul li a{
    color: #461e99;
    height: 7.5rem;
    display: block;
}


.pagenav ul li:nth-last-child(1){
    border-right: 1px solid #dbdbdb;
}

.pagenav ul li a img{
    vertical-align: middle; /* 行内块元素的垂直对齐方式为居中 */
  max-width: 100%;       /* 保持图片宽高比 */
  max-height: 100%;
  margin-right: 0.5rem;
}

.pageposition{
    float: right;
}

.pageposition li{
    float: left;
}

.pageposition img{
    width: 2.6rem;
    display: block;
    vertical-align: middle; /* 行内块元素的垂直对齐方式为居中 */
    margin-right: 0.5rem;
    margin-top: 2.5rem;
    float: left;
}


/*关于我们*/
.aboutitle{
    font-size: 3rem;
    text-align: center;
    margin: 5rem 0;
    position: relative;
}

.aboutitle::after{
    content: '';
    width: 5rem;
    height: 2px;
    background-image: linear-gradient(to right, #e35412, #461e99);
    color: transparent;
    position: absolute;
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%);
}

.aboutcontent{
    margin-top: 7rem;
}

.aboutconleft{
    width: 77rem;
    display: block;
    float: left;
    overflow: hidden;
}

.aboutconright{
    width: calc(100% - 80rem);
    display: block;
    float: right;
}

.aboutconright em{
    display: block;
    color: #461e99;
    font-size: 2.2rem;
}

.aboutconright i{
    display: block;
    font-size: 1.6rem;
    line-height: 180%;
    margin-top: 4rem;
}
.aboutconright .ialeftthr dl{
    text-align: left;
    
}

.aboutconright .ialeftthr dl:nth-child(1){
    width: 33%;
    
}

.aboutconright .ialeftthr dl:nth-child(2){
    width: 41%;
    
}

.aboutconright .ialeftthr dl:nth-child(3){
    width: 25%;
    
}

.aboutconright .ialeftthr dl dt{
    color: #e35412;
    font-size: 1.8rem;
    height: 5.5rem;
}

.aboutdes{
    color: #666;
    line-height: 180%;
    text-align: left;
}

.wenhuacontent{
    margin-top: 7rem;
}

.wenhuacontent dl{
    width: calc(50% - 1rem);
    display: block;
    float: left;
    position: relative;
    margin-left: 2rem;
    overflow: hidden;
}

.wenhuacontent dl:nth-child(1), .wenhuacontent dl:nth-child(3){
    margin-left: 0;
}

.wenhuacontent dl:nth-child(3), .wenhuacontent dl:nth-child(4){
        margin-top: 2rem;
}

.wenhuacontent dl dd{
    position: absolute;
    left: 0;
    bottom: 10%;
    background: #461e99;
    padding: 1rem 3rem;
    font-size: 1.8rem;
    color: #fff;
    width: 80%;
    height: 8rem;
}

.wenhuacontent dl dd span{
    display: block;
    float: left;
    text-transform: uppercase;
}


/*服务项目*/
.fuwucon{
    margin-top: 7rem;
}

.fuwucon dl{
    width: 32%;
    display: block;
    float: left;
    margin-left:2% ;
    position: relative;
}

.fuwucon dl:nth-child(1){
    margin-left:0% ;
}


.fuwucon dl dt{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.fuwucon dl dt img{
    width: 100%;
    height: 100%;
}


.fuwucon dl dd{
    background: #f5f6f7;
    width: 90%;
    padding: 0 5%;
}


.fuwucon dl dd.fwcontitle{
    font-size: 1.8rem;
    padding-top: 1.5rem;
}

.fuwucon dl dd.fwcondes{
    font-size: 1.6rem;
    color: #333;
    line-height: 180%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.fuwucon dl dd.fwcondes a{
    color: #333;
}

.fuwucon dl .fuwuyin{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
    transition: .5s;
}

.fuwucon dl .fuwuyin em{
    display: block;
    font-size: 10rem;
    color: #fff;
    transition: .5s;
    text-align: center;
    margin-top: 10rem;
}

.fuwucon dl .fuwuyin i{
    display: block;
    margin: 0.5rem 0 3.5rem 0;
    font-size: 2.4rem;
    color: #fff;
    transition: .5s;
    text-align: center;
}

.fuwucon dl .fuwuyin span{
    display: block;
    width: 9.8rem;
    margin: 0 auto;
    line-height: 3rem;
    background-color: #fff;
    text-align: center;
    color: #0d4da1;
    border-radius: 0.5rem;
    transition: .5s;
}



/*新闻*/
.newscon{
    background: #f9fafa;
    width: 100%;
    height: 51rem;
}
.newscon .newschleft{
    display: block;
    float: left;
    width: 69rem;
    height: 51rem;
    overflow: hidden;
}

.newscon .newschright{
    display: block;
    float: right;
    width: calc(100% - 69rem);
}

.newscon .newschright em{
    font-size: 2.4rem;
    color: #4c4c4c;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 6rem;
}

.newscon .newschright i{
    font-size: 1.6rem;
    color: #909090;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 3rem;
}

.newscon .newschright b{
    font-size: 1.6rem;
    color: #b8b8b8;
    font-weight: normal;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 3rem;
    line-height: 180%;
}



.newscon .newschright span {
    color: #fff;
    width: 9.8rem;
    background-color: #461e99;
    border-radius: 5px;
    text-align: center;
    display: block;
    padding: 1rem;
    margin-top: 6rem;
    margin-left: 5%;
}

.newscon .newschright span a{
    color: #fff;
}

.newsconli dl{
    width: 32%;
    display: block;
    float: left;
    margin-left: 2%;
    margin-top: 2%;
}

.newsconli dl:nth-child(3n+1){
    margin-left: 0%;
}

.newsconli dl dt{
    overflow: hidden;
}

.newsconli dl dd.newsconlititle{
    color: #101010;
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
    padding: 1rem 2rem;
}

.newsconli dl dd.newsconlides{
    color: #606060;
    font-size: 1.6rem;
    margin-top: 1.5rem;
    display: block;
    padding: 0 2rem;
    line-height: 180%;
}

.newsconli dl dd.newsconlides a{
    color: #606060;
}

/*联系*/
.contactcontent{
    display: block;
    margin-top: 7rem;
}

.conpageul {
    display: block;
    margin-top: 5rem;
}

.conpageul li {
    text-align: center;
    float: left;
    width: calc(33.33% - 3rem);
    margin-bottom: 3rem;
    position: relative;
    padding: 0 1.5rem;
}

.conpageul li span {
    display: inline-block;
    height: 7.2rem;
    width: 7.2rem;
    position: relative;
}

.conpageul li:nth-child(1)::before {
    content: "";
    background: #E6E6E6;
    height: 12rem;
    width: 1px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.conpageul li span img {
    position: absolute;
    left: 50%;
    top: 50%;
    border: none;
    max-width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}

.conpageul li p {
    margin-top: 1rem;
    height: 5rem;
}

.conpageul li::after {
    content: "";
    background: #E6E6E6;
    height: 12rem;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 0px;
}

/*留言*/
.liuyancontent ul li {
    float: left;
    width: 49%;
    margin-left: 2%;
    position: relative;
    overflow: hidden;
    margin-top: 2%;
}

.liuyancontent ul li:nth-child(2n+1) {
    margin-left: 0%;
}

.inputtext {
    display: block;
    width: 100%;
    border: 0;
    box-sizing: border-box;
    line-height: 36px;
    padding-left: 25px;
    background: #f7f7f7;
}

.liuyancontent ul li font {
    position: absolute;
    left: 10px;
    top: 5px;
    color: #ff0000;
    font-size: 14px;
}

.liuyancontent ul li textarea {
    background: none;
    width: 100%;
    border: none;
    box-sizing: border-box;
    font-family: '';
    text-indent: 25px;
    padding: 5px;
}

.liuyancontent ul li.update_textarea2 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #f7f7f7;
    margin: 0px;
    margin-top: 2%;

}

.liuyancontent #divbutton {
    display: block;
    margin-top: 2%;
}

.liuyancontent .update_input_button {
    display: block;
    width: 30rem;
    border: none;
    border-radius: 50rem;
    margin: 0 auto;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    background: #461e99;
}

.newshit{
    text-align: center;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ccc;
}

.newscontent{
    margin-top: 5rem;
}

.mt-5{
    margin-top: 3rem;
    line-height: 180%;
}

.newsconpic{
    display: block;
    text-align: center;
}




