.top_right .lang{ padding: 34px 0; margin-right: 20px; position: relative; font-family: pop; font-size: 14px;}
.top_right .lang p{ line-height: 20px; padding: 0 10px; border-radius: 10px; background: #044d8a; color: #fff; cursor: pointer; font-size: 14px;}
.top_right .lang p span{ margin-right: 6px;}
.top_right .lang p i{ font-size: 12px;}
.top_right .lang .lang_list{ background: #fff; padding: 15px; border-radius: 8px; position: absolute; top: 54px; left: -20px; line-height: 40px; display: none; z-index:3; min-width:150px;}
.top_right .lang .lang_list a{ display: block;}
.top_right .lang:hover .lang_list{ display: block;}
.top_right .lang .lang_list a:hover{ color: #044d8a;}
.top_right .follow{ display: flex;}
.top_right .follow .follow_list{ margin-left: 15px;}
.top_right .follow .follow_list a{ width: 24px; height: 24px; line-height:24px;}
.top_right .follow .follow_list a i{ line-height: 24px; width: 24px; height: 24px;}
.top_right .follow .follow_list a svg{ padding:0; font-size:16px; height:16px;}
.top_right .follow a{ font-size: 22px;}
.top_right .follow .em{ position: relative;}
.top_right .follow .em .box{position: absolute; width: 250px; padding: 10px; background: #fff; left: -130px; top: 60px; color: #333; opacity: 0; transition: .2s ease; font-size:16px;}
.top_right .follow .wa{ margin: 0 15px;}
.top_right .follow .em a{ background: linear-gradient( to top,rgba(235,101,14,1),rgba(176,220,24,1));-webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;}
.top_right .follow .wa a{ color: #5ace5f;}
.top_right .follow .fa a{ color: #0080ff;}
.top_right .follow .em:hover .box{opacity: 1}
.top_h{ height: 101px;}

.cd-main-content{padding-bottom: 0;}
.sy-ban{ width: 100%;position: relative; overflow: hidden;}
.sy-ban .img-m{ width: 100%;}
.sy-ban .txt1{ position: absolute; top: 60%; left: 0; width: 100%; color: #fff; transform: translateY(-50%);}
.sy-ban .txt1 h3{ font-size: 70px; line-height: 80px; text-transform: uppercase; color: #fff; width: 60%}
.sy-ban .ban_control{ position: absolute; width: 100%; left: 0; bottom: 170px; top: auto;z-index: 2;}
.sy-ban .ban_control .swiper-pagination{margin: 0 10px; position: unset; width: auto; display: inline-block;}
:root{--swiper-theme-color: #fff;}
.sy-ban .swiper-pagination-bullet{background: #fff; opacity: 1; width: 4px; height: 12px; border-radius: 2px; transition: .3s ease;}
.sy-ban .swiper-pagination-bullet-active{ height: 16px; background: #044d8a;}
.sy-ban .updown{ position: absolute; left: 50%; bottom: 100px; transform: translate(-50%,20px); color: #fff; font-size: 28px; font-weight: bold;animation: updown 2s  linear infinite; z-index: 3}
@keyframes updown{
    0%{ transform: translate(-50%,20px)}
    50%{ transform: translate(-50%,0px)}
    100%{ transform: translate(-50%,20px)}
}
.sy-ban .swiper-slide{ overflow: hidden;}
.swiperall{ position: relative;}
.swiperall .swiper-button-prev,.swiperall .swiper-button-next{ bottom: 48%; height: 42px; width: 42px; text-align: center; line-height: 42px; border-radius: 50%; background: #333333; color: #fff; font-size: 20px;}
.sy_item_tit h3{ font-size: 50px; text-transform: uppercase; line-height: 50px; margin-top: 25px;}
.sy_item_tit p{ font-size: 18px; color: #333; line-height: 36px; margin-top: 10px; font-family: pop;}
.sy_item_tit{ margin-bottom: 40px; text-align: center;}
.dtop{ padding-top: 85px;}
.swiper-pagination-bullet:focus{ outline: none;}
.sypro_list{ width: 100%; overflow: hidden;}
.sypro_list ul{ width: calc(100% + 80px); margin-left: -40px;}
.sypro_list li{ width: calc((100% - 30px) / 4); margin-right: 10px; margin-bottom: 10px; height: 390px; overflow: hidden; float: left; position: relative; transform: skewX(-12deg); overflow: hidden;}
.sypro_list li a{ display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; transform: skewX(12deg)}
.sypro_list	li:nth-child(4n){margin-right: 0;}
.sypro_list li .imgfdd{ position: absolute; width: 130%; height: 100%; left: -15%; top: 0; z-index :2}
.sypro_list li .imgfdd img{ height: 100%; object-fit: cover;}
.sypro_list li .txt{ position: absolute; width: 130%; height: 100%; left: -15%; top: 0; z-index: 3; padding: 30% 120px 0 120px; color: #fff; transition: .2s ease;}
.sypro_list li .more{ position: absolute; z-index: 4; right: -40px; top: 0; display: block; text-align: center; line-height: 60px; width: 60px; background: #044d8a; border-bottom-left-radius: 10px; font-size: 20px; color: #fff; opacity: 0; transition: .2s ease;}
.sypro_list li:nth-child(4n+1) .txt{ padding-left: 150px;}
.sypro_list li .txt h2{ font-size: 20px; color: #fff; font-family: popsb;margin-bottom: 15px; text-transform: uppercase;}
.sypro_list li .txt p{ font-size: 14px; line-height: 24px; display: none; max-height: 96px; overflow: hidden;}
.sypro_list li:nth-child(n+5) .more{ right: 30px;}
.sypro_list	li:nth-child(4n) .more{ right: 40px;}
.sypro_list li:hover .txt{ background: rgba(0,0,0,.6);}
.sypro_list li:hover .txt p{ display: block;}
.sypro_list li:hover .more{ opacity: 1;}

.sypro_list li:nth-child(n+5){ transform: skewX(12deg)}
.sypro_list li:nth-child(n+5) a{ transform: skewX(-12deg)}

.sy_about .des{ width: 80%; margin: 0 auto; text-align: center;}
.sy_about .des p{ font-size: 18px; line-height: 36px;}
.sy_about .btnbox{ text-align: center; margin: 50px 0 60px;}
.sy_about .btnbox .amore{ margin: 0 15px;}
.abdl dt{ width: 48%; margin: 0 auto; border-radius: 10px; overflow: hidden; text-align: center;background: #044d8a; padding: 40px 45px; position: relative; color: #fff;margin-bottom:40px;}
.abdl dt h2{ font-size: 20px; color: #fff; margin: 20px 0;}
.abdl dt p{ line-height: 24px; font-size: 14px; height: 72px;}
.abdl dt .icon,.abdl dt .txt{ position: relative; z-index: 3;}
.abdl dt .icon img{ transition: 2s ease;}
.abdl dt:hover .icon img{ transform: rotateY(360deg);}
.abdl dt:after{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #044d8a; content: ''; transition: .2s ease;}
.abdl dt:hover:after{ opacity: 0;}

.proj_list ul{height: 500px; position: relative;}
.proj_list ul li{ width: 32.33%;position: absolute;  border-radius: 10px; height: calc( 50% - 10px); overflow: hidden;}
.proj_list ul li:nth-child(2n+3){ right: 0; top: 0;}
.proj_list ul li:nth-child(5),.proj_list ul li:nth-child(4){ top: auto; bottom: 0;}

.proj_list ul li:nth-child(2){ height: 100%; left: 33.83%; top: 0;}
.proj_list ul li .pic,.proj_list ul li img{ height: 100%;}
.proj_list ul li img{ width: 100%; height: 100%; object-fit: cover;}
.proj_list ul li .txt{ position: absolute; width: 100%; left: 0; bottom: 0; color: #fff; text-align: center; transition: .3s ease;}
.proj_list ul li .txt .box{ position: absolute; padding: 20px 30px; width: 100%; left: 0; top: 50%; transform: translateY(-100%);}
.proj_list ul li .amore{ background: none; display: none;}
.proj_list ul li .txt h2{ color: #fff; font-size: 18px;background: #a9a4a44f;}
.proj_list ul li .txt p{ font-size: 14px; line-height: 24px; margin: 25px 0; display: none;}
.proj_list ul li:hover .txt{ background: rgba(0,0,0,.6); height: 100%;}
.proj_list ul li:hover .txt p{ display: block;}
.proj_list ul li:hover .amore{ display: inline-block;}
.proj_list ul li:hover .txt .box{ transform: translateY(-50%);display: block;}
.proj_list ul li:hover .txt h2{ transform: translateY(-50%);background: #fbf6f600;}

.mainh{ height: 85px;}
.sy_cert .txt{ width: 35%; color: #fff; margin-right: auto;}
.sy_cert .txt h2{ color: #fff; text-transform: uppercase; font-size: 50px; margin-bottom: 20px; line-height: 60px;}
.sy_cert .certswiper{ width: 50%; text-align: center; overflow: hidden; padding-bottom: 50px; position: relative;}
.sy_cert .certswiper li{ border-radius: 10px; overflow: hidden; border: 2px solid #fff;}
.sy_cert .certswiper li .imgfd{padding-top: 141%;}
.sy_cert .certswiper li:hover{ border-color: #198e3d;}
.sy_cert .certswiper .swiper-pagination{ text-align: right;}
.certswiper .swiper-pagination .swiper-pagination-bullet{ background: #fff;}

.leftnews{ width: 48%; position: relative; padding-bottom: 150px;}
.leftnews .imgfd{ border-radius: 10px;}
.leftnews .txt{ position: absolute;  width: 90%; right: 0; bottom: 0; background: #f6f6f6; padding: 35px 45px 50px; border-radius: 10px; overflow: hidden;}
.leftnews .txt span.date{color: #69a63e; font-size: 16px;}
.leftnews .txt h2{ font-size: 22px; line-height: 30px; height: 60px; overflow: hidden; margin: 5px 0 15px;}
.leftnews .txt p{ line-height: 24px; height: 48px; overflow: hidden; font-size: 16px;}
.leftnews .txt i.more{ display:inline-block; position: absolute; width: 50px; height: 50px; line-height: 50px; right: 0; bottom: 0; background: #044d8a; border-top-left-radius: 10px; color: #fff; font-size: 18px; text-align: center;}
.leftnews:hover h2{ color: #044d8a;}
.news_list{ width: 48%;}
.news_list a{ padding: 27px 0; border-bottom: 1px solid #ddd;}
.news_list .txt{ width: calc(100% - 80px); margin-right: auto;}
.news_list .txt span{ display: inline-block; line-height: 28px; padding: 0 20px; border-radius: 14px; background: #69a63e; color: #fff; font-size: 16px;}
.news_list .txt h2{  font-size: 22px; line-height: 30px; height: 30px; overflow: hidden; margin: 10px 0;}
.news_list .txt p{ font-size: 16px; line-height: 24px; height: 48px; overflow: hidden;}
.news_list li i.more{ display: inline-block; border: 1px solid #ddd; border-radius: 50%; text-align: center; line-height: 40px; width: 40px; transition: .2s ease; }
.news_list li:hover h2{ color: #044d8a;}
.news_list li:hover i.more{ background: #044d8a; color: #fff;}

.sy_help .txt{ width: 50%; margin: 0 auto; text-align: center; color: #fff; padding: 35px 0;}
.sy_help .txt h3{  color: #fff; font-size: 45px;}
.sy_help .txt p{ margin: 35px 0;}
.t-flex{ display: flex; align-items: flex-start; flex-wrap: wrap;}
.comfoot{ background: #222222; color: #fff;}
.footmain{ padding: 60px 0 50px; border-bottom: 1px solid rgba(255,255,255,.4);}
.footmain .left{ width: 24%; margin-right: auto;}
.footmain .foot_nav{ width: 75%;}
.foot_nav li{ margin: 0 auto;}
.foot_nav li b,.foot_nav li a{ display: block;}
.foot_nav li b{ text-transform: uppercase; font-size: 18px; margin-bottom: 25px;}
.foot_nav li a{ color: #bbbbbb; font-size: 15px; line-height: 30px;}
.foot_nav li a:hover{ color: #fff;}
.footmain .flogo{ display: block; margin-bottom: 20px; max-height: 30px;}
.footmain .left p{ font-size: 16px;}
.footmain .left a{ color: #fff;}
.footmain .left .follow{ margin-top: 30px;}
.footmain .left .follow span{ margin-right: 10px;}
.copy{padding: 25px 0;color: #fff; text-align: center; font-size: 16px;}

@media (max-width: 1700px){
    .index_head .nav li{margin-left: 35px;}
}


@media (max-width: 1550px){
    .index_head .nav li a.link{ font-size: 16px;}
    .index_head .logo img{max-height: 25px;}
}

@media (max-width: 1441px){
    .sy-ban .txt1 h3{ font-size: 55px; line-height: 62px;}
    .news_list a{ padding: 18px 0;}
    .sy-ban .txt1{ top: 50%;}
    .sypro_list li{ height: 340px;}
    .sypro_list li .txt{ padding: 20% 90px 0 90px;}
    .sy_about .des p{ line-height: 30px;}
    .sy_help .txt{ width: 70%;}
    .sy_item_tit h3{ font-size: 44px; margin-top: 18px;}
    .sy-ban .ban_control{ bottom: 100px;}
}

@media (max-width: 1281px){
    .top_right .follow{ display: none;}
    .index_head .nav li{ margin-left: 28px;}
    .sy_item_tit p{ line-height: 30px; margin-top: 0;}
    .sy_item_tit img{ width: 60px;}
    .sy_item_tit h3{ font-size: 40px;}
    .abdl dt{ padding: 30px 35px;}
    .abdl dt h2{ font-size: 20px; margin: 15px 0;}
    .abdl dt p{ height: 96px;}
    .sypro_list li .txt h2{ font-size: 20px;}
    .proj_list ul{ height: 650px;}
    .sy_cert .certswiper{ width: 60%;}

}

@media (max-width: 1024px){
    .sy-ban .txt1 h3{font-size: 36px; line-height: 45px;}
    .sy-ban .updown{ bottom: 60px; }
    .sypro_list li:nth-child(4n+1) .txt{ padding-left: 90px;}
    .sy_item_tit{ margin-bottom: 25px;}
    .sy_about .des p{ font-size: 16px;}
    .sy_about .des{ width: 96%;}
    .abdl dt{ width: 31%;}
    .proj_list ul{ height: 580px;}
    .proj_list ul li .txt p{ margin: 15px 0;}
    .proj_list ul li .txt .box{ padding: 15px 20px;}
    .proj_list ul li .txt h2{font-size: 20px;}
    .leftnews .txt{ padding: 25px 30px 40px;}
    .sy_help .txt h3{ font-size: 36px;}
    .footmain{display: none;}
    .top_h{ height: 54px;}
    .dtop{ padding-top: 50px;}
    .sy_cert .txt h2{font-size: 40px; line-height: 50px;}

}
@media (max-width: 768px){
    .sy-ban .txt1 h3{font-size: 30px; line-height: 40px;}
    .sy-ban .ban_control{ bottom: 50px;}
    .dtop{ padding-top: 45px;}
    .sypro_list li{ width: calc((100% - 30px) / 2); transform: skewX(0);}
    .sypro_list ul{ width: 96%; margin-left: 2%;}
    .sypro_list li a,.sypro_list li:nth-child(n+5),.sypro_list li:nth-child(n+5) a{ transform: skewX(0);}
    .sypro_list li .txt{ width: 100%; left: 0;}
    .sypro_list li .more,.sypro_list li:nth-child(n+5) .more,.sypro_list li:nth-child(4n) .more{ right: 0;}
    .sypro_list li .txt{ padding: 15% 40px 0;}
    .sypro_list li:nth-child(4n+1) .txt{ padding-left: 40px;}
    .sy_about{ background-size: 180% auto!important;}
    .abdl{ display: block;}
    .abdl dt{ width: 100%; display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 20px;}
    .abdl dt .txt{ text-align: left; width: calc(100% - 100px); margin-left: auto;}
    .abdl dt p{ height: auto;}
    .abdl dt h2{ margin-top: 0;}
    .sy_item_tit p{font-size: 16px;}
    .sy_item_tit h3{ font-size: 32px;}
    .proj_list ul li,.proj_list ul li:nth-child(2){ width: 100%; position: relative; height: 300px; margin-bottom: 20px;}
    .proj_list ul{ height: auto;}
    .proj_list ul li:nth-child(2){ left: 0;}
    .mainh{ height: 45px;}
    .certbox{ display: block;}
    .sy_cert .txt{ width: 100%; margin-bottom: 25px;}
    .sy_cert .certswiper{ width: 100%;}
    .leftnews,.news_list{ width: 100%; float: none;}
    .news_list{ margin-top: 25px;}
    .sy_help .txt{ width: 90%;}
    .sy_help .txt h3{ font-size: 30px;}
    .sy_help .txt p{ margin: 25px 0;}
}
@media (max-width: 540px){

}
@media (max-width: 450px){
    .m_img .headlf .m_logo{ max-height: 20px;}
    .m_img .headlf{ padding-top: 18px;}
    .sy-ban .txt1 h3{ font-size: 24px; line-height: 30px; width: 80%;}
    .sy-ban .img-m{ width: 120%; margin-left: -10%;}
    .sy-ban .ban_control,.sy-ban .updown{ bottom: 20px; font-size: 22px;}
    .sypro_list li .txt{ padding: 20px 10px 0;}
    .sypro_list li:nth-child(4n+1) .txt{ padding-left: 10px;}
    .sypro_list li .txt h2{ font-size: 18px; line-height: 26px;}
    .sypro_list li{ height: 220px;}
    .sy_about{ background-size: 460% auto!important;}
    .sy_about .des p{ font-size: 14px; line-height: 24px;}
    .sy_item_tit h3{ font-size: 28px; line-height: 30px;}
    .sy_about .btnbox .amore{ width: 80%;}
    .sy_about .btnbox{margin: 30px 0;}
    .abdl dt{ padding: 15px 20px;}
    .abdl dt .icon img{ width: 60px;}
    .abdl dt .txt{ width: calc(100% - 80px);}
    .abdl dt h2{ font-size: 18px; margin-bottom: 10px;}
    .proj_list ul li, .proj_list ul li:nth-child(2){ height: 240px;}
    .sy_cert .txt h2{font-size: 28px; line-height: 32px;}
    .leftnews .txt{ width: 100%; padding: 20px 15px 30px;}
    .leftnews .txt h2{ font-size: 18px; line-height: 24px; height: 48px;}
    .leftnews .txt i.more{ width: 36px; height: 36px; line-height: 36px;}
    .news_list .txt h2{ font-size: 18px; line-height: 24px; height: 48px;}
    .news_list .txt p{ display: none;}
    .news_list .txt{ width: calc(100% - 60px);}
    .sy_help{ display: none;}
    .sy_help .txt h3{ font-size: 26px; line-height: 36px;}
    .copy{font-size: 14px; padding: 15px 0;}
}


.ny_ban{ position: relative; width: 100%; overflow: hidden;}
.ny_ban .banimg{ width: 100%;}
.ny_ban .txt{ position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%); padding: 0 20%; text-align:center;}
.ny_ban .txt h2{ font-size: 70px; text-transform: uppercase; line-height: 75px; color: #fff; }
.ny_ban .txt p,.ny_ban .txt p a{ font-size: 16px; margin-top: 50px; color:#fff;}
.fz40{  font-size: 32px; line-height:50px;text-align: center;
    margin-bottom: 30px;}
.fz40 .cbt{font-size: 32px; line-height:50px;text-align: center;
    margin-bottom: 30px;margin-top: -70px;display:block;color: #ffffff;}
.fz40 img{height:140px;}
.abdes .left{ width: 35%; margin-right: auto;}
.abdes .left h3{ padding-top: 30px; position: relative;}
.abdes .left h3:after{ position:absolute; left: 0; top: 0; width: 65px; height: 3px; background: #044d8a; content: '';}
.abdes .right{ width: 52%;}
.abdes .right h3{ margin-bottom: 35px;}
.logobox{ align-items: flex-end;}
.logobox dt{margin:0 auto;}
.logobox img{ min-height: 45px; max-height:60px;}
.ab_work{ text-align: center;}
.ab_work .fz40{ text-align: center; margin-bottom:40px;}
.workswiper{ overflow: hidden;}
.ab_work  li{ border-radius: 10px; overflow: hidden;}
.ab_pack{ height: 840px; position: relative;}
.ab_pack .tit{ width: 45%;}
.ab_pack .tit .fz40{ margin-bottom: 30px;}
.ab_pack .imgfdd{ position: absolute; border-radius: 10px; overflow: hidden;}
.ab_pack .imgfdd img{ width: 100%; height: 100%; object-fit: cover;}
.imglist .imgfdd:first-child,.imglist .imgfdd:nth-child(2){ height:26%; width: 22.5%; top: 28%; left:0;}
.imglist .imgfdd:nth-child(2){ left:23.5%;}
.imglist .imgfdd:nth-child(3){ height:54%; top: 0; right: 0; width: 53%;}
.imglist .imgfdd:nth-child(n+4){ bottom:0; height: 44%; width:46%;}
.imglist .imgfdd:nth-child(4){left:0;}
.imglist .imgfdd:nth-child(n+5){ width:26%; right: 0;}
.imglist .imgfdd:nth-child(5){ right:27%;}

.ab_cert .tit{ width: 35%;}
.ab_cert .tit .fz40{ margin-bottom: 20px;}
.ab_cert .certright{ width: 60%; margin-left: auto; background: url(../images/bg_03.jpg) no-repeat center bottom; background-size:100% auto; padding-bottom:83px;}
.ab_cert .certright ul{align-items: flex-end; padding:0 30px;}
.ab_cert .certright ul li{ float: left; width: 20%; text-align:center;}
.ab_cert .certright ul li:nth-child(2){ width:26%; margin: 0 auto; padding-bottom:20px;}
.ab_cert .certright ul li .imgfd{padding-top: 141%; border-radius: 10px; overflow: hidden; border: 2px solid #044d8a; margin-bottom:15px;}
.ab_cert .certright ul li p{ white-space: nowrap;}

.ab_custom .fz40{ text-align: center; margin-bottom: 30px;}
.cusswiper{ overflow: hidden;}
.cusswiper li{border-radius: 10px; overflow: hidden;}
.swiperbtn:after{ display:none;}
.swiperall .swiper-button-prev, .swiperall .swiper-button-next{ background:#044d8a;}
.swiperall .swiper-button-prev:hover, .swiperall .swiper-button-next:hover{ background:#69a63e;}

@media (max-width: 1281px){
    .ny_ban .txt h2{font-size: 50px; line-height: 60px;}
    .fz40 .cbt{ font-size: 32px; line-height: 40px;}
}

@media (max-width: 1024px){
    .m_img .headlf img{ max-height: 24px;}
    .ny_ban .txt h2{font-size: 40px; line-height: 50px;}
    .ny_ban .txt{ padding: 0 10%;}
    .abdes .left{ width: 45%;}
    .logobox img{max-height: 38px; min-height:auto;}
    .ab_pack{ height: 700px;}
    .ab_cert .certright ul li{ width: 25%;}
    .ab_cert .certright ul li:nth-child(2){ width:29%;}
    .ab_cert .certright{padding-bottom: 60px;}
}

@media (max-width: 768px){
    .ny_ban .txt h2{ font-size: 30px; line-height: 38px;}
    .abdes{ display:block;}
    .abdes .left{ width: 100%; margin-bottom: 30px;}
    .abdes .right{ width: 100%;}
    .abdes .right h3{ display:none;}
    .logobox img{ max-height: 28px;}
    .ab_pack .tit{ width: 100%; margin-bottom:30px;}
    .ab_pack .tit .fz40{  margin-bottom: 20px;}
    .ab_pack .imgfdd{ width: 100%!important; position: unset; height:400px!important; margin-bottom:20px;}
    .ab_pack{ height: auto;}
    .ab_cert .tit{ width: 100%; margin-bottom: 30px;}
    .ab_cert .certright{ width: 100%;}
    .contact_list{ display: none;}
    .fz40 .cbt{ font-size: 20px; line-height: 24px;font-weight: 700;margin-top: -45px;}
    .fz40 img{height:100px;}
}
@media (max-width: 450px){
    .ny_ban .banimg{ width: 130%; margin-left: -15%;}
    .ny_ban .txt{ padding: 0 4%;}
    .fz40 .cbt{font-size: 20px; line-height: 24px;margin-top: -35px;}
    .fz40 img{height:85px;}
    .abdes .left h3{ padding-top: 20px;}
    .logobox{ display: block; text-align: center; padding-top:25px;}
    .logobox dt{ margin: 20px 0;}
    .ab_pack .imgfdd{ height: 260px!important;}
    .ab_cert .certright ul{ padding: 0;}
    .ab_cert .certright ul li p{ font-size: 12px; white-space:normal; height:24px;}
    .ab_custom .fz40{margin-bottom: 20px;}
    .swiperall .swiper-button-prev, .swiperall .swiper-button-next{ width: 36px; height: 36px; line-height: 36px; font-size: 16px;}
}
.sup_box{ margin-bottom: 40px;}
.sup_box .fz40{margin-bottom: 35px;}
.sup_box ul li{ float: left; border-radius: 10px; overflow: hidden; margin-bottom:30px;}
.sup_box ul li .imgfd{ border: 1px solid #ddd; border-top-left-radius: 10px; border-top-right-radius: 10px; margin-bottom:3px;}
.sup_box ul li .txt{ background: #f1f1f1; padding:10px 5px; overflow:hidden;}
.sup_box ul li .txt h2{  font-size: 20px; line-height: 30px; height: 30px; overflow: hidden; text-align:center;}
.supul li{ width: 19%; margin-right: 1.25%;}
.supul li:nth-child(5n){ margin-right:0;}
.supul1 li{ width: 32%; margin-right: 2%;}
.supul1 li:nth-child(3n){ margin-right:0;}
.sup_box ul li:hover .imgfd{ border-color:#044d8a;}
.sup_box ul li:hover .txt{ background:#044d8a;}
.sup_box ul li:hover .txt h2{ color:#fff;}

@media (max-width: 1024px){
    .sup_box ul li .txt h2{ font-size: 18px;}
}
@media (max-width: 768px){
    .supul li{ width: 32%; margin-right: 2%;}
    .supul li:nth-child(5n){ margin-right:2%;}
    .supul li:nth-child(3n){margin-right:0;}
    .supul1 li{ width: 49%;}
    .supul1 li:nth-child(3n){ margin-right:2%;}
    .supul1 li:nth-child(2n){margin-right:0;}
    .ny_ban .txt p{ margin-top: 30px; font-size: 12px;}
}
@media (max-width: 450px){
    .ny_ban.abban .banimg{ width: 150%; margin-left: -25%;}
    .ny_ban .txt p{ margin-top: 15px;}
    .sup_box ul li .txt h2{ font-size: 16px; line-height: 24px; height: 48px;}
    .sup_box .fz40{ margin-bottom: 20px;}
    .sup_box{ margin-bottom: 10px;}
    .sup_box ul li{ margin-bottom: 20px;}
    .sup_box ul li .txt{padding: 5px;}
}
.detmain .fz40{ margin-bottom: 30px;}
.detshow{ width: 100%; overflow: hidden;}
.detshow img{  max-width: 100%!important;}

.caselist ul li{ width: 32%; margin-right: 2%; float: left; margin-bottom: 35px;}
.caselist ul li:nth-child(3n){margin-right:0;}
.caselist ul li .imgfd{ padding-top: 66%; border-radius:10px; margin-bottom:25px;}
.caselist ul li h2{ font-size: 22px; line-height: 30px; height: 30px; overflow: hidden; }
.caselist ul li p{ font-size: 14px; line-height: 24px; height: 72px; overflow: hidden; margin: 15px 0;}
span.smore{ display: inline-block; line-height: 35px; border: 1px solid #044d8a; color: #044d8a; padding: 0 20px; border-radius: 18px; font-size:16px;}
span.smore i{ margin-left: 5px;}
.caselist ul li:hover h2{ color:#044d8a;}
.caselist ul li:hover span.smore{ background:#044d8a; color: #fff;}

@media (max-width: 768px){
    .caselist ul li{ width: 49%; margin-right: 2%; margin-bottom:25px;}
    .caselist ul li:nth-child(3n){ margin-right:2%;}
    .caselist ul li:nth-child(2n){ margin-right:0;}
}
@media (max-width: 450px){
    .caselist ul li p,.caselist ul li span.smore{ display: none;}
    .caselist ul li .imgfd{ margin-bottom: 10px;}
    .caselist ul li h2{ font-size: 18px; line-height: 26px; height: 52px;}
}
.our_other{ background: #f7f7f7; text-align: center; padding: 65px 0;}
.our_other .fz40{margin-bottom: 35px;}
.otherswiper{ overflow: hidden;}
.otherswiper li{ border-radius: 10px; background: #fff; padding:15px;}
.otherswiper li .txt{ padding: 20px 0 25px;}
.otherswiper li .txt h2{ font-size: 22px; line-height: 30px; height: 30px; margin-bottom: 20px; overflow:hidden;}
.otherswiper li:hover h2{ color:#044d8a;}
.otherswiper li:hover span.smore{ background:#044d8a; color: #fff;}
@media (max-width: 450px){
    .otherswiper li span.smore{ display: none;}
    .otherswiper li{ padding: 5px;}
    .otherswiper li .txt h2{ font-size: 16px; line-height: 24px; height: 48px; margin-bottom: 0;}
    .otherswiper li .txt{ padding: 15px 0;}
    .our_other .fz40{margin-bottom: 20px;}
}

.mainleft{ width: 71.5%;}
.mainright{ width: 25%;}
.ny_news_list ul li{ background: #f1f1f1; border-radius: 10px; overflow: hidden; margin-bottom: 30px; position:relative;}
.ny_news_list ul li .pic{ width: 280px;}
.ny_news_list ul li .txt{ width: calc(100% - 280px); padding:20px 60px 0 35px;}
.ny_news_list .txt span.date{ font-size: 16px; color: #69a63e;}
.ny_news_list .txt h2{ font-size: 22px; line-height: 30px; height: 60px; overflow: hidden; margin: 10px 0;}
.ny_news_list .txt p{ font-size: 16px; line-height: 24px; height: 48px; overflow: hidden;}
.ny_news_list ul li i.iconfont{ display: inline-block; width: 50px; height: 50px; line-height: 50px; text-align: center; position: absolute; right: 0; bottom: 0; color: #fff; font-size: 20px; border-top-left-radius: 10px; background: #999999;}
.ny_news_list ul li:hover i.iconfont{ background:#044d8a;}
.ny_news_list ul li:hover h2{ color:#044d8a;}
.news_nav h3,.recent_news h3{  font-size: 30px; text-transform: uppercase; margin-bottom:10px;}
.news_nav a{ display: block; line-height:40px;}
.news_nav a:hover,.news_nav a.act{ color:#044d8a;}
.recent_news{ margin-top: 40px;}
.reclist li{ margin-bottom: 20px;}
.reclist .pic{ width: 30%; margin-right:auto;}
.reclist p{ font-size: 16px; line-height: 24px; max-height: 72px; overflow: hidden; width:65%; }
.reclist li:hover p{ color:#044d8a;}

@media (max-width: 1024px){
    .mainright{ display: none;}
    .mainleft{ width: 100%; float: none;}
}
@media (max-width: 450px){
    .ny_news_list ul li .pic{ width: 120px;}
    .ny_news_list ul li .txt{ width: calc(100% - 120px); padding:10px 20px 0 20px;}
    .ny_news_list .txt p{ display: none;}
    .ny_news_list ul li i.iconfont{ display: none;}
    .ny_news_list .txt span.date{font-size: 14px;}
    .ny_news_list .txt h2{ font-size: 16px; line-height: 24px; height: 48px; margin: 0;}
}
.pro_det_btns{ padding-top: 30px; border-top: 1px solid #e7e7e7; margin-top:60px;}
.pro_det_btns .det_btn{ width: 50%; float: left; font-size:16px;}
.pro_det_btns .det_btn span{ color: #333; display: inline-block; margin-right: 5px;}
.pro_det_btns .det_btn i{ display: inline-block; margin-right: 5px;}
.det_btn a:hover{ color:#044d8a;}
.det_btn a{ display: inline-block; line-height: 24px; height: 24px; overflow: hidden; max-width:calc(100% - 75px);}
@media (max-width: 450px){
    .newsmain h1.fz40{ font-size: 22px; line-height: 32px;}
    .pro_det_btns{ padding-top: 20px; margin-top: 35px; font-size:14px;}
    .pro_det_btns .det_btn{ width: 100%; float: none; max-width: 100%; margin-bottom: 15px;}
}
.lx_left{ width: 45%;}
.lx_msg{ width: 50%;}
.lx_left h1{ text-transform: uppercase; margin-bottom: 20px;}
.lxbox li{ padding-left: 50px; position:relative; margin-bottom:40px;}
.lxbox li .txt{ width: 100%; padding: 40px 70px; border-radius:10px; box-shadow:0 0 8px rgba(4,77,138,.3);}
.lxbox li i.iconfont{ display:inline-block; position:absolute; left:0; top:50%; transform:translateY(-50%); width: 100px; height: 100px; border-radius: 50%; line-height: 90px; text-align: center; font-size: 40px; color: #fff; background: #044d8a;}
.lxbox li:first-child i.iconfont{background:#69a63e;}
.lxbox li h4{ font-size: 20px; margin-bottom: 5px;font-weight: 700;}
.lxbox li a,.lxbox li p{ font-size: 18px;}
.lx_msg .c_form{ border-radius: 10px; padding: 22px; box-shadow:0 0 8px rgba(4,77,138,.3) ;}
.lx_msg .c_form p{ font-size: 16px; color: #333; margin-bottom: 5px;}
.lx_msg .c_form input,.lx_msg .c_form textarea{ width: 100%; border-radius: 10px; padding: 0 10px; line-height: 40px; margin-bottom: 15px; border:1px solid #ddd; font-size:14px;float: none;}
.lx_msg .c_form .sub{ background: #044d8a; cursor: pointer; font-size: 18px; color: #fff; transition:.2s ease;margin: 10px 0 0 0;}
.lx_msg .c_form .sub:hover{ background:#69a63e;}

@media (max-width: 1024px){
    .lx_left,.lx_msg{ width: 100%; float: none;}
    .lx_msg{ margin-top: 30px;}
}
@media (max-width: 992px){
    .lx_msg .c_form{
        margin-top:0px;
    }
    .lx_msg{ margin-top: 10px;}
}
@media (max-width: 450px){
    .lxbox li{ padding-left: 30px;}
    .lxbox li i.iconfont{ width: 60px; height: 60px; font-size: 26px; line-height:60px;}
    .lxbox li .txt{ padding: 25px 30px 25px 45px;}
    .lxbox li a, .lxbox li p{font-size: 16px;}
    .lxbox li h4{ font-size: 18px;}
}
.pronav{ background: #f7f7f7; border-radius: 10px; padding: 0 15px;}
.pronav li{ padding: 15px 0; border-bottom: 1px solid #ddd;}
.pronav li:last-child{ border:none;}
.pronav li dl{ background: #fff; padding: 0 10px; height:0; transition:.2s ease; overflow:hidden;}
.pronav li dl dt{padding: 4px 0;}
.pronav li a{ display: block;}
.pronav li p a{ width: calc(100% - 30px); margin-right: 0; font-size:20px; line-height:36px;}
.pronav li i{ color: #044d8a; font-size:20px; font-weight:bold; cursor:pointer;}
.pronav li i.icon-jian{ display: none;}
.pronav li dt a{ line-height: 24px; font-size: 16px;}
.pronav li a:hover{ color:#044d8a;}
.pronav li.act i.icon-jian{ display: block;}
.pronav li.act i.icon-jia1{ display: none;}
.pronav li.act dl{ height: auto;}
.pronav li dt.on a{ color: #044d8a;}

.ny_pro_list li{ width: 48.5%; margin-right: 3%; float: left; margin-bottom: 40px;}
.ny_pro_list li:nth-child(2n){margin-right:0;}
.ny_pro_list li .imgfd{ border-radius: 10px; box-shadow: 0 0 8px rgba(0,0,0,.15); margin-bottom:15px;}
.ny_pro_list li h2{ font-size: 28px; line-height: 35px; height: 35px; overflow: hidden; }
.ny_pro_list li p{ font-size: 16px; height: 60px; overflow: hidden; margin: 10px 0 15px;}
.ny_pro_list li:hover span.smore{ background:#044d8a; color: #fff;}
.ny_pro_list li:hover h2{ color:#044d8a;}
.ny_pro_list li:hover .imgfd{ box-shadow:0 0 8px rgba(4,77,138,.4);}

@media (max-width: 768px){
    .ny_pro_list li p{height: 48px;}
    .ny_pro_list li h2{font-size: 22px;}
}
@media (max-width: 450px){
    .ny_pro_list li p{ display: none;}
    .ny_pro_list li span.smore{ display: none;}
    .ny_pro_list li h2{font-size: 18px; line-height: 26px; height: 52px;}
    .ny_pro_list li{margin-bottom: 25px;}
}
.protop .pic{ width: 40%;}
.protop .txt{ width: 55%; padding-top:40px;}
.protop .pic .bigswiper{ overflow: hidden; border-radius: 10px; border: 1px solid #ddd; margin-bottom: 20px;}
.protop .pic .smallimg{ padding: 0 30px; position:relative;}
.protop .pic .smallswiper{ overflow: hidden;}
.protop .pic a.amore{ margin-top: 50px;}
.smallswiper li{ border-radius: 10px; overflow: hidden; border: 1px solid #ddd;}
.smallimg .swiperbtn{ font-size: 30px; top:50%;}
.smallimg .swiper-button-prev{ left: 0;}
.smallimg .swiper-button-next{ right: 0;}
.smallswiper li.swiper-slide-thumb-active{ border-color: #044d8a;}
.protop .txt h1{margin-bottom: 30px;}
.protop .txt h3{ font-size: 30px; margin-bottom:20px;}
.protop .txt .amore{ margin-top: 60px; background: #69a63e; border-color: #69a63e; color: #fff;}
.protop .txt .amore i{ margin-left: 0; margin-right: 10px; font-weight:normal;}
.protop .txt .amore span{color: #fff;}

.proshow_des{ padding: 60px 0;}
.showitem .fz40{ text-align: center; margin-bottom:35px;}
.showitem .show_content{ width: 100%; overflow: hidden;}
.showitem .show_content table,.showitem .show_content img{ max-width: 100%!important;}
.showitem .show_content table td{ padding: 20px 0 20px 30px!important; background:none!important;}
@media (max-width: 768px){
    .protop .pic{ width: 100%; float: none;}
    .protop .txt{ width: 100%; float: none;}
}
@media (max-width: 415px){
    .smallimg .swiperbtn{font-size: 20px;}
    .protop .txt h1{ margin-bottom:20px;}
    .protop .txt h3{font-size: 22px;}
    .protop .txt .amore{ margin-top: 25px;}
    .proshow_des{ padding: 35px 0;}
    .showitem .fz40{ margin-bottom: 20px;}
}


.faq-container {
    max-width: 100%;
    margin: 20px auto;
    margin-bottom:0px;
}

.faq-item {
    border-bottom: 1px solid #eee;
}

.faq-question {
    padding: 15px;
    background: #f8f9fa;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}
.faq-question span{
    font-size:16px;
}

.faq-question:hover {
    background: #e9ecef;
}

.faq-question.active {
    background: #dee2e6;
}

.arrow {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: solid #6c757d;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    transition: transform 0.3s;
    margin-right: 10px;
}

.arrow.active {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 10px 15px 10px;
    display: none;
    line-height: 1.6;
    color: #495057;
}
.faq-answer div{
    font-size:15px;
}

.faq-answer.show {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}



.app-row {
    /*display: flex;*/
}
.app-one{
    margin: 20px 0;
    overflow: hidden;
}
.app-two{
    margin: 20px 0;
    overflow: hidden;
}
.app-boxl {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
    float:left;
    padding-top: 25px;
}
.app-boxr {
    width: 50%;
    float:left;
    overflow: hidden;
}
.app-boxl h3 {
    font-weight: bold;
    font-size: 20px;
    padding-top: 60px;
    padding-bottom: 20px;
}
.app-left {
    width: 50%;
    padding-right: 20px;
    float:left;
}
.app-right {
    width: 50%;
    float:left;
    overflow: hidden;
}
.app-left h3 {
    font-weight: bold;
    font-size: 20px;
    padding-top: 60px;
    padding-bottom: 20px;
}
.app-three{
    margin: 20px 0;
    overflow: hidden;
}
.app-three h3{
    font-weight: bold;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.app-four{
    margin: 20px 0;
    overflow: hidden;
}
.app-four h3{
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
}
@media (max-width: 1600px){
    .app-boxl h3 {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .app-left h3 {
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .app-three .app-boxl h3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media (max-width: 1400px){
    .app-boxl h3 {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .app-left h3 {
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .app-three .app-boxl h3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media (max-width: 1200px) {
    .app-boxl h3 {
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 18px;
    }
    .app-left h3 {
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 18px;
    }
    .app-three .app-boxl h3, .app-four h3 {
        padding-top: 0px;
        padding-bottom: 5px;
    }
}
@media (max-width: 991px){
    .app-one, .app-three{
        flex-direction: column-reverse;
        display: flex;
    }
    .app-boxl {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 10px;
    }
    .app-boxr {
        width: 100%;
    }
    .app-left {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 10px;
    }
    .app-right {
        width: 100%;
    }
}