html,body{
    overflow-x: hidden;
      scroll-behavior: smooth;
}

@font-face {
    font-family: 'myAbel';
    src: url('../fonts/Abel-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'myDTalk';
    src: url('../fonts/DingTalk-JinBuTi.ttf');
    font-weight: normal;
}

img {
    max-width: 100%;
}

.pd-top80 {
    padding-top: 80px;
}

.ax-row {
    width: 90%;
}

.ax-popup-footer {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.wp {
    width: 80%;
    margin: 0 auto;
}
.wp2{
    max-width: 1200px;
    margin: 0 auto;
}
/* header Start*/
.header {
    width: 100%;
    height: 100px;
    /*border-bottom: 1px solid #3396d4;*/
    display: flex;
    justify-content: space-between;
    line-height: 100px;
}

.header.head-min {
    border-bottom: 1px solid #e1e1e1;
}

.header.head-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    line-height: 100px;
    background: #FFF;
    border-bottom: 1px solid #e1e1e1;

}

.header.header-home {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    line-height: 100px;
}

.header .logo {
    padding-left: 100px;
}

.header .logo2 {
    display: none;
}

.header.head-fixed .logo1,
.header.head-min .logo1 {
    display: none;
}

.header.head-fixed .logo2,
.header.head-min .logo2 {
    display: block;
}

.header-right {
    display: flex;
}

.header .menu ul {
    display: flex;
    justify-content: flex-end;
}

.header .menu ul li {
    padding: 0px 10px;
    margin: 0 5%;
}

.header .menu ul li a {
    color: #FFF;
}

.header.head-fixed .menu ul li a,
.header.head-min .menu ul li a {
    color: #333;
}

.header .menu ul li.on,
.header .menu ul li:hover {
    border-bottom: 2px solid #e05e0d;
    line-height: 99px;
}

.header .menu ul li.on a,
.header .menu ul li:hover a {
    color: #e05e0d;
    font-weight: bold;
}

.header .search {
    width: 98px;
    /*border-left: 1px solid #3396d4;*/
    /*border-right: 1px solid #3396d4;*/
    text-align: center;
}

.header.head-fixed .search,
.header.head-min .search {
    /*border-left: 1px solid #e1e1e1;*/
    /*border-right: 1px solid #e1e1e1;*/
}

.header .search a i {
    font-size: 20px;
    color: #FFF;
    padding: 0 20px;
}

.header.head-fixed .search a i,
.header.head-min .search a i {
    color: #e05e0d;
}

#header-search {
    padding: 20px;
    display: none;
}

.header .tel {
    padding: 0 35px;
}

.ax-popup .ax-popup-wrapper>[close] {
    display: none;
}

.header .tel i {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #e05e0d;
    background: #FFF;
    float: left;
    line-height: 30px;
    text-align: center;
    margin-top: 35px;
    margin-right: 10px;
}

.header.head-fixed .tel i,
.header.head-min .tel i {
    background: #e05e0d;
    color: #FFF;
}

.header .tel span {
    font-size: 22px;
    color: #FFF;
    font-family: 'myAbel';
}

.header.head-fixed .tel span,
.header.head-min .tel span {
    color: #333;
}

/* header End */

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

.banner .swiper-button-next{
 
    
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.6);
}
.banner .swiper-button-prev{
   
    
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.6);
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
    display: none;
}

.banner .swiper-button-next i{
    font-size: 26px;
    transform: rotate(-90deg);
    color:#fff ;
}
.banner .swiper-button-prev i{
    font-size: 26px;
    transform: rotate(90deg);
    color:#fff ;
}
.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled{
    background:#e05e0d ;
    opacity: 1;
}
.banner .swiper-button-next.swiper-button-disabled i,.banner .swiper-button-prev.swiper-button-disabled i{
    color: #FFF;
}

/* Body S*/

/* 首页-企业动态 */
.dynamics {
    padding: 80px 0;
    background: #f8f8f8;
}

.dynamics .title {
    text-align: center;
}

.dynamics .title h2 {
    font-size: 40px;
}

.dynamics .title .title-line {
    width: 40px;
    height: 3px;
    margin-top: 30px;
    display: inline-block;
    background: #e05e0d;

}

.dynamics .item-list {
    margin-top: 40px;
}

.dynamics .item-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.dynamics .item-list ul li {
    background: #FFF;
    transition: all 0.5s;
}

.dynamics .item-list ul li .img-box {
    overflow: hidden;
    height: 275px;
}
.dynamics .item-list ul li .img-box a{
    display: block;
    height: 100%;
}
.dynamics .item-list ul li .img-box img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dynamics .item-list ul li .item-box {
    padding: 25px;
}

.dynamics .item-list ul li .item-box .date {
    color: #0052d9;
    font-size: 14px;
}

.dynamics .item-list ul li .item-box .date i {
    font-size: 22px;
    margin-right: 10px;
}

.dynamics .item-list ul li .item-box .bt {
    padding: 25px 0;
}

.dynamics .item-list ul li .item-box .bt h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 35px;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.dynamics .item-list ul li .item-box .bt h3 a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.dynamics .item-list ul li .item-box .des {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 3.6em;
}

.dynamics .item-list ul li:hover {
    background: #0052d9;
}

.dynamics .item-list ul li:hover img {
    transform: scale(1.1);
}

.dynamics .item-list ul li:hover .date {
    color: #FFF;
}

.dynamics .item-list ul li:hover .bt h3 a {
    color: #FFF;
}

.dynamics .item-list ul li:hover .des {
    color: #FFF;
}

/* 首页-产品-市场-服务-科技 */
.home-case {
    width: 100%;
    background: #1b1f25;
}

.home-case-left {
    width: 32%;
    padding-top: 22px;
    float: left;
}

.home-case-left ul li {
    width: 80%;
    padding: 20px 0 5px;
    color: #8d8f92;
    position: relative;
    margin-bottom: 8%;
}
.home-case-left ul li:nth-last-child(1){
    margin-bottom: 0;
}
.home-case-left ul li h3 {
    font-size: 3.8rem;
    font-weight: normal;
    font-family: myDTalk;
    transition: all 0.5s;
}

.home-case-left ul li p {
    margin-top: 5px;
    font-size: 18px;
    font-family: myDTalk;
    padding: 10px 0px;
    transition: all 0.5s;
}

.home-case-left ul li i {
    font-size: 40px;
    position: absolute;
    right: 40px;
    top: 35px;
    font-weight: normal;
    transition: all 0.5s;
    opacity: 0;
}

.home-case-left ul li.on,
.home-case-left ul li:hover {
    color: #FFF;
    background: #32363b;
        transition: all 0.5s;
}

.home-case-left ul li.on h3,
.home-case-left ul li:hover h3 {
    border-left: 3px solid #e05e0d;
    padding-left: 30px;
}

.home-case-left ul li.on p,
.home-case-left ul li:hover p {
    padding: 10px 30px;
}

.home-case-left ul li.on i,
.home-case-left ul li:hover i {
    display: block;
    right: 20px;
    opacity: 1;
    color: #fff;

}

.home-case-right {
    width: 60%;
    float: right;
}

.home-case-item {
    display: none;
}

.home-case-item:first-child {
    display: block;
}
.home-case-item:nth-child(3) ul .box1{
    grid-column: 1/3 !important;
}
.home-case-item:nth-child(3) ul .box3 {
    grid-column: auto !important;
}
.home-case-item:nth-child(4) ul .box1{
    grid-column: 1/3 !important;
}
.home-case-item:nth-child(4) ul .box3 {
    grid-column: auto !important;
}
.home-case-item ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.home-case-item ul li {
    position: relative;
    overflow: hidden;
}

.home-case-item ul li img {
    width: 100%;
    transition: all 0.5s;
    height: 350px;
    object-fit: cover;
}

.home-case-item ul li span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: myDTalk;
    color: #FFF;
    font-size: 22px;
    transition: all 0.5s;
    width: 100%;
    padding: 15px 35px;
    background: rgba(0,0,0,.2);
}

.home-case-item ul li:hover img {
    transform: scale(1.1);
}

.home-case-item ul li:hover span {
    /*left: 50px;*/
}

.home-case-item ul li.box3 {
    grid-column: 1/3;
}
/*.home-case-item:first-child ul #box3{*/
/*     display: none !important;*/
/*}*/    
.home-case-item:nth-child(2) ul #box3{
     display: none !important;
}
.home-case-item:nth-child(2) ul .box2{
     grid-column: 1/3 !important;
}
.home-case-item:nth-child(2) ul .box1{
     grid-column: 1/3 !important;
}
/*.home-case-item:nth-child(4) ul #box3{*/
/*     display: none !important;*/
/*}*/
/*.home-case-item:nth-child(2) ul li.box3{*/
/*     grid-column: auto;*/
/*}*/
/*.home-case-item:nth-child(4) ul li.box3{*/
/*     grid-column: auto;*/
/*}*/
/* 首页-可持续发展 */
.develop {
    margin: 150px 0px;
}

.develop-left {
    width: 25%;
    padding-left: 10%;
    padding-right: 5%;
    float: left;
    padding-top: 7%;
}

.develop-left h3 {
    font-family: myDTalk;
    font-size: 40px;
    font-weight: normal;
    color: #000;
}

.develop-left .line {
    border-bottom: 1px solid #efefef;
    margin: 40px 0;
    position: relative;
}

.develop-left .line:before {
    content: "";
    width: 40px;
    height: 3px;
    background: #e05e0d;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}

.develop-left .des {
    font-size: 22px;
    color: #666;
    padding-top: 20px;
}

.develop-left i {
    font-size: 44px;
    margin-top: 50px;
    color: #666;
}

.develop-right {
    float: right;
    width: 60%;
    position: relative;
}

.develop-right .swiper-slide {
    width: 80%;
}

.develop-right .develop-news {
    position: relative;
}

.develop-right .develop-news a {
    display: block;
}

.develop-right .develop-news .develop-news-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2% 5%;
    color: #FFF;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.develop-right .develop-news .develop-news-info h4 {
    font-size: 24px;
}

.develop-right .swiper-button-next {
    top: -40px;
    right: 20.5%;
}

.develop-right .swiper-button-next i {
    font-size: 40px;
}

.develop-right .swiper-button-prev {
    top: -40px;
    left: 71.5%;
}

.develop-right .swiper-button-prev i {
    font-size: 40px;
}

.develop-right .swiper-button-next:after,
.develop-right .swiper-button-prev:after {
    display: none;
}

/* 首页-人才发展 */
.rencai-develop {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.rencai-develop .info {
    position: absolute;
    right: 10%;
    top: 15%;
    color: #FFF;
    text-align: right;
}

.rencai-develop .info h3 {
    font-size: 38px;
}

.rencai-develop .info p {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.rencai-develop .info i {
    font-size: 50px;
    transform: rotate(180deg);
}

/* Body E */
/* footer */
.footer{

    background: #fbfbfb;
}
.footer .foot {
    padding: 70px 0;
}

.footer .foot ul li {
    float: left;
}

.footer .foot ul li.li1 {
    text-align: left;
    width: 38%;
    padding-top: 60px;
}

.footer .foot ul li.li2 {
    text-align: right;
    width: 20%;
}

.footer .foot ul li.li2 h4 {
    font-size: 20px;
}

.footer .foot ul li.li2 img {
    padding: 5px;
    box-shadow: 0 0 5px #999;
    margin-top: 30px;
    margin-right: 20px;
}

.footer .foot ul li.li3 {
    width: 42%;
}

.footer .foot ul li.li3 dl dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.footer .foot ul li.li3 dl dd {
    width: 50%;
    float: left;
    font-size: 15px;
    margin-top: 15px;
}

.footer .foot ul li.li3 dl dd i {
    width: 30px;
    font-size: 25px;
    margin-right: 10px;
    float: left;
}

.footer .copyright {
    line-height: 75px;
    background: #e7e7e7;
    color: #666;
    font-size: 14px;
}

.footer .copyright p {
    float: left;
    padding: 0;
}

.footer .copyright .wp div {
    float: right;
}

.footer .copyright .wp div a {
    display: inline-block;
    margin-left: 20px;
    line-height: 75px;
    font-weight: bold;
}

/* 内页-走进我们 */
.banner-min {
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.banner-min h2 {
    font-size: 55px;
    font-family: myDTalk;
    color: #FFF;
    position: absolute;
    top: 45%;
    font-weight: normal;
}



/* 面包屑导航 */
.location {
    width: 100%;
    height: 59px;
    border-bottom: 1px solid #EFEFEF;
    background: #fbfbfb;
    line-height: 59px;
}

.location .cat-menu {
    float: left;
}

.location .cat-menu ul li {
    display: inline-block;
    margin-right: 100px;
    position: relative;
}

.location .cat-menu ul li.on a {
    font-weight: bold;
    border-bottom: 2px solid #0052d9;
    display: block;
    height: 58px;
}
.location .cat-menu ul li dl{
    position: absolute;
    width: 180%;
    left: -40%;
    border-top: 2px solid #0151d6;
    box-shadow: 0 0 8px #aec1e1;
    text-align: center;
    display: none;
}
.location .cat-menu ul li dl dt{
    line-height: 40px;border-bottom: 1px solid #EDEDED;
    font-size: 13PX;
}
.location .cat-menu ul li:hover dl{
    display: block;
}
.breadcrumb {
    float: right;
    font-size: 13px;
    color: #666;
}

.breadcrumb i.icon-shouye {
    color: #0052d9;
    font-size: 13px;
}

.breadcrumb a {
    margin: 0 10px;
}

.about-company {
    margin-top: 100px;
}

.company-title {
    text-align: center;
}

.company-title h2 {
    font-size: 40px;
    font-weight: normal;
}

.company-content {
    margin-top: 50px;
    line-height: 35px;
}

.about-hope {
    width: calc(100% - 120px);
    height: 250px;
    background: #f7f8fb;
    margin-top: 50px;
    padding: 60px;
}

.about-hope ul {
    display: flex;
}

.about-hope ul li {
    width: 50%;
    height: 250px;
}

.about-hope ul li:nth-child(2) {
    border-left: 1px solid #d7dbe2;
    padding-left: 5%;
}

.about-hope ul li .box {
    margin-left: 30%;
    width: auto;
    padding-top: 25px;
    text-align: left;
}

.about-hope ul li h3 {
    font-size: 30px;
    font-family: myDTalk;
    font-weight: normal;
}

.about-hope ul li p {
    padding: 5px 0;
}

.about-hope ul li div.des {
    margin-top: 30px;
    font-size: 20px;
    color: #666;
    position: relative;
}

.about-hope ul li i {
    font-size: 22px;
    color: #888;
    margin-left: 20px;
}

/* 发展历史 */
.about-history {
    width: 100%;
    height: 583px;
    background: url(../images/bg1.jpg) center no-repeat;
}
.about-history .wp{
    position: relative;
}
/*.about-history .left-btn{
    position: absolute;
    left: -50px;
    top: 60%;
    border:1px solid #FFF;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.about-history .right-btn{
    position: absolute;
    right: -50px;
    top: 60%;
    border:1px solid #FFF;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.about-history .left-btn i{
    color: #FFF;
    font-size: 30px;
}
.about-history .right-btn i{
    color: #FFF;
    font-size: 30px;
}*/
.about-history h3 {
    text-align: center;
    color: #FFF;
    font-weight: normal;
    font-size: 38px;
    padding-top: 90px;
}

.about-history .history-list {
    height: 300px;
    position: relative;
    margin-top: 80px;
    overflow: hidden;
    padding: 0 0px 50px;
}

.about-history .history-list:before {
    content: "";
    width: 200%;
    border-bottom: 1px dashed #fff;
    position: absolute;
    left: 0;
    top: 150px;
}
.about-history .history-list .mySwiper5{
    padding: 0 0 50px;
}
.about-history .history-list ul {
    display: flex;
    height: 100%;
}

.about-history .history-list li {
    height: 150px;
    max-width: 270px;
    border-left: 1px dashed #fff;
    color: #FFF;
    position: relative;
    align-self: flex-start;
    margin-left: 20px;
}
.about-history .history-list li div{
    margin-left: 15px;
}
.about-history .history-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #FFF;
    border-radius: 100%;
    left: -5px;
    position: absolute;

}

.about-history .history-list li:after {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    background: #FFF;
    border-radius: 100%;
    left: -11px;
    bottom: -11px;
    position: absolute;
    border: 4px solid rgba(129, 129, 122, 1);

}
.about-history .history-list .swiper-slide{
    height: 310px;
}
.about-history .history-list .swiper-slide:nth-child(even) li {
    margin-bottom: 5px;
}
.about-history .history-list .swiper-slide:nth-child(even) li div{
    position: absolute;
    vertical-align: baseline;
    bottom: 0;
}
.about-history .history-list .swiper-slide:nth-child(even) li:before{
    bottom: 0;
}
.about-history .history-list .swiper-slide:nth-child(even) li:after {
    left: -11px;
    top: -4px;
}

.about-history .history-list .swiper-slide:nth-child(even) li {
    left: -5px;
    bottom: -145px;
}

.about-history .history-list .swiper-slide:nth-child(even) li div {
    align-self: flex-end;
}

.about-history .history-list .swiper-slide:nth-child(even) li:hover:after{
    border: 4px solid #fa7c2e;
}
.about-history .history-list li h5 {
    font-size: 20px;
    font-weight: normal;
}

.about-history .history-list li p {
    margin-top: 5px;
    padding: 0;
    padding-top: 5px;
}

.about-history .history-list .swiper-pagination{
    top: 95%;
}
.swiper-pagination-bullet{
    background: #FFF;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fa7c2e;
}

/*企业资质*/
.about-zizhi {
    padding: 100px 0;
}

.about-zizhi h3 {
    text-align: center;
    font-size: 38px;
    font-weight: normal;
}

.about-zizhi ul {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.about-zizhi ul li {
    background: #eff2f7;
    padding: 60px 0;
    overflow: hidden;
}

.about-zizhi ul li:nth-child(1) {
    background: #fa7c2e;
}

.about-zizhi ul li:nth-child(3) {
    background: #3d75c0;
}

.about-zizhi ul li dl dt {
    width: 200px;
    height: 40px;
    border: 1px solid #FFF;
    position: relative;
    border-left: none;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    letter-spacing: 2px;
    margin-bottom: 50px;
    padding-left: 10%;
}

.about-zizhi ul li dl dt:after {
    content: "";
    width: 47px;
    height: 45px;
    display: block;
    border-top: 1px solid #FFF;
    border-left: 1px solid #fa7c2e;
    transform: rotate(-60deg);
    position: absolute;
    right: -32px;
    top: 9px;
    background: #fa7c2e;

}

.about-zizhi ul li:nth-child(even) dl dt {
    width: 200px;
    height: 40px;
    border: 1px solid #333;
    position: relative;
    border-left: none;
    line-height: 40px;
    color: #000;
}

.about-zizhi ul li:nth-child(even) dl dt:after {
    content: "";
    width: 47px;
    height: 45px;
    display: block;
    border-top: 1px solid #333;
    border-left: 1px solid #eff2f7;
    transform: rotate(-60deg);
    position: absolute;
    right: -32px;
    top: 9px;
    background: #eff2f7;
}

.about-zizhi ul li:nth-child(3) dl dt:after {
    content: "";
    width: 47px;
    height: 45px;
    display: block;
    border-top: 1px solid #fff;
    border-left: 1px solid #3d75c0;
    transform: rotate(-60deg);
    position: absolute;
    right: -32px;
    top: 9px;
    background: #3d75c0;
}

.about-zizhi ul li:nth-child(4) dl dt {
    width: 85%;
    max-width: 250px;
}

.about-zizhi ul li dl dd {
    line-height: 35px;
    color: #FFF;
    margin-left: 10%;
    font-size: 14px;
}

.about-zizhi ul li:nth-child(even) dl dd {
    color: #333;
}

/* 企业荣誉 */
.about-honor {
    width: 100%;
    padding: 100px 0;
    background: #eff2f7;
}

.about-honor h3 {
    font-size: 38px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 50px;
}

.about-honor .honor-box {
    background: #3d75c0;
    display: flex;
    justify-content: space-between;
}

.about-honor .honor-box>div {
    width: 50%;
    float: left;
}

.about-honor div.honor-left {
    height: 600px;
}

.about-honor div.honor-left img {
    height: 100%;
}

.about-honor div.honor-right {
    width: calc(50% - 100px);
    background-image: url(../images/honor-bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 45%;

    padding: 50px 30px;
    height: 500px;
}

.about-honor .honor-right .ax-tab-header {
    border-bottom: 1px solid #9ebae0;
}

.about-honor .honor-right .ax-tab-header li {
    display: inline-block;
    line-height: 80px;
    font-size: 25px;
    color: #FFF;
    margin-right: 50px;
    cursor: pointer;
}

.honor-right .ax-tab-body li {
    position: relative;
    padding-bottom: 50px;
}

.honor-right .ax-tab-body li:after {
    content: "";
    width: 50%;
    border-bottom: 1px solid #9ebae0;
    position: absolute;
    bottom: -1px;
    left: 160px;
    display: none;
}

.about-honor .honor-right .ax-tab-header li[active] {
    color: #fa7c2e;
    font-weight: bold;
}

.honor-right .ax-tab-body .swiper {
    margin-top: 40px;
    height: 320px;
}

.honor-right .ax-tab-body dl {
    padding: 10px;
}

.honor-right .ax-tab-body dl dt {
    width: 49%;
    display: inline-block;
    line-height: 35px;
    font-size: 15px;
    color: #FFF;
    /*padding-left: 15px;*/
    position: relative;
    text-align: left;
    white-space: nowrap;

text-overflow:ellipsis;

overflow:hidden;
}

/*.honor-right .ax-tab-body dl dt:before {*/
/*    content: "";*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    display: block;*/
/*    border: 1px solid #FFF;*/
/*    transform: rotate(45deg);*/
/*    position: absolute;*/
/*    top: 13px;*/
/*    left: 0;*/
/*}*/

.honor-right .swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: var(--swiper-pagination-progressbar-size, 1px);
    width: 90px;
    background: #FFF;
}

.honor-right .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fa7c2e;
}

.honor-right .swiper-pagination {
    top: 100%;
    left: 34px;
}

.honor-right .swiper-pagination:before {
    content: "01";
    color: #FFF;
    position: absolute;
    left: -25px;
    top: -13px;
}

.honor-right .swiper-pagination:after {
    content: "02";
    color: #FFF;
    position: absolute;
    right: -25px;
    top: -13px;
}

.honor-right .swiper-pagination3 {
    top: 100%;
    left: 34px;
}

.honor-right .swiper-pagination3:before {
    content: "01";
    color: #FFF;
    position: absolute;
    left: -25px;
    top: -13px;
}

.honor-right .swiper-pagination3:after {
    content: "03";
    color: #FFF;
    position: absolute;
    right: -25px;
    top: -13px;
}

.honor-right .swiper-button-next {
    left: 95%;
    top: 103%;
    width: 20px;
    height: 20px;
    color: #FFF;
}

.honor-right .swiper-button-next:after {
    display: none;
}

.honor-right .swiper-button-prev {
    left: 85%;
    top: 103%;
    width: 20px;
    height: 20px;
    color: #FFF;
}

.honor-right .swiper-button-prev:after {
    display: none;
}

.honor-right .swiper-button-prev:hover,
.honor-right .swiper-button-next:hover {
    color: #fa7c2e;
}

/* 企业文化 */
.about-culture {
    padding: 100px 0;
}

.about-culture h3 {
    text-align: center;
    font-size: 38px;
    font-weight: normal;
}

.about-culture .culture-box {
    background: #f7f8fb;
    margin-top: 60px;
}

.about-culture .culture-box ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about-culture .culture-box ul li img {
    height: 100%;
    width: 100%;
}

.about-culture .culture-box ul li dl {
    padding: 50px 0 0 60px;
}

.about-culture .culture-box ul li dl dt {
    font-size: 24px;
    color: #2562db;
}

.about-culture .culture-box ul li dl dd {
    margin-top: 20px;
    font-size: 18px;
}

/* 媒体中心 */


.company-news {
    margin-top: 100px;
}

.news-search .ax-form-con {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    /*display: none;*/
}

.news-search .ax-form-con .ax-form-input {
    display: inline-block;
}

.news-search .ax-form-input .input{
    width: 30rem;
    margin: 0 30px;

    border-bottom: 1px solid #CCC;
    padding-left: 15% !important;
}
.news-search .ax-form-input
.news-search .ax-form-input:nth-child(2) {
    padding-left: 30px;
}

.news-search .ax-form-input i {
    position: absolute;
    left: 0px;
    z-index: 8;
    bottom: 5px;
    font-size: 24px;
    color: #1d52d8;
}

.news-search input[type="text"] {
    border: none;
    outline: none;
    border-radius: 0;
}

.company-news-list {
    margin-top: 50px;
}

.company-news-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.company-news-list ul li {
    border: 1px solid #CCC;
}

.company-news-list ul li a {
    display: block;
}
.company-news-list ul li .box-img{
    height: 276px;
}
.company-news-list ul li .box-img  a{
       height: 276px;
}
.company-news-list ul li .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-news-list ul li .date {
    width: 138px;
    height: 30px;
    border: 1px solid #0052d9;
    position: relative;
    border-left: none;
    line-height: 30px;
    padding-left: 20px;
    color: #0052d9;
    margin-top: 23px;
    font-size: 13px;
}

.company-news-list ul li .date:after {
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    border-top: 1px solid #0052d9;
    transform: rotate(-60deg);
    position: absolute;
    right: -24px;
    top: 6px;
    background: #fff;
}

.company-news-list ul li .date i {
    font-size: 22px;
}

.company-news-list .des {
    margin: 10% 5% 15%;
    width: 90%;
}

.company-news-list .des h3 a {
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.company-news-list .des p {
    margin-top: 30px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 3.6em;
}

.company-news-list ul li:hover {
    background: #0052d9;
}

.company-news-list ul li:hover a,
.company-news-list ul li:hover p {
    color: #FFF;
}

.company-news-list ul li:hover .date {
    border: 1px solid #FFF;
    border-left: none;
    color: #FFF;
}

.company-news-list ul li:hover .date:after {
    border-top: 1px solid #FFF;
    background: #0052d9;
}

.ax-pagination {
    margin-top: 50px;
}

.company-activity .activity-bt {
    margin: 50px 0 30px;
}

.company-activity .activity-bt h3 {
    font-size: 30px;
    font-weight: normal;
    color: #0052d9;
}

.company-activity .activity-bt h4 {
    font-size: 30px;
    font-weight: normal;
}

.company-activity .activity-bt p {
    margin-top: 20px;
    font-size: 18px;
}

.company-activity .activity-bt p a {
    color: #0052d9;
}

.company-activity .activity-nav ul {
    display: flex;
}

.company-activity .activity-nav ul li {
    margin-right: 50px;
    font-size: 18px;
    line-height: 45px;
}

.company-activity .activity-nav ul li.on a {
    color: #0052d9;
    font-weight: bold;
    border-bottom: 2px solid #0052d9;
}

.company-activity .activity-select {
    margin-top: 80px;
    height: 70px;
    background: #eff2f7;

}

.company-activity .activity-select ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.company-activity .activity-select ul li {
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    cursor: pointer;
}

.company-activity .activity-select ul li:nth-child(2) {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.company-activity .activity-select ul li.on {
    background: #3d75c0;

    font-weight: bold;
}

.company-activity .activity-select ul li.on a {
    color: #FFF;
}

.company-activity .activity-items {
    margin-top: 50px;
}

.company-activity .activity-items ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.company-activity .activity-items ul li {
    position: relative;
}
.company-activity .activity-items ul li p{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    transition: all .5s;
}
.company-activity .activity-items ul li:hover p{
    opacity: 0;
}
.company-activity .activity-items ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-activity .activity-items ul li div {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
}

.company-activity .activity-items ul li div a {
    width: 100%;
    height: 100%;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;

}

.company-activity .activity-items ul li div a i {
    font-size: 50px;
}

.company-activity .activity-items ul li:hover div {
    opacity: 1;
}

.company-activity .activity-video-items {
    margin-top: 50px;
}

.activity-video-items ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.activity-video-items ul li {
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 15px #9ecbf3;
}

.activity-video-items ul li div {
    position: relative;
    height: 240px;
}

.activity-video-items ul li div a {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}
.activity-video-items ul li div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity-video-items ul li div a i {
    font-size: 70px;
    color: #FFF;
    transition: all 0.5s;
}

.activity-video-items ul li h5 {
    text-align: center;
    margin-top: 25px;
    font-size: 18px;
    font-weight: normal;
}

.activity-video-items ul li:hover div a {
    background: rgba(0, 0, 0, 0.3)
}

.activity-video-items ul li:hover div a i {
    color: #e05e0d;
    transform: rotate(360deg);
}

/* 业务中心 */


.yewu-product-select {
    margin-top: 80px;
    height: 70px;
    background: #eff2f7;

}

.yewu-product-select ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.yewu-product-select ul li {
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    cursor: pointer;
    border-left: 1px solid #DDD;
}

.yewu-product-select ul li:nth-child(1) {
    border-left: none;
}

.yewu-product-select ul li.on {
    background: #fa7c2e;

    font-weight: bold;
}

.yewu-product-select ul li.on a {
    color: #FFF;
}
.yewu-product-item{
    margin-top: 50px;
}
.yewu-product-item ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #f9fafc;
}

.yewu-product-item ul li.li-1 {
    position: relative;
    height: 598px;
}

.yewu-product-item ul li.li-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yewu-product-item ul li.li-1 div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: rgba(61, 117, 192, 0.5);
    line-height: 84px;
    text-align: center;
    color: #FFF;
    font-size: 25px;
    margin-bottom: 0;
}

.yewu-product-item ul li.li-2 {
    padding: 80px;
}

.yewu-product-item ul li.li-2 h3 {
    font-size: 30px;
    font-weight: normal;
    color: #3d75c0;
    font-family: myDTalk;
}

.yewu-product-item ul li.li-2 div.des {
    line-height: 40px;
    font-size: 18px;
    border-top: 1px solid #dfdfdf;
    margin-top: 30px;
    padding-top: 30px;
}

.yewu-product-tab {
    margin-top: 50px;
}

.yewu-product-tab .ax-lamp-group {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.yewu-product-tab .ax-lamp-group>* {
    padding: 10px 0;
    font-size: 20px;
}

.yewu-product-tab .ax-lamp-group li {
    margin-right: 40px;
}

.yewu-product-tab .ax-lamp-group>*:after {
    width: 100%;
    background: #4d7cc9;
}

.ax-lamp-group>*[active] {
    color: #4d7cc9;
    font-weight: bold;
}
.yewu-product-tab ul.ax-tab-body{
    margin-top: 50px;
}
.yewu-product-tab ul.ax-tab-body li {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.yewu-product-tab ul.ax-tab-body li dl{
    overflow: hidden;
    transition: all .5s;
    border: 5px solid rgba(255,255,255,0);
}
.yewu-product-tab ul.ax-tab-body li dl:hover{
   border: 5px solid #3d75c0;
}
/*.yewu-product-tab ul.ax-tab-body li dl::before{*/
/*    content: "";*/
/*    width: 97%;*/
/*    height: 96%;*/
/*    border: 5px solid #3d75c0;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    transition: all .5s;*/
/*    opacity: 0;*/
/*}*/
/*.yewu-product-tab ul.ax-tab-body li dl:hover::before{*/
/*    opacity: 1;*/
/*}*/
.yewu-product-tab ul.ax-tab-body li dl dt{
    height: 200px;
    overflow: hidden;
}
.yewu-product-tab ul.ax-tab-body li dl:hover dt img{
        transform: scale(1.1);
}
.yewu-product-tab ul.ax-tab-body li dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.yewu-product-tab ul.ax-tab-body li dl dd{
    height:60px ;
    background:#eff2f7 ;
    line-height: 60px;
    text-align: center;
        text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    transition: all .5s;
}
.yewu-product-tab ul.ax-tab-body li dl:hover dd{
    color: #3d75c0;
}
.yewu-product-jiegou{
    margin-top:50px;
}
.yewu-product-jiegou ul{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}
.yewu-product-jiegou ul li{
    cursor: pointer;
}
.yewu-product-jiegou ul li img{border:5px solid #FFF;
}
.yewu-product-jiegou ul li.on img{
    border:5px solid #3d75c0;
}
/* 市场 */
.yewu-shichang-ditu{
    margin-top: 50px;
}
.yewu-shichang-ditu .ditu-info ul li{
    padding-left: 50px;
    margin-top: 30px;
    font-size: 18px;
    position: relative;
} 
.yewu-shichang-ditu .ditu-info ul li:before{
    content: "";
    width:20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0px ;
    top: px;
    background:#165094 ;
    border-radius: 100%;
    border:5px solid #809fc5;
}
.yewu-shichang-ditu .ditu-info ul li:nth-child(2):before{
    background:#e97300 ;
    border:5px solid #f8d5b2;
}
.ditu-site img.ditu1{
    max-width: 53%;
}
.ditu-site img.ditu2{
    max-width: 47%;
}
.yewu-shichang-shaixuan{
    margin-top: 50px;
}
.yewu-shichang-shaixuan dl{
    border-bottom: 1px solid #CCC;
    line-height: 50px;
    margin-top: 30px;
}
.yewu-shichang-shaixuan dl dt,.yewu-shichang-shaixuan dl dd{
    display: inline-block;
}
.yewu-shichang-shaixuan dl dt{font-size: 20px;
}
.yewu-shichang-shaixuan dl.dl1 dt{
    color:#e97300 ;
    border-bottom: 2px solid #e97300;
}
.yewu-shichang-shaixuan dl dd{
    margin-left: 50px;
}
.yewu-shichang-shaixuan dl.dl1 dd.curr a{color: #e97300;}
.yewu-shichang-shaixuan dl.dl2 dt{
    color:#4d7cc9 ;
    border-bottom: 2px solid #4d7cc9;
}
.yewu-shichang-shaixuan dl.dl2 dd.curr a{color: #4d7cc9;}
.yewu-shichang-shaixuan .shichang-case{
    margin-top: 50px;
    margin-bottom: 50px;
}
.yewu-shichang-shaixuan .shichang-case ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:25px ;
}
.yewu-shichang-shaixuan .shichang-case ul li{
    /*background:#eff2f7;*/
}
.yewu-shichang-shaixuan .shichang-case ul li p{
line-height: 26px;
    text-align: center;
    background: #eff2f7;
    padding: 2% 0;
    min-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yewu-shichang-shaixuan .shichang-case ul li img{
    height: 239px;
    width: 100%;
    object-fit: cover;
}
/* 服务 */
.yewu-service{
    margin-top: 50px;
}
.service-center{
    height: 448px;
    background: url(../images/bg2.jpg) center no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
}
.service-center h3{
    padding-top: 120px;
    font-size:30px;
}
.service-center p{
    margin-top: 20px;
}
.service-center span{
    font-size: 18px;
    background: #e05e0d;
    padding: 0 30px;
    line-height: 65px;
    border-radius: 5px;
    margin-top: 50px;
}
.service-center span b{
    font-size: 26px;
    font-weight: normal;
}
.service-liu{
    width: 100%;
    height: 800px;
    background: #eff2f7;
    margin-top: 50px;
}
.service-liu .liu-des{
    font-size: 22px; 
    padding-top: 60px;
    line-height: 40px;
    border-bottom: 1px solid #d3e0f8;
    padding-bottom: 40px;
}
.service-liu .liu-fuwu{
    border:1px dashed #2e71df;
    height: 211px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.service-liu .liu-fuwu ul li{
    width: 171px;
    height: 153px;
    margin: 0 40px;
    background: url(../images/icon-bg.jpg) center no-repeat;
    float: left;
    margin-top: 29px;
    line-height: 123px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}
.service-liu .liu-box{
    margin-top:180px ;
    position: relative;
}
.service-liu .liu-name{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}

.service-liu .liu-name ul li{
    float: left;
    position: absolute;
    z-index: 3;
}
.service-liu .liu-name ul li:before{
    content: "";
    width:12px ;
    height: 12px;
    border-radius: 100%;
    background: #0052d9;
    display: block;
    position: absolute;
    bottom: -22px;
    left: 6px;
}
.service-liu .liu-name ul li:after{
    content: "";
    width:22px ;
    height: 22px;
    border-radius: 100%;
    border:1px dashed #0052d9;
    display: block;
    position: absolute;
    bottom: -28px;
}
.service-liu .liu-name ul li span{
    font-size: 24px;
}
.service-liu .liu-name ul li span i{
    font-size: 50px;
    font-weight: bold;
    float: left;
    margin-top: -10px;
}
.service-liu .liu-name ul li p{
    font-size: 22px;
    margin-bottom: 10px;
}
.service-liu .liu-name ul li:nth-child(1){
    left: 10%;
    top:-107px;
}
.service-liu .liu-name ul li:nth-child(2){
    left: 16%;
    top:106px;
    padding-top: 160px;
}

.service-liu .liu-name ul li:nth-child(3){
    left: 35%;
    top:-107px;
}
.service-liu .liu-name ul li:nth-child(4){
    left: 39%;
    top:107px;
    padding-top: 160px;
}
.service-liu .liu-name ul li:nth-child(5){
    right: 0%;
    top:-106px;
}
.service-liu .liu-name ul li:nth-child(2):before{
   top: 100px;
}
.service-liu .liu-name ul li:nth-child(2):after{
    top: 94px;
}
.service-liu .liu-name ul li:nth-child(4):before{
   top: 100px;
}
.service-liu .liu-name ul li:nth-child(4):after{
    top: 94px;
}
.service-liu .liu-name img{
    position: absolute;
    right: 50px;
    top: 190px;
    width: 170px;
    background: #eff2f7;
    padding: 0 20px;
}
.service-shebei{
    margin-top: 100px;
}
.service-shebei .shebei-des{
    line-height: 40px;
    font-size:22px;
}
.service-shebei .shebei-menu{
    margin-top: 50px;
}
.service-shebei .shebei-menu ul li{
    width: 320px;
    border:1px solid #CCC;
    font-size: 18px;
    padding: 20px 30px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.service-shebei .shebei-menu ul li p{
    padding: 0;
    font-size: 12px;
    color: #666;
}
.service-shebei .shebei-menu ul li.on{
    width: 420px;
    border:1px solid #e05e0d;
    color: #FFF;
    background: url(../images/icon-logo.jpg) right #e05e0d no-repeat;
}
.service-shebei .shebei-menu ul li.on p{
    color: #FFF;
}
.shebei-menu{
    float: left;
    width: 40%;
}
.shebei-gallery{
    width: 60%;
    max-width: 900px;
    float: right;
    margin-top: 50px;
}
.shebei-gallery .shebei-items{
    display: none;
}
.shebei-gallery .bt{
    text-align: center;
}
.shebei-gallery .bt h3{
    font-size: 38px;
    color:#0052d9 ;
}
.shebei-gallery .bt p{
    font-size: 18px;
    margin-top: 10px;
}
.shebei-gallery .box{margin-top: 50px;}
.shebei-gallery .box .shebei-gallery-box{
    position: relative;
    width: 100%;
    height: 503px;
}
.shebei-gallery .box .shebei-gallery-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shebei-gallery .box .shebei-gallery-box p{
    position: absolute;
    width: 100%;line-height: 70px;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0 ;
    left: 0;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    padding: 0;
}

.worker{
    margin-top: 100px;
}
.worker-bt h3{
    text-align: center;
    font-size: 36px;
    font-weight: normal;
}
.worker-bt .des{
    font-size: 18px;
    line-height: 35px;
    margin-top: 50px;
}
.worker-count{
    height: 600px;
    margin-top: 100px;
}
.worker-activity{
    margin-top: 50px;
}
.worker-activity ul{
    margin-left: -4px;
}
.worker-activity ul li{
    width: calc(33.33% - 4px);
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
    position: relative;
    overflow: hidden;
}

.worker-activity ul li img{
    width: 100%;
    height: 300px;
 
}
.worker-activity ul li p{
    position: absolute;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    font-size: 17px;
    color: #FFF;
    font-family: myDTalk;
    bottom: -22%;
    left: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.3);
    padding: 0;
    transition: all 0.5s;
    padding: 0.9vw 2%;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
}
.worker-activity ul li:hover p{
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.worker-activity ul li:nth-child(4){
    height: 360px;
    width: 37%;
}
.worker-activity ul li:nth-child(5){
    height:360px ;
    width: 31.1%;
}
.worker-activity ul li:nth-child(6){
    height:360px ;
    width: 30.97%;
}
.worker-activity ul li:nth-child(4) img,.worker-activity ul li:nth-child(5) img,.worker-activity ul li:nth-child(6) img{
    height:100% ;
    width: 100%;
    object-fit: cover;
}
.worker-activity ul li:nth-child(7){
    width: 49.72%;
    height: 300px;
}
.worker-activity ul li:nth-child(8){
    width: 49.66%;
      height: 300px;
}
.worker-activity ul li:nth-child(7) img,.worker-activity ul li:nth-child(8) img{
        height:100% ;
    width: 100%;
    object-fit: cover;
}
.work-numbers{
    margin-top: 50px;
    height: 526px;
    background: #eff2f7;
}
.work-num-left{
    width: 276px;
    height: 279px;
    background: url(../images/work1.png);
    text-align: center;
    font-size: 18px;
    margin-top:120px ;
    margin-left: 55px;
    float: left;
}
.work-num-left span{
    padding-top: 110px;
    display: block;
    font-size: 24px;
}
.work-num-mid{
    margin-top: 150px;
    margin-left: 30px;
    float: left;
}
.work-num-mid ul li{
    width: 308px;
    height: 58px;
    background: url(../images/bg-box1.jpg);
    line-height: 58px;
    padding: 0 10px;
    font-size: 18px;
    color: #FFF;
    margin-bottom: 20px;
}
.work-num-mid ul li b{float: right;}
.work-num-right{
    margin-top: 70px;
    margin-left:70px ;
    float: left;
}
.work-num-right ul li{
    width: 370px;
    height: 55px;
    border:1px solid #0052d9;
    line-height: 55px;
    text-align: center;
    position: relative;
    color: #0052d9;
    margin-bottom: 10px;
}
.work-num-right ul li i{
    position: absolute;
    left: -9px;
    top: -9px;
    line-height: normal;
    font-size: 30px;
    transform: rotate(-135deg);
}
.work-num-right ul li:nth-child(3){
    width: 178px;
    float: left;
}
.work-num-right ul li:nth-child(4){
    width: 178px;
    float: right;
}

.workers{margin-top: 100px;}
.workers-left{
    width: 80px;
    float: left;
    height: 476px;
    background: #0052d9;
}
.workers-left h3{
    font-size: 36px;
    padding: 0 20px;
    line-height: 60px;
    font-weight: normal;
    color: #FFF;
    padding-top: 50px;
    text-align: center;
}
.workers-top{
    width: 100%;
    max-width: 1100px;
    float: right;
}
.workers-top ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.workers-top ul li{
    background: #eff4fd;
    padding: 35px 40px;
}
.workers-top ul li dl dt{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #a2c3f8;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.workers-top ul li dl dd{
    margin-top: 3px;
    font-size: 15px;
}
.workers-top ul li:nth-child(3){
    padding: 35px 10px;
    font-size: 13px;
}

.workers-bottom{
    width: 100%;
    max-width: 1100px;
    height:150px ;
    float: right;
    background:#d3e0f8 ;
    margin-top: 20px;
}
.workers-bottom ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.workers-bottom ul li{
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
}

.workers-case{margin: 50px 0;}

.workers-case li{
    text-align: center;
}
.workers-case li div{
    position: relative;
}
.workers-case li a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0 ;
    top: 0;
    background: rgba(0, 0, 0, 0.5);

    display: flex;
    align-items:center;
    justify-content:center ;
    transition: all 0.5s;
    opacity: 0;
    
}
.workers-case li a i{
    font-size: 50px;
    color: #FFF;
}
.workers-case li:hover a{
    opacity: 1;
}
.workers-case li p{
    font-size: 18px;
}

/* 可持续发展 */



.chixu-develop{
    margin-top: 100px;
    margin-bottom: 100px;
}
.chixu-develop .bt h2{
    font-size: 38px;
    font-weight: normal;
}
.chixu-build .bt{
    margin-bottom: 50px;
}
.chixu-build ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.chixu-build ul li div.box{
    margin-top: 40px;
}
.chixu-build ul li h4{
    font-size: 22px;
    text-align: left;
}
.chixu-build ul li img{
    width: 100%;
}
.chixu-build ul li p{
    margin: 20px 0;
    color: #666;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.chixu-build ul li dl dt{
    font-size: 18px;
    margin-top: 15px;
    text-align: left !important;
}
.chixu-build ul li dl dt i{
    font-size: 20px;
    color:#6994ce ;
    margin-right: 10px;
}

.mySwiper3{
    margin-top: 50px;
}
.mySwiper3 .swiper-slide{
    width: 26%;
    text-align: center;
}
.mySwiper3 .swiper-slide p{
    font-size: 18px;
}
.chixu-update{
    width: 100%;
    margin-top: 100px;
    padding-top: 50px;
    position:relative;
    z-index: 5;
}
.chixu-update .bt h2{
    font-size: 38px;
    font-weight: normal;
}
.chixu-update:before{
    content: "";
    width: 100%;
    height: 625px;
    background:#fafafa ;
    position: absolute;
    top: 0;
    z-index: -1;
}
.chixu-update-items{
    position: relative;
    display: none;
}
.chixu-update-box{
    margin-top: 50px;
}


.chixu-update-tab{
    display: inline-block;
    font-size: 20px;
    border-bottom: 2px solid #e6e6e7;
}
.chixu-update-tab ul li{
    display: inline-block;
    padding-right: 50px;
    line-height: 50px;
    position: relative;
    cursor: pointer;
}
.chixu-update-tab ul li.on{
    font-weight: bold;
    color: #1a63dc;
}
.chixu-update-tab ul li.on:after{
    content: "";
    width: 100%;
    height: 2px;
    background: #1a63dc;
    display: block;
    position: absolute;
    z-index: 3;
}
.chixu-update-items{
    margin-top: 40px;
    font-size:18px;
    position: relative;
}
.chixu-update-items-list{
    /*margin-top: 50px;*/
}
/*.chixu-update-items-list ul{*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr);*/
/*    gap:10px ;*/
/*}*/

.chixu-update-items-list{
    position: relative;
}
.chixu-update-items-list .chixu-update-items-listimg{
    height: 246px;
}
.chixu-update-items-list .chixu-update-items-listimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chixu-update-items-list p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-weight: 550;
    background: rgba(0,0,0,.6);
}
/*.chixu-update-items-list ul li:first-child{*/
/*    grid-row: 1/3;*/
/*    grid-column: 1/3;*/
/*    height: 678px;*/
/*}*/
/*.chixu-update-items-list ul li:nth-child(2){*/
/*    grid-column: 3/5;*/
/*    height: 343px;*/
/*    margin-bottom: -46px;*/
/*}*/
.chixu-update-show{
    position: relative;
}
.chixu-update-items .swiper{
    margin-top: 5%;
}
.chixu-update-items .swiper .swiper-wrapper .swiper-slide{
    position: relative;
}

.chixu-update-items .swiper .swiper-wrapper .swiper-slide .fd{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
}
.chixu-update-items .swiper .swiper-wrapper .swiper-slide .fd a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chixu-update-items .swiper .swiper-wrapper .swiper-slide .fd a i{
    font-size: 60px;
    color: #fff;
}
.chixu-update-items .swiper .swiper-wrapper .swiper-slide:hover .fd{
    opacity: 1;
    z-index: 1;
}
.chixu-update-show .swiper-button-next{
    right: -50px;
    top: 61%;
}
.chixu-update-show .swiper-button-prev{
    left: -50px;
    top: 61%;
}

.cishan .cishan-box{
    height: 660px;
    background:#f8f8f8; 
    margin-top: 60px;
}
.cishan .cishan-box .wp{
    height: 100%;
    position: relative;
}
.cishan-left{
    position: absolute;
    left: 0;
    top: 80px;
}
.cishan-right{
    width: 620px;
    /*height: 325px;*/
    background: #FFF;
    position: absolute;
    right: 0;
    top: 50%;
 transform: translateY(-50%);
    background: url(../images/cs-line.png) right bottom #FFF no-repeat;
}
.cishan-right .des{
    padding: 50px;
}
.cishan-right .des h3{
    font-weight: normal;
    font-size: 30px;
    font-family: myDTalk;
}
.cishan-right .des p{
    line-height: 35px;
    margin-top: 0;
}

/* 发展报告 */
.baogao{margin-top: 80px;}
.baogao .des{
    font-size: 18px;
}
.baogao-list{margin-top: 50px;}
.baogao-list ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}
.baogao-list ul li{
    border: 20px solid #ecf5fb;
    background:#dce9f5 ;
    padding: 30px;
    position: relative;
}
.baogao-list ul li a{
    width: 100%;
    height: 352px;
}
.baogao-list ul li a .box1{
    width: 100%;
    height: 100%;
}
.baogao-list ul li a .box1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.baogao-list ul li .box1 img{
    width: 100%;
}
.baogao-list ul li div.box2{
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 30px);
    background: rgba(0, 0, 0, 0.7);
    left: -20px;
    top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 10px solid #da7638;
    opacity: 0;
    transition: all 0.5s;
}
.baogao-list ul li:hover div.box2{
    opacity: 1;
}
.baogao-list ul li p{
    text-align: center;
    padding-bottom: 0;
    margin-top: 5%;
    font-size: 15px;
}
.talent-box{
    margin-top: 80px;
    position: relative;
}
.talent-box h3{
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    margin-bottom: 70px;
}
.talent-box .talent-left{
    background: #FFF;
    padding: 80px 55px;
    box-shadow: 0 0 10px #eaeaea;
    width: 580px;
    position: absolute;
    left: 0;
    z-index: 3;
    top: 30%;
}

.talent-box .talent-left h4{
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 3px;
    transition: all .5s;
    /*color: #333;*/
    margin-bottom: 30px;
}
.talent-box .talent-left h4 a{
    transition: all .5s;
}
.talent-box .talent-left .h4:hover{
      transform: scale(1.1);
}
.talent-box .talent-left h4 span{
    font-family: myDTalk;
    font-size: 32px;
    margin-right: 10px;
    color: #e05e0d;
}
.talent-box .talent-left p{
    /*margin-top: 30px;*/
    line-height: 35px;
    font-size: 18px;
    padding: 0;
}
/*.talent-box .talent-left p:nth-child(1){*/
/*    margin-top: 30px;*/
/*}*/
.talent-box .talent-right{
    float: right;
}
.talent-box2{
    margin-top: 10%;
}
.talent-box2 .talent-right{
    float: left;
}
.talent-box2 .talent-left{
    right: 0;
    left: unset;
    top: 38%;
    padding: 30px 50px;

}
.talent-box2 .talent-left h4{
    text-align: center;
    display: flex;
    align-items: center;
}
.talent-box2 .talent-left h4 img{
    width: 11%;
    margin-right: 3%;
}
.talent-box2 .talent-left p{
    font-size: 16px;
    color: #333;
}
.work-air .work-air-box{
    padding: 60px 0;
    background:#f7f7f7 ;
    margin-top: 50px;
}
.work-air h3{
    font-size: 38px;
    font-weight: normal;
    text-align: center;
}
.work-air p{
    margin-top: 50px;
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
}
.work-air .wp ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 30px;
}
.work-air .worker-activity h2{
    text-align: center;
    font-size: 38px;
    font-weight: normal;
    margin-top: 100px;
    margin-bottom: 50px;
}
.work-air .worker-activity ul li{
    width: 33.33%;
    background-size: cover;
    margin: 0;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.work-air .worker-activity ul li h5{
    position: absolute;
    font-family: myDTalk;
    font-size: 30px;
    text-align: left;
    color: #FFF;
left: 10%;
    top: 13%;
    color: #fff;
    z-index: 1;
    transition: all .3s;
}
.work-air .worker-activity ul li:hover h5{
    opacity: 0;
}
.work-air .worker-activity ul li div.box{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.work-air .worker-activity ul li div.work-air-info{
    height: 240px;
    padding: 60px;
    transition: all 0.5s;
    margin-top: 300px;
    position: absolute;
    z-index: 3;
}
.work-air .worker-activity ul li h3{
    font-family: myDTalk;
    font-size: 30px;
    text-align: left;
    color: #FFF;
}
.work-air .worker-activity ul li .work-air-info div{
    margin-top: 30px;
    color: #FFF;
    line-height: 30px;
    font-size: 18px;
}
.work-air .worker-activity ul li:nth-child(1) div.box{
     background: rgba(121, 192, 0, 0.3);
}
.work-air .worker-activity ul li:nth-child(2) div.box{
    background: rgba(0, 82, 217, 0.3);
}
.work-air .worker-activity ul li:nth-child(3) div.box{
    background: rgba(155, 38, 182, 0.3);
}
.work-air .worker-activity ul li:nth-child(4) div.box{
    background: rgba(150, 140, 131, 0.3);
}
.work-air .worker-activity ul li:nth-child(5) div.box{
    background: rgba(0, 169, 206, 0.3);
}
.work-air .worker-activity ul li:nth-child(6) div.box{
    background: rgba(255, 103, 31, 0.3);
}
.work-air .worker-activity ul li:nth-child(1) div.work-air-info{
        background: rgba(121, 192, 0, 1);
}
.work-air .worker-activity ul li:nth-child(2) div.work-air-info{
      background: rgba(0, 82, 217, 1);
}
.work-air .worker-activity ul li:nth-child(3) div.work-air-info{
    background: rgba(155, 38, 182, 1);
}
.work-air .worker-activity ul li:nth-child(4) div.work-air-info{
    background: rgba(150, 140, 131, 1);
}
.work-air .worker-activity ul li:nth-child(5) div.work-air-info{
    background: rgba(0, 169, 206, 1);
}
.work-air .worker-activity ul li:nth-child(6) div.work-air-info{
    background: rgba(255, 103, 31, 1);
}
.work-air .worker-activity ul li:hover div.work-air-info{
    margin-top: 0;
}
.join-us{
    margin-top: 100px;
    position: relative;
}
.join-us span{
    position: absolute;
    left: 110px;
    top:78px ;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
}
.join-us span a{
    color: #FFF;
}
.join-us span a:hover{
    color: #e05e0d;
}
.join-us span i{
    font-size: 60px;
    font-weight: normal;
    float: right;
    margin-left: 10px;
    transform: rotate(-35deg);
}

.keji .bt{
    margin-top:100px;
    margin-bottom: 50px;
}
.keji .bt h2{
    font-size: 38px;
    font-weight: normal;
}
.keji-section-one{
    width: 100%;
    background: #eff2f7;
    padding: 70px 0;
}
.section-one-left{
    float: left;
    margin-left: 10%;
}
.section-one-left h3{
    font-size: 26px;
}
.section-one-left h3 img{
    float: left;
    margin-right: 10px;
}
.section-one-left dl{
    margin-left: 40px;
    margin-top: 30px;
    padding-bottom: 60px;
    background: url(../images/keji-line.jpg) left bottom no-repeat;
}
.section-one-left dl dt{
    font-size: 16px;
    margin-top: 15px;
    padding-left: 25px;
    background: url(../images/icon2.jpg) left no-repeat;
}
.section-one-right{
    width: 65%;
    float: right;
    position: relative;
}
.section-one-right .swiper{
    width: 100%;
    padding-top: 60px;
}

.section-one-right .mySwiper .swiper-slide{
    width: 30%;
    background: #FFF;
    height: 386px;
}
.section-one-right .mySwiper .swiper-slide .slide-box{
    padding: 70px 30px 50px;
}
.section-one-right .mySwiper .swiper-slide div div{
    margin-top: 50px;
    text-align: center;
}
.section-one-right .swiper-button-next{
    right: 10%;
    top: 0;
    border:1px solid #0052d9;
    padding: 0 20px;
}
.section-one-right .swiper-button-prev{
    right: 17%;
    left: unset;
    top: 0;
    border:1px solid #0052d9;
    padding: 0 20px;
}
.section-one-right .swiper-button-next:after,.section-one-right .swiper-button-prev:after{
    display: none;
}

.section-one-right .swiper-button-next i{
    font-size: 32px;
    transform: rotate(-90deg);
    color:#0052d9 ;
}
.section-one-right .swiper-button-prev i{
    font-size: 32px;
    transform: rotate(90deg);
    color:#0052d9 ;
}

.keji-section-two .top-des{
    border-top:1px solid #efefef;
    padding: 20px 0;
    line-height: 35px;
    font-size: 18px;
}
.keji-section-two .keji-case{
    padding: 35px 50px;
    box-shadow: 0 0 8px #ededed;
    margin-top: 50px;
}
.keji-section-two .keji-case .fl{
    width: 50%;
    float: left;
    margin-top: 50px;
    margin-left: 30px;
}
.keji-section-two .keji-case .fl h3{
    font-size: 32px;
    font-family: myDTalk;
    font-weight: normal;
    margin-bottom: 10px;
}
.keji-section-two .keji-case .fl div.des{
    margin-top: 10px;
    font-size: 16px;
    color:#666;
}
.keji-section-two .keji-case .fr{
    float: right;
}
.keji-section-three{
    padding-bottom: 50px;
    padding-top: 1px;
    margin-top: 50px;
    background: #eff2f7;
}
.keji-section-three .bt{
    margin-bottom: 30px;
}
.keji-section-three .des{
    padding: 30px 0;
    line-height: 35px;
    font-size: 18px;
    border-top: 1px solid #999;
}
.keji-section-three ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.keji-section-four{
    padding: 100px 0 20px;
}
.keji-section-five{
    position: relative;
}
.keji-section-five .bt h2{
    font-size: 38px;
}
.keji-five-case {
    position: relative;
    padding-bottom: 100px;
}
.keji-five-case .swiper .swiper-wrapper{
    margin-bottom: 130px;
}

.keji-five-case .box{
    width: 570px;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    z-index: 9;
    top: 18%;
    box-shadow: 0 0 10px #c1bcbc;
    left: 10%;
}
.keji-five-case .box.box2{
    left: unset;
    right: 10%;
}
.keji-five-case .box div{
    padding:40px 50px 50px;
}
.keji-five-case .box div h3{
    font-size: 22px;
    font-family: myDTalk;
    font-weight: normal;
    text-align: left;
}
.keji-five-case .box div h3:after{
    content: "";
    width: 45px;
    height: 3px;
    display: block;
    background: #e05e0d;
    margin-top: 26px;
}
.keji-five-case .box div h6{
    text-align: left;
    font-size: 30px;
    font-family: myDTalk;
    font-weight: normal;
    margin-bottom: 5%;
}
.keji-five-case .box div p{
    line-height: 35px;
    margin-top: 10px;
    text-align: justify;
}


.keji-five-case .swiper-button-next{
    right: 0%;
    top: 90%;
    border:1px solid #e05e0d;
    padding: 0 20px;
}
.keji-five-case .swiper-button-prev{
    right: 7%;
    left: unset;
    top: 90%;
    border:1px solid #e05e0d;
    padding: 0 20px;
}
.keji-five-case .swiper-button-next:after,.keji-five-case .swiper-button-prev:after{
    display: none;
}

.keji-five-case .swiper-button-next i{
    font-size: 32px;
    transform: rotate(-90deg);
    color:#e05e0d ;
}
.keji-five-case .swiper-button-prev i{
    font-size: 32px;
    transform: rotate(90deg);
    color:#e05e0d ;
}
.keji-five-case .swiper-button-next.swiper-button-disabled,.keji-five-case  .swiper-button-prev.swiper-button-disabled{
    background:#e05e0d ;
    opacity: 1;
}
.keji-five-case .swiper-button-next.swiper-button-disabled i,.keji-five-case  .swiper-button-prev.swiper-button-disabled i{
    color: #FFF;
}

.keji-five-case .mySwiper-kj3 .swiper-button-next{
    left: 7%;
    top: 90%;
    border:1px solid #e05e0d;
    padding: 0 20px;
}
.keji-five-case .mySwiper-kj3 .swiper-button-prev{
   
    left: 0;
    top: 90%;
    border:1px solid #e05e0d;
    padding: 0 20px;
}
.keji-five-case .mySwiper-kj4 .swiper-button-next{
    left: 7%;
    top: 90%;
    border:1px solid #e05e0d;
    padding: 0 20px;
}
.keji-five-case .mySwiper-kj4 .swiper-button-prev{
   
    left: 0;
    top: 90%;
    border:1px solid #e05e0d;
    padding: 0 20px;
}
.newsxq-nr {
  margin-top: 4%;
}
.newsxq-nr h3 {
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  color: #000000;
  font-family: "Noto Sans SC";
  font-weight: 550;
}
.newsxq-nr h4 {
  text-align: center;
  font-size: 12px;
  line-height: 32px;
  color: #999999;
  margin: 1% 0 3% 0;
  font-family: "Noto Sans SC";
}
.newsxq-nr p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.news-next {
  display: flex;
  justify-content: space-between;
  padding-top: 1%;
  border-top: 1px solid #cccccc;
  margin-top: 4%;
}
.news-next .news-page p a {
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  color: #333333;
}
.news-next .news-page p {
  font-size: 16px;
  line-height: 42px;
  color: #333333;
}
.news-next .news-fh a {
  font-size: 16px;
  line-height: 42px;
  color: #333333;
}
  .box {
  width: 100%;
  text-align: center;
    margin-top: 3.636%;
    margin-bottom: 3%;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  padding: 0px 9px;
  line-height: 26px;
  border: 1px solid #e5eeff;
  background-color: #fff;
  margin: 3px 5px;
  color: #666;
  border-radius: 4px;
  transition: all 0.5s;
}
.pagination .active a {
  color: #fff;
  background-color: #004a82;
  border: 1px solid #e5eeff;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #004a82;
}
.d{
    position: relative;
    top: -100px;
}
.pro-qh{
    display: flex;
    justify-content: space-between;
}
.pro-qh .mySwiper2{
    width: 49%;
    margin: 0 !important;
}
.pro-qh .mySwiper2 .swiper-slide{
    position: relative;
}
.pro-qh .mySwiper2 .swiper-slide p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-weight: 500;
    background: rgba(61,117,192,.8);
}
.pro-qh .mySwiper2 .swiper-slide>div{
    width: 100%;
    height: 547px;
}
.pro-qh .mySwiper2 .swiper-slide>div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-qh .pro-qh-wz{
    width: 49%;
    padding: 65px;
}
.pro-qh .pro-qh-wz h3{
    font-size: 30px;
    font-weight: normal;
    color: #3d75c0;
    font-family: myDTalk;
}
.pro-qh .pro-qh-wz>div.des {
    line-height: 40px;
    font-size: 18px;
    border-top: 1px solid #dfdfdf;
    margin-top: 30px;
    padding-top: 30px;
}
.swbox{
    width: 100%;
    position: relative;
}
.swbox .swiper-button-next{
    right: 7%;
    top: 92%;
}
.swbox .swiper-button-prev{
    left: 7%;
    top: 92%;
}
.qhswiper{
    margin-top: 3%;
}
.qhswiper.swiper-slide{
    height: 144px !important;
}
.qhswiper.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qhswiper .swiper-slide{
     height: 144px !important;
    position: relative;
}
.qhswiper .swiper-slide::after{
        content:"";
width: 96%;
    height: 94%;
    border: 5px solid #3d75c0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    opacity: 0;
}
.qhswiper .swiper-slide:hover::after{
    opacity: 1;
}
.qhswiper .swiper-slide-thumb-active::after{
    opacity: 1!important;
}
.fh{
    margin-top: 3%;
}
.fh a{
    border: 1px solid #333;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    font-weight: 500;
    transition: all .5s;
    font-family: myDTalk;
}
.fh a:hover{
    background-color: #3d69a6;
    border: 1px solid #0052d9;
    color: #fff;
}