.bk-4{
    background: #f4f4f4;
}
.position-con{
    border-bottom: 1px #ececec solid;
}
.position-con.on{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
}
.position{
    height: 52px;
    display: flex;
    z-index: 20;
    position: relative;
}
.position ul{
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
}
.position ul li{
    height: 100%;
}
.position ul li a{
    height: 100%;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    margin: 0 24px;
    position: relative;
}
.position ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #c31022;
    transition: width .5s;
}
.position ul li a:hover,
.position ul li.active a{
    color: #c31022;
}
.position ul li a:hover::before,
.position ul li.active a::before{
    width: 100%;
}
.position .cur{
    color: #8c8c8c;
    font-size: 14px;
    display: flex;
    height: 100%;
    align-items: center;
}
.position .cur a{
    color: #8c8c8c;
    font-size: 14px;
    padding: 0 4px;
}
.position .cur p{
    color: #1d2088;
    font-size: 14px;
    padding: 0 4px;
}
.position .cur a:last-child{
    color: #1d2088;
}
.position .cur a:hover{
    color: #1d2088;
}

.pd-5{
    padding: 50px 0;
}
.pd-6{
    padding: 30px 0;
}
.pd-30{
    padding: 30px 0 !important;
}

.pagination-box {
    margin-top: 40px;
    text-align: center;
    line-height: 32px;
    color: #595959;
    font-size: 14px;
}
  .pagination-box select {
    margin: 0 8px;
  }
  .pagination-box a,
  .pagination-box span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: top;
  }
  .pagination-box a:last-child,
  .pagination-box span:last-child {
    margin-right: 0;
  }
  .pagination-box a.active,
  .pagination-box span.active,
  .pagination-box a.current,
  .pagination-box span.current,
  .pagination-box a:hover,
  .pagination-box span:hover {
    background-color: #1d2088;
    border-color: #1d2088;
    color: #fff;
  }
  .pagination-box select {
    height: 32px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
  }
  .pagination-box .prev_disabled,
  .pagination-box .next_disabled {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #e2e2e2 !important;
    cursor: no-drop;
  }
  .pagination-box .prev::before,
  .pagination-box .prev_disabled::before {
    content: '<';
  }
  .pagination-box .next::before,
  .pagination-box .next_disabled::before {
    content: '>';
  }




.product-list .product-list-content{
    display: flex;
    justify-content: space-between;
}
.product-list .pro-nav{
    width: 270px;
}
.product-list .pro-nav .menu-list-title{
    height: 90px;
    background-color: #1d2088;
    color: #fff;
    padding: 25px 0 0 25px;
    display: flex;
    flex-direction: column;
}
.product-list .pro-nav .menu-list-title h2{
    font-size: 24px;
    margin-bottom: 8px;
}
.product-list .pro-nav .menu-list-title span{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.product-list .pro-nav ul{
    border-top: 1px solid #d9d9d9;
}
.product-list .pro-nav ul li{
    background-color: #fff;
    font-size: 16px;
}
.product-list .pro-nav ul li .nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    height: 56px;
    color: #333;
    border-bottom: 1px solid #eee;
}
.product-list .pro-nav ul li .nav-top a{
    color: #666;
    font-size: 16px;
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}
.product-list .pro-nav ul li .nav-top .icon{
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    transition: transform .5s;
    margin-right:16px;
}
.product-list .pro-nav ul li .nav-top h3{
    font-size: 16px;
    margin-left:16px;
    color: #666;
}
.product-list .pro-nav ul li h4{
    color: #666;
    font-size: 14px;
}
.product-list .pro-nav ul li .pro-nav-title{
    display: none;
    padding: 12px 0;
    background-color: #fff;
}
.product-list .pro-nav ul li .pro-nav-title a{
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    line-height: 30px;
    position: relative;
    padding-left: 30px;
}
.product-list .pro-nav ul li .pro-nav-title .icon{
    width: 12px;
    height: 12px;
    fill: currentColor;
    overflow: hidden;
    color: rgba(255, 255, 255, .8);
    font-weight: bold;
    margin-right: 8px;
}
.product-list .pro-nav ul li:hover .nav-top h3{
    color: #c31022;
}
.product-list .pro-nav ul li.active .nav-top h3{
    color: #c31022;
    font-weight: bold;
}
.product-list .pro-nav ul li:hover .nav-top a{
    color: #c31022;
}
.product-list .pro-nav ul li.active .nav-top a{
    color: #c31022;
    font-weight: bold;
}
/* .product-list .pro-nav ul li.active .nav-top,
.product-list .pro-nav ul li .nav-top:hover{
    background: #c31022;
} */
.product-list .pro-nav ul li.active .nav-top .icon{
    transform: rotate(90deg);
}
.product-list .pro-nav ul li .pro-nav-title a:hover .icon,
.product-list .pro-nav ul li .pro-nav-title a.on .icon{
    color: #c31022;
}
.product-list .pro-nav ul li .pro-nav-title a.on h4,
.product-list .pro-nav ul li .pro-nav-title a:hover h4{
    color: #c31022;
}
.product-list .pro-nav ul li.active .pro-nav-title{
    display: block;
}
.tel-contaioner{
    background: #fff;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tel-contaioner span{
    position: relative;
    display: flex;
}
.tel-contaioner span .icon1{
    width: 32px;
    height: 32px;
    fill: currentColor;
    overflow: hidden;
    color: #c31022;
    font-weight: bold;
}
.tel-contaioner span .icon2{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    margin: auto;
    width: 18px;
    height: 18px;
    fill: currentColor;
    overflow: hidden;
    color: #999;
    font-weight: bold;
}
.tel-contaioner strong{
    color: #c31022;
    font-size: 24px;
    margin: 6px 0 10px;
}
.tel-contaioner p{
    color: #666;
    font-size: 14px;
}
.product-list .product-list-container{
    flex: 1;
    margin-left: 20px;
}
.product-list .product-list-container .product-list-info{
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
}
.product-list .product-list-container .product-list-info div{
    display: flex;
    align-items: center;
}
.product-list .product-list-container .product-list-info div .icon{
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #333;
    font-weight: bold;
    margin-right: 12px;
}
.product-list .product-list-container .product-list-info div h3{
    color: #333;
    font-size: 24px;
}
.product-list .product-list-container .product-list-info form{
    width: 240px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #bfbfbf;
    color: #bfbfbf;
    border-radius: 18px;
    height: 36px;
    padding: 0 9px;
}
.product-list .product-list-container .product-list-info form input{
    flex: 1;
    color: #595959;
    background: none;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
}
.product-list .product-list-container .product-list-info form button{
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}
.product-list .product-list-container .product-list-info form .icon{
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: rgba(0, 0, 0, .6);
    font-weight: bold;
}
.product-list-ul{
    display: flex;
    flex-wrap: wrap;
}
.product-list-ul li{
    width: 32.6%;
    margin-left: 1.1%;
    margin-bottom: 1.1%;
}

.product-list-ul li:nth-child(3n+1){
    margin-left: 0;
}

.product-list-ul li .img{
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #e3e3e3 solid;
    transition:transform 0.5s;
    background: #fff;
}
.product-list-ul li .img img{
    max-width: 90%;
    max-height: 90%;
}
.product-list-ul li h4 {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    text-align: center;
}
.product-list-ul li:hover .img {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.product-list-ul li:hover h4 {
    color: #c31022;
}

.case-list-ul{
    display: flex;
    flex-wrap: wrap;
}
.case-list-ul li{
    width: 32.6%;
    margin-left: 1.1%;
}
.case-list-ul li .img{
    position: relative;
    overflow: hidden;
    height: 250px;
    border-radius: 10px;
}
.case-list-ul li:nth-child(3n+1){
    margin-left: 0;
}
.case-list-ul li h3{
    font-size: 16px;
    color: #666;
    margin: 20px 0;
    text-align: center;
}
.case-list-ul li:hover .img img{
    transform: scale(1.1);
}
.case-list-ul li:hover h3{
    color: #c31022;
}

/* 产品详情 start */
.product-detail-section{
    background: #f4f4f4;
    padding-bottom: 10px;
}
.product-detail-section .product-detail-content{
    display: flex;
    justify-content: space-between;
}

.product-detail-section .product-detail-content .img {
    width: 40%;
    background: #fff;
    padding-bottom: 20px;
}
.product-detail-section .product-detail-content .img .swiper-container .hide {
    opacity: 0;
}
.product-detail-section .product-detail-content .img .swiper-button-next,
.product-detail-section .product-detail-content .img .swiper-button-prev {
    transition: opacity 0.5s;
}
.product-detail-section .product-detail-content .img .swiper-button-next {
    width: 30px;
    height: 40px;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    --swiper-navigation-size: 24px;
    /* 设置按钮大小 */
}
.product-detail-section .product-detail-content .img .swiper-button-prev {
    width: 30px;
    height: 40px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    --swiper-navigation-size: 24px;
    /* 设置按钮大小 */
}
.product-detail-section .product-detail-content .img .swiper-pagination {
    font-size: 14px;
    color: #fff;
}
.product-detail-section .product-detail-content .img .swiper-pagination span {
    font-size: 14px;
    color: #fff;
}
.product-detail-section .product-detail-content .img .i {
    height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px #f1f1f1 solid;
}
.product-detail-section .product-detail-content .img .i img {
    max-width: 90%;
    max-height: 90%;
}
.product-detail-section .product-detail-content .img .gallery-thumbs {
    margin-top: 16px;
}
.product-detail-section .product-detail-content .img .gallery-thumbs .swiper-slide-thumb-active .thumb {
    border: 1px #004ea2 solid;
}
.product-detail-section .product-detail-content .img .gallery-thumbs .thumb {
    height: 80px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #f1f1f1 solid;
}
.product-detail-section .product-detail-content .img .gallery-thumbs .thumb img {
    max-width: 90%;
    max-height: 90%;
}



.product-detail-section .product-detail-content .product-detail-info{
    width: 55%;
}
.product-detail-section .product-detail-content .product-detail-info h2{
    color: #1d2088;
    font-size: 24px;
    margin: 54px 0 14px;
}
.product-detail-section .product-detail-content .product-detail-info h4{
    color: #999;
    font-size: 14px;
    border-bottom: 1px #ccc solid;
    padding-bottom: 20px;
}
.product-detail-section .product-detail-content .product-detail-info .product-describe{
    margin-top: 20px;
    padding-right: 10px;
    color: #666;
    font-size: 16px;
    line-height: 26px;
    height: 260px;
    max-height: 260px;
    overflow-y:visible;
    overflow-x: hidden;
}
.product-detail-section .product-detail-content .product-detail-info a{
    margin: 20px 0 0;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.product-describe::-webkit-scrollbar
{
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}
 
/*定义滚动条轨道 内阴影+圆角*/
.product-describe::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
.product-describe::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.product-detail-section .product-detail-content .product-detail-info .btn{
    display: flex;
}
.case-detail{
    padding-bottom: 40px;
}
.case-detail .content{
    padding: 20px;
    background: #fff;
    min-height: 400px;
}
.case-detail .content p{
    color: #666;
    font-size: 16px;
    line-height: 24px;
}
.case-detail .content img{
    max-width: 100%;
}



.proxq-conb{
    margin:30px auto;
    display: flex;
    justify-content: space-between;
}
.proxq-conb .left{
    width: 74%;
}
.proxq-conb .left .tit{
    border-top: 2px solid #333;
    color: #333;
    font-size: 24px;
    padding: 12px 0;
    position: relative;
    box-sizing: border-box;
}
.proxq-conb .left .tit::before{
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    height: 2px;
    width: 120px;
    background: #1d2088;
}
.proxq-conb .left .con{
    padding: 30px;
    color: #666;
    font-size: 16px;
    line-height: 26px;
    background: #fff;
    min-height: 400px;
}
.proxq-conb .left .con img{
    max-width: 100%;
}

.proxq-conb .right{
    width: 24%;
}
.proxq-conb .right .tit{
    border-top: 2px solid #333;
    color: #333;
    font-size: 24px;
    padding: 12px 0;
    position: relative;
    box-sizing: border-box;
}
.proxq-conb .right .tit::before{
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    height: 2px;
    width: 120px;
    background: #1d2088;
}


.proxq-conb .right .con ul li .i{
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.proxq-conb .right .con ul li .i img{
    max-width: 90%;
    max-height: 90%;
}
.proxq-conb .right .con ul li h3{
    color: #666;
    font-size: 16px;
    margin: 16px 0;
    text-align: center;
}
.proxq-conb .right .con ul li:hover h3{
    color: #004ea2;
}
.program-page .content{
    padding: 50px 0;
}
.program-page .content:nth-child(even){
    background: #fff;
}
.program-page h2{
    text-align: center;
    font-size: 30px;
    color: #1d2088; 
}
.program-page .info{
    margin: 20px 0;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.program-page .info p{
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.program-page .info img{
    max-width: 100%;
}

.solution-list ul{
    display: flex;
    flex-wrap: wrap;
}
.solution-list ul li {
    width: 32.4%;
    position: relative;
    margin-bottom: 1.4%;
    margin-left: 1.4%;
  }
.solution-list ul li:nth-child(3n+1){
    margin-left: 0;
}
.solution-list ul li .i{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.solution-list ul li .i img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform 0.5s ease;
    object-fit: cover;
    max-height: 100%;
}
.solution-list ul li .t{
    padding: 10px 14px;
    border: 1px #eee solid;
    border-top: none;
    background: #fff;
}
.solution-list ul li .t h3{
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}
.solution-list ul li .t p{
    color: #999;
    font-size: 16px;
    line-height: 24px;
}
.solution-list ul li:hover img{
    transform: scale(1.1);
}
.solution-list ul li:hover .t{
    background: #1d2088;
}
.solution-list ul li:hover h3,.solution-list ul li:hover p{
    color: #fff;
}

.news-section1{
    background: #f4f4f4;
    padding: 60px 0;
}

.news-section1 ul li{
    background: #fff;
    padding-left: 20px;
    margin-bottom: 12px;
}
.news-section1 ul li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    overflow: hidden;
}
.news-section1 ul li .i{
    width: 280px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.news-section1 ul li .i img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
}
.news-section1 ul li .new-info{
    flex: 1;
    margin:  0 40px 0 30px;
}
.news-section1 ul li .new-info h3 {
    font-size: 18px;
    color: #333;
    transition: transform .5s;
}
.news-section1 ul li .new-info p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    transition: transform .5s;
}
.news-section1 ul li .time{
    display: flex;
    flex-direction: column;
    width: 180px;
    height: 80px;
    text-align: center;
    border-left: 1px solid #d9d9d9;
    padding-top: 8px;
}
.news-section1 .time b {
    font-size: 42px;
    color: #000000;
}
.news-section1 .time p {
    font-size: 16px;
    color: #595959;
    margin-top: 10px;
}
.news-section1 ul li:hover .new-info h3,
.news-section1 ul li:hover .new-info p {
    transform: translateX(10px);
}
.news-section1 ul li:hover .new-info h3{
    color: #1d2088;
}


.news-detail-section1{
    background: #f4f4f4;
    padding-bottom: 40px;  
}
.news-detail-section1 .content{
    display: flex;
    justify-content: space-between;
}
.news-detail-section1 .main-container{
    width: 74%;
    background: #fff;
    padding: 40px 30px 0;
    box-sizing: border-box;
}
.news-detail-section1 .news-title {
    padding-bottom: 20px;
    border-bottom: 1px #cecece solid;
}
.news-detail-section1 .news-title>p{
    color: #8c8c8c;
    font-size: 14px;
    text-align: center;
}

.news-detail-section1 h2{
    color: #333;
    font-size: 30px;
    margin-bottom: 16px;
    text-align: center;
}
.news-detail-section1 .news-detail-container {
    padding: 20px 0;
    color: #666;
    font-size: 16px;
    line-height: 26px;
    min-height: 400px;
}
.news-detail-section1 .news-detail-container img{
    max-width: 100%;
}
.news-detail-section1 .page-shar {
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-detail-section1 .page-shar ul{
    flex: 1;
}
.news-detail-section1 .page-shar ul li{
    color: #8c8c8c;
    font-size: 14px;
    line-height: 30px;
}
.news-detail-section1 .page-shar ul li span{
    color: #8c8c8c;
    font-size: 14px;
    line-height: 30px;
}
.news-detail-section1 .page-shar ul li a{
    color: #333;
    font-size: 14px;
    line-height: 30px;
}
.news-detail-section1 .page-shar ul li a:hover{
    color: #1d2088;
}
.news-detail-section1 .xg-news-ti{
    width: 24%;
    box-sizing: border-box;
}
.news-detail-section1 .xg-news-ti .hot{
    background: #fff;
    padding: 0 16px 16px;
}
.news-detail-section1 .xg-news-ti h3{
    color: #333;
    font-size: 16px;
    height: 50px;
    margin-bottom: 10px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px #eee solid;
}
.news-detail-section1 .xg-news-ti h3::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 68px;
    background: #1d2088;
}
.news-detail-section1 .xg-news-ti .hot img{
    width: 100%;
}
.news-detail-section1 .xg-news-ti .hot h4{
    margin-top: 10px;
    color: #666;
    font-size: 16px;
}
.news-detail-section1 .xg-news-ti .hot a:hover h4{
    color: #1d2088;
}
.news-detail-section1 .xg-news-ti .new{
    margin-top: 20px;
    background: #fff;
    padding: 0 16px 16px;
}
.news-detail-section1 .xg-news-ti .new a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.news-detail-section1 .xg-news-ti .new a img{
    width: 30%;
}
.news-detail-section1 .xg-news-ti .new a h4{
    flex: 1;
    padding-left: 10px;
    color: #666;
    font-size: 14px;
}
.news-detail-section1 .xg-news-ti .new a:hover h4{
    color: #1d2088;
}
.contact-page{
    background: #f4f4f4;
    padding-top: 30px;
}
.contact-page .contact-1{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
}
.contact-page .contact-1 .left{
    flex: 1;
    padding: 40px .8rem 0;
    background: #fff;
}
.contact-page .contact-1 .left h2{
    color: #333;
    font-size: 24px;
    padding-bottom: 18px;
    padding-left: 18px;
    border-bottom: 1px #cecece solid;
    margin-bottom: 18px;
}
.contact-page .contact-1 .contact-content{
    padding: 0 18px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.contact-page .contact-1 a {
    margin: 20px 0 0;
}
.contact-page .contact-1 a:hover{
    color: rgba(255, 255, 255, 0.7);
}
.contact-page .contact-1 .map{
    width: 48%;
    height: 480px;
}
.contact-page  .BMap_bubble_content{
    color: #333;
    font-size: 14px;
    line-height: 30px;
}


.message {
    padding: .4rem 0 .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f4f4f4;
  }
  
  .message h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 6px;
  }
  
  .message>span {
    width: 20px;
    height: 2px;
    background: #1d2088;
  }
  .message form{
      margin-top: 40px;
  }
  .message form .mte {
    display: flex;
    justify-content: space-between;
  }
  
  .message form .mte div {
    width: 32%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px #dcdcdc solid;
    margin-bottom: 20px;
    background: #fff;
  }
  
  .message form .mte div span {
    width: 50px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 2px #dcdcdc solid;
  }
  
  .message form .mte div span .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #333;
  }
  
  .message form .mte div input {
    flex: 1;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    border: none;
    background: none;
  }

  .message form .fxl {
    width: 100%;
    height: 140px;
    border: 1px #dcdcdc solid;
    padding: 14px 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: space-between;
    background: #fff;
  }
  
  .message form .fxl span {
    width: 50px;
    height: 16px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 2px #dcdcdc solid;
  }
  
  .message form .fxl span .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #333;
  }
  
  .message form .fxl textarea {
    flex: 1;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    border: none;
    resize: none;
    background: none;
  }
  
  .message form input::-webkit-input-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form input:-moz-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form input::-moz-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form input:-ms-input-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form textarea::-webkit-input-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form textarea:-moz-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form textarea::-moz-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form textarea:-ms-input-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form .con-btn {
    width: 360px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    color: #fff;
    border: none;
    background: #1d2088;
    cursor: pointer;
    transition: 0.4s;
    margin: 20px auto 0;
    border-radius: 6px;
  }
  
  .message form .con-btn:hover {
    color: rgba(255, 255, 255, 0.7);
  }

/*关于我们 start*/
.about{
    padding: 30px 0;
}
.service{
    padding: 30px 0;
}
.about .content,.service .content{
    color: #333;
    font-size: 16px;
    line-height: 30px;
    background: #fff;
    min-height: 100px;
    padding: 30px 60px;
    margin: auto;
}
.about .content img,.service .content img{
    max-width: 100%;
}
.about-page .title h3{
    font-size: 48px;
    line-height: 48px;
    color: rgba(20, 23, 151, .1);
    position: relative;
    text-transform: uppercase;
}
/* .about-page .title h3::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 2px -20px 24px -6px rgba(255, 255, 255, 1) inset;
    z-index: 2;
    transition: opacity 0.5s ease;
} */
.about-page .title h2{
    font-size: 30px;
    color: #141797;
    transform: translateY(-12px);
    z-index: 2;
    position: relative;
}
.about-1 .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-1 .content .img{
    width: 50%;
}
.about-1 .content .img img{
    width: 100%;
    display: block;
}
.about-1 .content .desc{
    width: 50%;
    padding-left: .72rem;
}
.about-1 .content .desc .info{
    margin-top: .2rem;
}
.about-1 .content .desc .info p{
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}

.about-2{
    background: url(../images/pp-bg.jpg);
}
.about-2 .title h3{
    text-align: center;
    color: rgba(255, 255, 255, .1);
}
.about-2 .title h2{
    text-align: center;
    color: #fff;
}
.about-2 ul{
    display: flex;
    justify-content: space-between;
    margin: 50px 0 20px;
}
.about-2 ul li{
    width: 49.5%;
    background: #fff;
    padding: .3rem .8rem;
    box-sizing: border-box;
}
.about-2 ul li img{
    display: block;
}
.about-2 ul li p{
    font-size: 24px;
    color: #666;
    line-height: 32px;
    min-height: 60px;
    margin: 10px 0 18px;
}
.about-2 ul li p span{
    color: #f08300;
    font-size:24px;
}
.about-2 ul li h4{
    font-size: 24px;
    color: #666;
}
.about-2 ul li h5{
    font-size: 30px;
    color: #333;
}
.about-2 ul li div{
    color: #666;
    font-size: 16px;
}

.about-3 .title h3{
    text-align: center;
}
.about-3 .title h2{
    text-align: center;
}
.about-3{
    background: url(../images/culture-bg.jpg);
}
.about-3 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.about-3 ul .fc{
    position: relative;
}
.about-3 ul .fc img{
    width: 100%;
    display: block;
}
.about-3 ul .fc .desc{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.about-3 ul .fc .desc h3{
    width: 100%;
    font-size: 24px;
    color: #fff;
    margin-bottom: .24rem;
    padding-bottom: .24rem;
    border-bottom: 1px #fff solid;
}
.about-3 ul .fc .desc ol{
    width: 100%;
    display: flex;
}
.about-3 ul .fc .desc ol li{
    margin-right: .84rem;
}
.about-3 ul .fc .desc ol li p{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    height: 26px;
}
.about-3 ul .lc{
    position: relative;
    width: 32.8%;
    margin-right: .8%;
    margin-top: .8%;
}
.about-3 ul li:last-child{
    margin-right: 0;
}
.about-3 ul .lc img{
    width: 100%;
    display: block;
}
.about-3 ul .lc div{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-3 ul .lc div h3{
    color: #fff;
    font-size: 24px;
}
.about-3 ul .lc div span{
    width: 20px;
    height: 1px;
    background: #fff;
    margin: 10px 0;
}
.about-3 ul .lc div p{
    color: #fff;
    font-size: 16px;
}

.about-4 .title h3{
    text-align: center;
}
.about-4 .title h2{
    text-align: center;
}
.about-4 ul{
    margin-top: 50px;
    padding-bottom: 30px;
}
.about-4 ul li .img{
    height: 260px;
    position: relative;
}
.about-4 ul li .img img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform 0.5s ease;
    object-fit: cover;
    max-height: 100%;
    display: flex;
    margin: auto;
}
.about-4 .gshj-pagination{
    display: flex;
    justify-content: center;
}
.about-4 .swiper-pagination-bullet-active{
    background: #c31022;
}
/*关于我们 end*/
.honor {
    padding: 30px 0;
}
.honor ul{
    display: flex;
    flex-wrap: wrap;
}
.honor ul li{
    width: 24.4%;
    margin-left: .8%;
    margin-bottom: .8%;
    background: #fff;
}
.honor ul li:nth-child(4n+1){
    margin-left: 0;
}
.honor ul li .img {
    width: 100%;
    height: 300px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.honor ul li .img img{
    max-width: 100%;
    max-height: 100%;
    transition: .5s;
}
.honor ul li h3{
    color: #333;
    font-size: 16px;
    padding: 14px 0;
    text-align: center;
}
.honor ul li:hover .img img{
    transform: scale(1.04);
}

.partner ul li .img {
    height: 160px;
}

.factory {
    padding: 30px 0;
}
.factory ul{
    display: flex;
    flex-wrap: wrap;
}
.factory ul li{
    width: 24.4%;
    margin-left: .8%;
    margin-bottom: .8%;
    background: #fff;
}
.factory ul li:nth-child(4n+1){
    margin-left: 0;
}
.factory ul li .img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.factory ul li .img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
    max-height: 100%;
}
.factory ul li h3{
    color: #333;
    font-size: 16px;
    padding: 14px 0;
    text-align: center;
}
.factory ul li:hover .img img{
    transform: scale(1.04);
}



.client {
    padding: 40px 0;
}
.client ul{
    display: flex;
    flex-wrap: wrap;
}
.client ul li{
    width: 24.4%;
    margin-left: .8%;
    margin-bottom: .8%;
    background: #fff;
}
.client ul li:nth-child(4n+1){
    margin-left: 0;
}
.client ul li .img {
    width: 100%;
    height: 150px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.client ul li .img img{
    max-width: 100%;
    max-height: 100%;
    transition: .5s;
}
.client ul li h3{
    color: #333;
    font-size: 16px;
    padding: 14px 0;
    text-align: center;
}
.client ul li:hover .img img{
    transform: scale(1.04);
}


/* 
.search {
    padding: 80px 0 40px;
}
.search form{
    display: flex;
    width: 60%;
    justify-content: space-between;
    border: 1px solid #bfbfbf;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
    margin: auto;
}
.search form .key{
    flex: 1;
    color: #595959;
    background: none;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    padding-left: 10px;
}
.search form .sub{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background: #333;
    color: #fff;
    cursor: pointer;
} */


.pro-prompt{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
    background-color: rgba(0, 0, 0, .3);
}
.prompt-page{
    width: 282px;
    height: 170px;
}
.pro-prompt .tips{
    background: #eee;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.pro-prompt .tips h3{
    color: #333;
    font-size: 14px;
}
.pro-prompt .tips span{
    color: #666;
    font-size: 20px;
    cursor: pointer;
}
.pro-prompt .tips span:hover{
    color: #1d2088;
}
.pro-prompt .prompt-input{
    padding: 20px 10px 20px;
    background: #fff;
}
.pro-prompt .prompt-input input{
    display: block;
    width: 100%;
    height: 36px;
    margin: 0 auto 20px;
    line-height: 36px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    color: #333;
    box-sizing: border-box;
}
.pro-prompt .prompt-btn{
    display: flex;
    justify-content: center;
}
.pro-prompt .prompt-btn a,.pro-prompt .prompt-btn span{
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}
.pro-prompt .prompt-btn a{
    background: #1d2088;
    border: 1px #1d2088 solid;
    color: #fff;
}
.pro-prompt .prompt-btn span:hover{
    color: #1d2088;
}


.form_box{
    position: fixed;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .3);
    align-items: center;
    justify-content: center;
    display: none;
}
.form-content{
    position: absolute;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    margin:auto;
    width:380px;
    height:324px;
    box-sizing: border-box;
    padding: 40px 40px 0 40px;
    background: #fff;
}
.input_row{
    margin-bottom: 15px;
}
.input_row input{
    height: 30px;
    width: 100%;
    border: 1px solid #ccc;
    text-indent: 10px;
    box-sizing: border-box;
}
.form_box h2{
    text-align: center;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 20px;
}
.form_box input[type="button"]{
    background: #1d2088;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color:#fff;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}
.form_box a{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}
.form_box .tel{
    display: flex;
    margin-top: 16px;
    align-items: center;
    justify-content: center;
}
.form_box p{
    color: #666;
    font-size: 14px;
}
.form_box h4{
    color: #1d2088;
    font-size: 18px;
    line-height: 24px;
}



.join_list-list ul{
    display: flex;
    flex-wrap: wrap;
}
.join_list-list ul li {
    background: #f8f8f8;
    padding: 30px;
    box-sizing: border-box;
    width: 32.6%;
    margin-left:1.1%;
    margin-bottom: 1.1%;
    position: relative;
    transition: 0.5s;
}
.join_list-list ul li a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.join_list-list ul li:nth-child(3n+1){
    margin-left: 0;
}
.join_list-list ul li h3{
    color: #181f2e;
    font-size: 24px;
}
.join_list-list ul li:hover h3{
    color: #1d2088;
}
.join_list-list ul li span{
    background: #1d2088;
    width: 40px;
    height: 2px;
    display: block;
    margin: 20px 0;
}
.join_list-list ul li p{
    color: #888;
    font-size: 14px;
    line-height: 24px;
}
.join_list-list ul li:hover{
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.download-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between!important;
}

.download-list ul li {
    width: 49.5%;
    margin-bottom: 1%;
    box-sizing: border-box;
    background: #fff;
    transition: .5s;
    position: relative;
}

.download-list ul li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #1d2088;
    transition: .5s;
}
.download-list ul li a{
    display: flex;
    position: relative;
    align-items: center;
    padding: 36px .2rem 36px .5rem;
}
.download-list ul li a .icon{
    width: 36px;
    height: 36px;
    fill: currentColor;
    overflow: hidden;
    color: #666;
}
.download-list ul li div {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.download-list ul li div h3 {
    color: #666;
    font-size: 18px;
    margin-bottom: 10px;
}

.download-list ul li div p {
    color: #999;
    font-size: 14px;
}

.download-list ul li:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.download-list ul li:hover::before {
    width: 100%;
}


.search-con {
    padding-top: 80px;
}
.search-con form{
    display: flex;
    width: 60%;
    justify-content: space-between;
    border: 1px solid #bfbfbf;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
    margin: auto;
}
.search-con form .key{
    flex: 1;
    color: #595959;
    background: none;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    padding-left: 10px;
}
.search-con form .sub{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background: #333;
    color: #fff;
    cursor: pointer;
}




.join_list .job_name{
    display: flex;
    justify-content: space-between;
    padding: 0 100px 0 60px;
    height: 52px;
    align-items: center;
    background: #1d2088;
}
.join_list .job_name h3{
    color: #fff;
    font-size: 18px;
}
.join_list ul {
    padding-bottom: 30px;
}
.join_list ul li {
    border-bottom: #e1e1e1 1px solid;
}
.join_list ul li:last-child{
    border-bottom: none;
}
.join_list ul li .q {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left:60px;
    height: 52px;
    background: #f4f4f4;
}
.join_list ul li .q div {
    flex: 1;
    display: flex;
    align-content: center;
}
.join_list ul li .q h4 {
    font-size: 18px;
    color: #333;
}
.join_list ul li .q span {
    margin: 0 20px 0 60px;
    width: 20px;
    height: 20px;
    border: 2px #1d2088 solid;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
.join_list ul li .q span::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 9px;
    width: 8px;
    height: 2px;
    background: #1d2088;
}
.join_list ul li .q span::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 9px;
    height: 8px;
    width: 2px;
    background: #1d2088;
    transition: transform 0.4s;
}
.join_list ul li .q span:hover::after {
    transform: rotate(90deg);
}
.join_list ul li .a {
    display: none;
    padding: 30px 100px 40px 60px;
}
.join_list ul li .a .job-need{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 12px;
}
.join_list ul li .a .job-need>div{
    width: 48%;
}
.join_list ul li .a .job-need>div>h5{
    color: #999;
    font-size: 16px;
}
.join_list ul li .a .job-need>div p{
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.join_list ul li.active,
.join_list ul li:hover {
box-shadow: 0 10px 20px 1px #f1f1f1;
}
.join_list ul li.active .q,
.join_list ul li:hover .q {
background: #ccc;
}
/* .join_list ul li.active .q h4,
.join_list ul li:hover .q h4 {
color: #fff;
} */
/* .join_list ul li.active .q span,
.join_list ul li:hover .q span {
border: 2px #fff solid;
} */
/* .join_list ul li.active .q span::before,
.join_list ul li:hover .q span::before {
background: #fff;
} */
.join_list ul li.active .q span::after,
.join_list ul li:hover .q span::after {
/* background: #fff; */
transform: rotate(90deg);
}
.team-detail{
    background: #f4f4f4;
    padding-bottom: 50px;
}
.team-detail .team-cont{
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.team-detail .team-cont .i{
    padding: 40px 0;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px #eee solid;
}
.team-detail .team-cont .i img{
    max-width: 100%;
}
.team-detail .team-cont .t{
    flex: 1;
    padding: 40px .6rem;
}
.team-detail .team-cont .t h3{
    color: #333;
    font-size: .36rem;
}
.team-detail .team-cont .t h5{
    color: #666;
    font-size: 18px;
    margin: 10px 0;
}
.team-detail .team-cont .t p{
    color: #8c8c8c;
    font-size: 16px;
    line-height: 26px;
}
.team-detail .team-cont .t .btn{
    display: flex;
    margin-top: 40px;
}
.team-detail .team-cont .t .btn a{
    margin-right: 40px;
}
.team-detail .team-cont .t .btn a:hover{
    color: #fff;
}

.video-list ul{
    display: flex;
    flex-wrap: wrap;
}
.video-list ul li{
    width: 24.1%;
    margin-left: 1.2%;
}
.video-list ul li:nth-child(4n+1){
    margin-left: 0;
}
.video-list ul li .i{
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.video-list ul li .i i{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 32px;
    height: 32px;
    border: 2px #fff solid;
    border-radius: 50%;
}
.video-list ul li .i i .icon{
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}
.video-list ul li h3{
    color: #666;
    font-size: 16px;
    margin: 12px 0;
    text-align: center;
}
.video-list ul li:hover img{
    transform: scale(1.1);
}
.video-list ul li:hover h3{
    color: #1d2088;
}

.video-list1 li{
    width: 32.6%;
    margin-left: 1.1%;
}
.video-list1 li:nth-child(3n+1) {
    margin-left: 0;
}
.video-list1 li .i {
    position: relative;
    overflow: hidden;
    height: 250px;
    border-radius: 10px;
}
.video-list1 li h3 {
    font-size: 16px;
    color: #666;
    margin: 20px 0;
    text-align: center;
}
.video-list1 li .i i{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 32px;
    height: 32px;
    border: 2px #fff solid;
    border-radius: 50%;
}
.video-list1 li .i i .icon{
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}
.video-list1 li:hover h3 {
    color: #c31022;
}